@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
/*BOOTSTRAP GRID*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1201px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "DIN Pro";
  src: url("../font/DINPro-Light.eot");
  src: local("DIN Pro Light"), local("DINPro-Light"), url("../font/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Light.woff2") format("woff2"), url("../font/DINPro-Light.woff") format("woff"), url("../font/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../font/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("../font/DINPro.eot?#iefix") format("embedded-opentype"), url("../font/DINPro.woff2") format("woff2"), url("../font/DINPro.woff") format("woff"), url("../font/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../font/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("../font/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Bold.woff2") format("woff2"), url("../font/DINPro-Bold.woff") format("woff"), url("../font/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../font/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("../font/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Medium.woff2") format("woff2"), url("../font/DINPro-Medium.woff") format("woff"), url("../font/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "square";
  src: url("../font/square721bold.eot");
  /* IE9 Compat Modes */
  src: url("../font/square721bold.eot?#iefix") format("embedded-opentype"), url("../font/square721bold.woff2") format("woff2"), url("../font/square721bold.woff") format("woff"), url("../font/square721bold.ttf") format("truetype"), url("../font/square721bold.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "DIN Pro", sans-serif, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

body {
  background-color: #202327;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

p strong, p b {
  font-weight: bold;
}

p {
  line-height: 1.4;
}
p a {
  text-decoration: underline;
}

li {
  line-height: 1.3;
}
li a {
  text-decoration: underline;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  user-select: none;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

section {
  padding: 3rem 5vw 0 5vw;
}

/*Swiper common*/
.swiper {
  width: 100%;
}
.swiper:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiper.swiper-initialized {
  padding-bottom: 4rem;
}
.swiper.swiper-initialized.few-slides {
  padding-bottom: 0;
}
.swiper.swiper-initialized.few-slides .swiper-wrapper {
  justify-content: center;
}
.swiper.swiper-initialized.few-slides .tranding-slider-control {
  display: none;
}

.tranding-slider-control {
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
  position: initial;
  width: 1.5rem;
  height: 1.2rem;
  margin-top: 0;
  margin: 0 1rem;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 1.5rem;
  height: 1.2rem;
  stroke: #202327;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}
.swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  width: auto !important;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  display: block;
  transform: translateX(0) !important;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #202327;
  transform: scale(0.8);
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.4s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #202327;
  transform: scale(1);
}

.specialNav .tranding-slider-control {
  width: auto;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.specialNav .swiper-pagination-bullet {
  background-color: #202327;
  border: none;
}
.specialNav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ffa9;
}
.specialNav .swiper-button-prev svg, .specialNav .swiper-button-next svg {
  fill: none;
  stroke: #202327;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spaceBtm {
  margin-bottom: 3rem;
}

.spaceTop {
  margin-top: 3rem;
}

.btn {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 1px solid #fff;
  padding: 0.7rem 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btn:hover {
  background-color: #fff;
  color: #202327;
}
.btn.white {
  color: #202327;
  background-color: #fff;
}
.btn.reverse {
  color: #cd2c34;
  background: #202327;
}
.btn.reverse:hover {
  background: #ededed;
}

.secondaryBtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1.3;
}
.secondaryBtn i {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tb3ZlLXJpZ2h0LWljb24gbHVjaWRlLW1vdmUtcmlnaHQiPjxwYXRoIGQ9Ik0xOCA4TDIyIDEyTDE4IDE2Ii8+PHBhdGggZD0iTTIgMTJIMjIiLz48L3N2Zz4=");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: -2px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
}
.secondaryBtn span {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  display: inline-block;
  font-weight: bold;
}
.secondaryBtn:hover i {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.linksRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.linksRow .ctaBlock {
  width: 50%;
  align-items: flex-start;
}
.linksRow .btn:not(:last-child) {
  margin-right: 1rem;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: "square", sans-serif;
}
.title br {
  display: none;
}
.title p {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.title strong {
  color: transparent;
  font-size: 2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.title strong br {
  display: block;
}
.title em br {
  display: block;
}
.title.noStroke strong {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}
.title.center {
  text-align: center;
  align-items: center;
}
.title.center p {
  align-items: center;
}

.secondTitle {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.secondTitle.center {
  text-align: center;
  align-items: center;
}
.secondTitle em {
  font-size: 1.1rem;
  font-weight: 500;
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.rounded {
  border-radius: 2rem;
  overflow: hidden;
}
.rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.detailsContent h3 {
  width: 750px;
  max-width: 100%;
}

.detailsVideo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 2rem;
}
.detailsVideo.-xLeft {
  align-items: flex-end;
}
.detailsVideo .secondaryBtn {
  margin-top: 1rem;
}

.videoScreenshot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%;
  padding: 0 2rem;
  transform: skewX(-15deg);
  overflow: hidden;
  cursor: pointer;
}
.videoScreenshot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
.videoScreenshot img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  transform: skewX(15deg) scale(1.3);
}
.videoScreenshot .videoBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  transform: skewX(15deg);
}
.videoScreenshot .videoBtn svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  transition: transform 0.3s;
}
.videoScreenshot:hover::before {
  opacity: 1;
}
.videoScreenshot:hover svg {
  transform: scale(1.1);
}

.youtubeFrame {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtubeFrame iframe {
  border-radius: 1rem;
  max-width: 100%;
}
.youtubeFrame.cmplz-blocked-content-container {
  background-size: cover;
  position: relative;
}
.youtubeFrame .cmplz-blocked-content-notice {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1rem;
  color: #000;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.youtubeFrame .cmplz-blocked-content-notice .cmplz-links {
  margin: 0.5rem 0;
}
.youtubeFrame .cmplz-blocked-content-notice .cmplz-links a {
  text-decoration: underline;
}
.youtubeFrame .cmplz-blocked-content-notice button {
  background-color: #000;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.3s;
}
.youtubeFrame .cmplz-blocked-content-notice button:hover {
  background-color: #000;
  color: #fff;
}

.text {
  margin: 1.5rem 0;
  max-width: 100%;
}
.text p {
  width: 750px;
  max-width: 100%;
  margin: 0.75rem 0;
}
.text ul {
  margin: 1rem 0;
  list-style: disc;
  padding-left: 2rem;
  width: 750px;
  max-width: 100%;
}
.text ul li {
  margin: 0.7rem 0;
  line-height: 1.2;
}
.text ul li::marker {
  color: #cd2c34;
  font-size: 1.2rem;
}
.text h2, .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #cd2c34;
}
.text.center p {
  text-align: center;
  margin: 0.75rem auto;
}
.text.center ul {
  text-align: center;
}
.text.center ul li {
  margin: 1.1rem auto;
}
.text.justify p {
  text-align: justify;
}

.basicAppear {
  opacity: 0;
}
.basicAppear.-y {
  transform: translate(0, 50px) scale(1);
}
.basicAppear.-xLeft {
  transform: translate(-200px, 0) scale(1);
}
.basicAppear.-xRight {
  transform: translate(200px, 0) scale(1);
}

.stickyAppear.toScaleImg {
  transform: scale(1.2);
}
.stickyAppear.toScale {
  transform: scale(0.7);
}
.stickyAppear.fromBtm {
  transform: translate(0, 50px);
}
.stickyAppear.fromBtm.increase {
  transform: translate(0, 100px);
}
.stickyAppear.fromTop {
  transform: translate(0, -50px);
}
.stickyAppear.fromTop.increase {
  transform: translate(0, -100px);
}
.stickyAppear.fromLeft {
  transform: translate(-50px, 0);
}
.stickyAppear.fromLeft.increase {
  transform: translate(-100px, 0);
}
.stickyAppear.fromRight {
  transform: translate(50px, 0);
}
.stickyAppear.fromRight.increase {
  transform: translate(100px, 0);
}

.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 4000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202327;
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #fff;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
/*HEADER*/
header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  padding: 2rem 2rem 2rem 5%;
  width: 100%;
  z-index: 10;
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
}

.logo {
  width: 200px;
  position: relative;
  margin-right: auto;
}
.logo img {
  position: relative;
  z-index: 1;
}
.logo:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -20px;
  top: calc(50% - 40px);
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.header_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.header_right nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.header_right nav ul li {
  margin: 0 0.5rem;
  position: relative;
}
.header_right nav ul li a, .header_right nav ul li span {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  background-color: #cd2c34;
  font-weight: bold;
  display: flex;
  border: 2px solid transparent;
}
.header_right nav ul li.children > a, .header_right nav ul li.children > span {
  cursor: default;
}
.header_right nav ul li.is-open > a, .header_right nav ul li.is-open > span {
  border-color: #cd2c34;
}
.header_right nav .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  background-color: #202327;
  border: 2px solid #cd2c34;
  padding: 1rem;
  width: 300px;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.header_right nav .sub-menu:before {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  top: -1rem;
  left: 0;
}
.header_right nav .sub-menu li {
  margin: 0.15rem 0;
}
.header_right nav .sub-menu li a {
  padding: 0.3rem;
  background-color: transparent;
  border-radius: 0;
  color: #cd2c34;
}
.header_right nav .sub-menu li a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNjZDJjMzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tb3ZlLXJpZ2h0LWljb24gbHVjaWRlLW1vdmUtcmlnaHQiPjxwYXRoIGQ9Ik0xOCA4TDIyIDEyTDE4IDE2Ii8+PHBhdGggZD0iTTIgMTJIMjIiLz48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: -1px;
  margin-right: 0.5rem;
  display: inline-block;
}
.header_right nav .sub-menu li a:hover:before {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.langSwitchEl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 0.5rem;
}
.langSwitchEl.is-open #langSwitch {
  overflow: visible;
  pointer-events: auto;
}

