@media screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media screen and (max-width: 259px) {
  .hidden-xxs-down {
    display: none !important;
  }
}
@media screen and (min-width: 260px) {
  .hidden-xxs-up {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1401px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1601px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.container {
  min-width: 1201px;
  margin: 0 auto;
  max-width: 1440px;
}
.container--fluid {
  margin: 0;
  max-width: 100%;
}
.container__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.container__col-offset-0 {
  margin-left: 0;
}
.container__col-1 {
  flex-basis: 2.0833333333%;
  width: 2.0833333333%;
}
.container__col-offset-1 {
  margin-left: 2.0833333333%;
}
.container__col-2 {
  flex-basis: 4.1666666667%;
  width: 4.1666666667%;
}
.container__col-offset-2 {
  margin-left: 4.1666666667%;
}
.container__col-3 {
  flex-basis: 6.25%;
  width: 6.25%;
}
.container__col-offset-3 {
  margin-left: 6.25%;
}
.container__col-4 {
  flex-basis: 8.3333333333%;
  width: 8.3333333333%;
}
.container__col-offset-4 {
  margin-left: 8.3333333333%;
}
.container__col-5 {
  flex-basis: 10.4166666667%;
  width: 10.4166666667%;
}
.container__col-offset-5 {
  margin-left: 10.4166666667%;
}
.container__col-6 {
  flex-basis: 12.5%;
  width: 12.5%;
}
.container__col-offset-6 {
  margin-left: 12.5%;
}
.container__col-7 {
  flex-basis: 14.5833333333%;
  width: 14.5833333333%;
}
.container__col-offset-7 {
  margin-left: 14.5833333333%;
}
.container__col-8 {
  flex-basis: 16.6666666667%;
  width: 16.6666666667%;
}
.container__col-offset-8 {
  margin-left: 16.6666666667%;
}
.container__col-9 {
  flex-basis: 18.75%;
  width: 18.75%;
}
.container__col-offset-9 {
  margin-left: 18.75%;
}
.container__col-10 {
  flex-basis: 20.8333333333%;
  width: 20.8333333333%;
}
.container__col-offset-10 {
  margin-left: 20.8333333333%;
}
.container__col-11 {
  flex-basis: 22.9166666667%;
  width: 22.9166666667%;
}
.container__col-offset-11 {
  margin-left: 22.9166666667%;
}
.container__col-12 {
  flex-basis: 25%;
  width: 25%;
}
.container__col-offset-12 {
  margin-left: 25%;
}
.container__col-13 {
  flex-basis: 27.0833333333%;
  width: 27.0833333333%;
}
.container__col-offset-13 {
  margin-left: 27.0833333333%;
}
.container__col-14 {
  flex-basis: 29.1666666667%;
  width: 29.1666666667%;
}
.container__col-offset-14 {
  margin-left: 29.1666666667%;
}
.container__col-15 {
  flex-basis: 31.25%;
  width: 31.25%;
}
.container__col-offset-15 {
  margin-left: 31.25%;
}
.container__col-16 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
}
.container__col-offset-16 {
  margin-left: 33.3333333333%;
}
.container__col-17 {
  flex-basis: 35.4166666667%;
  width: 35.4166666667%;
}
.container__col-offset-17 {
  margin-left: 35.4166666667%;
}
.container__col-18 {
  flex-basis: 37.5%;
  width: 37.5%;
}
.container__col-offset-18 {
  margin-left: 37.5%;
}
.container__col-19 {
  flex-basis: 39.5833333333%;
  width: 39.5833333333%;
}
.container__col-offset-19 {
  margin-left: 39.5833333333%;
}
.container__col-20 {
  flex-basis: 41.6666666667%;
  width: 41.6666666667%;
}
.container__col-offset-20 {
  margin-left: 41.6666666667%;
}
.container__col-21 {
  flex-basis: 43.75%;
  width: 43.75%;
}
.container__col-offset-21 {
  margin-left: 43.75%;
}
.container__col-22 {
  flex-basis: 45.8333333333%;
  width: 45.8333333333%;
}
.container__col-offset-22 {
  margin-left: 45.8333333333%;
}
.container__col-23 {
  flex-basis: 47.9166666667%;
  width: 47.9166666667%;
}
.container__col-offset-23 {
  margin-left: 47.9166666667%;
}
.container__col-24 {
  flex-basis: 50%;
  width: 50%;
}
.container__col-offset-24 {
  margin-left: 50%;
}
.container__col-25 {
  flex-basis: 52.0833333333%;
  width: 52.0833333333%;
}
.container__col-offset-25 {
  margin-left: 52.0833333333%;
}
.container__col-26 {
  flex-basis: 54.1666666667%;
  width: 54.1666666667%;
}
.container__col-offset-26 {
  margin-left: 54.1666666667%;
}
.container__col-27 {
  flex-basis: 56.25%;
  width: 56.25%;
}
.container__col-offset-27 {
  margin-left: 56.25%;
}
.container__col-28 {
  flex-basis: 58.3333333333%;
  width: 58.3333333333%;
}
.container__col-offset-28 {
  margin-left: 58.3333333333%;
}
.container__col-29 {
  flex-basis: 60.4166666667%;
  width: 60.4166666667%;
}
.container__col-offset-29 {
  margin-left: 60.4166666667%;
}
.container__col-30 {
  flex-basis: 62.5%;
  width: 62.5%;
}
.container__col-offset-30 {
  margin-left: 62.5%;
}
.container__col-31 {
  flex-basis: 64.5833333333%;
  width: 64.5833333333%;
}
.container__col-offset-31 {
  margin-left: 64.5833333333%;
}
.container__col-32 {
  flex-basis: 66.6666666667%;
  width: 66.6666666667%;
}
.container__col-offset-32 {
  margin-left: 66.6666666667%;
}
.container__col-33 {
  flex-basis: 68.75%;
  width: 68.75%;
}
.container__col-offset-33 {
  margin-left: 68.75%;
}
.container__col-34 {
  flex-basis: 70.8333333333%;
  width: 70.8333333333%;
}
.container__col-offset-34 {
  margin-left: 70.8333333333%;
}
.container__col-35 {
  flex-basis: 72.9166666667%;
  width: 72.9166666667%;
}
.container__col-offset-35 {
  margin-left: 72.9166666667%;
}
.container__col-36 {
  flex-basis: 75%;
  width: 75%;
}
.container__col-offset-36 {
  margin-left: 75%;
}
.container__col-37 {
  flex-basis: 77.0833333333%;
  width: 77.0833333333%;
}
.container__col-offset-37 {
  margin-left: 77.0833333333%;
}
.container__col-38 {
  flex-basis: 79.1666666667%;
  width: 79.1666666667%;
}
.container__col-offset-38 {
  margin-left: 79.1666666667%;
}
.container__col-39 {
  flex-basis: 81.25%;
  width: 81.25%;
}
.container__col-offset-39 {
  margin-left: 81.25%;
}
.container__col-40 {
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
.container__col-offset-40 {
  margin-left: 83.3333333333%;
}
.container__col-41 {
  flex-basis: 85.4166666667%;
  width: 85.4166666667%;
}
.container__col-offset-41 {
  margin-left: 85.4166666667%;
}
.container__col-42 {
  flex-basis: 87.5%;
  width: 87.5%;
}
.container__col-offset-42 {
  margin-left: 87.5%;
}
.container__col-43 {
  flex-basis: 89.5833333333%;
  width: 89.5833333333%;
}
.container__col-offset-43 {
  margin-left: 89.5833333333%;
}
.container__col-44 {
  flex-basis: 91.6666666667%;
  width: 91.6666666667%;
}
.container__col-offset-44 {
  margin-left: 91.6666666667%;
}
.container__col-45 {
  flex-basis: 93.75%;
  width: 93.75%;
}
.container__col-offset-45 {
  margin-left: 93.75%;
}
.container__col-46 {
  flex-basis: 95.8333333333%;
  width: 95.8333333333%;
}
.container__col-offset-46 {
  margin-left: 95.8333333333%;
}
.container__col-47 {
  flex-basis: 97.9166666667%;
  width: 97.9166666667%;
}
.container__col-offset-47 {
  margin-left: 97.9166666667%;
}
.container__col-48 {
  flex-basis: 100%;
  width: 100%;
}
.container__col-offset-48 {
  margin-left: 100%;
}
@media screen and (min-width: 260px) {
  .container__col-xxs-offset-0 {
    margin-left: 0;
  }
  .container__col-xxs-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-xxs-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-xxs-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-xxs-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-xxs-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-xxs-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-xxs-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-xxs-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-xxs-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-xxs-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-xxs-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-xxs-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-xxs-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-xxs-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-xxs-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-xxs-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-xxs-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-xxs-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-xxs-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-xxs-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-xxs-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-xxs-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-xxs-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-xxs-offset-12 {
    margin-left: 25%;
  }
  .container__col-xxs-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-xxs-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-xxs-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-xxs-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-xxs-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-xxs-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-xxs-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-xxs-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-xxs-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-xxs-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-xxs-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-xxs-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-xxs-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-xxs-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-xxs-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-xxs-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-xxs-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-xxs-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-xxs-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-xxs-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-xxs-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-xxs-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-xxs-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-xxs-offset-24 {
    margin-left: 50%;
  }
  .container__col-xxs-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-xxs-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-xxs-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-xxs-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-xxs-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-xxs-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-xxs-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-xxs-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-xxs-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-xxs-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-xxs-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-xxs-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-xxs-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-xxs-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-xxs-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-xxs-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-xxs-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-xxs-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-xxs-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-xxs-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-xxs-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-xxs-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-xxs-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-xxs-offset-36 {
    margin-left: 75%;
  }
  .container__col-xxs-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-xxs-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-xxs-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-xxs-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-xxs-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-xxs-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-xxs-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-xxs-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-xxs-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-xxs-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-xxs-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-xxs-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-xxs-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-xxs-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-xxs-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-xxs-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-xxs-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-xxs-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-xxs-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-xxs-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-xxs-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-xxs-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-xxs-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-xxs-offset-48 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) {
  .container__col-xs-offset-0 {
    margin-left: 0;
  }
  .container__col-xs-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-xs-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-xs-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-xs-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-xs-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-xs-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-xs-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-xs-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-xs-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-xs-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-xs-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-xs-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-xs-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-xs-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-xs-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-xs-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-xs-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-xs-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-xs-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-xs-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-xs-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-xs-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-xs-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-xs-offset-12 {
    margin-left: 25%;
  }
  .container__col-xs-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-xs-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-xs-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-xs-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-xs-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-xs-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-xs-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-xs-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-xs-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-xs-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-xs-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-xs-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-xs-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-xs-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-xs-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-xs-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-xs-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-xs-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-xs-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-xs-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-xs-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-xs-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-xs-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-xs-offset-24 {
    margin-left: 50%;
  }
  .container__col-xs-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-xs-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-xs-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-xs-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-xs-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-xs-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-xs-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-xs-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-xs-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-xs-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-xs-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-xs-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-xs-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-xs-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-xs-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-xs-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-xs-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-xs-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-xs-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-xs-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-xs-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-xs-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-xs-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-xs-offset-36 {
    margin-left: 75%;
  }
  .container__col-xs-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-xs-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-xs-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-xs-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-xs-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-xs-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-xs-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-xs-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-xs-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-xs-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-xs-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-xs-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-xs-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-xs-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-xs-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-xs-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-xs-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-xs-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-xs-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-xs-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-xs-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-xs-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-xs-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-xs-offset-48 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .container__col-sm-offset-0 {
    margin-left: 0;
  }
  .container__col-sm-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-sm-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-sm-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-sm-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-sm-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-sm-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-sm-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-sm-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-sm-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-sm-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-sm-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-sm-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-sm-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-sm-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-sm-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-sm-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-sm-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-sm-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-sm-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-sm-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-sm-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-sm-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-sm-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-sm-offset-12 {
    margin-left: 25%;
  }
  .container__col-sm-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-sm-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-sm-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-sm-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-sm-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-sm-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-sm-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-sm-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-sm-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-sm-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-sm-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-sm-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-sm-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-sm-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-sm-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-sm-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-sm-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-sm-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-sm-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-sm-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-sm-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-sm-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-sm-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-sm-offset-24 {
    margin-left: 50%;
  }
  .container__col-sm-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-sm-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-sm-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-sm-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-sm-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-sm-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-sm-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-sm-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-sm-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-sm-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-sm-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-sm-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-sm-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-sm-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-sm-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-sm-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-sm-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-sm-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-sm-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-sm-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-sm-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-sm-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-sm-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-sm-offset-36 {
    margin-left: 75%;
  }
  .container__col-sm-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-sm-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-sm-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-sm-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-sm-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-sm-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-sm-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-sm-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-sm-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-sm-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-sm-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-sm-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-sm-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-sm-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-sm-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-sm-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-sm-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-sm-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-sm-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-sm-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-sm-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-sm-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-sm-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-sm-offset-48 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .container__col-md-offset-0 {
    margin-left: 0;
  }
  .container__col-md-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-md-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-md-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-md-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-md-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-md-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-md-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-md-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-md-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-md-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-md-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-md-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-md-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-md-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-md-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-md-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-md-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-md-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-md-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-md-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-md-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-md-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-md-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-md-offset-12 {
    margin-left: 25%;
  }
  .container__col-md-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-md-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-md-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-md-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-md-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-md-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-md-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-md-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-md-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-md-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-md-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-md-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-md-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-md-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-md-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-md-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-md-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-md-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-md-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-md-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-md-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-md-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-md-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-md-offset-24 {
    margin-left: 50%;
  }
  .container__col-md-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-md-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-md-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-md-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-md-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-md-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-md-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-md-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-md-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-md-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-md-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-md-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-md-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-md-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-md-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-md-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-md-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-md-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-md-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-md-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-md-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-md-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-md-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-md-offset-36 {
    margin-left: 75%;
  }
  .container__col-md-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-md-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-md-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-md-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-md-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-md-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-md-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-md-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-md-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-md-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-md-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-md-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-md-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-md-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-md-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-md-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-md-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-md-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-md-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-md-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-md-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-md-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-md-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-md-offset-48 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .container__col-lg-offset-0 {
    margin-left: 0;
  }
  .container__col-lg-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-lg-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-lg-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-lg-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-lg-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-lg-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-lg-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-lg-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-lg-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-lg-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-lg-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-lg-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-lg-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-lg-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-lg-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-lg-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-lg-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-lg-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-lg-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-lg-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-lg-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-lg-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-lg-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-lg-offset-12 {
    margin-left: 25%;
  }
  .container__col-lg-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-lg-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-lg-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-lg-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-lg-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-lg-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-lg-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-lg-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-lg-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-lg-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-lg-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-lg-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-lg-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-lg-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-lg-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-lg-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-lg-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-lg-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-lg-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-lg-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-lg-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-lg-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-lg-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-lg-offset-24 {
    margin-left: 50%;
  }
  .container__col-lg-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-lg-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-lg-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-lg-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-lg-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-lg-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-lg-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-lg-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-lg-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-lg-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-lg-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-lg-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-lg-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-lg-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-lg-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-lg-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-lg-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-lg-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-lg-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-lg-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-lg-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-lg-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-lg-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-lg-offset-36 {
    margin-left: 75%;
  }
  .container__col-lg-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-lg-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-lg-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-lg-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-lg-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-lg-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-lg-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-lg-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-lg-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-lg-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-lg-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-lg-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-lg-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-lg-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-lg-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-lg-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-lg-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-lg-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-lg-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-lg-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-lg-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-lg-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-lg-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-lg-offset-48 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .container__col-xl-offset-0 {
    margin-left: 0;
  }
  .container__col-xl-1 {
    flex-basis: 2.0833333333%;
    width: 2.0833333333%;
  }
  .container__col-xl-offset-1 {
    margin-left: 2.0833333333%;
  }
  .container__col-xl-2 {
    flex-basis: 4.1666666667%;
    width: 4.1666666667%;
  }
  .container__col-xl-offset-2 {
    margin-left: 4.1666666667%;
  }
  .container__col-xl-3 {
    flex-basis: 6.25%;
    width: 6.25%;
  }
  .container__col-xl-offset-3 {
    margin-left: 6.25%;
  }
  .container__col-xl-4 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .container__col-xl-offset-4 {
    margin-left: 8.3333333333%;
  }
  .container__col-xl-5 {
    flex-basis: 10.4166666667%;
    width: 10.4166666667%;
  }
  .container__col-xl-offset-5 {
    margin-left: 10.4166666667%;
  }
  .container__col-xl-6 {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .container__col-xl-offset-6 {
    margin-left: 12.5%;
  }
  .container__col-xl-7 {
    flex-basis: 14.5833333333%;
    width: 14.5833333333%;
  }
  .container__col-xl-offset-7 {
    margin-left: 14.5833333333%;
  }
  .container__col-xl-8 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .container__col-xl-offset-8 {
    margin-left: 16.6666666667%;
  }
  .container__col-xl-9 {
    flex-basis: 18.75%;
    width: 18.75%;
  }
  .container__col-xl-offset-9 {
    margin-left: 18.75%;
  }
  .container__col-xl-10 {
    flex-basis: 20.8333333333%;
    width: 20.8333333333%;
  }
  .container__col-xl-offset-10 {
    margin-left: 20.8333333333%;
  }
  .container__col-xl-11 {
    flex-basis: 22.9166666667%;
    width: 22.9166666667%;
  }
  .container__col-xl-offset-11 {
    margin-left: 22.9166666667%;
  }
  .container__col-xl-12 {
    flex-basis: 25%;
    width: 25%;
  }
  .container__col-xl-offset-12 {
    margin-left: 25%;
  }
  .container__col-xl-13 {
    flex-basis: 27.0833333333%;
    width: 27.0833333333%;
  }
  .container__col-xl-offset-13 {
    margin-left: 27.0833333333%;
  }
  .container__col-xl-14 {
    flex-basis: 29.1666666667%;
    width: 29.1666666667%;
  }
  .container__col-xl-offset-14 {
    margin-left: 29.1666666667%;
  }
  .container__col-xl-15 {
    flex-basis: 31.25%;
    width: 31.25%;
  }
  .container__col-xl-offset-15 {
    margin-left: 31.25%;
  }
  .container__col-xl-16 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .container__col-xl-offset-16 {
    margin-left: 33.3333333333%;
  }
  .container__col-xl-17 {
    flex-basis: 35.4166666667%;
    width: 35.4166666667%;
  }
  .container__col-xl-offset-17 {
    margin-left: 35.4166666667%;
  }
  .container__col-xl-18 {
    flex-basis: 37.5%;
    width: 37.5%;
  }
  .container__col-xl-offset-18 {
    margin-left: 37.5%;
  }
  .container__col-xl-19 {
    flex-basis: 39.5833333333%;
    width: 39.5833333333%;
  }
  .container__col-xl-offset-19 {
    margin-left: 39.5833333333%;
  }
  .container__col-xl-20 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .container__col-xl-offset-20 {
    margin-left: 41.6666666667%;
  }
  .container__col-xl-21 {
    flex-basis: 43.75%;
    width: 43.75%;
  }
  .container__col-xl-offset-21 {
    margin-left: 43.75%;
  }
  .container__col-xl-22 {
    flex-basis: 45.8333333333%;
    width: 45.8333333333%;
  }
  .container__col-xl-offset-22 {
    margin-left: 45.8333333333%;
  }
  .container__col-xl-23 {
    flex-basis: 47.9166666667%;
    width: 47.9166666667%;
  }
  .container__col-xl-offset-23 {
    margin-left: 47.9166666667%;
  }
  .container__col-xl-24 {
    flex-basis: 50%;
    width: 50%;
  }
  .container__col-xl-offset-24 {
    margin-left: 50%;
  }
  .container__col-xl-25 {
    flex-basis: 52.0833333333%;
    width: 52.0833333333%;
  }
  .container__col-xl-offset-25 {
    margin-left: 52.0833333333%;
  }
  .container__col-xl-26 {
    flex-basis: 54.1666666667%;
    width: 54.1666666667%;
  }
  .container__col-xl-offset-26 {
    margin-left: 54.1666666667%;
  }
  .container__col-xl-27 {
    flex-basis: 56.25%;
    width: 56.25%;
  }
  .container__col-xl-offset-27 {
    margin-left: 56.25%;
  }
  .container__col-xl-28 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .container__col-xl-offset-28 {
    margin-left: 58.3333333333%;
  }
  .container__col-xl-29 {
    flex-basis: 60.4166666667%;
    width: 60.4166666667%;
  }
  .container__col-xl-offset-29 {
    margin-left: 60.4166666667%;
  }
  .container__col-xl-30 {
    flex-basis: 62.5%;
    width: 62.5%;
  }
  .container__col-xl-offset-30 {
    margin-left: 62.5%;
  }
  .container__col-xl-31 {
    flex-basis: 64.5833333333%;
    width: 64.5833333333%;
  }
  .container__col-xl-offset-31 {
    margin-left: 64.5833333333%;
  }
  .container__col-xl-32 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .container__col-xl-offset-32 {
    margin-left: 66.6666666667%;
  }
  .container__col-xl-33 {
    flex-basis: 68.75%;
    width: 68.75%;
  }
  .container__col-xl-offset-33 {
    margin-left: 68.75%;
  }
  .container__col-xl-34 {
    flex-basis: 70.8333333333%;
    width: 70.8333333333%;
  }
  .container__col-xl-offset-34 {
    margin-left: 70.8333333333%;
  }
  .container__col-xl-35 {
    flex-basis: 72.9166666667%;
    width: 72.9166666667%;
  }
  .container__col-xl-offset-35 {
    margin-left: 72.9166666667%;
  }
  .container__col-xl-36 {
    flex-basis: 75%;
    width: 75%;
  }
  .container__col-xl-offset-36 {
    margin-left: 75%;
  }
  .container__col-xl-37 {
    flex-basis: 77.0833333333%;
    width: 77.0833333333%;
  }
  .container__col-xl-offset-37 {
    margin-left: 77.0833333333%;
  }
  .container__col-xl-38 {
    flex-basis: 79.1666666667%;
    width: 79.1666666667%;
  }
  .container__col-xl-offset-38 {
    margin-left: 79.1666666667%;
  }
  .container__col-xl-39 {
    flex-basis: 81.25%;
    width: 81.25%;
  }
  .container__col-xl-offset-39 {
    margin-left: 81.25%;
  }
  .container__col-xl-40 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .container__col-xl-offset-40 {
    margin-left: 83.3333333333%;
  }
  .container__col-xl-41 {
    flex-basis: 85.4166666667%;
    width: 85.4166666667%;
  }
  .container__col-xl-offset-41 {
    margin-left: 85.4166666667%;
  }
  .container__col-xl-42 {
    flex-basis: 87.5%;
    width: 87.5%;
  }
  .container__col-xl-offset-42 {
    margin-left: 87.5%;
  }
  .container__col-xl-43 {
    flex-basis: 89.5833333333%;
    width: 89.5833333333%;
  }
  .container__col-xl-offset-43 {
    margin-left: 89.5833333333%;
  }
  .container__col-xl-44 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .container__col-xl-offset-44 {
    margin-left: 91.6666666667%;
  }
  .container__col-xl-45 {
    flex-basis: 93.75%;
    width: 93.75%;
  }
  .container__col-xl-offset-45 {
    margin-left: 93.75%;
  }
  .container__col-xl-46 {
    flex-basis: 95.8333333333%;
    width: 95.8333333333%;
  }
  .container__col-xl-offset-46 {
    margin-left: 95.8333333333%;
  }
  .container__col-xl-47 {
    flex-basis: 97.9166666667%;
    width: 97.9166666667%;
  }
  .container__col-xl-offset-47 {
    margin-left: 97.9166666667%;
  }
  .container__col-xl-48 {
    flex-basis: 100%;
    width: 100%;
  }
  .container__col-xl-offset-48 {
    margin-left: 100%;
  }
}

.auth {
  background: #2a2c35;
  color: #fff;
  display: flex;
  height: 100vh;
  align-items: center;
}
.auth.custom-control-label {
  color: #747879;
}
.auth .btn-primary {
  background: #90aba0;
  border: 0;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-bolder {
  font-weight: bolder;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-initial {
  font-weight: initial;
}

.font-weight-inherit {
  font-weight: inherit;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* Red */
/* Pink */
/* Purple */
/* Deep Purple */
/* Indigo */
/* Blue */
/* Light Blue */
/* Cyan */
/* Teal */
/* Green */
/* Light Green */
/* Lime */
/* Yellow */
/* Amber */
/* Orange */
/* Deep Orange */
/* Brown */
/* Grey */
/* Blue Grey */
/* White / Black */
.h-vh {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

.h-1 {
  height: calc(1 * 1%);
}

.h-2 {
  height: calc(2 * 1%);
}

.h-3 {
  height: calc(3 * 1%);
}

.h-4 {
  height: calc(4 * 1%);
}

.h-5 {
  height: calc(5 * 1%);
}

.h-6 {
  height: calc(6 * 1%);
}

.h-7 {
  height: calc(7 * 1%);
}

.h-8 {
  height: calc(8 * 1%);
}

.h-9 {
  height: calc(9 * 1%);
}

.h-10 {
  height: calc(10 * 1%);
}

.h-11 {
  height: calc(11 * 1%);
}

.h-12 {
  height: calc(12 * 1%);
}

.h-13 {
  height: calc(13 * 1%);
}

.h-14 {
  height: calc(14 * 1%);
}

.h-15 {
  height: calc(15 * 1%);
}

.h-16 {
  height: calc(16 * 1%);
}

.h-17 {
  height: calc(17 * 1%);
}

.h-18 {
  height: calc(18 * 1%);
}

.h-19 {
  height: calc(19 * 1%);
}

.h-20 {
  height: calc(20 * 1%);
}

.h-21 {
  height: calc(21 * 1%);
}

.h-22 {
  height: calc(22 * 1%);
}

.h-23 {
  height: calc(23 * 1%);
}

.h-24 {
  height: calc(24 * 1%);
}

.h-25 {
  height: calc(25 * 1%);
}

.h-26 {
  height: calc(26 * 1%);
}

.h-27 {
  height: calc(27 * 1%);
}

.h-28 {
  height: calc(28 * 1%);
}

.h-29 {
  height: calc(29 * 1%);
}

.h-30 {
  height: calc(30 * 1%);
}

.h-31 {
  height: calc(31 * 1%);
}

.h-32 {
  height: calc(32 * 1%);
}

.h-33 {
  height: calc(33 * 1%);
}

.h-34 {
  height: calc(34 * 1%);
}

.h-35 {
  height: calc(35 * 1%);
}

.h-36 {
  height: calc(36 * 1%);
}

.h-37 {
  height: calc(37 * 1%);
}

.h-38 {
  height: calc(38 * 1%);
}

.h-39 {
  height: calc(39 * 1%);
}

.h-40 {
  height: calc(40 * 1%);
}

.h-41 {
  height: calc(41 * 1%);
}

.h-42 {
  height: calc(42 * 1%);
}

.h-43 {
  height: calc(43 * 1%);
}

.h-44 {
  height: calc(44 * 1%);
}

.h-45 {
  height: calc(45 * 1%);
}

.h-46 {
  height: calc(46 * 1%);
}

.h-47 {
  height: calc(47 * 1%);
}

.h-48 {
  height: calc(48 * 1%);
}

.h-49 {
  height: calc(49 * 1%);
}

.h-50 {
  height: calc(50 * 1%);
}

.h-51 {
  height: calc(51 * 1%);
}

.h-52 {
  height: calc(52 * 1%);
}

.h-53 {
  height: calc(53 * 1%);
}

.h-54 {
  height: calc(54 * 1%);
}

.h-55 {
  height: calc(55 * 1%);
}

.h-56 {
  height: calc(56 * 1%);
}

.h-57 {
  height: calc(57 * 1%);
}

.h-58 {
  height: calc(58 * 1%);
}

.h-59 {
  height: calc(59 * 1%);
}

.h-60 {
  height: calc(60 * 1%);
}

.h-61 {
  height: calc(61 * 1%);
}

.h-62 {
  height: calc(62 * 1%);
}

.h-63 {
  height: calc(63 * 1%);
}

.h-64 {
  height: calc(64 * 1%);
}

.h-65 {
  height: calc(65 * 1%);
}

.h-66 {
  height: calc(66 * 1%);
}

.h-67 {
  height: calc(67 * 1%);
}

.h-68 {
  height: calc(68 * 1%);
}

.h-69 {
  height: calc(69 * 1%);
}

.h-70 {
  height: calc(70 * 1%);
}

.h-71 {
  height: calc(71 * 1%);
}

.h-72 {
  height: calc(72 * 1%);
}

.h-73 {
  height: calc(73 * 1%);
}

.h-74 {
  height: calc(74 * 1%);
}

.h-75 {
  height: calc(75 * 1%);
}

.h-76 {
  height: calc(76 * 1%);
}

.h-77 {
  height: calc(77 * 1%);
}

.h-78 {
  height: calc(78 * 1%);
}

.h-79 {
  height: calc(79 * 1%);
}

.h-80 {
  height: calc(80 * 1%);
}

.h-81 {
  height: calc(81 * 1%);
}

.h-82 {
  height: calc(82 * 1%);
}

.h-83 {
  height: calc(83 * 1%);
}

.h-84 {
  height: calc(84 * 1%);
}

.h-85 {
  height: calc(85 * 1%);
}

.h-86 {
  height: calc(86 * 1%);
}

.h-87 {
  height: calc(87 * 1%);
}

.h-88 {
  height: calc(88 * 1%);
}

.h-89 {
  height: calc(89 * 1%);
}

.h-90 {
  height: calc(90 * 1%);
}

.h-91 {
  height: calc(91 * 1%);
}

.h-92 {
  height: calc(92 * 1%);
}

.h-93 {
  height: calc(93 * 1%);
}

.h-94 {
  height: calc(94 * 1%);
}

.h-95 {
  height: calc(95 * 1%);
}

.h-96 {
  height: calc(96 * 1%);
}

.h-97 {
  height: calc(97 * 1%);
}

.h-98 {
  height: calc(98 * 1%);
}

.h-99 {
  height: calc(99 * 1%);
}

.h-100 {
  height: calc(100 * 1%);
}

.size-1 {
  width: 1px;
  height: 1px;
}

.size-2 {
  width: 2px;
  height: 2px;
}

.size-3 {
  width: 3px;
  height: 3px;
}

.size-4 {
  width: 4px;
  height: 4px;
}

.size-5 {
  width: 5px;
  height: 5px;
}

.size-6 {
  width: 6px;
  height: 6px;
}

.size-7 {
  width: 7px;
  height: 7px;
}

.size-8 {
  width: 8px;
  height: 8px;
}

.size-9 {
  width: 9px;
  height: 9px;
}

.size-10 {
  width: 10px;
  height: 10px;
}

.size-11 {
  width: 11px;
  height: 11px;
}

.size-12 {
  width: 12px;
  height: 12px;
}

.size-13 {
  width: 13px;
  height: 13px;
}

.size-14 {
  width: 14px;
  height: 14px;
}

.size-15 {
  width: 15px;
  height: 15px;
}

.size-16 {
  width: 16px;
  height: 16px;
}

.size-17 {
  width: 17px;
  height: 17px;
}

.size-18 {
  width: 18px;
  height: 18px;
}

.size-19 {
  width: 19px;
  height: 19px;
}

.size-20 {
  width: 20px;
  height: 20px;
}

.size-21 {
  width: 21px;
  height: 21px;
}

.size-22 {
  width: 22px;
  height: 22px;
}

.size-23 {
  width: 23px;
  height: 23px;
}

.size-24 {
  width: 24px;
  height: 24px;
}

.size-25 {
  width: 25px;
  height: 25px;
}

.size-26 {
  width: 26px;
  height: 26px;
}

.size-27 {
  width: 27px;
  height: 27px;
}

.size-28 {
  width: 28px;
  height: 28px;
}

.size-29 {
  width: 29px;
  height: 29px;
}

.size-30 {
  width: 30px;
  height: 30px;
}

.size-31 {
  width: 31px;
  height: 31px;
}

.size-32 {
  width: 32px;
  height: 32px;
}

.size-33 {
  width: 33px;
  height: 33px;
}

.size-34 {
  width: 34px;
  height: 34px;
}

.size-35 {
  width: 35px;
  height: 35px;
}

.size-36 {
  width: 36px;
  height: 36px;
}

.size-37 {
  width: 37px;
  height: 37px;
}

.size-38 {
  width: 38px;
  height: 38px;
}

.size-39 {
  width: 39px;
  height: 39px;
}

.size-40 {
  width: 40px;
  height: 40px;
}

.size-41 {
  width: 41px;
  height: 41px;
}

.size-42 {
  width: 42px;
  height: 42px;
}

.size-43 {
  width: 43px;
  height: 43px;
}

.size-44 {
  width: 44px;
  height: 44px;
}

.size-45 {
  width: 45px;
  height: 45px;
}

.size-46 {
  width: 46px;
  height: 46px;
}

.size-47 {
  width: 47px;
  height: 47px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-49 {
  width: 49px;
  height: 49px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.size-51 {
  width: 51px;
  height: 51px;
}

.size-52 {
  width: 52px;
  height: 52px;
}

.size-53 {
  width: 53px;
  height: 53px;
}

.size-54 {
  width: 54px;
  height: 54px;
}

.size-55 {
  width: 55px;
  height: 55px;
}

.size-56 {
  width: 56px;
  height: 56px;
}

.size-57 {
  width: 57px;
  height: 57px;
}

.size-58 {
  width: 58px;
  height: 58px;
}

.size-59 {
  width: 59px;
  height: 59px;
}

.size-60 {
  width: 60px;
  height: 60px;
}

.size-61 {
  width: 61px;
  height: 61px;
}

.size-62 {
  width: 62px;
  height: 62px;
}

.size-63 {
  width: 63px;
  height: 63px;
}

.size-64 {
  width: 64px;
  height: 64px;
}

.size-65 {
  width: 65px;
  height: 65px;
}

.size-66 {
  width: 66px;
  height: 66px;
}

.size-67 {
  width: 67px;
  height: 67px;
}

.size-68 {
  width: 68px;
  height: 68px;
}

.size-69 {
  width: 69px;
  height: 69px;
}

.size-70 {
  width: 70px;
  height: 70px;
}

.size-71 {
  width: 71px;
  height: 71px;
}

.size-72 {
  width: 72px;
  height: 72px;
}

.size-73 {
  width: 73px;
  height: 73px;
}

.size-74 {
  width: 74px;
  height: 74px;
}

.size-75 {
  width: 75px;
  height: 75px;
}

.size-76 {
  width: 76px;
  height: 76px;
}

.size-77 {
  width: 77px;
  height: 77px;
}

.size-78 {
  width: 78px;
  height: 78px;
}

.size-79 {
  width: 79px;
  height: 79px;
}

.size-80 {
  width: 80px;
  height: 80px;
}

.size-81 {
  width: 81px;
  height: 81px;
}

.size-82 {
  width: 82px;
  height: 82px;
}

.size-83 {
  width: 83px;
  height: 83px;
}

.size-84 {
  width: 84px;
  height: 84px;
}

.size-85 {
  width: 85px;
  height: 85px;
}

.size-86 {
  width: 86px;
  height: 86px;
}

.size-87 {
  width: 87px;
  height: 87px;
}

.size-88 {
  width: 88px;
  height: 88px;
}

.size-89 {
  width: 89px;
  height: 89px;
}

.size-90 {
  width: 90px;
  height: 90px;
}

.size-91 {
  width: 91px;
  height: 91px;
}

.size-92 {
  width: 92px;
  height: 92px;
}

.size-93 {
  width: 93px;
  height: 93px;
}

.size-94 {
  width: 94px;
  height: 94px;
}

.size-95 {
  width: 95px;
  height: 95px;
}

.size-96 {
  width: 96px;
  height: 96px;
}

.size-97 {
  width: 97px;
  height: 97px;
}

.size-98 {
  width: 98px;
  height: 98px;
}

.size-99 {
  width: 99px;
  height: 99px;
}

.size-100 {
  width: 100px;
  height: 100px;
}

.w-auto {
  width: auto !important;
}

.w-inherit {
  width: inherit !important;
}

.w-1 {
  width: calc(1 * 1%) !important;
}

.w-2 {
  width: calc(2 * 1%) !important;
}

.w-3 {
  width: calc(3 * 1%) !important;
}

.w-4 {
  width: calc(4 * 1%) !important;
}

.w-5 {
  width: calc(5 * 1%) !important;
}

.w-6 {
  width: calc(6 * 1%) !important;
}

.w-7 {
  width: calc(7 * 1%) !important;
}

.w-8 {
  width: calc(8 * 1%) !important;
}

.w-9 {
  width: calc(9 * 1%) !important;
}

.w-10 {
  width: calc(10 * 1%) !important;
}

.w-11 {
  width: calc(11 * 1%) !important;
}

.w-12 {
  width: calc(12 * 1%) !important;
}

.w-13 {
  width: calc(13 * 1%) !important;
}

.w-14 {
  width: calc(14 * 1%) !important;
}

.w-15 {
  width: calc(15 * 1%) !important;
}

.w-16 {
  width: calc(16 * 1%) !important;
}

.w-17 {
  width: calc(17 * 1%) !important;
}

.w-18 {
  width: calc(18 * 1%) !important;
}

.w-19 {
  width: calc(19 * 1%) !important;
}

.w-20 {
  width: calc(20 * 1%) !important;
}

.w-21 {
  width: calc(21 * 1%) !important;
}

.w-22 {
  width: calc(22 * 1%) !important;
}

.w-23 {
  width: calc(23 * 1%) !important;
}

.w-24 {
  width: calc(24 * 1%) !important;
}

.w-25 {
  width: calc(25 * 1%) !important;
}

.w-26 {
  width: calc(26 * 1%) !important;
}

.w-27 {
  width: calc(27 * 1%) !important;
}

.w-28 {
  width: calc(28 * 1%) !important;
}

.w-29 {
  width: calc(29 * 1%) !important;
}

.w-30 {
  width: calc(30 * 1%) !important;
}

.w-31 {
  width: calc(31 * 1%) !important;
}

.w-32 {
  width: calc(32 * 1%) !important;
}

.w-33 {
  width: calc(33 * 1%) !important;
}

.w-34 {
  width: calc(34 * 1%) !important;
}

.w-35 {
  width: calc(35 * 1%) !important;
}

.w-36 {
  width: calc(36 * 1%) !important;
}

.w-37 {
  width: calc(37 * 1%) !important;
}

.w-38 {
  width: calc(38 * 1%) !important;
}

.w-39 {
  width: calc(39 * 1%) !important;
}

.w-40 {
  width: calc(40 * 1%) !important;
}

.w-41 {
  width: calc(41 * 1%) !important;
}

.w-42 {
  width: calc(42 * 1%) !important;
}

.w-43 {
  width: calc(43 * 1%) !important;
}

.w-44 {
  width: calc(44 * 1%) !important;
}

.w-45 {
  width: calc(45 * 1%) !important;
}

.w-46 {
  width: calc(46 * 1%) !important;
}

.w-47 {
  width: calc(47 * 1%) !important;
}

.w-48 {
  width: calc(48 * 1%) !important;
}

.w-49 {
  width: calc(49 * 1%) !important;
}

.w-50 {
  width: calc(50 * 1%) !important;
}

.w-51 {
  width: calc(51 * 1%) !important;
}

.w-52 {
  width: calc(52 * 1%) !important;
}

.w-53 {
  width: calc(53 * 1%) !important;
}

.w-54 {
  width: calc(54 * 1%) !important;
}

.w-55 {
  width: calc(55 * 1%) !important;
}

.w-56 {
  width: calc(56 * 1%) !important;
}

.w-57 {
  width: calc(57 * 1%) !important;
}

.w-58 {
  width: calc(58 * 1%) !important;
}

.w-59 {
  width: calc(59 * 1%) !important;
}

.w-60 {
  width: calc(60 * 1%) !important;
}

.w-61 {
  width: calc(61 * 1%) !important;
}

.w-62 {
  width: calc(62 * 1%) !important;
}

.w-63 {
  width: calc(63 * 1%) !important;
}

.w-64 {
  width: calc(64 * 1%) !important;
}

.w-65 {
  width: calc(65 * 1%) !important;
}

.w-66 {
  width: calc(66 * 1%) !important;
}

.w-67 {
  width: calc(67 * 1%) !important;
}

.w-68 {
  width: calc(68 * 1%) !important;
}

.w-69 {
  width: calc(69 * 1%) !important;
}

.w-70 {
  width: calc(70 * 1%) !important;
}

.w-71 {
  width: calc(71 * 1%) !important;
}

.w-72 {
  width: calc(72 * 1%) !important;
}

.w-73 {
  width: calc(73 * 1%) !important;
}

.w-74 {
  width: calc(74 * 1%) !important;
}

.w-75 {
  width: calc(75 * 1%) !important;
}

.w-76 {
  width: calc(76 * 1%) !important;
}

.w-77 {
  width: calc(77 * 1%) !important;
}

.w-78 {
  width: calc(78 * 1%) !important;
}

.w-79 {
  width: calc(79 * 1%) !important;
}

.w-80 {
  width: calc(80 * 1%) !important;
}

.w-81 {
  width: calc(81 * 1%) !important;
}

.w-82 {
  width: calc(82 * 1%) !important;
}

.w-83 {
  width: calc(83 * 1%) !important;
}

.w-84 {
  width: calc(84 * 1%) !important;
}

.w-85 {
  width: calc(85 * 1%) !important;
}

.w-86 {
  width: calc(86 * 1%) !important;
}

.w-87 {
  width: calc(87 * 1%) !important;
}

.w-88 {
  width: calc(88 * 1%) !important;
}

.w-89 {
  width: calc(89 * 1%) !important;
}

.w-90 {
  width: calc(90 * 1%) !important;
}

.w-91 {
  width: calc(91 * 1%) !important;
}

.w-92 {
  width: calc(92 * 1%) !important;
}

.w-93 {
  width: calc(93 * 1%) !important;
}

.w-94 {
  width: calc(94 * 1%) !important;
}

.w-95 {
  width: calc(95 * 1%) !important;
}

.w-96 {
  width: calc(96 * 1%) !important;
}

.w-97 {
  width: calc(97 * 1%) !important;
}

.w-98 {
  width: calc(98 * 1%) !important;
}

.w-99 {
  width: calc(99 * 1%) !important;
}

.w-100 {
  width: calc(100 * 1%) !important;
}

.vw-auto {
  width: auto !important;
}

.vw-inherit {
  width: inherit !important;
}

.vw-1 {
  width: 1vw !important;
}

.vw-2 {
  width: 2vw !important;
}

.vw-3 {
  width: 3vw !important;
}

.vw-4 {
  width: 4vw !important;
}

.vw-5 {
  width: 5vw !important;
}

.vw-6 {
  width: 6vw !important;
}

.vw-7 {
  width: 7vw !important;
}

.vw-8 {
  width: 8vw !important;
}

.vw-9 {
  width: 9vw !important;
}

.vw-10 {
  width: 10vw !important;
}

.vw-11 {
  width: 11vw !important;
}

.vw-12 {
  width: 12vw !important;
}

.vw-13 {
  width: 13vw !important;
}

.vw-14 {
  width: 14vw !important;
}

.vw-15 {
  width: 15vw !important;
}

.vw-16 {
  width: 16vw !important;
}

.vw-17 {
  width: 17vw !important;
}

.vw-18 {
  width: 18vw !important;
}

.vw-19 {
  width: 19vw !important;
}

.vw-20 {
  width: 20vw !important;
}

.vw-21 {
  width: 21vw !important;
}

.vw-22 {
  width: 22vw !important;
}

.vw-23 {
  width: 23vw !important;
}

.vw-24 {
  width: 24vw !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-26 {
  width: 26vw !important;
}

.vw-27 {
  width: 27vw !important;
}

.vw-28 {
  width: 28vw !important;
}

.vw-29 {
  width: 29vw !important;
}

.vw-30 {
  width: 30vw !important;
}

.vw-31 {
  width: 31vw !important;
}

.vw-32 {
  width: 32vw !important;
}

.vw-33 {
  width: 33vw !important;
}

.vw-34 {
  width: 34vw !important;
}

.vw-35 {
  width: 35vw !important;
}

.vw-36 {
  width: 36vw !important;
}

.vw-37 {
  width: 37vw !important;
}

.vw-38 {
  width: 38vw !important;
}

.vw-39 {
  width: 39vw !important;
}

.vw-40 {
  width: 40vw !important;
}

.vw-41 {
  width: 41vw !important;
}

.vw-42 {
  width: 42vw !important;
}

.vw-43 {
  width: 43vw !important;
}

.vw-44 {
  width: 44vw !important;
}

.vw-45 {
  width: 45vw !important;
}

.vw-46 {
  width: 46vw !important;
}

.vw-47 {
  width: 47vw !important;
}

.vw-48 {
  width: 48vw !important;
}

.vw-49 {
  width: 49vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-51 {
  width: 51vw !important;
}

.vw-52 {
  width: 52vw !important;
}

.vw-53 {
  width: 53vw !important;
}

.vw-54 {
  width: 54vw !important;
}

.vw-55 {
  width: 55vw !important;
}

.vw-56 {
  width: 56vw !important;
}

.vw-57 {
  width: 57vw !important;
}

.vw-58 {
  width: 58vw !important;
}

.vw-59 {
  width: 59vw !important;
}

.vw-60 {
  width: 60vw !important;
}

.vw-61 {
  width: 61vw !important;
}

.vw-62 {
  width: 62vw !important;
}

.vw-63 {
  width: 63vw !important;
}

.vw-64 {
  width: 64vw !important;
}

.vw-65 {
  width: 65vw !important;
}

.vw-66 {
  width: 66vw !important;
}

.vw-67 {
  width: 67vw !important;
}

.vw-68 {
  width: 68vw !important;
}

.vw-69 {
  width: 69vw !important;
}

.vw-70 {
  width: 70vw !important;
}

.vw-71 {
  width: 71vw !important;
}

.vw-72 {
  width: 72vw !important;
}

.vw-73 {
  width: 73vw !important;
}

.vw-74 {
  width: 74vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.vw-76 {
  width: 76vw !important;
}

.vw-77 {
  width: 77vw !important;
}

.vw-78 {
  width: 78vw !important;
}

.vw-79 {
  width: 79vw !important;
}

.vw-80 {
  width: 80vw !important;
}

.vw-81 {
  width: 81vw !important;
}

.vw-82 {
  width: 82vw !important;
}

.vw-83 {
  width: 83vw !important;
}

.vw-84 {
  width: 84vw !important;
}

.vw-85 {
  width: 85vw !important;
}

.vw-86 {
  width: 86vw !important;
}

.vw-87 {
  width: 87vw !important;
}

.vw-88 {
  width: 88vw !important;
}

.vw-89 {
  width: 89vw !important;
}

.vw-90 {
  width: 90vw !important;
}

.vw-91 {
  width: 91vw !important;
}

.vw-92 {
  width: 92vw !important;
}

.vw-93 {
  width: 93vw !important;
}

.vw-94 {
  width: 94vw !important;
}

.vw-95 {
  width: 95vw !important;
}

.vw-96 {
  width: 96vw !important;
}

.vw-97 {
  width: 97vw !important;
}

.vw-98 {
  width: 98vw !important;
}

.vw-99 {
  width: 99vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.font-1 {
  font-size: 1px !important;
  line-height: 1.5px;
}

.font-2 {
  font-size: 2px !important;
  line-height: 3px;
}

.font-3 {
  font-size: 3px !important;
  line-height: 4.5px;
}

.font-4 {
  font-size: 4px !important;
  line-height: 6px;
}

.font-5 {
  font-size: 5px !important;
  line-height: 7.5px;
}

.font-6 {
  font-size: 6px !important;
  line-height: 9px;
}

.font-7 {
  font-size: 7px !important;
  line-height: 10.5px;
}

.font-8 {
  font-size: 8px !important;
  line-height: 12px;
}

.font-9 {
  font-size: 9px !important;
  line-height: 13.5px;
}

.font-10 {
  font-size: 10px !important;
  line-height: 15px;
}

.font-11 {
  font-size: 11px !important;
  line-height: 16.5px;
}

.font-12 {
  font-size: 12px !important;
  line-height: 18px;
}

.font-13 {
  font-size: 13px !important;
  line-height: 19.5px;
}

.font-14 {
  font-size: 14px !important;
  line-height: 21px;
}

.font-15 {
  font-size: 15px !important;
  line-height: 22.5px;
}

.font-16 {
  font-size: 16px !important;
  line-height: 24px;
}

.font-17 {
  font-size: 17px !important;
  line-height: 25.5px;
}

.font-18 {
  font-size: 18px !important;
  line-height: 27px;
}

.font-19 {
  font-size: 19px !important;
  line-height: 28.5px;
}

.font-20 {
  font-size: 20px !important;
  line-height: 30px;
}

.font-21 {
  font-size: 21px !important;
  line-height: 31.5px;
}

.font-22 {
  font-size: 22px !important;
  line-height: 33px;
}

.font-23 {
  font-size: 23px !important;
  line-height: 34.5px;
}

.font-24 {
  font-size: 24px !important;
  line-height: 36px;
}

.font-25 {
  font-size: 25px !important;
  line-height: 37.5px;
}

.font-26 {
  font-size: 26px !important;
  line-height: 39px;
}

.font-27 {
  font-size: 27px !important;
  line-height: 40.5px;
}

.font-28 {
  font-size: 28px !important;
  line-height: 42px;
}

.font-29 {
  font-size: 29px !important;
  line-height: 43.5px;
}

.font-30 {
  font-size: 30px !important;
  line-height: 45px;
}

.font-31 {
  font-size: 31px !important;
  line-height: 46.5px;
}

.font-32 {
  font-size: 32px !important;
  line-height: 48px;
}

.font-33 {
  font-size: 33px !important;
  line-height: 49.5px;
}

.font-34 {
  font-size: 34px !important;
  line-height: 51px;
}

.font-35 {
  font-size: 35px !important;
  line-height: 52.5px;
}

.font-36 {
  font-size: 36px !important;
  line-height: 54px;
}

.font-37 {
  font-size: 37px !important;
  line-height: 55.5px;
}

.font-38 {
  font-size: 38px !important;
  line-height: 57px;
}

.font-39 {
  font-size: 39px !important;
  line-height: 58.5px;
}

.font-40 {
  font-size: 40px !important;
  line-height: 60px;
}

.font-41 {
  font-size: 41px !important;
  line-height: 61.5px;
}

.font-42 {
  font-size: 42px !important;
  line-height: 63px;
}

.font-43 {
  font-size: 43px !important;
  line-height: 64.5px;
}

.font-44 {
  font-size: 44px !important;
  line-height: 66px;
}

.font-45 {
  font-size: 45px !important;
  line-height: 67.5px;
}

.font-46 {
  font-size: 46px !important;
  line-height: 69px;
}

.font-47 {
  font-size: 47px !important;
  line-height: 70.5px;
}

.font-48 {
  font-size: 48px !important;
  line-height: 72px;
}

.font-49 {
  font-size: 49px !important;
  line-height: 73.5px;
}

.font-50 {
  font-size: 50px !important;
  line-height: 75px;
}

.font-51 {
  font-size: 51px !important;
  line-height: 76.5px;
}

.font-52 {
  font-size: 52px !important;
  line-height: 78px;
}

.font-53 {
  font-size: 53px !important;
  line-height: 79.5px;
}

.font-54 {
  font-size: 54px !important;
  line-height: 81px;
}

.font-55 {
  font-size: 55px !important;
  line-height: 82.5px;
}

.font-56 {
  font-size: 56px !important;
  line-height: 84px;
}

.font-57 {
  font-size: 57px !important;
  line-height: 85.5px;
}

.font-58 {
  font-size: 58px !important;
  line-height: 87px;
}

.font-59 {
  font-size: 59px !important;
  line-height: 88.5px;
}

.font-60 {
  font-size: 60px !important;
  line-height: 90px;
}

.font-61 {
  font-size: 61px !important;
  line-height: 91.5px;
}

.font-62 {
  font-size: 62px !important;
  line-height: 93px;
}

.font-63 {
  font-size: 63px !important;
  line-height: 94.5px;
}

.font-64 {
  font-size: 64px !important;
  line-height: 96px;
}

.font-65 {
  font-size: 65px !important;
  line-height: 97.5px;
}

.font-66 {
  font-size: 66px !important;
  line-height: 99px;
}

.font-67 {
  font-size: 67px !important;
  line-height: 100.5px;
}

.font-68 {
  font-size: 68px !important;
  line-height: 102px;
}

.font-69 {
  font-size: 69px !important;
  line-height: 103.5px;
}

.font-70 {
  font-size: 70px !important;
  line-height: 105px;
}

.font-71 {
  font-size: 71px !important;
  line-height: 106.5px;
}

.font-72 {
  font-size: 72px !important;
  line-height: 108px;
}

.font-73 {
  font-size: 73px !important;
  line-height: 109.5px;
}

.font-74 {
  font-size: 74px !important;
  line-height: 111px;
}

.font-75 {
  font-size: 75px !important;
  line-height: 112.5px;
}

.font-76 {
  font-size: 76px !important;
  line-height: 114px;
}

.font-77 {
  font-size: 77px !important;
  line-height: 115.5px;
}

.font-78 {
  font-size: 78px !important;
  line-height: 117px;
}

.font-79 {
  font-size: 79px !important;
  line-height: 118.5px;
}

.font-80 {
  font-size: 80px !important;
  line-height: 120px;
}

.font-81 {
  font-size: 81px !important;
  line-height: 121.5px;
}

.font-82 {
  font-size: 82px !important;
  line-height: 123px;
}

.font-83 {
  font-size: 83px !important;
  line-height: 124.5px;
}

.font-84 {
  font-size: 84px !important;
  line-height: 126px;
}

.font-85 {
  font-size: 85px !important;
  line-height: 127.5px;
}

.font-86 {
  font-size: 86px !important;
  line-height: 129px;
}

.font-87 {
  font-size: 87px !important;
  line-height: 130.5px;
}

.font-88 {
  font-size: 88px !important;
  line-height: 132px;
}

.font-89 {
  font-size: 89px !important;
  line-height: 133.5px;
}

.font-90 {
  font-size: 90px !important;
  line-height: 135px;
}

.font-91 {
  font-size: 91px !important;
  line-height: 136.5px;
}

.font-92 {
  font-size: 92px !important;
  line-height: 138px;
}

.font-93 {
  font-size: 93px !important;
  line-height: 139.5px;
}

.font-94 {
  font-size: 94px !important;
  line-height: 141px;
}

.font-95 {
  font-size: 95px !important;
  line-height: 142.5px;
}

.font-96 {
  font-size: 96px !important;
  line-height: 144px;
}

.font-97 {
  font-size: 97px !important;
  line-height: 145.5px;
}

.font-98 {
  font-size: 98px !important;
  line-height: 147px;
}

.font-99 {
  font-size: 99px !important;
  line-height: 148.5px;
}

.font-100 {
  font-size: 100px !important;
  line-height: 150px;
}

.padding-1 {
  padding: 1px;
}

.padding-2 {
  padding: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-4 {
  padding: 4px;
}

.padding-5 {
  padding: 5px;
}

.padding-6 {
  padding: 6px;
}

.padding-7 {
  padding: 7px;
}

.padding-8 {
  padding: 8px;
}

.padding-9 {
  padding: 9px;
}

.padding-10 {
  padding: 10px;
}

.padding-11 {
  padding: 11px;
}

.padding-12 {
  padding: 12px;
}

.padding-13 {
  padding: 13px;
}

.padding-14 {
  padding: 14px;
}

.padding-15 {
  padding: 15px;
}

.padding-16 {
  padding: 16px;
}

.padding-17 {
  padding: 17px;
}

.padding-18 {
  padding: 18px;
}

.padding-19 {
  padding: 19px;
}

.padding-20 {
  padding: 20px;
}

.padding-21 {
  padding: 21px;
}

.padding-22 {
  padding: 22px;
}

.padding-23 {
  padding: 23px;
}

.padding-24 {
  padding: 24px;
}

.padding-25 {
  padding: 25px;
}

.padding-26 {
  padding: 26px;
}

.padding-27 {
  padding: 27px;
}

.padding-28 {
  padding: 28px;
}

.padding-29 {
  padding: 29px;
}

.padding-30 {
  padding: 30px;
}

.padding-31 {
  padding: 31px;
}

.padding-32 {
  padding: 32px;
}

.padding-33 {
  padding: 33px;
}

.padding-34 {
  padding: 34px;
}

.padding-35 {
  padding: 35px;
}

.padding-36 {
  padding: 36px;
}

.padding-37 {
  padding: 37px;
}

.padding-38 {
  padding: 38px;
}

.padding-39 {
  padding: 39px;
}

.padding-40 {
  padding: 40px;
}

.padding-41 {
  padding: 41px;
}

.padding-42 {
  padding: 42px;
}

.padding-43 {
  padding: 43px;
}

.padding-44 {
  padding: 44px;
}

.padding-45 {
  padding: 45px;
}

.padding-46 {
  padding: 46px;
}

.padding-47 {
  padding: 47px;
}

.padding-48 {
  padding: 48px;
}

.padding-49 {
  padding: 49px;
}

.padding-50 {
  padding: 50px;
}

.padding-51 {
  padding: 51px;
}

.padding-52 {
  padding: 52px;
}

.padding-53 {
  padding: 53px;
}

.padding-54 {
  padding: 54px;
}

.padding-55 {
  padding: 55px;
}

.padding-56 {
  padding: 56px;
}

.padding-57 {
  padding: 57px;
}

.padding-58 {
  padding: 58px;
}

.padding-59 {
  padding: 59px;
}

.padding-60 {
  padding: 60px;
}

.padding-61 {
  padding: 61px;
}

.padding-62 {
  padding: 62px;
}

.padding-63 {
  padding: 63px;
}

.padding-64 {
  padding: 64px;
}

.padding-65 {
  padding: 65px;
}

.padding-66 {
  padding: 66px;
}

.padding-67 {
  padding: 67px;
}

.padding-68 {
  padding: 68px;
}

.padding-69 {
  padding: 69px;
}

.padding-70 {
  padding: 70px;
}

.padding-71 {
  padding: 71px;
}

.padding-72 {
  padding: 72px;
}

.padding-73 {
  padding: 73px;
}

.padding-74 {
  padding: 74px;
}

.padding-75 {
  padding: 75px;
}

.padding-76 {
  padding: 76px;
}

.padding-77 {
  padding: 77px;
}

.padding-78 {
  padding: 78px;
}

.padding-79 {
  padding: 79px;
}

.padding-80 {
  padding: 80px;
}

.padding-81 {
  padding: 81px;
}

.padding-82 {
  padding: 82px;
}

.padding-83 {
  padding: 83px;
}

.padding-84 {
  padding: 84px;
}

.padding-85 {
  padding: 85px;
}

.padding-86 {
  padding: 86px;
}

.padding-87 {
  padding: 87px;
}

.padding-88 {
  padding: 88px;
}

.padding-89 {
  padding: 89px;
}

.padding-90 {
  padding: 90px;
}

.padding-91 {
  padding: 91px;
}

.padding-92 {
  padding: 92px;
}

.padding-93 {
  padding: 93px;
}

.padding-94 {
  padding: 94px;
}

.padding-95 {
  padding: 95px;
}

.padding-96 {
  padding: 96px;
}

.padding-97 {
  padding: 97px;
}

.padding-98 {
  padding: 98px;
}

.padding-99 {
  padding: 99px;
}

.padding-100 {
  padding: 100px;
}

.box--boxed {
  width: 1140px;
}

.box--fullwidth {
  width: 100%;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-to-capitalize {
  text-transform: capitalize;
}

.text-to-lowercase {
  text-transform: lowercase;
}

.text-to-uppercase {
  text-transform: uppercase;
}

.color-white {
  color: #fff !important;
}

.color-teal-100 {
  color: #95d4d2 !important;
}

.color-teal-900 {
  color: #2daaa5 !important;
}

.color-grey-100 {
  color: #eaeaea !important;
}

.color-grey-500 {
  color: #999999 !important;
}

.color-grey-900 {
  color: #666666 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-teal-100 {
  background-color: #95d4d2;
}

.bg-teal-900 {
  background-color: #2daaa5;
}

.bg-grey-100 {
  background-color: #eaeaea;
}

.bg-grey-500 {
  background-color: #999999;
}

.bg-grey-900 {
  background-color: #666666;
}

.fill-white {
  fill: #fff;
}

.fill-teal-100 {
  fill: #95d4d2;
}

.fill-teal-900 {
  fill: #2daaa5;
}

.fill-grey-100 {
  fill: #eaeaea;
}

.fill-grey-500 {
  fill: #999999;
}

.fill-grey-900 {
  fill: #666666;
}

.color-white {
  color: #fff !important;
}

.color-teal-100 {
  color: #95d4d2 !important;
}

.color-teal-900 {
  color: #2daaa5 !important;
}

.color-grey-100 {
  color: #eaeaea !important;
}

.color-grey-500 {
  color: #999999 !important;
}

.color-grey-900 {
  color: #666666 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-teal-100 {
  background-color: #95d4d2;
}

.bg-teal-900 {
  background-color: #2daaa5;
}

.bg-grey-100 {
  background-color: #eaeaea;
}

.bg-grey-500 {
  background-color: #999999;
}

.bg-grey-900 {
  background-color: #666666;
}

.fill-white {
  fill: #fff;
}

.fill-teal-100 {
  fill: #95d4d2;
}

.fill-teal-900 {
  fill: #2daaa5;
}

.fill-grey-100 {
  fill: #eaeaea;
}

.fill-grey-500 {
  fill: #999999;
}

.fill-grey-900 {
  fill: #666666;
}

.theme-teal .container--fluid .options.sort, .theme-teal .container--fluid .options.add, .theme-teal .container--fluid .category.btn, .theme-teal .container--fluid .product__body {
  font-family: "Helvetica Neue";
  font-weight: normal;
  line-height: 28.56px;
  text-align: left;
}

.theme-teal .container--fluid .product__title, .theme-teal .container--fluid .header h1 {
  font-family: "Open Sans";
  font-weight: bold;
  color: #fff;
  line-height: 28.56px;
  text-transform: uppercase;
  text-align: left;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-bolder {
  font-weight: bolder;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-initial {
  font-weight: initial;
}

.font-weight-inherit {
  font-weight: inherit;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* Red */
/* Pink */
/* Purple */
/* Deep Purple */
/* Indigo */
/* Blue */
/* Light Blue */
/* Cyan */
/* Teal */
/* Green */
/* Light Green */
/* Lime */
/* Yellow */
/* Amber */
/* Orange */
/* Deep Orange */
/* Brown */
/* Grey */
/* Blue Grey */
/* White / Black */
.h-vh {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

.h-1 {
  height: calc(1 * 1%);
}

.h-2 {
  height: calc(2 * 1%);
}

.h-3 {
  height: calc(3 * 1%);
}

.h-4 {
  height: calc(4 * 1%);
}

.h-5 {
  height: calc(5 * 1%);
}

.h-6 {
  height: calc(6 * 1%);
}

.h-7 {
  height: calc(7 * 1%);
}

.h-8 {
  height: calc(8 * 1%);
}

.h-9 {
  height: calc(9 * 1%);
}

.h-10 {
  height: calc(10 * 1%);
}

.h-11 {
  height: calc(11 * 1%);
}

.h-12 {
  height: calc(12 * 1%);
}

.h-13 {
  height: calc(13 * 1%);
}

.h-14 {
  height: calc(14 * 1%);
}

.h-15 {
  height: calc(15 * 1%);
}

.h-16 {
  height: calc(16 * 1%);
}

.h-17 {
  height: calc(17 * 1%);
}

.h-18 {
  height: calc(18 * 1%);
}

.h-19 {
  height: calc(19 * 1%);
}

.h-20 {
  height: calc(20 * 1%);
}

.h-21 {
  height: calc(21 * 1%);
}

.h-22 {
  height: calc(22 * 1%);
}

.h-23 {
  height: calc(23 * 1%);
}

.h-24 {
  height: calc(24 * 1%);
}

.h-25 {
  height: calc(25 * 1%);
}

.h-26 {
  height: calc(26 * 1%);
}

.h-27 {
  height: calc(27 * 1%);
}

.h-28 {
  height: calc(28 * 1%);
}

.h-29 {
  height: calc(29 * 1%);
}

.h-30 {
  height: calc(30 * 1%);
}

.h-31 {
  height: calc(31 * 1%);
}

.h-32 {
  height: calc(32 * 1%);
}

.h-33 {
  height: calc(33 * 1%);
}

.h-34 {
  height: calc(34 * 1%);
}

.h-35 {
  height: calc(35 * 1%);
}

.h-36 {
  height: calc(36 * 1%);
}

.h-37 {
  height: calc(37 * 1%);
}

.h-38 {
  height: calc(38 * 1%);
}

.h-39 {
  height: calc(39 * 1%);
}

.h-40 {
  height: calc(40 * 1%);
}

.h-41 {
  height: calc(41 * 1%);
}

.h-42 {
  height: calc(42 * 1%);
}

.h-43 {
  height: calc(43 * 1%);
}

.h-44 {
  height: calc(44 * 1%);
}

.h-45 {
  height: calc(45 * 1%);
}

.h-46 {
  height: calc(46 * 1%);
}

.h-47 {
  height: calc(47 * 1%);
}

.h-48 {
  height: calc(48 * 1%);
}

.h-49 {
  height: calc(49 * 1%);
}

.h-50 {
  height: calc(50 * 1%);
}

.h-51 {
  height: calc(51 * 1%);
}

.h-52 {
  height: calc(52 * 1%);
}

.h-53 {
  height: calc(53 * 1%);
}

.h-54 {
  height: calc(54 * 1%);
}

.h-55 {
  height: calc(55 * 1%);
}

.h-56 {
  height: calc(56 * 1%);
}

.h-57 {
  height: calc(57 * 1%);
}

.h-58 {
  height: calc(58 * 1%);
}

.h-59 {
  height: calc(59 * 1%);
}

.h-60 {
  height: calc(60 * 1%);
}

.h-61 {
  height: calc(61 * 1%);
}

.h-62 {
  height: calc(62 * 1%);
}

.h-63 {
  height: calc(63 * 1%);
}

.h-64 {
  height: calc(64 * 1%);
}

.h-65 {
  height: calc(65 * 1%);
}

.h-66 {
  height: calc(66 * 1%);
}

.h-67 {
  height: calc(67 * 1%);
}

.h-68 {
  height: calc(68 * 1%);
}

.h-69 {
  height: calc(69 * 1%);
}

.h-70 {
  height: calc(70 * 1%);
}

.h-71 {
  height: calc(71 * 1%);
}

.h-72 {
  height: calc(72 * 1%);
}

.h-73 {
  height: calc(73 * 1%);
}

.h-74 {
  height: calc(74 * 1%);
}

.h-75 {
  height: calc(75 * 1%);
}

.h-76 {
  height: calc(76 * 1%);
}

.h-77 {
  height: calc(77 * 1%);
}

.h-78 {
  height: calc(78 * 1%);
}

.h-79 {
  height: calc(79 * 1%);
}

.h-80 {
  height: calc(80 * 1%);
}

.h-81 {
  height: calc(81 * 1%);
}

.h-82 {
  height: calc(82 * 1%);
}

.h-83 {
  height: calc(83 * 1%);
}

.h-84 {
  height: calc(84 * 1%);
}

.h-85 {
  height: calc(85 * 1%);
}

.h-86 {
  height: calc(86 * 1%);
}

.h-87 {
  height: calc(87 * 1%);
}

.h-88 {
  height: calc(88 * 1%);
}

.h-89 {
  height: calc(89 * 1%);
}

.h-90 {
  height: calc(90 * 1%);
}

.h-91 {
  height: calc(91 * 1%);
}

.h-92 {
  height: calc(92 * 1%);
}

.h-93 {
  height: calc(93 * 1%);
}

.h-94 {
  height: calc(94 * 1%);
}

.h-95 {
  height: calc(95 * 1%);
}

.h-96 {
  height: calc(96 * 1%);
}

.h-97 {
  height: calc(97 * 1%);
}

.h-98 {
  height: calc(98 * 1%);
}

.h-99 {
  height: calc(99 * 1%);
}

.h-100 {
  height: calc(100 * 1%);
}

.size-1 {
  width: 1px;
  height: 1px;
}

.size-2 {
  width: 2px;
  height: 2px;
}

.size-3 {
  width: 3px;
  height: 3px;
}

.size-4 {
  width: 4px;
  height: 4px;
}

.size-5 {
  width: 5px;
  height: 5px;
}

.size-6 {
  width: 6px;
  height: 6px;
}

.size-7 {
  width: 7px;
  height: 7px;
}

.size-8 {
  width: 8px;
  height: 8px;
}

.size-9 {
  width: 9px;
  height: 9px;
}

.size-10 {
  width: 10px;
  height: 10px;
}

.size-11 {
  width: 11px;
  height: 11px;
}

.size-12 {
  width: 12px;
  height: 12px;
}

.size-13 {
  width: 13px;
  height: 13px;
}

.size-14 {
  width: 14px;
  height: 14px;
}

.size-15 {
  width: 15px;
  height: 15px;
}

.size-16 {
  width: 16px;
  height: 16px;
}

.size-17 {
  width: 17px;
  height: 17px;
}

.size-18 {
  width: 18px;
  height: 18px;
}

.size-19 {
  width: 19px;
  height: 19px;
}

.size-20 {
  width: 20px;
  height: 20px;
}

.size-21 {
  width: 21px;
  height: 21px;
}

.size-22 {
  width: 22px;
  height: 22px;
}

.size-23 {
  width: 23px;
  height: 23px;
}

.size-24 {
  width: 24px;
  height: 24px;
}

.size-25 {
  width: 25px;
  height: 25px;
}

.size-26 {
  width: 26px;
  height: 26px;
}

.size-27 {
  width: 27px;
  height: 27px;
}

.size-28 {
  width: 28px;
  height: 28px;
}

.size-29 {
  width: 29px;
  height: 29px;
}

.size-30 {
  width: 30px;
  height: 30px;
}

.size-31 {
  width: 31px;
  height: 31px;
}

.size-32 {
  width: 32px;
  height: 32px;
}

.size-33 {
  width: 33px;
  height: 33px;
}

.size-34 {
  width: 34px;
  height: 34px;
}

.size-35 {
  width: 35px;
  height: 35px;
}

.size-36 {
  width: 36px;
  height: 36px;
}

.size-37 {
  width: 37px;
  height: 37px;
}

.size-38 {
  width: 38px;
  height: 38px;
}

.size-39 {
  width: 39px;
  height: 39px;
}

.size-40 {
  width: 40px;
  height: 40px;
}

.size-41 {
  width: 41px;
  height: 41px;
}

.size-42 {
  width: 42px;
  height: 42px;
}

.size-43 {
  width: 43px;
  height: 43px;
}

.size-44 {
  width: 44px;
  height: 44px;
}

.size-45 {
  width: 45px;
  height: 45px;
}

.size-46 {
  width: 46px;
  height: 46px;
}

.size-47 {
  width: 47px;
  height: 47px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-49 {
  width: 49px;
  height: 49px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.size-51 {
  width: 51px;
  height: 51px;
}

.size-52 {
  width: 52px;
  height: 52px;
}

.size-53 {
  width: 53px;
  height: 53px;
}

.size-54 {
  width: 54px;
  height: 54px;
}

.size-55 {
  width: 55px;
  height: 55px;
}

.size-56 {
  width: 56px;
  height: 56px;
}

.size-57 {
  width: 57px;
  height: 57px;
}

.size-58 {
  width: 58px;
  height: 58px;
}

.size-59 {
  width: 59px;
  height: 59px;
}

.size-60 {
  width: 60px;
  height: 60px;
}

.size-61 {
  width: 61px;
  height: 61px;
}

.size-62 {
  width: 62px;
  height: 62px;
}

.size-63 {
  width: 63px;
  height: 63px;
}

.size-64 {
  width: 64px;
  height: 64px;
}

.size-65 {
  width: 65px;
  height: 65px;
}

.size-66 {
  width: 66px;
  height: 66px;
}

.size-67 {
  width: 67px;
  height: 67px;
}

.size-68 {
  width: 68px;
  height: 68px;
}

.size-69 {
  width: 69px;
  height: 69px;
}

.size-70 {
  width: 70px;
  height: 70px;
}

.size-71 {
  width: 71px;
  height: 71px;
}

.size-72 {
  width: 72px;
  height: 72px;
}

.size-73 {
  width: 73px;
  height: 73px;
}

.size-74 {
  width: 74px;
  height: 74px;
}

.size-75 {
  width: 75px;
  height: 75px;
}

.size-76 {
  width: 76px;
  height: 76px;
}

.size-77 {
  width: 77px;
  height: 77px;
}

.size-78 {
  width: 78px;
  height: 78px;
}

.size-79 {
  width: 79px;
  height: 79px;
}

.size-80 {
  width: 80px;
  height: 80px;
}

.size-81 {
  width: 81px;
  height: 81px;
}

.size-82 {
  width: 82px;
  height: 82px;
}

.size-83 {
  width: 83px;
  height: 83px;
}

.size-84 {
  width: 84px;
  height: 84px;
}

.size-85 {
  width: 85px;
  height: 85px;
}

.size-86 {
  width: 86px;
  height: 86px;
}

.size-87 {
  width: 87px;
  height: 87px;
}

.size-88 {
  width: 88px;
  height: 88px;
}

.size-89 {
  width: 89px;
  height: 89px;
}

.size-90 {
  width: 90px;
  height: 90px;
}

.size-91 {
  width: 91px;
  height: 91px;
}

.size-92 {
  width: 92px;
  height: 92px;
}

.size-93 {
  width: 93px;
  height: 93px;
}

.size-94 {
  width: 94px;
  height: 94px;
}

.size-95 {
  width: 95px;
  height: 95px;
}

.size-96 {
  width: 96px;
  height: 96px;
}

.size-97 {
  width: 97px;
  height: 97px;
}

.size-98 {
  width: 98px;
  height: 98px;
}

.size-99 {
  width: 99px;
  height: 99px;
}

.size-100 {
  width: 100px;
  height: 100px;
}

.w-auto {
  width: auto !important;
}

.w-inherit {
  width: inherit !important;
}

.w-1 {
  width: calc(1 * 1%) !important;
}

.w-2 {
  width: calc(2 * 1%) !important;
}

.w-3 {
  width: calc(3 * 1%) !important;
}

.w-4 {
  width: calc(4 * 1%) !important;
}

.w-5 {
  width: calc(5 * 1%) !important;
}

.w-6 {
  width: calc(6 * 1%) !important;
}

.w-7 {
  width: calc(7 * 1%) !important;
}

.w-8 {
  width: calc(8 * 1%) !important;
}

.w-9 {
  width: calc(9 * 1%) !important;
}

.w-10 {
  width: calc(10 * 1%) !important;
}

.w-11 {
  width: calc(11 * 1%) !important;
}

.w-12 {
  width: calc(12 * 1%) !important;
}

.w-13 {
  width: calc(13 * 1%) !important;
}

.w-14 {
  width: calc(14 * 1%) !important;
}

.w-15 {
  width: calc(15 * 1%) !important;
}

.w-16 {
  width: calc(16 * 1%) !important;
}

.w-17 {
  width: calc(17 * 1%) !important;
}

.w-18 {
  width: calc(18 * 1%) !important;
}

.w-19 {
  width: calc(19 * 1%) !important;
}

.w-20 {
  width: calc(20 * 1%) !important;
}

.w-21 {
  width: calc(21 * 1%) !important;
}

.w-22 {
  width: calc(22 * 1%) !important;
}

.w-23 {
  width: calc(23 * 1%) !important;
}

.w-24 {
  width: calc(24 * 1%) !important;
}

.w-25 {
  width: calc(25 * 1%) !important;
}

.w-26 {
  width: calc(26 * 1%) !important;
}

.w-27 {
  width: calc(27 * 1%) !important;
}

.w-28 {
  width: calc(28 * 1%) !important;
}

.w-29 {
  width: calc(29 * 1%) !important;
}

.w-30 {
  width: calc(30 * 1%) !important;
}

.w-31 {
  width: calc(31 * 1%) !important;
}

.w-32 {
  width: calc(32 * 1%) !important;
}

.w-33 {
  width: calc(33 * 1%) !important;
}

.w-34 {
  width: calc(34 * 1%) !important;
}

.w-35 {
  width: calc(35 * 1%) !important;
}

.w-36 {
  width: calc(36 * 1%) !important;
}

.w-37 {
  width: calc(37 * 1%) !important;
}

.w-38 {
  width: calc(38 * 1%) !important;
}

.w-39 {
  width: calc(39 * 1%) !important;
}

.w-40 {
  width: calc(40 * 1%) !important;
}

.w-41 {
  width: calc(41 * 1%) !important;
}

.w-42 {
  width: calc(42 * 1%) !important;
}

.w-43 {
  width: calc(43 * 1%) !important;
}

.w-44 {
  width: calc(44 * 1%) !important;
}

.w-45 {
  width: calc(45 * 1%) !important;
}

.w-46 {
  width: calc(46 * 1%) !important;
}

.w-47 {
  width: calc(47 * 1%) !important;
}

.w-48 {
  width: calc(48 * 1%) !important;
}

.w-49 {
  width: calc(49 * 1%) !important;
}

.w-50 {
  width: calc(50 * 1%) !important;
}

.w-51 {
  width: calc(51 * 1%) !important;
}

.w-52 {
  width: calc(52 * 1%) !important;
}

.w-53 {
  width: calc(53 * 1%) !important;
}

.w-54 {
  width: calc(54 * 1%) !important;
}

.w-55 {
  width: calc(55 * 1%) !important;
}

.w-56 {
  width: calc(56 * 1%) !important;
}

.w-57 {
  width: calc(57 * 1%) !important;
}

.w-58 {
  width: calc(58 * 1%) !important;
}

.w-59 {
  width: calc(59 * 1%) !important;
}

.w-60 {
  width: calc(60 * 1%) !important;
}

.w-61 {
  width: calc(61 * 1%) !important;
}

.w-62 {
  width: calc(62 * 1%) !important;
}

.w-63 {
  width: calc(63 * 1%) !important;
}

.w-64 {
  width: calc(64 * 1%) !important;
}

.w-65 {
  width: calc(65 * 1%) !important;
}

.w-66 {
  width: calc(66 * 1%) !important;
}

.w-67 {
  width: calc(67 * 1%) !important;
}

.w-68 {
  width: calc(68 * 1%) !important;
}

.w-69 {
  width: calc(69 * 1%) !important;
}

.w-70 {
  width: calc(70 * 1%) !important;
}

.w-71 {
  width: calc(71 * 1%) !important;
}

.w-72 {
  width: calc(72 * 1%) !important;
}

.w-73 {
  width: calc(73 * 1%) !important;
}

.w-74 {
  width: calc(74 * 1%) !important;
}

.w-75 {
  width: calc(75 * 1%) !important;
}

.w-76 {
  width: calc(76 * 1%) !important;
}

.w-77 {
  width: calc(77 * 1%) !important;
}

.w-78 {
  width: calc(78 * 1%) !important;
}

.w-79 {
  width: calc(79 * 1%) !important;
}

.w-80 {
  width: calc(80 * 1%) !important;
}

.w-81 {
  width: calc(81 * 1%) !important;
}

.w-82 {
  width: calc(82 * 1%) !important;
}

.w-83 {
  width: calc(83 * 1%) !important;
}

.w-84 {
  width: calc(84 * 1%) !important;
}

.w-85 {
  width: calc(85 * 1%) !important;
}

.w-86 {
  width: calc(86 * 1%) !important;
}

.w-87 {
  width: calc(87 * 1%) !important;
}

.w-88 {
  width: calc(88 * 1%) !important;
}

.w-89 {
  width: calc(89 * 1%) !important;
}

.w-90 {
  width: calc(90 * 1%) !important;
}

.w-91 {
  width: calc(91 * 1%) !important;
}

.w-92 {
  width: calc(92 * 1%) !important;
}

.w-93 {
  width: calc(93 * 1%) !important;
}

.w-94 {
  width: calc(94 * 1%) !important;
}

.w-95 {
  width: calc(95 * 1%) !important;
}

.w-96 {
  width: calc(96 * 1%) !important;
}

.w-97 {
  width: calc(97 * 1%) !important;
}

.w-98 {
  width: calc(98 * 1%) !important;
}

.w-99 {
  width: calc(99 * 1%) !important;
}

.w-100 {
  width: calc(100 * 1%) !important;
}

.vw-auto {
  width: auto !important;
}

.vw-inherit {
  width: inherit !important;
}

.vw-1 {
  width: 1vw !important;
}

.vw-2 {
  width: 2vw !important;
}

.vw-3 {
  width: 3vw !important;
}

.vw-4 {
  width: 4vw !important;
}

.vw-5 {
  width: 5vw !important;
}

.vw-6 {
  width: 6vw !important;
}

.vw-7 {
  width: 7vw !important;
}

.vw-8 {
  width: 8vw !important;
}

.vw-9 {
  width: 9vw !important;
}

.vw-10 {
  width: 10vw !important;
}

.vw-11 {
  width: 11vw !important;
}

.vw-12 {
  width: 12vw !important;
}

.vw-13 {
  width: 13vw !important;
}

.vw-14 {
  width: 14vw !important;
}

.vw-15 {
  width: 15vw !important;
}

.vw-16 {
  width: 16vw !important;
}

.vw-17 {
  width: 17vw !important;
}

.vw-18 {
  width: 18vw !important;
}

.vw-19 {
  width: 19vw !important;
}

.vw-20 {
  width: 20vw !important;
}

.vw-21 {
  width: 21vw !important;
}

.vw-22 {
  width: 22vw !important;
}

.vw-23 {
  width: 23vw !important;
}

.vw-24 {
  width: 24vw !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-26 {
  width: 26vw !important;
}

.vw-27 {
  width: 27vw !important;
}

.vw-28 {
  width: 28vw !important;
}

.vw-29 {
  width: 29vw !important;
}

.vw-30 {
  width: 30vw !important;
}

.vw-31 {
  width: 31vw !important;
}

.vw-32 {
  width: 32vw !important;
}

.vw-33 {
  width: 33vw !important;
}

.vw-34 {
  width: 34vw !important;
}

.vw-35 {
  width: 35vw !important;
}

.vw-36 {
  width: 36vw !important;
}

.vw-37 {
  width: 37vw !important;
}

.vw-38 {
  width: 38vw !important;
}

.vw-39 {
  width: 39vw !important;
}

.vw-40 {
  width: 40vw !important;
}

.vw-41 {
  width: 41vw !important;
}

.vw-42 {
  width: 42vw !important;
}

.vw-43 {
  width: 43vw !important;
}

.vw-44 {
  width: 44vw !important;
}

.vw-45 {
  width: 45vw !important;
}

.vw-46 {
  width: 46vw !important;
}

.vw-47 {
  width: 47vw !important;
}

.vw-48 {
  width: 48vw !important;
}

.vw-49 {
  width: 49vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-51 {
  width: 51vw !important;
}

.vw-52 {
  width: 52vw !important;
}

.vw-53 {
  width: 53vw !important;
}

.vw-54 {
  width: 54vw !important;
}

.vw-55 {
  width: 55vw !important;
}

.vw-56 {
  width: 56vw !important;
}

.vw-57 {
  width: 57vw !important;
}

.vw-58 {
  width: 58vw !important;
}

.vw-59 {
  width: 59vw !important;
}

.vw-60 {
  width: 60vw !important;
}

.vw-61 {
  width: 61vw !important;
}

.vw-62 {
  width: 62vw !important;
}

.vw-63 {
  width: 63vw !important;
}

.vw-64 {
  width: 64vw !important;
}

.vw-65 {
  width: 65vw !important;
}

.vw-66 {
  width: 66vw !important;
}

.vw-67 {
  width: 67vw !important;
}

.vw-68 {
  width: 68vw !important;
}

.vw-69 {
  width: 69vw !important;
}

.vw-70 {
  width: 70vw !important;
}

.vw-71 {
  width: 71vw !important;
}

.vw-72 {
  width: 72vw !important;
}

.vw-73 {
  width: 73vw !important;
}

.vw-74 {
  width: 74vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.vw-76 {
  width: 76vw !important;
}

.vw-77 {
  width: 77vw !important;
}

.vw-78 {
  width: 78vw !important;
}

.vw-79 {
  width: 79vw !important;
}

.vw-80 {
  width: 80vw !important;
}

.vw-81 {
  width: 81vw !important;
}

.vw-82 {
  width: 82vw !important;
}

.vw-83 {
  width: 83vw !important;
}

.vw-84 {
  width: 84vw !important;
}

.vw-85 {
  width: 85vw !important;
}

.vw-86 {
  width: 86vw !important;
}

.vw-87 {
  width: 87vw !important;
}

.vw-88 {
  width: 88vw !important;
}

.vw-89 {
  width: 89vw !important;
}

.vw-90 {
  width: 90vw !important;
}

.vw-91 {
  width: 91vw !important;
}

.vw-92 {
  width: 92vw !important;
}

.vw-93 {
  width: 93vw !important;
}

.vw-94 {
  width: 94vw !important;
}

.vw-95 {
  width: 95vw !important;
}

.vw-96 {
  width: 96vw !important;
}

.vw-97 {
  width: 97vw !important;
}

.vw-98 {
  width: 98vw !important;
}

.vw-99 {
  width: 99vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.font-1 {
  font-size: 1px !important;
  line-height: 1.5px;
}

.font-2 {
  font-size: 2px !important;
  line-height: 3px;
}

.font-3 {
  font-size: 3px !important;
  line-height: 4.5px;
}

.font-4 {
  font-size: 4px !important;
  line-height: 6px;
}

.font-5 {
  font-size: 5px !important;
  line-height: 7.5px;
}

.font-6 {
  font-size: 6px !important;
  line-height: 9px;
}

.font-7 {
  font-size: 7px !important;
  line-height: 10.5px;
}

.font-8 {
  font-size: 8px !important;
  line-height: 12px;
}

.font-9 {
  font-size: 9px !important;
  line-height: 13.5px;
}

.font-10 {
  font-size: 10px !important;
  line-height: 15px;
}

.font-11 {
  font-size: 11px !important;
  line-height: 16.5px;
}

.font-12 {
  font-size: 12px !important;
  line-height: 18px;
}

.font-13 {
  font-size: 13px !important;
  line-height: 19.5px;
}

.font-14 {
  font-size: 14px !important;
  line-height: 21px;
}

.font-15 {
  font-size: 15px !important;
  line-height: 22.5px;
}

.font-16 {
  font-size: 16px !important;
  line-height: 24px;
}

.font-17 {
  font-size: 17px !important;
  line-height: 25.5px;
}

.font-18 {
  font-size: 18px !important;
  line-height: 27px;
}

.font-19 {
  font-size: 19px !important;
  line-height: 28.5px;
}

.font-20 {
  font-size: 20px !important;
  line-height: 30px;
}

.font-21 {
  font-size: 21px !important;
  line-height: 31.5px;
}

.font-22 {
  font-size: 22px !important;
  line-height: 33px;
}

.font-23 {
  font-size: 23px !important;
  line-height: 34.5px;
}

.font-24 {
  font-size: 24px !important;
  line-height: 36px;
}

.font-25 {
  font-size: 25px !important;
  line-height: 37.5px;
}

.font-26 {
  font-size: 26px !important;
  line-height: 39px;
}

.font-27 {
  font-size: 27px !important;
  line-height: 40.5px;
}

.font-28 {
  font-size: 28px !important;
  line-height: 42px;
}

.font-29 {
  font-size: 29px !important;
  line-height: 43.5px;
}

.font-30 {
  font-size: 30px !important;
  line-height: 45px;
}

.font-31 {
  font-size: 31px !important;
  line-height: 46.5px;
}

.font-32 {
  font-size: 32px !important;
  line-height: 48px;
}

.font-33 {
  font-size: 33px !important;
  line-height: 49.5px;
}

.font-34 {
  font-size: 34px !important;
  line-height: 51px;
}

.font-35 {
  font-size: 35px !important;
  line-height: 52.5px;
}

.font-36 {
  font-size: 36px !important;
  line-height: 54px;
}

.font-37 {
  font-size: 37px !important;
  line-height: 55.5px;
}

.font-38 {
  font-size: 38px !important;
  line-height: 57px;
}

.font-39 {
  font-size: 39px !important;
  line-height: 58.5px;
}

.font-40 {
  font-size: 40px !important;
  line-height: 60px;
}

.font-41 {
  font-size: 41px !important;
  line-height: 61.5px;
}

.font-42 {
  font-size: 42px !important;
  line-height: 63px;
}

.font-43 {
  font-size: 43px !important;
  line-height: 64.5px;
}

.font-44 {
  font-size: 44px !important;
  line-height: 66px;
}

.font-45 {
  font-size: 45px !important;
  line-height: 67.5px;
}

.font-46 {
  font-size: 46px !important;
  line-height: 69px;
}

.font-47 {
  font-size: 47px !important;
  line-height: 70.5px;
}

.font-48 {
  font-size: 48px !important;
  line-height: 72px;
}

.font-49 {
  font-size: 49px !important;
  line-height: 73.5px;
}

.font-50 {
  font-size: 50px !important;
  line-height: 75px;
}

.font-51 {
  font-size: 51px !important;
  line-height: 76.5px;
}

.font-52 {
  font-size: 52px !important;
  line-height: 78px;
}

.font-53 {
  font-size: 53px !important;
  line-height: 79.5px;
}

.font-54 {
  font-size: 54px !important;
  line-height: 81px;
}

.font-55 {
  font-size: 55px !important;
  line-height: 82.5px;
}

.font-56 {
  font-size: 56px !important;
  line-height: 84px;
}

.font-57 {
  font-size: 57px !important;
  line-height: 85.5px;
}

.font-58 {
  font-size: 58px !important;
  line-height: 87px;
}

.font-59 {
  font-size: 59px !important;
  line-height: 88.5px;
}

.font-60 {
  font-size: 60px !important;
  line-height: 90px;
}

.font-61 {
  font-size: 61px !important;
  line-height: 91.5px;
}

.font-62 {
  font-size: 62px !important;
  line-height: 93px;
}

.font-63 {
  font-size: 63px !important;
  line-height: 94.5px;
}

.font-64 {
  font-size: 64px !important;
  line-height: 96px;
}

.font-65 {
  font-size: 65px !important;
  line-height: 97.5px;
}

.font-66 {
  font-size: 66px !important;
  line-height: 99px;
}

.font-67 {
  font-size: 67px !important;
  line-height: 100.5px;
}

.font-68 {
  font-size: 68px !important;
  line-height: 102px;
}

.font-69 {
  font-size: 69px !important;
  line-height: 103.5px;
}

.font-70 {
  font-size: 70px !important;
  line-height: 105px;
}

.font-71 {
  font-size: 71px !important;
  line-height: 106.5px;
}

.font-72 {
  font-size: 72px !important;
  line-height: 108px;
}

.font-73 {
  font-size: 73px !important;
  line-height: 109.5px;
}

.font-74 {
  font-size: 74px !important;
  line-height: 111px;
}

.font-75 {
  font-size: 75px !important;
  line-height: 112.5px;
}

.font-76 {
  font-size: 76px !important;
  line-height: 114px;
}

.font-77 {
  font-size: 77px !important;
  line-height: 115.5px;
}

.font-78 {
  font-size: 78px !important;
  line-height: 117px;
}

.font-79 {
  font-size: 79px !important;
  line-height: 118.5px;
}

.font-80 {
  font-size: 80px !important;
  line-height: 120px;
}

.font-81 {
  font-size: 81px !important;
  line-height: 121.5px;
}

.font-82 {
  font-size: 82px !important;
  line-height: 123px;
}

.font-83 {
  font-size: 83px !important;
  line-height: 124.5px;
}

.font-84 {
  font-size: 84px !important;
  line-height: 126px;
}

.font-85 {
  font-size: 85px !important;
  line-height: 127.5px;
}

.font-86 {
  font-size: 86px !important;
  line-height: 129px;
}

.font-87 {
  font-size: 87px !important;
  line-height: 130.5px;
}

.font-88 {
  font-size: 88px !important;
  line-height: 132px;
}

.font-89 {
  font-size: 89px !important;
  line-height: 133.5px;
}

.font-90 {
  font-size: 90px !important;
  line-height: 135px;
}

.font-91 {
  font-size: 91px !important;
  line-height: 136.5px;
}

.font-92 {
  font-size: 92px !important;
  line-height: 138px;
}

.font-93 {
  font-size: 93px !important;
  line-height: 139.5px;
}

.font-94 {
  font-size: 94px !important;
  line-height: 141px;
}

.font-95 {
  font-size: 95px !important;
  line-height: 142.5px;
}

.font-96 {
  font-size: 96px !important;
  line-height: 144px;
}

.font-97 {
  font-size: 97px !important;
  line-height: 145.5px;
}

.font-98 {
  font-size: 98px !important;
  line-height: 147px;
}

.font-99 {
  font-size: 99px !important;
  line-height: 148.5px;
}

.font-100 {
  font-size: 100px !important;
  line-height: 150px;
}

.padding-1 {
  padding: 1px;
}

.padding-2 {
  padding: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-4 {
  padding: 4px;
}

.padding-5 {
  padding: 5px;
}

.padding-6 {
  padding: 6px;
}

.padding-7 {
  padding: 7px;
}

.padding-8 {
  padding: 8px;
}

.padding-9 {
  padding: 9px;
}

.padding-10 {
  padding: 10px;
}

.padding-11 {
  padding: 11px;
}

.padding-12 {
  padding: 12px;
}

.padding-13 {
  padding: 13px;
}

.padding-14 {
  padding: 14px;
}

.padding-15 {
  padding: 15px;
}

.padding-16 {
  padding: 16px;
}

.padding-17 {
  padding: 17px;
}

.padding-18 {
  padding: 18px;
}

.padding-19 {
  padding: 19px;
}

.padding-20 {
  padding: 20px;
}

.padding-21 {
  padding: 21px;
}

.padding-22 {
  padding: 22px;
}

.padding-23 {
  padding: 23px;
}

.padding-24 {
  padding: 24px;
}

.padding-25 {
  padding: 25px;
}

.padding-26 {
  padding: 26px;
}

.padding-27 {
  padding: 27px;
}

.padding-28 {
  padding: 28px;
}

.padding-29 {
  padding: 29px;
}

.padding-30 {
  padding: 30px;
}

.padding-31 {
  padding: 31px;
}

.padding-32 {
  padding: 32px;
}

.padding-33 {
  padding: 33px;
}

.padding-34 {
  padding: 34px;
}

.padding-35 {
  padding: 35px;
}

.padding-36 {
  padding: 36px;
}

.padding-37 {
  padding: 37px;
}

.padding-38 {
  padding: 38px;
}

.padding-39 {
  padding: 39px;
}

.padding-40 {
  padding: 40px;
}

.padding-41 {
  padding: 41px;
}

.padding-42 {
  padding: 42px;
}

.padding-43 {
  padding: 43px;
}

.padding-44 {
  padding: 44px;
}

.padding-45 {
  padding: 45px;
}

.padding-46 {
  padding: 46px;
}

.padding-47 {
  padding: 47px;
}

.padding-48 {
  padding: 48px;
}

.padding-49 {
  padding: 49px;
}

.padding-50 {
  padding: 50px;
}

.padding-51 {
  padding: 51px;
}

.padding-52 {
  padding: 52px;
}

.padding-53 {
  padding: 53px;
}

.padding-54 {
  padding: 54px;
}

.padding-55 {
  padding: 55px;
}

.padding-56 {
  padding: 56px;
}

.padding-57 {
  padding: 57px;
}

.padding-58 {
  padding: 58px;
}

.padding-59 {
  padding: 59px;
}

.padding-60 {
  padding: 60px;
}

.padding-61 {
  padding: 61px;
}

.padding-62 {
  padding: 62px;
}

.padding-63 {
  padding: 63px;
}

.padding-64 {
  padding: 64px;
}

.padding-65 {
  padding: 65px;
}

.padding-66 {
  padding: 66px;
}

.padding-67 {
  padding: 67px;
}

.padding-68 {
  padding: 68px;
}

.padding-69 {
  padding: 69px;
}

.padding-70 {
  padding: 70px;
}

.padding-71 {
  padding: 71px;
}

.padding-72 {
  padding: 72px;
}

.padding-73 {
  padding: 73px;
}

.padding-74 {
  padding: 74px;
}

.padding-75 {
  padding: 75px;
}

.padding-76 {
  padding: 76px;
}

.padding-77 {
  padding: 77px;
}

.padding-78 {
  padding: 78px;
}

.padding-79 {
  padding: 79px;
}

.padding-80 {
  padding: 80px;
}

.padding-81 {
  padding: 81px;
}

.padding-82 {
  padding: 82px;
}

.padding-83 {
  padding: 83px;
}

.padding-84 {
  padding: 84px;
}

.padding-85 {
  padding: 85px;
}

.padding-86 {
  padding: 86px;
}

.padding-87 {
  padding: 87px;
}

.padding-88 {
  padding: 88px;
}

.padding-89 {
  padding: 89px;
}

.padding-90 {
  padding: 90px;
}

.padding-91 {
  padding: 91px;
}

.padding-92 {
  padding: 92px;
}

.padding-93 {
  padding: 93px;
}

.padding-94 {
  padding: 94px;
}

.padding-95 {
  padding: 95px;
}

.padding-96 {
  padding: 96px;
}

.padding-97 {
  padding: 97px;
}

.padding-98 {
  padding: 98px;
}

.padding-99 {
  padding: 99px;
}

.padding-100 {
  padding: 100px;
}

.box--boxed {
  width: 1140px;
}

.box--fullwidth {
  width: 100%;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-to-capitalize {
  text-transform: capitalize;
}

.text-to-lowercase {
  text-transform: lowercase;
}

.text-to-uppercase {
  text-transform: uppercase;
}

.theme-teal ::selection {
  color: #fff;
  background: #81b5c6;
}
.theme-teal a,
.theme-teal .btn-link {
  color: #ffffff;
}
.theme-teal a.link--plain {
  color: #212121;
}
.theme-teal .admin-menu {
  background-color: #0097a7;
  color: #ffffff;
}
.theme-teal .table__product thead tr {
  background-color: #00838f;
  color: #ffffff;
}
.theme-teal .table__product thead th {
  border: 1px solid #ffffff;
  padding: 5px;
}
.theme-teal .table__product tr:nth-child(even) {
  background-color: rgba(66, 66, 66, 0.3);
}
.theme-teal .admin-menu--top {
  background-color: #00838f;
  color: #ffffff;
}
.theme-teal .admin-menu--top svg {
  fill: #ffffff;
}
.theme-teal .container--fluid {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.theme-teal .container--fluid .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #00838f;
  height: 82px;
}
.theme-teal .container--fluid .header h1 {
  letter-spacing: 0.66px;
}
.theme-teal .container--fluid .header h1 {
  font-size: 36px;
}
.theme-teal .container--fluid .header__sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #b2dfdb;
  height: 28px;
  padding: 0 71px 0 0;
}
.theme-teal .container--fluid .product__title {
  letter-spacing: 0.66px;
}
.theme-teal .container--fluid .product__title {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  .theme-teal .container--fluid .product__title {
    font-size: calc(
          16px + 13 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  .theme-teal .container--fluid .product__title {
    font-size: 29px;
  }
}
.theme-teal .container--fluid .product__body {
  letter-spacing: 0.41px;
  color: #212121;
}
.theme-teal .container--fluid .product__body {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  .theme-teal .container--fluid .product__body {
    font-size: calc(
          14px + 15 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  .theme-teal .container--fluid .product__body {
    font-size: 29px;
  }
}
.theme-teal .container--fluid .category.btn {
  letter-spacing: 0.49px;
  color: #004d40;
  text-align: center;
}
.theme-teal .container--fluid .category.btn {
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  .theme-teal .container--fluid .category.btn {
    font-size: calc(
          12px + 17 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  .theme-teal .container--fluid .category.btn {
    font-size: 29px;
  }
}
.theme-teal .container--fluid .options.add {
  letter-spacing: 0.49px;
  color: #004d40;
}
.theme-teal .container--fluid .options.add {
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  .theme-teal .container--fluid .options.add {
    font-size: calc(
          12px + 17 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  .theme-teal .container--fluid .options.add {
    font-size: 29px;
  }
}
.theme-teal .container--fluid .options.sort {
  letter-spacing: 0.57px;
  color: #004d40;
}
.theme-teal .container--fluid .options.sort {
  font-size: 14px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  .theme-teal .container--fluid .options.sort {
    font-size: calc(
          14px + 15 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  .theme-teal .container--fluid .options.sort {
    font-size: 29px;
  }
}

.form-group {
  display: block;
}
.form-group.style-2 {
  background: #fff;
  padding: 15px;
  border-radius: 0.1875rem;
  margin-bottom: 5px;
}
.form-group.style-2 .form-label {
  color: #2a2c35;
  font-size: 12px;
}
.form-group.style-2 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.375rem;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-footer {
  margin: 2rem 0 0 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  user-select: none;
  margin-bottom: 0px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  color: #747879;
  margin-bottom: 0;
}
.custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox.custom-control-label {
  vertical-align: middle;
  top: 1px;
  position: absolute;
}
.custom-checkbox.custom-control-label::before {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-color: #fff;
  background-size: 0.5rem;
  border-radius: 0.25rem;
}
.custom-checkbox.custom-control-input {
  left: 0;
}

.card {
  width: 400px;
  background: transparent;
  border: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  border-radius: 0.55rem;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.card-body {
  padding: 20px 20px;
  flex: 1 1 auto;
  position: relative;
  margin: 0 !important;
}
.card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
.card-body > :last-child {
  margin-bottom: 0px;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem rem;
  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;
}
.btn-primary {
  background: #2a2c35;
  color: #fff !important;
  border-color: #2a2c35;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-block {
  display: block;
  width: 100%;
}

.table__product {
  width: 100%;
  border-collapse: collapse;
  border: unset;
  letter-spacing: 1px;
  font-family: sans-serif;
  font-size: 0.8rem;
}
.table__product th {
  width: 5%;
}
.table__product td {
  padding: 5px;
}
.table__product th,
.table__product td {
  text-align: center;
}
.table__product--figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
}
.table__product--image {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 100%;
  object-fit: contain;
}

.admin-menu {
  padding: 20px;
}
.admin-menu__link {
  padding: 5px 0;
  position: relative;
}
.admin-menu__link a {
  -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;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: 2px solid transparent;
  position: relative;
  margin: 7px 0;
  outline-width: 0;
  font-size: 14px;
}
.admin-menu__link a:hover {
  font-weight: 700;
}
.admin-menu--top svg {
  pointer-events: none;
}

.menu--toggle {
  cursor: pointer;
}

/* Red */
/* Pink */
/* Purple */
/* Deep Purple */
/* Indigo */
/* Blue */
/* Light Blue */
/* Cyan */
/* Teal */
/* Green */
/* Light Green */
/* Lime */
/* Yellow */
/* Amber */
/* Orange */
/* Deep Orange */
/* Brown */
/* Grey */
/* Blue Grey */
/* White / Black */
:root {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  color: #212121;
}
:root {
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 1240px) {
  :root {
    font-size: calc(
          12px + 2 * (100vw - 400px) / 840
        );
  }
}
@media (min-width: 1240px) {
  :root {
    font-size: 14px;
  }
}
:root {
  padding: 0px 0px 0px 0px;
}
:root *,
:root ::after,
:root ::before {
  box-sizing: border-box;
}
:root a {
  text-decoration: none;
}
:root a,
:root button,
:root img,
:root input,
:root span {
  transition: all 400ms ease-in;
}
:root body {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
:root a.enabled {
  pointer-events: all;
  color: rgba(239, 127, 27, 0.8);
}
:root a.enabled:hover {
  color: #59b828;
}
:root a.disabled {
  pointer-events: none;
  color: #d7d7d7;
}

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

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.text-muted {
  color: #6c757d !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

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

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

.box-align-self--end {
  align-items: end !important;
}

.box-align-self--start {
  align-items: start !important;
}

.box-space--even {
  justify-content: space-evenly !important;
}

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

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

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

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

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

.box-column--center {
  justify-content: center !important;
}

.box-column--left {
  justify-content: flex-start !important;
}

.box-column--right {
  justify-content: flex-end !important;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.box--centered {
  margin: 0 auto;
}

.circle {
  border-radius: 50%;
}

.line {
  height: 2px;
}

.borderless {
  border: 0 !important;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

.main-content--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-content--row.slim .admin-menu {
  width: 0;
  opacity: 0;
  visibility: hidden;
  -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: width 0.3s ease-out;
}
.main-content--row.slim .admin-menu--holder {
  width: 3vw;
}
.main-content--row.slim .admin-content {
  width: 97vw;
}
.main-content--row .admin-menu {
  width: 100%;
  -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: width 0.3s ease-out;
}
.main-content--row .admin-menu--top {
  min-width: 3vw;
  padding: 5px;
}
.main-content--row .admin-menu--holder {
  min-width: 3vw;
  width: 15vw;
}
.main-content--row .admin-content {
  width: 85vw;
}

.admin-content {
  width: 85vw;
}
.admin-content__header {
  margin: 0 0 15px 0;
  background-color: transparent;
  padding: 0 20px;
  min-height: 8vh;
}
.admin-content__body {
  margin: 0 0 15px 0;
  background-color: transparent;
  padding: 0 20px;
  min-height: 75vh;
  overflow: auto;
}
.admin-content__footer {
  margin: 0 0 15px 0;
  background-color: transparent;
  padding: 0 20px;
  min-height: 4vh;
}/*# sourceMappingURL=main.css.map */