@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap");
.hidden-xs-down {
  display: none;
}

.hidden-xs-up {
  display: none;
}

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

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-left {
  align-items: flex-start;
}

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

.items-right {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

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

.size-x-0 {
  width: 0px;
}

.size-y-0 {
  height: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

html,
body,
ul,
figure {
  padding: 0;
  margin: 0;
}

.facebook-responsive-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 78%;
}

.facebook-responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

span:hover svg {
  animation: heartbeat 4s ease-in-out infinite both;
  -webkit-animation: heartbeat 4s ease-in-out infinite both;
}

.heartbeat {
  -webkit-animation: heartbeat 4s ease-in-out infinite both;
  animation: heartbeat 4s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Black.ttf") format("ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-ExtraBold.ttf") format("ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Bold.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-SemiBold.ttf") format("ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Medium.ttf") format("ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Light.ttf") format("ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-ExtraLight.ttf") format("ttf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Inter-Thin.ttf") format("ttf");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
body {
  min-height: 100vh;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  width: -webkit-fill-available;
  width: -moz-available;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

li {
  list-style-type: none;
}

.hidden {
  display: none !important;
}

svg {
  pointer-events: none;
}

a {
  text-decoration: none;
}

.inset-0 {
  inset: 0;
}

.button-base {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-xs {
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.button-lg {
  padding: 0.8rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.button-xl {
  padding: 1.1rem 3rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.button-base:hover,
.button-xs:hover,
.button-lg:hover,
.button-xl:hover {
  color: #212121;
  filter: invert(50%);
}

img {
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  background-color: #2daaa5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 3;
  padding: 40px 20px 20px;
  opacity: 1;
  pointer-events: none;
  min-width: 70vmin;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-btn {
  position: absolute;
  pointer-events: all;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 3;
  background: transparent;
  border: none;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
}

.ribbon__content {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #00aaa0;
  box-shadow: 0 0px 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  border: 2px dotted #fff;
  outline: 5px solid #f5cd79;
  z-index: 99;
}

.ribbon::before {
  top: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #f19066;
  box-sizing: content-box;
}

.ribbon::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #f19066;
}

.close-btn svg {
  pointer-events: none;
}

.modal-enter-done {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.modal-exit {
  opacity: 0;
  transform: scale(0.4);
}

.modal-content {
  padding: 20px;
  /* color: $theme-white; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ql-editor {
  overflow-y: scroll;
  min-height: 100px;
  resize: vertical;
}

.ql-container {
  height: auto !important;
}

.draggable {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem;
}

.draggable-category {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 1rem;
}

.drag-handle {
  border: 2px solid blue;
  background: cornflowerblue;
  padding: 1rem;
  border-radius: 4px;
}

.category-container {
  width: 90%;
}

.item {
  border: 2px solid gray;
  border-radius: 4px;
  padding: 1rem;
  width: 100%;
  background: lightgray;
}

.react-colorful {
  z-index: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.w-max {
  width: max-content;
}

.w-min {
  width: min-content;
}

p.active {
  background-color: #2daaa5;
  color: white;
}

.product--description p {
  font-size: 0.85rem;
}

.yarl__container {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.category__toggle svg rect {
  height: 1px;
  fill: rgb(249, 115, 22);
  transition: 400ms all ease-in-out;
  transform-origin: 50% 50%;
}

.category__toggle.show svg .hide {
  opacity: 0;
}
.category__toggle.show svg .turn.rightr {
  transform: rotate(45deg);
}
.category__toggle.show svg .turn.leftr {
  transform: rotate(-45deg);
}

.nav__main {
  background-color: #fafafa;
}

.main-categories {
  color: #212121;
}
.main-categories .wrapper {
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.main-categories.show {
  position: fixed;
  background-color: rgba(249, 115, 22, 0.7);
  inset: 11rem 0 0 0;
  z-index: 99;
}
.main-categories.show .wrapper {
  background: #fff;
}
.main-categories .category-element img {
  transition: transform 1s ease;
}
.main-categories .category-element:hover img {
  transform: scale(1.1);
}
.main-categories__element:hover {
  color: #ff401b;
  box-shadow: -20px 0 40px rgba(255, 64, 27, 0.05);
  background-color: #ffffff;
  z-index: 1001;
  cursor: pointer;
  font-weight: 400;
}
.main-categories__element:hover a,
.main-categories__element:hover p {
  width: max-content;
  background-image: linear-gradient(
    0deg,
    rgba(255, 64, 27, 0.2) 0%,
    rgba(255, 64, 27, 0.2) 1em,
    rgba(255, 255, 255, 0) 0.6em
  );
  background-position-y: 100%;
}
.main-categories__element.active {
  color: #ff401b;
  box-shadow: -20px 0 40px rgba(255, 64, 27, 0.05);
  background-color: #ffffff;
  z-index: 1001;
  cursor: pointer;
  font-weight: 400;
}
.main-categories__element.active a,
.main-categories__element.active p {
  width: max-content;
  background-image: linear-gradient(
    0deg,
    rgba(255, 64, 27, 0.2) 0%,
    rgba(255, 64, 27, 0.2) 1em,
    rgba(255, 255, 255, 0) 0.6em
  );
  background-position-y: 100%;
}
.main-categories__element.active.has-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  transition: right ease 0.25s;
  content: "";
  z-index: 1;
  line-height: 1;
  pointer-events: none;
  border-top: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  margin-left: 0.25em;
}
.main-categories__element.has-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  transition: right ease 0.25s;
  content: "";
  z-index: 1;
  line-height: 1;
  pointer-events: none;
  border-top: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  margin-left: 1.5em;
}
.main-categories .subcategory__wrapper:not(.active) {
  width: unset;
}
.main-categories .subcategory__wrapper.active {
  transition: width 0.4s ease;
  left: 22.9166666667%;
}
.main-categories .subcategory__wrapper.active li:hover {
  width: max-content;
  color: #ff401b;
  box-shadow: -20px 0 40px rgba(255, 64, 27, 0.05);
  background-color: #ffffff;
  z-index: 1001;
  cursor: pointer;
  font-weight: 400;
  background-image: linear-gradient(
    0deg,
    rgba(255, 64, 27, 0.2) 0%,
    rgba(255, 64, 27, 0.2) 0.6em,
    rgba(255, 255, 255, 0) 0.6em
  );
  background-position-y: 100%;
}

.react-calendar__tile:disabled {
  background-color: rgba(232, 232, 232, 0.3) !important;
  color: rgb(232, 232, 232) !important;
}

.react-calendar__tile:not(:disabled) {
  background-color: rgba(88, 129, 87, 0.6) !important;
  border: 1px solid #eee;
  color: rgb(232, 232, 232) !important;
}

.react-calendar__tile:not(:disabled):hover {
  background-color: rgb(88, 129, 87) !important;
}

.nav__cart-btn:hover {
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(255, 64, 27, 0.4);
}

.sun-editor,
.sun-editor-editable {
  background-color: transparent !important;
}

.footer .sun-editor,
.footer .sun-editor-editable {
  background-color: transparent !important;
  color: #1b2036 !important;
}

.footer .sun-editor-editable a,
.footer .sun-editor-editable a span,
.footer .sun-editor-editable a.on {
  color: #1b2036 !important;
  background-color: transparent !important;
}

.footer .block:nth-of-type(1) {
  height: initial;
  background-color: #fff;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  position: relative;
}

.footer .block:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid #fff;
  z-index: 99;
}

.product-filter {
  position: relative;
  z-index: 1;
}
.product-filter.sticky-filter {
  position: sticky;
  top: 15rem;
  transition: all 0.3s ease-in-out;
}

.product-description p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.delivery-info {
  background-image: linear-gradient(
    135deg,
    rgb(27, 32, 54) 80% 19%,
    rgb(255, 64, 27) 51%
  );
}

.delivery-info .sun-editor {
  background-color: white !important;
}

.separator {
  position: relative;
  background: linear-gradient(
      90deg,
      rgb(227, 248, 252) 0%,
      rgb(227, 248, 252) 100%
    )
    fixed;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.separator svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.main-categories .category-element {
  width: 12em;
  height: 12em;
}

.separator .shape-fill {
  fill: #ffffff;
}

.product__layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 0.5fr));
  gap: 30px;
}

.people__layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 0.5fr));
  gap: 30px;
}

.maincategories__layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 0.5fr));
  gap: 10px;
}

.sun-editor {
  border: 0 !important;
  user-select: all !important;
}

.mobile--menu svg rect {
  fill: #212121;
  -webkit-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile--menu.active svg .hide {
  opacity: 0;
}
.mobile--menu.active svg .turn.rightr {
  transform: rotate(45deg);
}
.mobile--menu.active svg .turn.leftr {
  transform: rotate(-45deg);
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  width: 25px !important;
  height: 10px !important;
  border-radius: 3px !important;
  transition: 400ms all ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #295fa6 !important;
  width: 25px !important;
  height: 10px !important;
  border-radius: 3px !important;
  transition: 400ms all ease-in-out;
}

.news__left__layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 0.5fr));
  gap: 30px;
}
.news__layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 0.5fr));
  gap: 30px;
}

.logo::before {
  position: absolute;
  right: -30px;
  top: 10px;
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 64px solid #ffffff;
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .\!max-md\:hidden,
  .hidden {
    display: none !important;
  }
  .main-categories__element.active.has-sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: right ease 0.25s;
    content: "";
    z-index: 1;
    line-height: 1;
    pointer-events: none;
    border-top: 4px solid transparent;
    border-right: 0;
    border-left: 4px solid currentColor;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    margin-left: 0.25em;
  }
  .main-categories__element.has-sub::before {
    right: 2em;
  }
  .news__left__layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 30px;
  }
  .news__layout {
    grid-template-columns: inherit;
    grid-auto-columns: minmax(100%, 0.5fr);
    grid-auto-flow: row;
    overflow: auto;
  }
  .hide-on-mobile {
    display: none;
  }
  .footer__categories {
    column-count: 2 !important;
    padding-bottom: 40px;
  }
  .yarl__portal {
    top: 45px !important;
  }
  .product__layout {
    grid-template-columns: inherit;
    grid-auto-columns: minmax(100%, 0.5fr);
    grid-auto-flow: row;
    overflow: auto;
  }
  .product__mobile__layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 0.5fr));
    gap: 5px;
  }
} /*# sourceMappingURL=main.css.map */