.langSwitchTrigger {
  cursor: pointer;
  background-color: #cd2c34;
  padding: 0.25rem;
  border-radius: 50%;
  background-image: url("../img/earth.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
}

#langSwitch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  gap: 0.3rem 0;
}
#langSwitch:before {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
}
#langSwitch li {
  opacity: 0;
  transform: translate(0, 20px);
}
#langSwitch li a, #langSwitch li span {
  background-color: #cd2c34;
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border: 2px solid transparent;
}
#langSwitch li.openLang a, #langSwitch li.openLang span {
  background-color: #202327;
  border-color: #fff;
}

#menuTrigger {
  visibility: hidden;
  position: absolute;
  right: -100000px;
  opacity: 0;
}

.btnMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background-color: #202327;
  border: 1px solid #fff;
  border-radius: 50%;
  position: initial;
  transform: translate(200px, 0);
}
.btnMenu span {
  display: block;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btnMenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.btnMenu.open span:nth-child(2) {
  opacity: 0;
}
.btnMenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

body{
  &.fixedHeader{
    & header{
      pointer-events: none;
    }
    & .btnMenu{
      pointer-events: initial;
    }
  }
}

.hero {
  padding-top: 7rem;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  top: -30vw;
  left: -25vw;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(rgba(62, 66, 78, 0.6) 0%, rgba(62, 66, 78, 0) 70%);
  z-index: 1;
}

.heroVisual {
  width: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  mix-blend-mode: lighten;
  pointer-events: none;
  user-select: none;
}
.heroVisual video {
  width: 85%;
}
.heroVisual img {
  width: 100%;
  height: auto;
  display: block;
}

.circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}
.circles img {
  width: 100%;
  height: auto;
  display: block;
}

.brandsOnLines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
}
.brandsOnLines div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.heroContent {
  position: relative;
  z-index: 2;
  width: 60%;
  padding: 0 0 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.heroContent .title p * {
  opacity: 0;
  transform: translate(50px, 0);
}

.logosList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-left: 5%;
  margin-top: 3rem;
}
.logosList a {
  height: 2rem;
  transform: translate(0, 20px);
  opacity: 0;
}
.logosList a img {
  height: 100%;
  width: auto;
  display: block;
}

.sefmatDetailsContent {
  justify-content: flex-end;
}
.sefmatDetailsContent .title em {
  color: #cd2c34;
}

.numbers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-left: 35%;
  margin-top: -3rem;
  gap: 1rem;
}

.number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-weight: bold;
}
.number div {
  font-size: 3rem;
  opacity: 0;
}
.number p {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #cd2c34;
  transform: translate(0, 20px);
  opacity: 0;
}

.ripack {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 5rem 10%;
  margin-top: 5rem;
}
.ripack::before {
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  left: 5%;
  top: 10%;
  background-image: url("../img/logo-shape-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.ripack.active:before {
  opacity: 0.1;
}

.logoRipack {
  position: absolute;
  top: 5%;
  right: 15%;
  height: 50px;
  width: 300px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.logoRipack img {
  position: relative;
  z-index: 2;
}
.logoRipack:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
  background-image: url("../img/logo-shape-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.redShapes {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
  background-color: #cd2c34;
  transform: skew(-15deg);
  opacity: 0;
}
.redShapes .leftShape, .redShapes .rightShape {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cd2c34;
}
.redShapes .leftShape {
  left: calc(-100% - 2rem);
  transform: translate(-200px, 0);
}
.redShapes .rightShape {
  right: calc(-100% - 2rem);
  transform: translate(200px, 0);
}

.ripackPistol {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: 40%;
  opacity: 0;
  transform: translate(-100px, 0);
}

.ripackTitle {
  position: relative;
  z-index: 2;
  width: 700px;
  max-width: 60%;
  margin-left: -5%;
  margin-top: -5rem;
}
.ripackTitle .title {
  margin-bottom: 2rem;
  width: 600px;
  max-width: 100%;
}
.ripackTitle .title em {
  padding-left: 10%;
}
.ripackTitle p * {
  transform: translate(50px, 0);
  opacity: 0;
}
.ripackTitle .btn {
  margin-left: 10%;
  transform: translate(50px, 0);
  opacity: 0;
}

.ripackDetailsContent .title em {
  color: #cd2c34;
}

.frameContainer {
  margin-top: 5rem;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
}
.frameContainer.onPin .scrollIndicator {
  opacity: 1;
}

.logoRipagreen {
  position: absolute;
  top: 10%;
  right: 15%;
  height: 50px;
  width: 300px;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.logoRipagreen img {
  position: relative;
  z-index: 2;
}
.logoRipagreen:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.homeImg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.scrollIndicator {
  height: 2px;
  width: 400px;
  position: fixed;
  left: calc(50% - 200px);
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 0.99);
}
.scrollIndicator:before {
  content: "Scroll";
  font-family: "DIN Pro", sans-serif;
  color: #fff;
  font-size: 0.7rem;
  display: block;
  left: -35px;
  bottom: -2px;
  position: absolute;
}

progress {
  width: 100%;
  height: 1px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: rgb(255, 255, 255);
}

progress::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0.3);
}

progress::-webkit-progress-value {
  background: #fff;
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: #fff;
  background-attachment: fixed;
}

.scrollFrame {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
}
.scrollFrame .texte {
  position: absolute;
  padding-left: 400px;
  width: 1200px;
  max-width: 100%;
  text-transform: uppercase;
  color: #fff;
}
.scrollFrame .texte small {
  margin-left: -30px;
  font-size: 1.2rem;
  font-weight: bolder;
  display: block;
}
.scrollFrame .texte h2 {
  margin-bottom: 1rem;
}
.scrollFrame .texte h2 p {
  font-size: 3rem;
  font-family: "square", sans-serif;
  line-height: 1;
}
.scrollFrame .texte h2 p:first-child {
  margin-left: -260px;
}
.scrollFrame .texte > p {
  font-size: 1.5rem;
  font-family: "square", sans-serif;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.scrollFrame .texte > p br {
  display: none;
}
.scrollFrame .texte > p em {
  display: block;
}
.scrollFrame .texte .btn {
  position: relative;
  opacity: 0;
  transform: scale(0.6);
}

.frame, canvas {
  display: block;
  height: auto;
  width: 1200px;
  max-width: 100%;
  object-fit: contain;
}

.ripagreenDetailsContent .title em {
  color: #99c556;
}
.ripagreenDetailsContent h3 {
  color: #99c556;
}

.ripackSupplies {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 5rem 10%;
  margin-top: 5rem;
}
.ripackSupplies::before {
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  left: 5%;
  top: 10%;
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.ripackSupplies.ready:before {
  opacity: 0.1;
}
.ripackSupplies .videoScreenshot:before {
  background-color: #00fcfe;
}

.ripackSuppliesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.logoRipackSupplies {
  position: absolute;
  top: -25%;
  right: 10%;
  height: 50px;
  width: 400px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.logoRipackSupplies img {
  position: relative;
  z-index: 2;
}
.logoRipackSupplies:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.blueShapes {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
  background: linear-gradient(55deg, #1cbcf8 50%, #00ffff 100%);
  transform: skew(-15deg);
  opacity: 0;
}
.blueShapes .leftShape, .blueShapes .rightShape {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.blueShapes .leftShape {
  left: calc(-100% - 2rem);
  background: #1cbcf8;
  transform: translate(-200px, 0);
}
.blueShapes .rightShape {
  right: calc(-100% - 2rem);
  background: linear-gradient(55deg, #00ffff 50%, #1cbcf8 100%);
  transform: translate(200px, 0);
}

.planeView {
  width: 750px;
  max-width: 50%;
  position: relative;
  perspective: 800px;
  perspective-origin: center;
}
.planeView > img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.plane {
  transform: translate(100px, -100px);
  opacity: 0;
  transform-style: preserve-3d;
}

.cloudBack, .cloudFront {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  user-select: none;
}
.cloudBack img, .cloudFront img {
  width: 100%;
}

.cloudBack {
  z-index: 0;
  transform: translate(50px, 0);
  opacity: 0;
}

.cloudFront {
  z-index: 2;
  transform: translate(-50px, 0);
  opacity: 0;
}

.ripackSuppliesTitle {
  position: absolute;
  left: 20%;
  top: 0;
  z-index: 3;
  width: 750px;
  max-width: 100%;
}
.ripackSuppliesTitle .title em {
  font-size: 1.2rem;
  color: #202327;
}
.ripackSuppliesTitle .title strong {
  font-size: 7rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}
.ripackSuppliesTitle .title span {
  color: #202327;
  margin-left: auto;
}
.ripackSuppliesTitle p * {
  transform: translate(50px, 0);
  opacity: 0;
}

.ripackSuppliesLink {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-self: center;
  transform: translate(0, 50px);
  opacity: 0;
}

.ripackSuppliesDetailsContent .title em {
  color: #00fcfe;
}
.ripackSuppliesDetailsContent .text h3 {
  color: #00fcfe;
}

/* RIPAMARK */
.ripaMark {
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 5rem;
}
.ripaMark .videoScreenshot:before {
  background-color: #f9d134;
}

.logoRipaMark {
  position: absolute;
  top: 5%;
  right: 15%;
  height: 50px;
  width: 300px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.logoRipaMark img {
  position: relative;
  z-index: 2;
}
.logoRipaMark:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.ripaMarkBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ripaMarkBackground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.ripaMarkProduct {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: 35%;
  transform: translate(-100px, 0);
  opacity: 0;
}

.ripaMarkContent {
  position: relative;
  z-index: 2;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-left: -6rem;
  margin-top: -8rem;
}
.ripaMarkContent .title strong {
  margin-left: -8rem;
}
.ripaMarkContent .title p * {
  transform: translate(50px, 0);
  opacity: 0;
}
.ripaMarkContent .btn {
  margin-top: 1rem;
  transform: translate(50px, 0);
  opacity: 0;
}

.ripackMarkDetailsContent .title em {
  color: #f9d134;
}
.ripackMarkDetailsContent .text h3 {
  color: #f9d134;
}

/* RIPACYCLE */
.ripacycle {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 5rem 10%;
  margin-top: 5rem;
}

.ecoShapes {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
  background-image: url("../img/texture-craft.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  transform: skew(-15deg);
  opacity: 0;
}
.ecoShapes .leftShape, .ecoShapes .rightShape {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/texture-craft.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.ecoShapes .leftShape {
  left: calc(-100% - 2rem);
  transform: translate(-200px, 0);
}
.ecoShapes .rightShape {
  right: calc(-100% - 2rem);
  transform: translate(200px, 0);
}

.logoRipacycle {
  position: absolute;
  top: 5%;
  right: 15%;
  height: 50px;
  width: 400px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.logoRipacycle img {
  position: relative;
  z-index: 2;
}
.logoRipacycle:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: calc(50% - 50px);
  background-image: url("../img/logo-shape-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.ripacycleVisual {
  position: relative;
  width: 570px;
  max-width: 50%;
  opacity: 0;
}
.ripacycleVisual .pistoletRipack {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ripacycleVisual .logoAndCircle {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ripacycleVisual .leafTop {
  position: absolute;
  top: -3rem;
  left: 10%;
  width: 220px;
  height: auto;
  z-index: 2;
}
.ripacycleVisual .leafBtm {
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 150px);
  width: 300px;
  height: auto;
  z-index: 2;
}
.ripacycleVisual .leafRight {
  position: absolute;
  top: calc(50% - 60px);
  right: -4rem;
  width: 140px;
  height: auto;
  z-index: 2;
}
.ripacycleVisual .shape {
  position: absolute;
  width: 380px;
  height: calc(100% + 10rem);
  top: -4rem;
  left: calc(50% - 190px);
  z-index: 0;
  background-color: #7cd8cb;
  border-radius: 3rem 0 3rem 0;
  mix-blend-mode: multiply;
  transform-origin: 100% 100%;
  transform: skewX(-15deg) translate(-15%, 0);
}

.ripacycleContent {
  position: relative;
  z-index: 2;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-left: 2rem;
  transform: translate(50px, 0);
  opacity: 0;
}
.ripacycleContent .title em {
  color: #7cd8cb;
  font-size: 2.6rem;
}
.ripacycleContent .title strong {
  -webkit-text-stroke-color: #202327;
}
.ripacycleContent .btn {
  margin-top: 1rem;
  border-color: #7cd8cb;
  background-color: #7cd8cb;
  color: #202327;
}
.ripacycleContent .btn:hover {
  background-color: #202327;
  border-color: #202327;
  color: #7cd8cb;
}

.ripacycleDetailsContent .title em {
  color: #7cd8cb;
}
.ripacycleDetailsContent h3 {
  color: #7cd8cb;
}

.contact {
  margin-top: 5rem;
}
.contact .title em {
  color: #cd2c34;
}

.wpcf7 {
  max-width: 100%;
  width: 1000px;
  margin: 2rem auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1rem auto;
}
.wpcf7-form .legend {
  width: 100%;
  font-weight: bold;
  margin: 0.75rem;
}
.wpcf7-form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 2px solid #fff;
  color: #fff;
  resize: none;
  display: block;
  border-radius: 2rem;
  font-size: 16px;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:-webkit-autofill, .wpcf7-form label textarea:-webkit-autofill {
  appearance: none;
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #1d1f28 inset !important;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #cd2c34;
}
.wpcf7-form label textarea {
  border-radius: 1.5rem;
  padding: 2rem 1rem 1rem 1rem;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form label.adresse {
  width: calc(45% - 1.5rem);
}
.wpcf7-form label.ville {
  width: calc(30% - 1.5rem);
}
.wpcf7-form label.cp {
  width: calc(25% - 1.5rem);
}
.wpcf7-form [data-name=sexe] {
  width: 100%;
  margin: 0.75rem;
}
.wpcf7-form [data-name=pays] {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
}
.wpcf7-form .selectize-control {
  height: 100%;
  width: 100%;
}
.wpcf7-form .selectize-control.single .selectize-input {
  background-color: transparent;
  background-image: none;
  padding: 1rem 1rem 0.9rem 1rem;
  box-shadow: none;
  border-color: #fff;
  border-width: 2px;
}
.wpcf7-form .selectize-control.single .selectize-input.input-active {
  display: flex;
}
.wpcf7-form .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #fff transparent;
}
.wpcf7-form .selectize-control.single .selectize-input:after {
  border-color: #fff transparent transparent transparent;
}
.wpcf7-form .selectize-control.wpcf7-not-valid input {
  margin-top: -10px !important;
}
.wpcf7-form .selectize-input {
  height: 100%;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 8px 1rem;
  display: flex;
  align-items: center;
}
.wpcf7-form .selectize-input input {
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}
.wpcf7-form .selectize-input input::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  -moz-transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .selectize-input input::placeholder {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .selectize-input.dropdown-active {
  border-radius: 1.5rem 1.5rem 0 0;
}
.wpcf7-form .selectize-input .item {
  color: #fff;
  font-size: 16px;
}
.wpcf7-form .selectize-dropdown {
  box-shadow: none;
  border: 2px solid #fff;
  background-color: #202327;
  color: #fff;
}
.wpcf7-form .selectize-dropdown .active:not(.selected) {
  background-color: #cd2c34;
  color: #fff;
}
.wpcf7-form .selectize-dropdown .option {
  cursor: pointer;
  padding: 7.5px 1rem 5px 1rem;
}
.wpcf7-form .selectize-dropdown .option.selected, .wpcf7-form .selectize-dropdown .option:hover {
  background-color: #cd2c34;
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wpcf7-form .wpcf7-radio *:before,
.wpcf7-form .wpcf7-radio *:after,
.wpcf7-form .wpcf7-checkbox *:before,
.wpcf7-form .wpcf7-checkbox *:after {
  box-sizing: inherit;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: flex;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item > label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.25rem;
}
.wpcf7-form .wpcf7-radio input[type=radio],
.wpcf7-form .wpcf7-radio input[type=checkbox],
.wpcf7-form .wpcf7-checkbox input[type=radio],
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}
.wpcf7-form .wpcf7-radio input[type=radio]:after,
.wpcf7-form .wpcf7-radio input[type=checkbox]:after,
.wpcf7-form .wpcf7-checkbox input[type=radio]:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:after {
  content: "";
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #cd2c34;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form .wpcf7-radio input[type=radio] + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox input[type=radio] + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #202327;
  transition: all 0.3s ease;
  position: relative;
  user-select: none;
}
.wpcf7-form .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox input[type=radio] + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:hover:after {
  opacity: 1;
}
.wpcf7-form .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:after {
  opacity: 0;
  width: 5px;
  height: 9px;
  border: 2px solid #202327;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: calc(50% - 5.5px);
  content: "";
}
.wpcf7-form .endForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-form .formBtn i {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  height: auto;
  opacity: 1;
  font-size: 1.1rem;
}
.wpcf7-form .formBtn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-form .formBtn.rgpdOk:hover span {
  background-color: #75d353;
}
.wpcf7-form input[type=submit] {
  visibility: hidden;
  position: absolute;
  right: auto;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #cd2c34;
  font-size: 0.8rem;
  position: absolute;
  bottom: 6px;
  left: 1.2rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*Acceptance*/
[data-name=rgpd-consent] {
  padding: 0.1rem 0.25rem 0.1rem 0;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
}

.wpcf7-acceptance {
  display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: auto;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:not(:last-child) {
  margin-right: 6px;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #fff;
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #202327;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: initial;
  padding: 2px 2px 2px 5px;
  text-align: center;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 3rem 1rem 1rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  font-size: 1.1rem;
  text-wrap: balance;
  line-height: 1.2;
  width: 600px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: calc(50% - 100px);
  left: calc(50% - 300px);
  z-index: 100;
  background-color: #75d353;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #fff;
  opacity: 0;
  transform: translate(0, 50px);
}
.wpcf7 .wpcf7-form .wpcf7-response-output p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output strong {
  font-size: 1.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-form .wpcf7-response-output a {
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-response-output:before {
  content: "";
  width: 11rem;
  height: 3rem;
  position: absolute;
  top: -1rem;
  left: calc(50% - 5.5rem);
  border-radius: 2rem;
  background: url("../img/logo-sefmat.svg");
  background-size: 9rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.validating .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #cd2c34;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before {
  background: url("../img/logo-sefmat.svg"), #cd2c34;
  background-size: 9rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output:before {
  background: url("../img/logo-sefmat.svg"), #75d353;
  background-size: 9rem;
  background-repeat: no-repeat;
  background-position: center;
}

.carteFooter img {
  width: 800px;
  max-width: 100%;
}

.adresseList {
  width: 1000px;
  max-width: 100%;
}
.adresseList ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.adresseList li {
  width: calc(33.33% - 2rem);
  margin: 1rem;
  text-align: center;
}
.adresseList li p {
  margin: 0.3rem 0;
}
.adresseList li strong {
  color: #cd2c34;
  font-size: 1.2rem;
}

footer {
  padding: 5rem 5% 3rem 5%;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
}
footer .row {
  justify-content: space-between;
}

.logoAndSocial {
  margin-left: 5%;
}
.logoAndSocial a {
  width: 200px;
  position: relative;
  display: block;
}
.logoAndSocial a img {
  width: 100%;
  height: auto;
  display: block;
}
.logoAndSocial a:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -20px;
  top: calc(50% - 40px);
  background-image: url("../img/logo-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.footerAdresse {
  color: #8e8e8e;
}
.footerAdresse ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerAdresse ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footerAdresse ul li strong {
  text-transform: uppercase;
  font-family: "square", sans-serif;
  font-size: 1.2rem;
}
.footerAdresse ul li p {
  margin: 0.2rem 0;
}

.mentionsContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.mentionsContainer > p, .mentionsContainer > span, .mentionsContainer > a {
  margin: 0.25rem 0.5rem;
  font-size: 0.9rem;
  color: #8e8e8e;
}

.mentions {
  padding: 10rem 1rem 2rem 1rem;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.mentions .title {
  margin-bottom: 3rem;
}
.mentions h2 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.mentions h3 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.mentions h4 {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.mentions p, .mentions ul, .mentions ol {
  margin: 0.75rem 0;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  width: 1200px;
  max-width: 100%;
}

.notFoundSection {
  padding: 10rem 5% 3rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  text-align: center;
}
.notFoundSection .title {
  margin-bottom: 2rem;
}

select[name=list-pays] {
  display: none;
}

html[lang=de-DE] .scrollFrame .texte h2 p {
  font-size: 2rem;
}
html[lang=de-DE] .ripackSuppliesTitle .title strong {
  font-size: 6rem;
}
html[lang=en-US] .ripackSuppliesTitle .title strong {
  font-size: 5rem;
}
html[lang=es-ES] .ripackSuppliesTitle .title strong {
  font-size: 6rem;
}

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

.has-html5video .f-html {
  max-width: 100% !important;
  padding: 1rem !important;
}

@media (max-width: 1750px) {
  .circles {
    width: 50%;
  }
  .logosList {
    margin-top: 2rem;
  }
  .logosList a {
    height: 1.8rem;
  }
  .ripacycleContent .title em {
    font-size: 2.2rem;
  }
  .ripacycleContent .title strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 1599px) {
  .logoRipack, .logoRipagreen, .logoRipaMark {
    right: 10%;
    height: 40px;
    width: 250px;
  }
  .logoRipack:before, .logoRipagreen:before, .logoRipaMark:before {
    width: 70px;
    height: 70px;
    left: -16px;
    top: calc(50% - 35px);
  }
  .logoRipackSupplies {
    right: 5%;
    height: 40px;
    width: 300px;
  }
  .logoRipackSupplies:before {
    width: 70px;
    height: 70px;
    left: -20px;
    top: calc(50% - 35px);
  }
  .logoRipacycle {
    right: 10%;
    height: 40px;
    width: 300px;
  }
  .logoRipacycle:before {
    width: 70px;
    height: 70px;
    left: -16px;
    top: calc(50% - 35px);
  }
}
@media (max-width: 1400px) {
  .ripaMarkContent .title strong {
    margin-left: 0rem;
  }
}
@media (max-width: 1300px) {
  .heroContent {
    width: 50%;
  }
  .videoScreenshot img {
    transform: skewX(15deg) scale(1.4);
  }
  .ripack::before, .ripackSupplies::before {
    width: 400px;
    height: 400px;
    left: 5%;
    top: calc(50% - 200px);
  }
}
@media (max-width: 1200px) {
  .basicAppear.-xLeft, .basicAppear.-xRight {
    transform: translate(0, 40px);
  }
  .logoRipackSupplies {
    top: -35%;
  }
  .ripackSuppliesTitle .title strong {
    font-size: 6rem;
  }
  html[lang=de-DE] .scrollFrame .texte {
    padding-left: 300px;
  }
  html[lang=de-DE] .scrollFrame .texte h2 {
    margin-top: 1rem;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:first-child {
    margin-left: -130px;
  }
  html[lang=de-DE] .ripackSuppliesTitle .title strong {
    font-size: 5rem;
  }
  html[lang=en-US] .ripackSuppliesTitle .title strong {
    font-size: 4rem;
  }
  html[lang=es-ES] .ripackSuppliesTitle .title strong {
    font-size: 5rem;
  }
  .title {
    font-size: 1.4rem;
  }
  .title strong {
    font-size: 1.8rem;
  }
  .secondTitle {
    font-size: 1.2rem;
  }
  .secondTitle em {
    font-size: 1rem;
  }
  .sefmatDetailsMap {
    margin-top: 2rem;
  }
  .sefmatDetailsMap img {
    width: 900px;
    max-width: 100%;
  }
  .number div {
    font-size: 2rem;
  }
  .number p {
    font-size: 1.1rem;
  }
  .detailsVideo {
    order: 2;
  }
  .detailsVideo.-xLeft {
    align-items: flex-start;
  }
  .detailsContent {
    order: 1;
    margin-bottom: 2rem;
  }
  .ripacycleVisual .shape {
    display: none;
  }
  .ripacycleVisual .leaf {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_right {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -20px);
    pointer-events: none;
    position: fixed;
    right: 1rem;
    top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    background-color: #202327;
    border: 2px solid #fff;
    width: 300px;
    border-radius: 2rem;
    z-index: 1;
    box-shadow: -10px 10px 30px -20px #000;
  }
  .header_right nav {
    width: 100%;
    padding: 1rem;
  }
  .header_right nav ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .header_right nav ul li {
    width: 100%;
    margin: 0;
  }
  .header_right nav ul li a {
    color: #fff;
    background-color: #202327;
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .header_right nav ul li span {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: "square", sans-serif;
    padding: 0 0.75rem;
  }
  .header_right nav .sub-menu {
    position: initial;
    background-color: transparent;
    border: none;
    padding: 0 1rem;
    width: 100%;
    border-radius: 0;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .header_right nav .sub-menu li {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  .header_right nav .sub-menu li a {
    border: none;
    color: #fff;
    text-align: left;
    justify-content: flex-start;
  }
  .header_right nav .sub-menu:before {
    content: none;
  }
  body.menuOpen .header_right {
    pointer-events: initial !important;
  }
  body.menuOpen .header_right nav .sub-menu {
    pointer-events: initial !important;
  }
  .langSwitchEl {
    margin: 0;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .langSwitchTrigger {
    background-color: #cd2c34;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    margin-right: 1rem;
  }
  .langSwitchTrigger:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNjZDJjMzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLXJpZ2h0LWljb24gbHVjaWRlLWNoZXZyb24tcmlnaHQiPjxwYXRoIGQ9Im05IDE4IDYtNi02LTYiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-left: 0.5rem;
    position: absolute;
    right: -1rem;
  }
  #langSwitch {
    height: auto;
    position: initial;
    flex-direction: row;
    gap: 0.3rem;
  }
  #langSwitch li {
    opacity: 1;
    transform: translate(0, 0);
  }
  #langSwitch li a, #langSwitch li span {
    border-color: #fff;
  }
  #langSwitch li span {
    background-color: #cd2c34;
  }
  #langSwitch li a {
    background-color: #202327;
  }
  #langSwitch li.openLang span {
    background-color: #cd2c34;
  }
  .btnMenu {
    transform: translate(0, 0);
  }
  .hero {
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
  }
  .heroVisual {
    width: 500px;
    max-width: 100%;
  }
  .heroContent {
    width: 100%;
    padding: 0 1rem;
  }
  .ripack, .ripackSupplies, .ripacycle, .ripaMark {
    height: auto;
    padding: 7rem 5%;
  }
  .redShapes, .blueShapes, .ecoShapes {
    width: 100%;
    left: 0;
  }
  .scrollFrame .texte {
    padding-left: 300px;
  }
  .scrollFrame .texte h2 p {
    font-size: 2.2rem;
  }
  .scrollFrame .texte h2 p:first-child {
    margin-left: -200px;
  }
  .ripack::before, .ripackSupplies::before {
    width: 300px;
    height: 300px;
    left: 5%;
    top: calc(50% - 150px);
  }
  .ripackSuppliesWrapper {
    gap: 0;
  }
  .logoRipackSupplies {
    right: 0;
    top: -5rem;
  }
  .ripackSuppliesTitle .title strong {
    font-size: 5rem;
  }
  html[lang=de-DE] .scrollFrame .texte {
    padding-left: 220px;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:last-child {
    font-size: 1.8rem;
  }
  html[lang=de-DE] .ripackSuppliesTitle .title strong {
    font-size: 4rem;
  }
  html[lang=en-US] .ripackSuppliesTitle .title strong {
    font-size: 3rem;
  }
  html[lang=es-ES] .ripackSuppliesTitle .title strong {
    font-size: 4rem;
  }
  .ripaMarkContent {
    margin-left: 0;
  }
  .ripacycleContent .title em {
    font-size: 1.7rem;
  }
  .ripacycleContent .title strong {
    font-size: 1.5rem;
  }
  .ripacycleVisual {
    max-width: 45%;
  }
  .adresseList li {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .wpcf7-form label.adresse {
    width: 100%;
  }
  .wpcf7-form label.cp {
    width: calc(40% - 1.5rem);
  }
  .wpcf7-form label.ville {
    width: calc(60% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .redShapes, .blueShapes, .ecoShapes {
    transform: skew(0deg);
  }
  .redShapes .leftShape, .redShapes .rightShape, .blueShapes .leftShape, .blueShapes .rightShape, .ecoShapes .leftShape, .ecoShapes .rightShape {
    display: none;
  }
  .detailsVideo {
    padding: 0 1rem;
  }
  .videoScreenshot {
    transform: skewX(0);
    padding: 0;
    border-radius: 2rem;
  }
  .videoScreenshot img {
    transform: skewX(0) scale(1);
  }
  .videoScreenshot .videoBtn {
    transform: skewX(0deg);
  }
  .ripack {
    flex-wrap: wrap;
    padding: 0 calc(5% + 1rem) 3rem calc(5% + 1rem);
    overflow: visible;
  }
  .ripack:before {
    content: none;
  }
  .logoRipack {
    position: initial;
    right: auto;
    width: 190px;
    max-width: 50%;
    order: 2;
    margin-bottom: -6rem;
    margin-left: -3rem;
  }
  .logoRipack:before {
    content: none;
  }
  .ripackPistol {
    width: 200px;
    max-width: 50%;
    margin-top: -3rem;
    order: 1;
    transform: none;
  }
  .ripackTitle {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    order: 3;
  }
  .ripackTitle .title em {
    padding-left: 0;
  }
  .ripackTitle .btn {
    margin-left: 0;
  }
  .ripackSupplies {
    flex-wrap: wrap;
    padding: 0 calc(5% + 1rem) 3rem calc(5% + 1rem);
    overflow: visible;
    margin-top: 8rem;
  }
  .ripackSupplies:before {
    content: none;
  }
  .ripackSuppliesWrapper {
    gap: 1rem;
  }
  .logoRipackSupplies {
    position: initial;
    right: auto;
    order: 2;
  }
  .logoRipackSupplies::before {
    content: none;
  }
  .planeView {
    width: 300px;
    max-width: 100%;
    margin-top: -5rem;
    order: 1;
  }
  .ripackSuppliesTitle {
    position: initial;
    order: 3;
  }
  .ripackSuppliesTitle .title strong {
    font-size: 3rem;
  }
  .ripackSuppliesTitle .title span {
    margin-left: 0;
  }
  .ripackSuppliesLink {
    order: 4;
    justify-content: flex-start;
  }
  html[lang=de-DE] .ripackSuppliesTitle .title strong {
    font-size: 3rem;
  }
  html[lang=en-US] .ripackSuppliesTitle .title strong {
    font-size: 2.2rem;
  }
  html[lang=es-ES] .ripackSuppliesTitle .title strong {
    font-size: 3rem;
  }
  .logoRipagreen {
    right: auto;
    left: 5%;
  }
  .logoRipagreen::before {
    content: none;
  }
  .scrollFrame {
    padding: 5rem 0;
  }
  .scrollFrame .texte {
    width: 390px;
    padding: 1rem 5%;
    left: calc(50% - 195px);
  }
  .scrollFrame .texte small {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .scrollFrame .texte h2 p:first-child {
    margin-left: 0;
  }
  html[lang=de-DE] .scrollFrame {
    padding: 5rem 0;
  }
  html[lang=de-DE] .scrollFrame .texte {
    width: 390px;
    padding: 1rem 5%;
    left: calc(50% - 195px);
  }
  html[lang=de-DE] .scrollFrame .texte small {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:first-child {
    margin-left: 0;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:last-child {
    font-size: 1.2rem;
  }
  .frame, canvas {
    width: 450px;
  }
  .ripaMark {
    overflow: visible;
    padding: 0 calc(5% + 1rem) 3rem calc(5% + 1rem);
    flex-wrap: wrap;
    margin-top: 8rem;
    justify-content: flex-start;
  }
  .logoRipaMark {
    position: initial;
    right: auto;
    order: 2;
    width: 100%;
    margin-top: 1rem;
  }
  .logoRipaMark::before {
    content: none;
  }
  .ripaMarkProduct {
    order: 1;
    width: 170px;
    max-width: 100%;
    margin-top: -5rem;
    transform: none;
  }
  .ripaMarkContent {
    margin-top: 1rem;
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .ripacycle {
    flex-wrap: wrap;
    padding: 0 calc(5% + 1rem) 3rem calc(5% + 1rem);
    overflow: visible;
    margin-top: 8rem;
  }
  .ripacycle:before {
    content: none;
  }
  .logoRipacycle {
    position: initial;
    right: auto;
    order: 2;
    width: 100%;
    margin-top: 2rem;
  }
  .logoRipacycle:before {
    content: none;
  }
  .ripacycleVisual {
    width: 200px;
    max-width: 100%;
    margin-top: -5rem;
    order: 1;
  }
  .ripacycleContent {
    order: 3;
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .logo {
    width: 180px;
  }
  .logo:before {
    content: none;
  }
  .scrollFrame .texte {
    width: 100%;
    padding: 1rem calc(5% + 1rem);
    left: 0;
  }
  .scrollFrame .texte h2 p {
    font-size: 1.7rem;
  }
  .scrollFrame .texte > p {
    font-size: 1.3rem;
  }
  html[lang=de-DE] .scrollFrame .texte {
    width: 100%;
    padding: 1rem calc(5% + 1rem);
    left: 0;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:first-child {
    font-size: 1.6rem;
  }
  html[lang=de-DE] .scrollFrame .texte h2 p:last-child {
    font-size: 1rem;
  }
  html[lang=de-DE] .scrollFrame .texte > p {
    font-size: 1rem;
  }
  .scrollIndicator {
    width: 280px;
    left: calc(50% - 130px);
  }
  .wpcf7-form label, .wpcf7-form [data-name=pays], .wpcf7-form [data-name=sexe] {
    width: 100%;
    margin: 0.75rem 0;
  }
  .wpcf7-form label.adresse, .wpcf7-form [data-name=pays].adresse, .wpcf7-form [data-name=sexe].adresse {
    width: 100%;
  }
  .wpcf7-form label.cp, .wpcf7-form [data-name=pays].cp, .wpcf7-form [data-name=sexe].cp {
    width: 100%;
  }
  .wpcf7-form label.ville, .wpcf7-form [data-name=pays].ville, .wpcf7-form [data-name=sexe].ville {
    width: 100%;
  }
  .contact {
    margin-top: 3rem;
  }
  [data-name=rgpd-consent], [data-name=newsletter] {
    display: inline-block;
    width: 300px;
  }
  .wpcf7-form .submitContainer .btn {
    min-width: 300px;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    width: calc(100% - 2rem);
    left: 1rem;
  }
}
@media (max-width: 420px) {
  html[lang=de-DE] .title strong {
    font-size: 1.3rem;
  }
  html[lang=de-DE] .title em {
    font-size: 1.1rem;
  }
  html[lang=de-DE] .ripackMarkDetailsContent .title em {
    font-size: 0.9rem;
  }
  html[lang=de-DE] .ripacycleContent .title em {
    font-size: 1.5rem;
  }
  .title {
    font-size: 1.1rem;
  }
  .title strong {
    font-size: 1.4rem;
    -webkit-text-stroke-width: 0.5px;
  }
  .videoScreenshot .videoBtn svg {
    width: 60px;
    height: 60px;
  }
  .ripackSuppliesTitle .title strong {
    font-size: 2rem;
  }
  html[lang=de-DE] .ripackSuppliesTitle .title strong {
    font-size: 2rem;
  }
  html[lang=en-US] .ripackSuppliesTitle .title strong {
    font-size: 1.8rem;
  }
  html[lang=es-ES] .ripackSuppliesTitle .title strong {
    font-size: 2rem;
  }
}/*# sourceMappingURL=screen.css.map */