@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-light.6792d68.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-regular.705afa0.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-medium.0eb8240.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-bold.b5674f9.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-black.d3cdb61.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.cm95 html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.cm95 *,
.cm95 *:before,
.cm95 *:after {
  box-sizing: inherit;
}
.cm95 .container,
.cm95 .container-fluid,
.cm95 .container-xl,
.cm95 .container-lg,
.cm95 .container-md,
.cm95 .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cm95 .container-sm,
  .cm95 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cm95 .container-md,
  .cm95 .container-sm,
  .cm95 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cm95 .container-lg,
  .cm95 .container-md,
  .cm95 .container-sm,
  .cm95 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cm95 .container-xl,
  .cm95 .container-lg,
  .cm95 .container-md,
  .cm95 .container-sm,
  .cm95 .container {
    max-width: 1140px;
  }
}
.cm95 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm95 .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.cm95 .no-gutters > .col,
.cm95 .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cm95 .col-xl,
.cm95 .col-xl-auto,
.cm95 .col-xl-12,
.cm95 .col-xl-11,
.cm95 .col-xl-10,
.cm95 .col-xl-9,
.cm95 .col-xl-8,
.cm95 .col-xl-7,
.cm95 .col-xl-6,
.cm95 .col-xl-5,
.cm95 .col-xl-4,
.cm95 .col-xl-3,
.cm95 .col-xl-2,
.cm95 .col-xl-1,
.cm95 .col-lg,
.cm95 .col-lg-auto,
.cm95 .col-lg-12,
.cm95 .col-lg-11,
.cm95 .col-lg-10,
.cm95 .col-lg-9,
.cm95 .col-lg-8,
.cm95 .col-lg-7,
.cm95 .col-lg-6,
.cm95 .col-lg-5,
.cm95 .col-lg-4,
.cm95 .col-lg-3,
.cm95 .col-lg-2,
.cm95 .col-lg-1,
.cm95 .col-md,
.cm95 .col-md-auto,
.cm95 .col-md-12,
.cm95 .col-md-11,
.cm95 .col-md-10,
.cm95 .col-md-9,
.cm95 .col-md-8,
.cm95 .col-md-7,
.cm95 .col-md-6,
.cm95 .col-md-5,
.cm95 .col-md-4,
.cm95 .col-md-3,
.cm95 .col-md-2,
.cm95 .col-md-1,
.cm95 .col-sm,
.cm95 .col-sm-auto,
.cm95 .col-sm-12,
.cm95 .col-sm-11,
.cm95 .col-sm-10,
.cm95 .col-sm-9,
.cm95 .col-sm-8,
.cm95 .col-sm-7,
.cm95 .col-sm-6,
.cm95 .col-sm-5,
.cm95 .col-sm-4,
.cm95 .col-sm-3,
.cm95 .col-sm-2,
.cm95 .col-sm-1,
.cm95 .col,
.cm95 .col-auto,
.cm95 .col-12,
.cm95 .col-11,
.cm95 .col-10,
.cm95 .col-9,
.cm95 .col-8,
.cm95 .col-7,
.cm95 .col-6,
.cm95 .col-5,
.cm95 .col-4,
.cm95 .col-3,
.cm95 .col-2,
.cm95 .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cm95 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.cm95 .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.cm95 .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.cm95 .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.cm95 .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.cm95 .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.cm95 .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.cm95 .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cm95 .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.cm95 .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.cm95 .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.cm95 .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.cm95 .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.cm95 .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.cm95 .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.cm95 .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.cm95 .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.cm95 .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.cm95 .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.cm95 .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.cm95 .order-first {
  order: -1;
}
.cm95 .order-last {
  order: 13;
}
.cm95 .order-0 {
  order: 0;
}
.cm95 .order-1 {
  order: 1;
}
.cm95 .order-2 {
  order: 2;
}
.cm95 .order-3 {
  order: 3;
}
.cm95 .order-4 {
  order: 4;
}
.cm95 .order-5 {
  order: 5;
}
.cm95 .order-6 {
  order: 6;
}
.cm95 .order-7 {
  order: 7;
}
.cm95 .order-8 {
  order: 8;
}
.cm95 .order-9 {
  order: 9;
}
.cm95 .order-10 {
  order: 10;
}
.cm95 .order-11 {
  order: 11;
}
.cm95 .order-12 {
  order: 12;
}
.cm95 .offset-1 {
  margin-left: 8.33333333%;
}
.cm95 .offset-2 {
  margin-left: 16.66666667%;
}
.cm95 .offset-3 {
  margin-left: 25%;
}
.cm95 .offset-4 {
  margin-left: 33.33333333%;
}
.cm95 .offset-5 {
  margin-left: 41.66666667%;
}
.cm95 .offset-6 {
  margin-left: 50%;
}
.cm95 .offset-7 {
  margin-left: 58.33333333%;
}
.cm95 .offset-8 {
  margin-left: 66.66666667%;
}
.cm95 .offset-9 {
  margin-left: 75%;
}
.cm95 .offset-10 {
  margin-left: 83.33333333%;
}
.cm95 .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .cm95 .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .cm95 .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .cm95 .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cm95 .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .cm95 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm95 .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .cm95 .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cm95 .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cm95 .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cm95 .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cm95 .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cm95 .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm95 .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cm95 .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cm95 .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .order-sm-first {
    order: -1;
  }
  .cm95 .order-sm-last {
    order: 13;
  }
  .cm95 .order-sm-0 {
    order: 0;
  }
  .cm95 .order-sm-1 {
    order: 1;
  }
  .cm95 .order-sm-2 {
    order: 2;
  }
  .cm95 .order-sm-3 {
    order: 3;
  }
  .cm95 .order-sm-4 {
    order: 4;
  }
  .cm95 .order-sm-5 {
    order: 5;
  }
  .cm95 .order-sm-6 {
    order: 6;
  }
  .cm95 .order-sm-7 {
    order: 7;
  }
  .cm95 .order-sm-8 {
    order: 8;
  }
  .cm95 .order-sm-9 {
    order: 9;
  }
  .cm95 .order-sm-10 {
    order: 10;
  }
  .cm95 .order-sm-11 {
    order: 11;
  }
  .cm95 .order-sm-12 {
    order: 12;
  }
  .cm95 .offset-sm-0 {
    margin-left: 0;
  }
  .cm95 .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .cm95 .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .cm95 .offset-sm-3 {
    margin-left: 25%;
  }
  .cm95 .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .cm95 .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .cm95 .offset-sm-6 {
    margin-left: 50%;
  }
  .cm95 .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .cm95 .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .cm95 .offset-sm-9 {
    margin-left: 75%;
  }
  .cm95 .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .cm95 .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .cm95 .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .cm95 .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .cm95 .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cm95 .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .cm95 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm95 .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .cm95 .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cm95 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cm95 .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cm95 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cm95 .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cm95 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm95 .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cm95 .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cm95 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .order-md-first {
    order: -1;
  }
  .cm95 .order-md-last {
    order: 13;
  }
  .cm95 .order-md-0 {
    order: 0;
  }
  .cm95 .order-md-1 {
    order: 1;
  }
  .cm95 .order-md-2 {
    order: 2;
  }
  .cm95 .order-md-3 {
    order: 3;
  }
  .cm95 .order-md-4 {
    order: 4;
  }
  .cm95 .order-md-5 {
    order: 5;
  }
  .cm95 .order-md-6 {
    order: 6;
  }
  .cm95 .order-md-7 {
    order: 7;
  }
  .cm95 .order-md-8 {
    order: 8;
  }
  .cm95 .order-md-9 {
    order: 9;
  }
  .cm95 .order-md-10 {
    order: 10;
  }
  .cm95 .order-md-11 {
    order: 11;
  }
  .cm95 .order-md-12 {
    order: 12;
  }
  .cm95 .offset-md-0 {
    margin-left: 0;
  }
  .cm95 .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .cm95 .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .cm95 .offset-md-3 {
    margin-left: 25%;
  }
  .cm95 .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .cm95 .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .cm95 .offset-md-6 {
    margin-left: 50%;
  }
  .cm95 .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .cm95 .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .cm95 .offset-md-9 {
    margin-left: 75%;
  }
  .cm95 .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .cm95 .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .cm95 .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .cm95 .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .cm95 .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cm95 .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .cm95 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm95 .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .cm95 .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cm95 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cm95 .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cm95 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cm95 .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cm95 .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm95 .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cm95 .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cm95 .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .order-lg-first {
    order: -1;
  }
  .cm95 .order-lg-last {
    order: 13;
  }
  .cm95 .order-lg-0 {
    order: 0;
  }
  .cm95 .order-lg-1 {
    order: 1;
  }
  .cm95 .order-lg-2 {
    order: 2;
  }
  .cm95 .order-lg-3 {
    order: 3;
  }
  .cm95 .order-lg-4 {
    order: 4;
  }
  .cm95 .order-lg-5 {
    order: 5;
  }
  .cm95 .order-lg-6 {
    order: 6;
  }
  .cm95 .order-lg-7 {
    order: 7;
  }
  .cm95 .order-lg-8 {
    order: 8;
  }
  .cm95 .order-lg-9 {
    order: 9;
  }
  .cm95 .order-lg-10 {
    order: 10;
  }
  .cm95 .order-lg-11 {
    order: 11;
  }
  .cm95 .order-lg-12 {
    order: 12;
  }
  .cm95 .offset-lg-0 {
    margin-left: 0;
  }
  .cm95 .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .cm95 .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .cm95 .offset-lg-3 {
    margin-left: 25%;
  }
  .cm95 .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .cm95 .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .cm95 .offset-lg-6 {
    margin-left: 50%;
  }
  .cm95 .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .cm95 .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .cm95 .offset-lg-9 {
    margin-left: 75%;
  }
  .cm95 .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .cm95 .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .cm95 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .cm95 .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .cm95 .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cm95 .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .cm95 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm95 .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .cm95 .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .cm95 .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm95 .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .cm95 .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .cm95 .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm95 .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .cm95 .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .cm95 .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm95 .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .cm95 .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .cm95 .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm95 .order-xl-first {
    order: -1;
  }
  .cm95 .order-xl-last {
    order: 13;
  }
  .cm95 .order-xl-0 {
    order: 0;
  }
  .cm95 .order-xl-1 {
    order: 1;
  }
  .cm95 .order-xl-2 {
    order: 2;
  }
  .cm95 .order-xl-3 {
    order: 3;
  }
  .cm95 .order-xl-4 {
    order: 4;
  }
  .cm95 .order-xl-5 {
    order: 5;
  }
  .cm95 .order-xl-6 {
    order: 6;
  }
  .cm95 .order-xl-7 {
    order: 7;
  }
  .cm95 .order-xl-8 {
    order: 8;
  }
  .cm95 .order-xl-9 {
    order: 9;
  }
  .cm95 .order-xl-10 {
    order: 10;
  }
  .cm95 .order-xl-11 {
    order: 11;
  }
  .cm95 .order-xl-12 {
    order: 12;
  }
  .cm95 .offset-xl-0 {
    margin-left: 0;
  }
  .cm95 .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .cm95 .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .cm95 .offset-xl-3 {
    margin-left: 25%;
  }
  .cm95 .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .cm95 .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .cm95 .offset-xl-6 {
    margin-left: 50%;
  }
  .cm95 .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .cm95 .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .cm95 .offset-xl-9 {
    margin-left: 75%;
  }
  .cm95 .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .cm95 .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.cm95 .d-none {
  display: none !important;
}
.cm95 .d-inline {
  display: inline !important;
}
.cm95 .d-inline-block {
  display: inline-block !important;
}
.cm95 .d-block {
  display: block !important;
}
.cm95 .d-table {
  display: table !important;
}
.cm95 .d-table-row {
  display: table-row !important;
}
.cm95 .d-table-cell {
  display: table-cell !important;
}
.cm95 .d-flex {
  display: flex !important;
}
.cm95 .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .cm95 .d-sm-none {
    display: none !important;
  }
  .cm95 .d-sm-inline {
    display: inline !important;
  }
  .cm95 .d-sm-inline-block {
    display: inline-block !important;
  }
  .cm95 .d-sm-block {
    display: block !important;
  }
  .cm95 .d-sm-table {
    display: table !important;
  }
  .cm95 .d-sm-table-row {
    display: table-row !important;
  }
  .cm95 .d-sm-table-cell {
    display: table-cell !important;
  }
  .cm95 .d-sm-flex {
    display: flex !important;
  }
  .cm95 .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .cm95 .d-md-none {
    display: none !important;
  }
  .cm95 .d-md-inline {
    display: inline !important;
  }
  .cm95 .d-md-inline-block {
    display: inline-block !important;
  }
  .cm95 .d-md-block {
    display: block !important;
  }
  .cm95 .d-md-table {
    display: table !important;
  }
  .cm95 .d-md-table-row {
    display: table-row !important;
  }
  .cm95 .d-md-table-cell {
    display: table-cell !important;
  }
  .cm95 .d-md-flex {
    display: flex !important;
  }
  .cm95 .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .cm95 .d-lg-none {
    display: none !important;
  }
  .cm95 .d-lg-inline {
    display: inline !important;
  }
  .cm95 .d-lg-inline-block {
    display: inline-block !important;
  }
  .cm95 .d-lg-block {
    display: block !important;
  }
  .cm95 .d-lg-table {
    display: table !important;
  }
  .cm95 .d-lg-table-row {
    display: table-row !important;
  }
  .cm95 .d-lg-table-cell {
    display: table-cell !important;
  }
  .cm95 .d-lg-flex {
    display: flex !important;
  }
  .cm95 .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .cm95 .d-xl-none {
    display: none !important;
  }
  .cm95 .d-xl-inline {
    display: inline !important;
  }
  .cm95 .d-xl-inline-block {
    display: inline-block !important;
  }
  .cm95 .d-xl-block {
    display: block !important;
  }
  .cm95 .d-xl-table {
    display: table !important;
  }
  .cm95 .d-xl-table-row {
    display: table-row !important;
  }
  .cm95 .d-xl-table-cell {
    display: table-cell !important;
  }
  .cm95 .d-xl-flex {
    display: flex !important;
  }
  .cm95 .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .cm95 .d-print-none {
    display: none !important;
  }
  .cm95 .d-print-inline {
    display: inline !important;
  }
  .cm95 .d-print-inline-block {
    display: inline-block !important;
  }
  .cm95 .d-print-block {
    display: block !important;
  }
  .cm95 .d-print-table {
    display: table !important;
  }
  .cm95 .d-print-table-row {
    display: table-row !important;
  }
  .cm95 .d-print-table-cell {
    display: table-cell !important;
  }
  .cm95 .d-print-flex {
    display: flex !important;
  }
  .cm95 .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.cm95 .flex-row {
  flex-direction: row !important;
}
.cm95 .flex-column {
  flex-direction: column !important;
}
.cm95 .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.cm95 .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.cm95 .flex-wrap {
  flex-wrap: wrap !important;
}
.cm95 .flex-nowrap {
  flex-wrap: nowrap !important;
}
.cm95 .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.cm95 .flex-fill {
  flex: 1 1 auto !important;
}
.cm95 .flex-grow-0 {
  flex-grow: 0 !important;
}
.cm95 .flex-grow-1 {
  flex-grow: 1 !important;
}
.cm95 .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.cm95 .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.cm95 .justify-content-start {
  justify-content: flex-start !important;
}
.cm95 .justify-content-end {
  justify-content: flex-end !important;
}
.cm95 .justify-content-center {
  justify-content: center !important;
}
.cm95 .justify-content-between {
  justify-content: space-between !important;
}
.cm95 .justify-content-around {
  justify-content: space-around !important;
}
.cm95 .align-items-start {
  align-items: flex-start !important;
}
.cm95 .align-items-end {
  align-items: flex-end !important;
}
.cm95 .align-items-center {
  align-items: center !important;
}
.cm95 .align-items-baseline {
  align-items: baseline !important;
}
.cm95 .align-items-stretch {
  align-items: stretch !important;
}
.cm95 .align-content-start {
  align-content: flex-start !important;
}
.cm95 .align-content-end {
  align-content: flex-end !important;
}
.cm95 .align-content-center {
  align-content: center !important;
}
.cm95 .align-content-between {
  align-content: space-between !important;
}
.cm95 .align-content-around {
  align-content: space-around !important;
}
.cm95 .align-content-stretch {
  align-content: stretch !important;
}
.cm95 .align-self-auto {
  align-self: auto !important;
}
.cm95 .align-self-start {
  align-self: flex-start !important;
}
.cm95 .align-self-end {
  align-self: flex-end !important;
}
.cm95 .align-self-center {
  align-self: center !important;
}
.cm95 .align-self-baseline {
  align-self: baseline !important;
}
.cm95 .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .cm95 .flex-sm-row {
    flex-direction: row !important;
  }
  .cm95 .flex-sm-column {
    flex-direction: column !important;
  }
  .cm95 .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cm95 .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .cm95 .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .cm95 .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .cm95 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .cm95 .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .cm95 .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .cm95 .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .cm95 .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .cm95 .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .cm95 .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .cm95 .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .cm95 .justify-content-sm-center {
    justify-content: center !important;
  }
  .cm95 .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .cm95 .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .cm95 .align-items-sm-start {
    align-items: flex-start !important;
  }
  .cm95 .align-items-sm-end {
    align-items: flex-end !important;
  }
  .cm95 .align-items-sm-center {
    align-items: center !important;
  }
  .cm95 .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .cm95 .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .cm95 .align-content-sm-start {
    align-content: flex-start !important;
  }
  .cm95 .align-content-sm-end {
    align-content: flex-end !important;
  }
  .cm95 .align-content-sm-center {
    align-content: center !important;
  }
  .cm95 .align-content-sm-between {
    align-content: space-between !important;
  }
  .cm95 .align-content-sm-around {
    align-content: space-around !important;
  }
  .cm95 .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .cm95 .align-self-sm-auto {
    align-self: auto !important;
  }
  .cm95 .align-self-sm-start {
    align-self: flex-start !important;
  }
  .cm95 .align-self-sm-end {
    align-self: flex-end !important;
  }
  .cm95 .align-self-sm-center {
    align-self: center !important;
  }
  .cm95 .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .cm95 .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .cm95 .flex-md-row {
    flex-direction: row !important;
  }
  .cm95 .flex-md-column {
    flex-direction: column !important;
  }
  .cm95 .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cm95 .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .cm95 .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .cm95 .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .cm95 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .cm95 .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .cm95 .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .cm95 .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .cm95 .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .cm95 .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .cm95 .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .cm95 .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .cm95 .justify-content-md-center {
    justify-content: center !important;
  }
  .cm95 .justify-content-md-between {
    justify-content: space-between !important;
  }
  .cm95 .justify-content-md-around {
    justify-content: space-around !important;
  }
  .cm95 .align-items-md-start {
    align-items: flex-start !important;
  }
  .cm95 .align-items-md-end {
    align-items: flex-end !important;
  }
  .cm95 .align-items-md-center {
    align-items: center !important;
  }
  .cm95 .align-items-md-baseline {
    align-items: baseline !important;
  }
  .cm95 .align-items-md-stretch {
    align-items: stretch !important;
  }
  .cm95 .align-content-md-start {
    align-content: flex-start !important;
  }
  .cm95 .align-content-md-end {
    align-content: flex-end !important;
  }
  .cm95 .align-content-md-center {
    align-content: center !important;
  }
  .cm95 .align-content-md-between {
    align-content: space-between !important;
  }
  .cm95 .align-content-md-around {
    align-content: space-around !important;
  }
  .cm95 .align-content-md-stretch {
    align-content: stretch !important;
  }
  .cm95 .align-self-md-auto {
    align-self: auto !important;
  }
  .cm95 .align-self-md-start {
    align-self: flex-start !important;
  }
  .cm95 .align-self-md-end {
    align-self: flex-end !important;
  }
  .cm95 .align-self-md-center {
    align-self: center !important;
  }
  .cm95 .align-self-md-baseline {
    align-self: baseline !important;
  }
  .cm95 .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .cm95 .flex-lg-row {
    flex-direction: row !important;
  }
  .cm95 .flex-lg-column {
    flex-direction: column !important;
  }
  .cm95 .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cm95 .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .cm95 .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .cm95 .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .cm95 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .cm95 .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .cm95 .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .cm95 .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .cm95 .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .cm95 .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .cm95 .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .cm95 .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .cm95 .justify-content-lg-center {
    justify-content: center !important;
  }
  .cm95 .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .cm95 .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .cm95 .align-items-lg-start {
    align-items: flex-start !important;
  }
  .cm95 .align-items-lg-end {
    align-items: flex-end !important;
  }
  .cm95 .align-items-lg-center {
    align-items: center !important;
  }
  .cm95 .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .cm95 .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .cm95 .align-content-lg-start {
    align-content: flex-start !important;
  }
  .cm95 .align-content-lg-end {
    align-content: flex-end !important;
  }
  .cm95 .align-content-lg-center {
    align-content: center !important;
  }
  .cm95 .align-content-lg-between {
    align-content: space-between !important;
  }
  .cm95 .align-content-lg-around {
    align-content: space-around !important;
  }
  .cm95 .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .cm95 .align-self-lg-auto {
    align-self: auto !important;
  }
  .cm95 .align-self-lg-start {
    align-self: flex-start !important;
  }
  .cm95 .align-self-lg-end {
    align-self: flex-end !important;
  }
  .cm95 .align-self-lg-center {
    align-self: center !important;
  }
  .cm95 .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .cm95 .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .cm95 .flex-xl-row {
    flex-direction: row !important;
  }
  .cm95 .flex-xl-column {
    flex-direction: column !important;
  }
  .cm95 .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cm95 .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .cm95 .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .cm95 .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .cm95 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .cm95 .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .cm95 .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .cm95 .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .cm95 .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .cm95 .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .cm95 .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .cm95 .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .cm95 .justify-content-xl-center {
    justify-content: center !important;
  }
  .cm95 .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .cm95 .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .cm95 .align-items-xl-start {
    align-items: flex-start !important;
  }
  .cm95 .align-items-xl-end {
    align-items: flex-end !important;
  }
  .cm95 .align-items-xl-center {
    align-items: center !important;
  }
  .cm95 .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .cm95 .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .cm95 .align-content-xl-start {
    align-content: flex-start !important;
  }
  .cm95 .align-content-xl-end {
    align-content: flex-end !important;
  }
  .cm95 .align-content-xl-center {
    align-content: center !important;
  }
  .cm95 .align-content-xl-between {
    align-content: space-between !important;
  }
  .cm95 .align-content-xl-around {
    align-content: space-around !important;
  }
  .cm95 .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .cm95 .align-self-xl-auto {
    align-self: auto !important;
  }
  .cm95 .align-self-xl-start {
    align-self: flex-start !important;
  }
  .cm95 .align-self-xl-end {
    align-self: flex-end !important;
  }
  .cm95 .align-self-xl-center {
    align-self: center !important;
  }
  .cm95 .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .cm95 .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.cm95 .m-0 {
  margin: 0 !important;
}
.cm95 .mt-0,
.cm95 .my-0 {
  margin-top: 0 !important;
}
.cm95 .mr-0,
.cm95 .mx-0 {
  margin-right: 0 !important;
}
.cm95 .mb-0,
.cm95 .my-0 {
  margin-bottom: 0 !important;
}
.cm95 .ml-0,
.cm95 .mx-0 {
  margin-left: 0 !important;
}
.cm95 .m-1 {
  margin: 0.25rem !important;
}
.cm95 .mt-1,
.cm95 .my-1 {
  margin-top: 0.25rem !important;
}
.cm95 .mr-1,
.cm95 .mx-1 {
  margin-right: 0.25rem !important;
}
.cm95 .mb-1,
.cm95 .my-1 {
  margin-bottom: 0.25rem !important;
}
.cm95 .ml-1,
.cm95 .mx-1 {
  margin-left: 0.25rem !important;
}
.cm95 .m-2 {
  margin: 0.5rem !important;
}
.cm95 .mt-2,
.cm95 .my-2 {
  margin-top: 0.5rem !important;
}
.cm95 .mr-2,
.cm95 .mx-2 {
  margin-right: 0.5rem !important;
}
.cm95 .mb-2,
.cm95 .my-2 {
  margin-bottom: 0.5rem !important;
}
.cm95 .ml-2,
.cm95 .mx-2 {
  margin-left: 0.5rem !important;
}
.cm95 .m-3 {
  margin: 1rem !important;
}
.cm95 .mt-3,
.cm95 .my-3 {
  margin-top: 1rem !important;
}
.cm95 .mr-3,
.cm95 .mx-3 {
  margin-right: 1rem !important;
}
.cm95 .mb-3,
.cm95 .my-3 {
  margin-bottom: 1rem !important;
}
.cm95 .ml-3,
.cm95 .mx-3 {
  margin-left: 1rem !important;
}
.cm95 .m-4 {
  margin: 1.5rem !important;
}
.cm95 .mt-4,
.cm95 .my-4 {
  margin-top: 1.5rem !important;
}
.cm95 .mr-4,
.cm95 .mx-4 {
  margin-right: 1.5rem !important;
}
.cm95 .mb-4,
.cm95 .my-4 {
  margin-bottom: 1.5rem !important;
}
.cm95 .ml-4,
.cm95 .mx-4 {
  margin-left: 1.5rem !important;
}
.cm95 .m-5 {
  margin: 3rem !important;
}
.cm95 .mt-5,
.cm95 .my-5 {
  margin-top: 3rem !important;
}
.cm95 .mr-5,
.cm95 .mx-5 {
  margin-right: 3rem !important;
}
.cm95 .mb-5,
.cm95 .my-5 {
  margin-bottom: 3rem !important;
}
.cm95 .ml-5,
.cm95 .mx-5 {
  margin-left: 3rem !important;
}
.cm95 .p-0 {
  padding: 0 !important;
}
.cm95 .pt-0,
.cm95 .py-0 {
  padding-top: 0 !important;
}
.cm95 .pr-0,
.cm95 .px-0 {
  padding-right: 0 !important;
}
.cm95 .pb-0,
.cm95 .py-0 {
  padding-bottom: 0 !important;
}
.cm95 .pl-0,
.cm95 .px-0 {
  padding-left: 0 !important;
}
.cm95 .p-1 {
  padding: 0.25rem !important;
}
.cm95 .pt-1,
.cm95 .py-1 {
  padding-top: 0.25rem !important;
}
.cm95 .pr-1,
.cm95 .px-1 {
  padding-right: 0.25rem !important;
}
.cm95 .pb-1,
.cm95 .py-1 {
  padding-bottom: 0.25rem !important;
}
.cm95 .pl-1,
.cm95 .px-1 {
  padding-left: 0.25rem !important;
}
.cm95 .p-2 {
  padding: 0.5rem !important;
}
.cm95 .pt-2,
.cm95 .py-2 {
  padding-top: 0.5rem !important;
}
.cm95 .pr-2,
.cm95 .px-2 {
  padding-right: 0.5rem !important;
}
.cm95 .pb-2,
.cm95 .py-2 {
  padding-bottom: 0.5rem !important;
}
.cm95 .pl-2,
.cm95 .px-2 {
  padding-left: 0.5rem !important;
}
.cm95 .p-3 {
  padding: 1rem !important;
}
.cm95 .pt-3,
.cm95 .py-3 {
  padding-top: 1rem !important;
}
.cm95 .pr-3,
.cm95 .px-3 {
  padding-right: 1rem !important;
}
.cm95 .pb-3,
.cm95 .py-3 {
  padding-bottom: 1rem !important;
}
.cm95 .pl-3,
.cm95 .px-3 {
  padding-left: 1rem !important;
}
.cm95 .p-4 {
  padding: 1.5rem !important;
}
.cm95 .pt-4,
.cm95 .py-4 {
  padding-top: 1.5rem !important;
}
.cm95 .pr-4,
.cm95 .px-4 {
  padding-right: 1.5rem !important;
}
.cm95 .pb-4,
.cm95 .py-4 {
  padding-bottom: 1.5rem !important;
}
.cm95 .pl-4,
.cm95 .px-4 {
  padding-left: 1.5rem !important;
}
.cm95 .p-5 {
  padding: 3rem !important;
}
.cm95 .pt-5,
.cm95 .py-5 {
  padding-top: 3rem !important;
}
.cm95 .pr-5,
.cm95 .px-5 {
  padding-right: 3rem !important;
}
.cm95 .pb-5,
.cm95 .py-5 {
  padding-bottom: 3rem !important;
}
.cm95 .pl-5,
.cm95 .px-5 {
  padding-left: 3rem !important;
}
.cm95 .m-n1 {
  margin: -0.25rem !important;
}
.cm95 .mt-n1,
.cm95 .my-n1 {
  margin-top: -0.25rem !important;
}
.cm95 .mr-n1,
.cm95 .mx-n1 {
  margin-right: -0.25rem !important;
}
.cm95 .mb-n1,
.cm95 .my-n1 {
  margin-bottom: -0.25rem !important;
}
.cm95 .ml-n1,
.cm95 .mx-n1 {
  margin-left: -0.25rem !important;
}
.cm95 .m-n2 {
  margin: -0.5rem !important;
}
.cm95 .mt-n2,
.cm95 .my-n2 {
  margin-top: -0.5rem !important;
}
.cm95 .mr-n2,
.cm95 .mx-n2 {
  margin-right: -0.5rem !important;
}
.cm95 .mb-n2,
.cm95 .my-n2 {
  margin-bottom: -0.5rem !important;
}
.cm95 .ml-n2,
.cm95 .mx-n2 {
  margin-left: -0.5rem !important;
}
.cm95 .m-n3 {
  margin: -1rem !important;
}
.cm95 .mt-n3,
.cm95 .my-n3 {
  margin-top: -1rem !important;
}
.cm95 .mr-n3,
.cm95 .mx-n3 {
  margin-right: -1rem !important;
}
.cm95 .mb-n3,
.cm95 .my-n3 {
  margin-bottom: -1rem !important;
}
.cm95 .ml-n3,
.cm95 .mx-n3 {
  margin-left: -1rem !important;
}
.cm95 .m-n4 {
  margin: -1.5rem !important;
}
.cm95 .mt-n4,
.cm95 .my-n4 {
  margin-top: -1.5rem !important;
}
.cm95 .mr-n4,
.cm95 .mx-n4 {
  margin-right: -1.5rem !important;
}
.cm95 .mb-n4,
.cm95 .my-n4 {
  margin-bottom: -1.5rem !important;
}
.cm95 .ml-n4,
.cm95 .mx-n4 {
  margin-left: -1.5rem !important;
}
.cm95 .m-n5 {
  margin: -3rem !important;
}
.cm95 .mt-n5,
.cm95 .my-n5 {
  margin-top: -3rem !important;
}
.cm95 .mr-n5,
.cm95 .mx-n5 {
  margin-right: -3rem !important;
}
.cm95 .mb-n5,
.cm95 .my-n5 {
  margin-bottom: -3rem !important;
}
.cm95 .ml-n5,
.cm95 .mx-n5 {
  margin-left: -3rem !important;
}
.cm95 .m-auto {
  margin: auto !important;
}
.cm95 .mt-auto,
.cm95 .my-auto {
  margin-top: auto !important;
}
.cm95 .mr-auto,
.cm95 .mx-auto {
  margin-right: auto !important;
}
.cm95 .mb-auto,
.cm95 .my-auto {
  margin-bottom: auto !important;
}
.cm95 .ml-auto,
.cm95 .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .cm95 .m-sm-0 {
    margin: 0 !important;
  }
  .cm95 .mt-sm-0,
  .cm95 .my-sm-0 {
    margin-top: 0 !important;
  }
  .cm95 .mr-sm-0,
  .cm95 .mx-sm-0 {
    margin-right: 0 !important;
  }
  .cm95 .mb-sm-0,
  .cm95 .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .cm95 .ml-sm-0,
  .cm95 .mx-sm-0 {
    margin-left: 0 !important;
  }
  .cm95 .m-sm-1 {
    margin: 0.25rem !important;
  }
  .cm95 .mt-sm-1,
  .cm95 .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .cm95 .mr-sm-1,
  .cm95 .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .cm95 .mb-sm-1,
  .cm95 .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .cm95 .ml-sm-1,
  .cm95 .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .cm95 .m-sm-2 {
    margin: 0.5rem !important;
  }
  .cm95 .mt-sm-2,
  .cm95 .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .cm95 .mr-sm-2,
  .cm95 .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .cm95 .mb-sm-2,
  .cm95 .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .cm95 .ml-sm-2,
  .cm95 .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .cm95 .m-sm-3 {
    margin: 1rem !important;
  }
  .cm95 .mt-sm-3,
  .cm95 .my-sm-3 {
    margin-top: 1rem !important;
  }
  .cm95 .mr-sm-3,
  .cm95 .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .cm95 .mb-sm-3,
  .cm95 .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .cm95 .ml-sm-3,
  .cm95 .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .cm95 .m-sm-4 {
    margin: 1.5rem !important;
  }
  .cm95 .mt-sm-4,
  .cm95 .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .cm95 .mr-sm-4,
  .cm95 .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .cm95 .mb-sm-4,
  .cm95 .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .cm95 .ml-sm-4,
  .cm95 .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .cm95 .m-sm-5 {
    margin: 3rem !important;
  }
  .cm95 .mt-sm-5,
  .cm95 .my-sm-5 {
    margin-top: 3rem !important;
  }
  .cm95 .mr-sm-5,
  .cm95 .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .cm95 .mb-sm-5,
  .cm95 .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .cm95 .ml-sm-5,
  .cm95 .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .cm95 .p-sm-0 {
    padding: 0 !important;
  }
  .cm95 .pt-sm-0,
  .cm95 .py-sm-0 {
    padding-top: 0 !important;
  }
  .cm95 .pr-sm-0,
  .cm95 .px-sm-0 {
    padding-right: 0 !important;
  }
  .cm95 .pb-sm-0,
  .cm95 .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .cm95 .pl-sm-0,
  .cm95 .px-sm-0 {
    padding-left: 0 !important;
  }
  .cm95 .p-sm-1 {
    padding: 0.25rem !important;
  }
  .cm95 .pt-sm-1,
  .cm95 .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .cm95 .pr-sm-1,
  .cm95 .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .cm95 .pb-sm-1,
  .cm95 .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .cm95 .pl-sm-1,
  .cm95 .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .cm95 .p-sm-2 {
    padding: 0.5rem !important;
  }
  .cm95 .pt-sm-2,
  .cm95 .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .cm95 .pr-sm-2,
  .cm95 .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .cm95 .pb-sm-2,
  .cm95 .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .cm95 .pl-sm-2,
  .cm95 .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .cm95 .p-sm-3 {
    padding: 1rem !important;
  }
  .cm95 .pt-sm-3,
  .cm95 .py-sm-3 {
    padding-top: 1rem !important;
  }
  .cm95 .pr-sm-3,
  .cm95 .px-sm-3 {
    padding-right: 1rem !important;
  }
  .cm95 .pb-sm-3,
  .cm95 .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .cm95 .pl-sm-3,
  .cm95 .px-sm-3 {
    padding-left: 1rem !important;
  }
  .cm95 .p-sm-4 {
    padding: 1.5rem !important;
  }
  .cm95 .pt-sm-4,
  .cm95 .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .cm95 .pr-sm-4,
  .cm95 .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .cm95 .pb-sm-4,
  .cm95 .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .cm95 .pl-sm-4,
  .cm95 .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .cm95 .p-sm-5 {
    padding: 3rem !important;
  }
  .cm95 .pt-sm-5,
  .cm95 .py-sm-5 {
    padding-top: 3rem !important;
  }
  .cm95 .pr-sm-5,
  .cm95 .px-sm-5 {
    padding-right: 3rem !important;
  }
  .cm95 .pb-sm-5,
  .cm95 .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .cm95 .pl-sm-5,
  .cm95 .px-sm-5 {
    padding-left: 3rem !important;
  }
  .cm95 .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .cm95 .mt-sm-n1,
  .cm95 .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .cm95 .mr-sm-n1,
  .cm95 .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .cm95 .mb-sm-n1,
  .cm95 .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cm95 .ml-sm-n1,
  .cm95 .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .cm95 .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .cm95 .mt-sm-n2,
  .cm95 .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .cm95 .mr-sm-n2,
  .cm95 .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .cm95 .mb-sm-n2,
  .cm95 .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cm95 .ml-sm-n2,
  .cm95 .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .cm95 .m-sm-n3 {
    margin: -1rem !important;
  }
  .cm95 .mt-sm-n3,
  .cm95 .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .cm95 .mr-sm-n3,
  .cm95 .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .cm95 .mb-sm-n3,
  .cm95 .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .cm95 .ml-sm-n3,
  .cm95 .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .cm95 .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .cm95 .mt-sm-n4,
  .cm95 .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .cm95 .mr-sm-n4,
  .cm95 .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .cm95 .mb-sm-n4,
  .cm95 .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cm95 .ml-sm-n4,
  .cm95 .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .cm95 .m-sm-n5 {
    margin: -3rem !important;
  }
  .cm95 .mt-sm-n5,
  .cm95 .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .cm95 .mr-sm-n5,
  .cm95 .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .cm95 .mb-sm-n5,
  .cm95 .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .cm95 .ml-sm-n5,
  .cm95 .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .cm95 .m-sm-auto {
    margin: auto !important;
  }
  .cm95 .mt-sm-auto,
  .cm95 .my-sm-auto {
    margin-top: auto !important;
  }
  .cm95 .mr-sm-auto,
  .cm95 .mx-sm-auto {
    margin-right: auto !important;
  }
  .cm95 .mb-sm-auto,
  .cm95 .my-sm-auto {
    margin-bottom: auto !important;
  }
  .cm95 .ml-sm-auto,
  .cm95 .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .cm95 .m-md-0 {
    margin: 0 !important;
  }
  .cm95 .mt-md-0,
  .cm95 .my-md-0 {
    margin-top: 0 !important;
  }
  .cm95 .mr-md-0,
  .cm95 .mx-md-0 {
    margin-right: 0 !important;
  }
  .cm95 .mb-md-0,
  .cm95 .my-md-0 {
    margin-bottom: 0 !important;
  }
  .cm95 .ml-md-0,
  .cm95 .mx-md-0 {
    margin-left: 0 !important;
  }
  .cm95 .m-md-1 {
    margin: 0.25rem !important;
  }
  .cm95 .mt-md-1,
  .cm95 .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .cm95 .mr-md-1,
  .cm95 .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .cm95 .mb-md-1,
  .cm95 .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .cm95 .ml-md-1,
  .cm95 .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .cm95 .m-md-2 {
    margin: 0.5rem !important;
  }
  .cm95 .mt-md-2,
  .cm95 .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .cm95 .mr-md-2,
  .cm95 .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .cm95 .mb-md-2,
  .cm95 .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .cm95 .ml-md-2,
  .cm95 .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .cm95 .m-md-3 {
    margin: 1rem !important;
  }
  .cm95 .mt-md-3,
  .cm95 .my-md-3 {
    margin-top: 1rem !important;
  }
  .cm95 .mr-md-3,
  .cm95 .mx-md-3 {
    margin-right: 1rem !important;
  }
  .cm95 .mb-md-3,
  .cm95 .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .cm95 .ml-md-3,
  .cm95 .mx-md-3 {
    margin-left: 1rem !important;
  }
  .cm95 .m-md-4 {
    margin: 1.5rem !important;
  }
  .cm95 .mt-md-4,
  .cm95 .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .cm95 .mr-md-4,
  .cm95 .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .cm95 .mb-md-4,
  .cm95 .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .cm95 .ml-md-4,
  .cm95 .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .cm95 .m-md-5 {
    margin: 3rem !important;
  }
  .cm95 .mt-md-5,
  .cm95 .my-md-5 {
    margin-top: 3rem !important;
  }
  .cm95 .mr-md-5,
  .cm95 .mx-md-5 {
    margin-right: 3rem !important;
  }
  .cm95 .mb-md-5,
  .cm95 .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .cm95 .ml-md-5,
  .cm95 .mx-md-5 {
    margin-left: 3rem !important;
  }
  .cm95 .p-md-0 {
    padding: 0 !important;
  }
  .cm95 .pt-md-0,
  .cm95 .py-md-0 {
    padding-top: 0 !important;
  }
  .cm95 .pr-md-0,
  .cm95 .px-md-0 {
    padding-right: 0 !important;
  }
  .cm95 .pb-md-0,
  .cm95 .py-md-0 {
    padding-bottom: 0 !important;
  }
  .cm95 .pl-md-0,
  .cm95 .px-md-0 {
    padding-left: 0 !important;
  }
  .cm95 .p-md-1 {
    padding: 0.25rem !important;
  }
  .cm95 .pt-md-1,
  .cm95 .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .cm95 .pr-md-1,
  .cm95 .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .cm95 .pb-md-1,
  .cm95 .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .cm95 .pl-md-1,
  .cm95 .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .cm95 .p-md-2 {
    padding: 0.5rem !important;
  }
  .cm95 .pt-md-2,
  .cm95 .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .cm95 .pr-md-2,
  .cm95 .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .cm95 .pb-md-2,
  .cm95 .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .cm95 .pl-md-2,
  .cm95 .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .cm95 .p-md-3 {
    padding: 1rem !important;
  }
  .cm95 .pt-md-3,
  .cm95 .py-md-3 {
    padding-top: 1rem !important;
  }
  .cm95 .pr-md-3,
  .cm95 .px-md-3 {
    padding-right: 1rem !important;
  }
  .cm95 .pb-md-3,
  .cm95 .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .cm95 .pl-md-3,
  .cm95 .px-md-3 {
    padding-left: 1rem !important;
  }
  .cm95 .p-md-4 {
    padding: 1.5rem !important;
  }
  .cm95 .pt-md-4,
  .cm95 .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .cm95 .pr-md-4,
  .cm95 .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .cm95 .pb-md-4,
  .cm95 .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .cm95 .pl-md-4,
  .cm95 .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .cm95 .p-md-5 {
    padding: 3rem !important;
  }
  .cm95 .pt-md-5,
  .cm95 .py-md-5 {
    padding-top: 3rem !important;
  }
  .cm95 .pr-md-5,
  .cm95 .px-md-5 {
    padding-right: 3rem !important;
  }
  .cm95 .pb-md-5,
  .cm95 .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .cm95 .pl-md-5,
  .cm95 .px-md-5 {
    padding-left: 3rem !important;
  }
  .cm95 .m-md-n1 {
    margin: -0.25rem !important;
  }
  .cm95 .mt-md-n1,
  .cm95 .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .cm95 .mr-md-n1,
  .cm95 .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .cm95 .mb-md-n1,
  .cm95 .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cm95 .ml-md-n1,
  .cm95 .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .cm95 .m-md-n2 {
    margin: -0.5rem !important;
  }
  .cm95 .mt-md-n2,
  .cm95 .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .cm95 .mr-md-n2,
  .cm95 .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .cm95 .mb-md-n2,
  .cm95 .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cm95 .ml-md-n2,
  .cm95 .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .cm95 .m-md-n3 {
    margin: -1rem !important;
  }
  .cm95 .mt-md-n3,
  .cm95 .my-md-n3 {
    margin-top: -1rem !important;
  }
  .cm95 .mr-md-n3,
  .cm95 .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .cm95 .mb-md-n3,
  .cm95 .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .cm95 .ml-md-n3,
  .cm95 .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .cm95 .m-md-n4 {
    margin: -1.5rem !important;
  }
  .cm95 .mt-md-n4,
  .cm95 .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .cm95 .mr-md-n4,
  .cm95 .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .cm95 .mb-md-n4,
  .cm95 .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cm95 .ml-md-n4,
  .cm95 .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .cm95 .m-md-n5 {
    margin: -3rem !important;
  }
  .cm95 .mt-md-n5,
  .cm95 .my-md-n5 {
    margin-top: -3rem !important;
  }
  .cm95 .mr-md-n5,
  .cm95 .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .cm95 .mb-md-n5,
  .cm95 .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .cm95 .ml-md-n5,
  .cm95 .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .cm95 .m-md-auto {
    margin: auto !important;
  }
  .cm95 .mt-md-auto,
  .cm95 .my-md-auto {
    margin-top: auto !important;
  }
  .cm95 .mr-md-auto,
  .cm95 .mx-md-auto {
    margin-right: auto !important;
  }
  .cm95 .mb-md-auto,
  .cm95 .my-md-auto {
    margin-bottom: auto !important;
  }
  .cm95 .ml-md-auto,
  .cm95 .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .cm95 .m-lg-0 {
    margin: 0 !important;
  }
  .cm95 .mt-lg-0,
  .cm95 .my-lg-0 {
    margin-top: 0 !important;
  }
  .cm95 .mr-lg-0,
  .cm95 .mx-lg-0 {
    margin-right: 0 !important;
  }
  .cm95 .mb-lg-0,
  .cm95 .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .cm95 .ml-lg-0,
  .cm95 .mx-lg-0 {
    margin-left: 0 !important;
  }
  .cm95 .m-lg-1 {
    margin: 0.25rem !important;
  }
  .cm95 .mt-lg-1,
  .cm95 .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .cm95 .mr-lg-1,
  .cm95 .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .cm95 .mb-lg-1,
  .cm95 .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .cm95 .ml-lg-1,
  .cm95 .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .cm95 .m-lg-2 {
    margin: 0.5rem !important;
  }
  .cm95 .mt-lg-2,
  .cm95 .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .cm95 .mr-lg-2,
  .cm95 .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .cm95 .mb-lg-2,
  .cm95 .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .cm95 .ml-lg-2,
  .cm95 .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .cm95 .m-lg-3 {
    margin: 1rem !important;
  }
  .cm95 .mt-lg-3,
  .cm95 .my-lg-3 {
    margin-top: 1rem !important;
  }
  .cm95 .mr-lg-3,
  .cm95 .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .cm95 .mb-lg-3,
  .cm95 .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .cm95 .ml-lg-3,
  .cm95 .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .cm95 .m-lg-4 {
    margin: 1.5rem !important;
  }
  .cm95 .mt-lg-4,
  .cm95 .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .cm95 .mr-lg-4,
  .cm95 .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .cm95 .mb-lg-4,
  .cm95 .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .cm95 .ml-lg-4,
  .cm95 .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .cm95 .m-lg-5 {
    margin: 3rem !important;
  }
  .cm95 .mt-lg-5,
  .cm95 .my-lg-5 {
    margin-top: 3rem !important;
  }
  .cm95 .mr-lg-5,
  .cm95 .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .cm95 .mb-lg-5,
  .cm95 .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .cm95 .ml-lg-5,
  .cm95 .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .cm95 .p-lg-0 {
    padding: 0 !important;
  }
  .cm95 .pt-lg-0,
  .cm95 .py-lg-0 {
    padding-top: 0 !important;
  }
  .cm95 .pr-lg-0,
  .cm95 .px-lg-0 {
    padding-right: 0 !important;
  }
  .cm95 .pb-lg-0,
  .cm95 .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .cm95 .pl-lg-0,
  .cm95 .px-lg-0 {
    padding-left: 0 !important;
  }
  .cm95 .p-lg-1 {
    padding: 0.25rem !important;
  }
  .cm95 .pt-lg-1,
  .cm95 .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .cm95 .pr-lg-1,
  .cm95 .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .cm95 .pb-lg-1,
  .cm95 .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .cm95 .pl-lg-1,
  .cm95 .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .cm95 .p-lg-2 {
    padding: 0.5rem !important;
  }
  .cm95 .pt-lg-2,
  .cm95 .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .cm95 .pr-lg-2,
  .cm95 .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .cm95 .pb-lg-2,
  .cm95 .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .cm95 .pl-lg-2,
  .cm95 .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .cm95 .p-lg-3 {
    padding: 1rem !important;
  }
  .cm95 .pt-lg-3,
  .cm95 .py-lg-3 {
    padding-top: 1rem !important;
  }
  .cm95 .pr-lg-3,
  .cm95 .px-lg-3 {
    padding-right: 1rem !important;
  }
  .cm95 .pb-lg-3,
  .cm95 .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .cm95 .pl-lg-3,
  .cm95 .px-lg-3 {
    padding-left: 1rem !important;
  }
  .cm95 .p-lg-4 {
    padding: 1.5rem !important;
  }
  .cm95 .pt-lg-4,
  .cm95 .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .cm95 .pr-lg-4,
  .cm95 .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .cm95 .pb-lg-4,
  .cm95 .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .cm95 .pl-lg-4,
  .cm95 .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .cm95 .p-lg-5 {
    padding: 3rem !important;
  }
  .cm95 .pt-lg-5,
  .cm95 .py-lg-5 {
    padding-top: 3rem !important;
  }
  .cm95 .pr-lg-5,
  .cm95 .px-lg-5 {
    padding-right: 3rem !important;
  }
  .cm95 .pb-lg-5,
  .cm95 .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .cm95 .pl-lg-5,
  .cm95 .px-lg-5 {
    padding-left: 3rem !important;
  }
  .cm95 .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .cm95 .mt-lg-n1,
  .cm95 .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .cm95 .mr-lg-n1,
  .cm95 .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .cm95 .mb-lg-n1,
  .cm95 .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cm95 .ml-lg-n1,
  .cm95 .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .cm95 .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .cm95 .mt-lg-n2,
  .cm95 .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .cm95 .mr-lg-n2,
  .cm95 .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .cm95 .mb-lg-n2,
  .cm95 .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cm95 .ml-lg-n2,
  .cm95 .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .cm95 .m-lg-n3 {
    margin: -1rem !important;
  }
  .cm95 .mt-lg-n3,
  .cm95 .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .cm95 .mr-lg-n3,
  .cm95 .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .cm95 .mb-lg-n3,
  .cm95 .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .cm95 .ml-lg-n3,
  .cm95 .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .cm95 .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .cm95 .mt-lg-n4,
  .cm95 .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .cm95 .mr-lg-n4,
  .cm95 .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .cm95 .mb-lg-n4,
  .cm95 .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cm95 .ml-lg-n4,
  .cm95 .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .cm95 .m-lg-n5 {
    margin: -3rem !important;
  }
  .cm95 .mt-lg-n5,
  .cm95 .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .cm95 .mr-lg-n5,
  .cm95 .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .cm95 .mb-lg-n5,
  .cm95 .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .cm95 .ml-lg-n5,
  .cm95 .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .cm95 .m-lg-auto {
    margin: auto !important;
  }
  .cm95 .mt-lg-auto,
  .cm95 .my-lg-auto {
    margin-top: auto !important;
  }
  .cm95 .mr-lg-auto,
  .cm95 .mx-lg-auto {
    margin-right: auto !important;
  }
  .cm95 .mb-lg-auto,
  .cm95 .my-lg-auto {
    margin-bottom: auto !important;
  }
  .cm95 .ml-lg-auto,
  .cm95 .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .cm95 .m-xl-0 {
    margin: 0 !important;
  }
  .cm95 .mt-xl-0,
  .cm95 .my-xl-0 {
    margin-top: 0 !important;
  }
  .cm95 .mr-xl-0,
  .cm95 .mx-xl-0 {
    margin-right: 0 !important;
  }
  .cm95 .mb-xl-0,
  .cm95 .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .cm95 .ml-xl-0,
  .cm95 .mx-xl-0 {
    margin-left: 0 !important;
  }
  .cm95 .m-xl-1 {
    margin: 0.25rem !important;
  }
  .cm95 .mt-xl-1,
  .cm95 .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .cm95 .mr-xl-1,
  .cm95 .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .cm95 .mb-xl-1,
  .cm95 .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .cm95 .ml-xl-1,
  .cm95 .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .cm95 .m-xl-2 {
    margin: 0.5rem !important;
  }
  .cm95 .mt-xl-2,
  .cm95 .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .cm95 .mr-xl-2,
  .cm95 .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .cm95 .mb-xl-2,
  .cm95 .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .cm95 .ml-xl-2,
  .cm95 .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .cm95 .m-xl-3 {
    margin: 1rem !important;
  }
  .cm95 .mt-xl-3,
  .cm95 .my-xl-3 {
    margin-top: 1rem !important;
  }
  .cm95 .mr-xl-3,
  .cm95 .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .cm95 .mb-xl-3,
  .cm95 .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .cm95 .ml-xl-3,
  .cm95 .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .cm95 .m-xl-4 {
    margin: 1.5rem !important;
  }
  .cm95 .mt-xl-4,
  .cm95 .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .cm95 .mr-xl-4,
  .cm95 .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .cm95 .mb-xl-4,
  .cm95 .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .cm95 .ml-xl-4,
  .cm95 .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .cm95 .m-xl-5 {
    margin: 3rem !important;
  }
  .cm95 .mt-xl-5,
  .cm95 .my-xl-5 {
    margin-top: 3rem !important;
  }
  .cm95 .mr-xl-5,
  .cm95 .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .cm95 .mb-xl-5,
  .cm95 .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .cm95 .ml-xl-5,
  .cm95 .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .cm95 .p-xl-0 {
    padding: 0 !important;
  }
  .cm95 .pt-xl-0,
  .cm95 .py-xl-0 {
    padding-top: 0 !important;
  }
  .cm95 .pr-xl-0,
  .cm95 .px-xl-0 {
    padding-right: 0 !important;
  }
  .cm95 .pb-xl-0,
  .cm95 .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .cm95 .pl-xl-0,
  .cm95 .px-xl-0 {
    padding-left: 0 !important;
  }
  .cm95 .p-xl-1 {
    padding: 0.25rem !important;
  }
  .cm95 .pt-xl-1,
  .cm95 .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .cm95 .pr-xl-1,
  .cm95 .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .cm95 .pb-xl-1,
  .cm95 .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .cm95 .pl-xl-1,
  .cm95 .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .cm95 .p-xl-2 {
    padding: 0.5rem !important;
  }
  .cm95 .pt-xl-2,
  .cm95 .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .cm95 .pr-xl-2,
  .cm95 .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .cm95 .pb-xl-2,
  .cm95 .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .cm95 .pl-xl-2,
  .cm95 .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .cm95 .p-xl-3 {
    padding: 1rem !important;
  }
  .cm95 .pt-xl-3,
  .cm95 .py-xl-3 {
    padding-top: 1rem !important;
  }
  .cm95 .pr-xl-3,
  .cm95 .px-xl-3 {
    padding-right: 1rem !important;
  }
  .cm95 .pb-xl-3,
  .cm95 .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .cm95 .pl-xl-3,
  .cm95 .px-xl-3 {
    padding-left: 1rem !important;
  }
  .cm95 .p-xl-4 {
    padding: 1.5rem !important;
  }
  .cm95 .pt-xl-4,
  .cm95 .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .cm95 .pr-xl-4,
  .cm95 .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .cm95 .pb-xl-4,
  .cm95 .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .cm95 .pl-xl-4,
  .cm95 .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .cm95 .p-xl-5 {
    padding: 3rem !important;
  }
  .cm95 .pt-xl-5,
  .cm95 .py-xl-5 {
    padding-top: 3rem !important;
  }
  .cm95 .pr-xl-5,
  .cm95 .px-xl-5 {
    padding-right: 3rem !important;
  }
  .cm95 .pb-xl-5,
  .cm95 .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .cm95 .pl-xl-5,
  .cm95 .px-xl-5 {
    padding-left: 3rem !important;
  }
  .cm95 .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .cm95 .mt-xl-n1,
  .cm95 .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .cm95 .mr-xl-n1,
  .cm95 .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .cm95 .mb-xl-n1,
  .cm95 .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cm95 .ml-xl-n1,
  .cm95 .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .cm95 .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .cm95 .mt-xl-n2,
  .cm95 .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .cm95 .mr-xl-n2,
  .cm95 .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .cm95 .mb-xl-n2,
  .cm95 .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cm95 .ml-xl-n2,
  .cm95 .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .cm95 .m-xl-n3 {
    margin: -1rem !important;
  }
  .cm95 .mt-xl-n3,
  .cm95 .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .cm95 .mr-xl-n3,
  .cm95 .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .cm95 .mb-xl-n3,
  .cm95 .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .cm95 .ml-xl-n3,
  .cm95 .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .cm95 .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .cm95 .mt-xl-n4,
  .cm95 .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .cm95 .mr-xl-n4,
  .cm95 .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .cm95 .mb-xl-n4,
  .cm95 .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cm95 .ml-xl-n4,
  .cm95 .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .cm95 .m-xl-n5 {
    margin: -3rem !important;
  }
  .cm95 .mt-xl-n5,
  .cm95 .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .cm95 .mr-xl-n5,
  .cm95 .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .cm95 .mb-xl-n5,
  .cm95 .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .cm95 .ml-xl-n5,
  .cm95 .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .cm95 .m-xl-auto {
    margin: auto !important;
  }
  .cm95 .mt-xl-auto,
  .cm95 .my-xl-auto {
    margin-top: auto !important;
  }
  .cm95 .mr-xl-auto,
  .cm95 .mx-xl-auto {
    margin-right: auto !important;
  }
  .cm95 .mb-xl-auto,
  .cm95 .my-xl-auto {
    margin-bottom: auto !important;
  }
  .cm95 .ml-xl-auto,
  .cm95 .mx-xl-auto {
    margin-left: auto !important;
  }
}
.cm95 .dropup,
.cm95 .dropright,
.cm95 .dropdown,
.cm95 .dropleft {
  position: relative;
}
.cm95 .dropdown-toggle {
  white-space: nowrap;
}
.cm95 .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.cm95 .dropdown-toggle:empty:after {
  margin-left: 0;
}
.cm95 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.cm95 .dropdown-menu-left {
  right: auto;
  left: 0;
}
.cm95 .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .cm95 .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .cm95 .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .cm95 .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .cm95 .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .cm95 .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .cm95 .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .cm95 .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .cm95 .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.cm95 .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.cm95 .dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.cm95 .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.cm95 .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.cm95 .dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.cm95 .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.cm95 .dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.cm95 .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.cm95 .dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.cm95 .dropleft .dropdown-toggle:after {
  display: none;
}
.cm95 .dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.cm95 .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.cm95 .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.cm95 .dropdown-menu[x-placement^="top"],
.cm95 .dropdown-menu[x-placement^="right"],
.cm95 .dropdown-menu[x-placement^="bottom"],
.cm95 .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.cm95 .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.cm95 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.cm95 .dropdown-item:hover,
.cm95 .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.cm95 .dropdown-item.active,
.cm95 .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.cm95 .dropdown-item.disabled,
.cm95 .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .dropdown-menu.show {
  display: block;
}
.cm95 .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.cm95 .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.cm95 .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .cm95 .btn {
    transition: none;
  }
}
.cm95 .btn:hover {
  color: #212529;
  text-decoration: none;
}
.cm95 .btn:focus,
.cm95 .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.cm95 .btn.disabled,
.cm95 .btn:disabled {
  opacity: 0.65;
}
.cm95 .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.cm95 a.btn.disabled,
.cm95 fieldset:disabled a.btn {
  pointer-events: none;
}
.cm95 .btn-cm {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-cm:hover {
  color: #fff;
  background-color: #5da132;
  border-color: #57972f;
}
.cm95 .btn-cm:focus,
.cm95 .btn-cm.focus {
  color: #fff;
  background-color: #5da132;
  border-color: #57972f;
  box-shadow: 0 0 0 0.2rem rgba(98, 167, 56, 0.5);
}
.cm95 .btn-cm.disabled,
.cm95 .btn-cm:disabled {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-cm:not(:disabled):not(.disabled):active,
.cm95 .btn-cm:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-cm.dropdown-toggle {
  color: #fff;
  background-color: #57972f;
  border-color: #528d2c;
}
.cm95 .btn-cm:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-cm:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-cm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 167, 56, 0.5);
}
.cm95 .btn-cm-dark-1 {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-cm-dark-1:hover {
  color: #fff;
  background-color: #358500;
  border-color: #307800;
}
.cm95 .btn-cm-dark-1:focus,
.cm95 .btn-cm-dark-1.focus {
  color: #fff;
  background-color: #358500;
  border-color: #307800;
  box-shadow: 0 0 0 0.2rem rgba(96, 184, 38, 0.5);
}
.cm95 .btn-cm-dark-1.disabled,
.cm95 .btn-cm-dark-1:disabled {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-cm-dark-1:not(:disabled):not(.disabled):active,
.cm95 .btn-cm-dark-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-cm-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #307800;
  border-color: #2b6b00;
}
.cm95 .btn-cm-dark-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-cm-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-cm-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 184, 38, 0.5);
}
.cm95 .btn-dark {
  color: #fff;
  background-color: #21252e;
  border-color: #21252e;
}
.cm95 .btn-dark:hover {
  color: #fff;
  background-color: #111318;
  border-color: #0c0d10;
}
.cm95 .btn-dark:focus,
.cm95 .btn-dark.focus {
  color: #fff;
  background-color: #111318;
  border-color: #0c0d10;
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 77, 0.5);
}
.cm95 .btn-dark.disabled,
.cm95 .btn-dark:disabled {
  color: #fff;
  background-color: #21252e;
  border-color: #21252e;
}
.cm95 .btn-dark:not(:disabled):not(.disabled):active,
.cm95 .btn-dark:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c0d10;
  border-color: #060709;
}
.cm95 .btn-dark:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 77, 0.5);
}
.cm95 .btn-dark-2 {
  color: #fff;
  background-color: #0c121f;
  border-color: #0c121f;
}
.cm95 .btn-dark-2:hover {
  color: #fff;
  background-color: #010203;
  border-color: #000;
}
.cm95 .btn-dark-2:focus,
.cm95 .btn-dark-2.focus {
  color: #fff;
  background-color: #010203;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(48, 54, 65, 0.5);
}
.cm95 .btn-dark-2.disabled,
.cm95 .btn-dark-2:disabled {
  color: #fff;
  background-color: #0c121f;
  border-color: #0c121f;
}
.cm95 .btn-dark-2:not(:disabled):not(.disabled):active,
.cm95 .btn-dark-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark-2.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-dark-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 54, 65, 0.5);
}
.cm95 .btn-dark-lighter-1 {
  color: #fff;
  background-color: #1b1f2b;
  border-color: #1b1f2b;
}
.cm95 .btn-dark-lighter-1:hover {
  color: #fff;
  background-color: #0c0e14;
  border-color: #07080c;
}
.cm95 .btn-dark-lighter-1:focus,
.cm95 .btn-dark-lighter-1.focus {
  color: #fff;
  background-color: #0c0e14;
  border-color: #07080c;
  box-shadow: 0 0 0 0.2rem rgba(61, 65, 75, 0.5);
}
.cm95 .btn-dark-lighter-1.disabled,
.cm95 .btn-dark-lighter-1:disabled {
  color: #fff;
  background-color: #1b1f2b;
  border-color: #1b1f2b;
}
.cm95 .btn-dark-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-dark-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark-lighter-1.dropdown-toggle {
  color: #fff;
  background-color: #07080c;
  border-color: #020304;
}
.cm95 .btn-dark-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 65, 75, 0.5);
}
.cm95 .btn-dark-lighter-2 {
  color: #fff;
  background-color: #272a36;
  border-color: #272a36;
}
.cm95 .btn-dark-lighter-2:hover {
  color: #fff;
  background-color: #171920;
  border-color: #121318;
}
.cm95 .btn-dark-lighter-2:focus,
.cm95 .btn-dark-lighter-2.focus {
  color: #fff;
  background-color: #171920;
  border-color: #121318;
  box-shadow: 0 0 0 0.2rem rgba(71, 74, 84, 0.5);
}
.cm95 .btn-dark-lighter-2.disabled,
.cm95 .btn-dark-lighter-2:disabled {
  color: #fff;
  background-color: #272a36;
  border-color: #272a36;
}
.cm95 .btn-dark-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-dark-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark-lighter-2.dropdown-toggle {
  color: #fff;
  background-color: #121318;
  border-color: #0c0d11;
}
.cm95 .btn-dark-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 74, 84, 0.5);
}
.cm95 .btn-success {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-success:hover {
  color: #fff;
  background-color: #358500;
  border-color: #307800;
}
.cm95 .btn-success:focus,
.cm95 .btn-success.focus {
  color: #fff;
  background-color: #358500;
  border-color: #307800;
  box-shadow: 0 0 0 0.2rem rgba(96, 184, 38, 0.5);
}
.cm95 .btn-success.disabled,
.cm95 .btn-success:disabled {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-success:not(:disabled):not(.disabled):active,
.cm95 .btn-success:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #307800;
  border-color: #2b6b00;
}
.cm95 .btn-success:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 184, 38, 0.5);
}
.cm95 .btn-success-hover {
  color: #fff;
  background-color: #399202;
  border-color: #399202;
}
.cm95 .btn-success-hover:hover {
  color: #fff;
  background-color: #2a6c01;
  border-color: #256001;
}
.cm95 .btn-success-hover:focus,
.cm95 .btn-success-hover.focus {
  color: #fff;
  background-color: #2a6c01;
  border-color: #256001;
  box-shadow: 0 0 0 0.2rem rgba(87, 162, 40, 0.5);
}
.cm95 .btn-success-hover.disabled,
.cm95 .btn-success-hover:disabled {
  color: #fff;
  background-color: #399202;
  border-color: #399202;
}
.cm95 .btn-success-hover:not(:disabled):not(.disabled):active,
.cm95 .btn-success-hover:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-success-hover.dropdown-toggle {
  color: #fff;
  background-color: #256001;
  border-color: #205301;
}
.cm95 .btn-success-hover:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-success-hover:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-success-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 162, 40, 0.5);
}
.cm95 .btn-warning {
  color: #212529;
  background-color: #f8a64f;
  border-color: #f8a64f;
}
.cm95 .btn-warning:hover {
  color: #212529;
  background-color: #f7932a;
  border-color: #f68d1e;
}
.cm95 .btn-warning:focus,
.cm95 .btn-warning.focus {
  color: #212529;
  background-color: #f7932a;
  border-color: #f68d1e;
  box-shadow: 0 0 0 0.2rem rgba(216, 147, 73, 0.5);
}
.cm95 .btn-warning.disabled,
.cm95 .btn-warning:disabled {
  color: #212529;
  background-color: #f8a64f;
  border-color: #f8a64f;
}
.cm95 .btn-warning:not(:disabled):not(.disabled):active,
.cm95 .btn-warning:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f68d1e;
  border-color: #f68712;
}
.cm95 .btn-warning:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 147, 73, 0.5);
}
.cm95 .btn-error {
  color: #fff;
  background-color: #ff4200;
  border-color: #ff4200;
}
.cm95 .btn-error:hover {
  color: #fff;
  background-color: #d93800;
  border-color: #cc3500;
}
.cm95 .btn-error:focus,
.cm95 .btn-error.focus {
  color: #fff;
  background-color: #d93800;
  border-color: #cc3500;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 38, 0.5);
}
.cm95 .btn-error.disabled,
.cm95 .btn-error:disabled {
  color: #fff;
  background-color: #ff4200;
  border-color: #ff4200;
}
.cm95 .btn-error:not(:disabled):not(.disabled):active,
.cm95 .btn-error:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-error.dropdown-toggle {
  color: #fff;
  background-color: #cc3500;
  border-color: #bf3200;
}
.cm95 .btn-error:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-error:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 38, 0.5);
}
.cm95 .btn-danger {
  color: #fff;
  background-color: #f55155;
  border-color: #f55155;
}
.cm95 .btn-danger:hover {
  color: #fff;
  background-color: #f32d32;
  border-color: #f22126;
}
.cm95 .btn-danger:focus,
.cm95 .btn-danger.focus {
  color: #fff;
  background-color: #f32d32;
  border-color: #f22126;
  box-shadow: 0 0 0 0.2rem rgba(247, 107, 111, 0.5);
}
.cm95 .btn-danger.disabled,
.cm95 .btn-danger:disabled {
  color: #fff;
  background-color: #f55155;
  border-color: #f55155;
}
.cm95 .btn-danger:not(:disabled):not(.disabled):active,
.cm95 .btn-danger:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22126;
  border-color: #f2151a;
}
.cm95 .btn-danger:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 107, 111, 0.5);
}
.cm95 .btn-info {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-info:hover {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
}
.cm95 .btn-info:focus,
.cm95 .btn-info.focus {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-info.disabled,
.cm95 .btn-info:disabled {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-info:not(:disabled):not(.disabled):active,
.cm95 .btn-info:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0089b9;
  border-color: #0080ac;
}
.cm95 .btn-info:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cm95 .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.cm95 .btn-primary:focus,
.cm95 .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.cm95 .btn-primary.disabled,
.cm95 .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cm95 .btn-primary:not(:disabled):not(.disabled):active,
.cm95 .btn-primary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.cm95 .btn-primary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.cm95 .btn-secondary {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-secondary:hover {
  color: #fff;
  background-color: #5a5f6e;
  border-color: #545967;
}
.cm95 .btn-secondary:focus,
.cm95 .btn-secondary.focus {
  color: #fff;
  background-color: #5a5f6e;
  border-color: #545967;
  box-shadow: 0 0 0 0.2rem rgba(129, 134, 150, 0.5);
}
.cm95 .btn-secondary.disabled,
.cm95 .btn-secondary:disabled {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-secondary:not(:disabled):not(.disabled):active,
.cm95 .btn-secondary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545967;
  border-color: #4e5360;
}
.cm95 .btn-secondary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 134, 150, 0.5);
}
.cm95 .btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.cm95 .btn-light:focus,
.cm95 .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.cm95 .btn-light.disabled,
.cm95 .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-light:not(:disabled):not(.disabled):active,
.cm95 .btn-light:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.cm95 .btn-light:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.cm95 .btn-text {
  color: #fff;
  background-color: #292d38;
  border-color: #292d38;
}
.cm95 .btn-text:hover {
  color: #fff;
  background-color: #191b22;
  border-color: #13151b;
}
.cm95 .btn-text:focus,
.cm95 .btn-text.focus {
  color: #fff;
  background-color: #191b22;
  border-color: #13151b;
  box-shadow: 0 0 0 0.2rem rgba(73, 77, 86, 0.5);
}
.cm95 .btn-text.disabled,
.cm95 .btn-text:disabled {
  color: #fff;
  background-color: #292d38;
  border-color: #292d38;
}
.cm95 .btn-text:not(:disabled):not(.disabled):active,
.cm95 .btn-text:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-text.dropdown-toggle {
  color: #fff;
  background-color: #13151b;
  border-color: #0e0f13;
}
.cm95 .btn-text:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-text:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-text.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 77, 86, 0.5);
}
.cm95 .btn-link {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-link:hover {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
}
.cm95 .btn-link:focus,
.cm95 .btn-link.focus {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-link.disabled,
.cm95 .btn-link:disabled {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-link:not(:disabled):not(.disabled):active,
.cm95 .btn-link:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-link.dropdown-toggle {
  color: #fff;
  background-color: #0089b9;
  border-color: #0080ac;
}
.cm95 .btn-link:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-link:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-link-darker-1 {
  color: #fff;
  background-color: #3365ca;
  border-color: #3365ca;
}
.cm95 .btn-link-darker-1:hover {
  color: #fff;
  background-color: #2b56ab;
  border-color: #2951a1;
}
.cm95 .btn-link-darker-1:focus,
.cm95 .btn-link-darker-1.focus {
  color: #fff;
  background-color: #2b56ab;
  border-color: #2951a1;
  box-shadow: 0 0 0 0.2rem rgba(82, 124, 210, 0.5);
}
.cm95 .btn-link-darker-1.disabled,
.cm95 .btn-link-darker-1:disabled {
  color: #fff;
  background-color: #3365ca;
  border-color: #3365ca;
}
.cm95 .btn-link-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-link-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-link-darker-1.dropdown-toggle {
  color: #fff;
  background-color: #2951a1;
  border-color: #264c97;
}
.cm95 .btn-link-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-link-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-link-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 124, 210, 0.5);
}
.cm95 .btn-link-hover {
  color: #212529;
  background-color: #ff800f;
  border-color: #ff800f;
}
.cm95 .btn-link-hover:hover {
  color: #fff;
  background-color: #e86d00;
  border-color: #db6700;
}
.cm95 .btn-link-hover:focus,
.cm95 .btn-link-hover.focus {
  color: #fff;
  background-color: #e86d00;
  border-color: #db6700;
  box-shadow: 0 0 0 0.2rem rgba(222, 114, 19, 0.5);
}
.cm95 .btn-link-hover.disabled,
.cm95 .btn-link-hover:disabled {
  color: #212529;
  background-color: #ff800f;
  border-color: #ff800f;
}
.cm95 .btn-link-hover:not(:disabled):not(.disabled):active,
.cm95 .btn-link-hover:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-link-hover.dropdown-toggle {
  color: #fff;
  background-color: #db6700;
  border-color: #ce6100;
}
.cm95 .btn-link-hover:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-link-hover:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-link-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 114, 19, 0.5);
}
.cm95 .btn-ash {
  color: #212529;
  background-color: #a7afc6;
  border-color: #a7afc6;
}
.cm95 .btn-ash:hover {
  color: #212529;
  background-color: #909ab7;
  border-color: #8893b2;
}
.cm95 .btn-ash:focus,
.cm95 .btn-ash.focus {
  color: #212529;
  background-color: #909ab7;
  border-color: #8893b2;
  box-shadow: 0 0 0 0.2rem rgba(147, 154, 174, 0.5);
}
.cm95 .btn-ash.disabled,
.cm95 .btn-ash:disabled {
  color: #212529;
  background-color: #a7afc6;
  border-color: #a7afc6;
}
.cm95 .btn-ash:not(:disabled):not(.disabled):active,
.cm95 .btn-ash:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash.dropdown-toggle {
  color: #fff;
  background-color: #8893b2;
  border-color: #808cad;
}
.cm95 .btn-ash:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 154, 174, 0.5);
}
.cm95 .btn-ash-lighter-1 {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cm95 .btn-ash-lighter-1:hover {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #cdcdcd;
}
.cm95 .btn-ash-lighter-1:focus,
.cm95 .btn-ash-lighter-1.focus {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #cdcdcd;
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}
.cm95 .btn-ash-lighter-1.disabled,
.cm95 .btn-ash-lighter-1:disabled {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cm95 .btn-ash-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-ash-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash-lighter-1.dropdown-toggle {
  color: #212529;
  background-color: #cdcdcd;
  border-color: #c6c6c6;
}
.cm95 .btn-ash-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}
.cm95 .btn-ash-lighter-2 {
  color: #212529;
  background-color: #eef1f7;
  border-color: #eef1f7;
}
.cm95 .btn-ash-lighter-2:hover {
  color: #212529;
  background-color: #d4dceb;
  border-color: #cbd4e7;
}
.cm95 .btn-ash-lighter-2:focus,
.cm95 .btn-ash-lighter-2.focus {
  color: #212529;
  background-color: #d4dceb;
  border-color: #cbd4e7;
  box-shadow: 0 0 0 0.2rem rgba(207, 210, 216, 0.5);
}
.cm95 .btn-ash-lighter-2.disabled,
.cm95 .btn-ash-lighter-2:disabled {
  color: #212529;
  background-color: #eef1f7;
  border-color: #eef1f7;
}
.cm95 .btn-ash-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-ash-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash-lighter-2.dropdown-toggle {
  color: #212529;
  background-color: #cbd4e7;
  border-color: #c3cde3;
}
.cm95 .btn-ash-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 210, 216, 0.5);
}
.cm95 .btn-ash-lighter-3 {
  color: #212529;
  background-color: #dfe4ed;
  border-color: #dfe4ed;
}
.cm95 .btn-ash-lighter-3:hover {
  color: #212529;
  background-color: #c7cfdf;
  border-color: #bec8db;
}
.cm95 .btn-ash-lighter-3:focus,
.cm95 .btn-ash-lighter-3.focus {
  color: #212529;
  background-color: #c7cfdf;
  border-color: #bec8db;
  box-shadow: 0 0 0 0.2rem rgba(195, 199, 208, 0.5);
}
.cm95 .btn-ash-lighter-3.disabled,
.cm95 .btn-ash-lighter-3:disabled {
  color: #212529;
  background-color: #dfe4ed;
  border-color: #dfe4ed;
}
.cm95 .btn-ash-lighter-3:not(:disabled):not(.disabled):active,
.cm95 .btn-ash-lighter-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash-lighter-3.dropdown-toggle {
  color: #212529;
  background-color: #bec8db;
  border-color: #b6c2d6;
}
.cm95 .btn-ash-lighter-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash-lighter-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash-lighter-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 199, 208, 0.5);
}
.cm95 .btn-ash-lighter-4 {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-ash-lighter-4:hover {
  color: #212529;
  background-color: #d9dee9;
  border-color: #d1d7e4;
}
.cm95 .btn-ash-lighter-4:focus,
.cm95 .btn-ash-lighter-4.focus {
  color: #212529;
  background-color: #d9dee9;
  border-color: #d1d7e4;
  box-shadow: 0 0 0 0.2rem rgba(210, 212, 216, 0.5);
}
.cm95 .btn-ash-lighter-4.disabled,
.cm95 .btn-ash-lighter-4:disabled {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-ash-lighter-4:not(:disabled):not(.disabled):active,
.cm95 .btn-ash-lighter-4:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash-lighter-4.dropdown-toggle {
  color: #212529;
  background-color: #d1d7e4;
  border-color: #c8d0e0;
}
.cm95 .btn-ash-lighter-4:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash-lighter-4:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash-lighter-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 212, 216, 0.5);
}
.cm95 .btn-ash-darker-1 {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-ash-darker-1:hover {
  color: #fff;
  background-color: #5a5f6e;
  border-color: #545967;
}
.cm95 .btn-ash-darker-1:focus,
.cm95 .btn-ash-darker-1.focus {
  color: #fff;
  background-color: #5a5f6e;
  border-color: #545967;
  box-shadow: 0 0 0 0.2rem rgba(129, 134, 150, 0.5);
}
.cm95 .btn-ash-darker-1.disabled,
.cm95 .btn-ash-darker-1:disabled {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-ash-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-ash-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ash-darker-1.dropdown-toggle {
  color: #fff;
  background-color: #545967;
  border-color: #4e5360;
}
.cm95 .btn-ash-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ash-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ash-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 134, 150, 0.5);
}
.cm95 .btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.cm95 .btn-white:focus,
.cm95 .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.cm95 .btn-white.disabled,
.cm95 .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-white:not(:disabled):not(.disabled):active,
.cm95 .btn-white:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.cm95 .btn-white:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.cm95 .btn-white-darker-1 {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.cm95 .btn-white-darker-1:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.cm95 .btn-white-darker-1:focus,
.cm95 .btn-white-darker-1.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.cm95 .btn-white-darker-1.disabled,
.cm95 .btn-white-darker-1:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.cm95 .btn-white-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-white-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-white-darker-1.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.cm95 .btn-white-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-white-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-white-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.cm95 .btn-white-darker-2 {
  color: #212529;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.cm95 .btn-white-darker-2:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.cm95 .btn-white-darker-2:focus,
.cm95 .btn-white-darker-2.focus {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.cm95 .btn-white-darker-2.disabled,
.cm95 .btn-white-darker-2:disabled {
  color: #212529;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.cm95 .btn-white-darker-2:not(:disabled):not(.disabled):active,
.cm95 .btn-white-darker-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-white-darker-2.dropdown-toggle {
  color: #212529;
  background-color: #dadada;
  border-color: #d3d3d3;
}
.cm95 .btn-white-darker-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-white-darker-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-white-darker-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.cm95 .btn-white-darker-3 {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.cm95 .btn-white-darker-3:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.cm95 .btn-white-darker-3:focus,
.cm95 .btn-white-darker-3.focus {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}
.cm95 .btn-white-darker-3.disabled,
.cm95 .btn-white-darker-3:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.cm95 .btn-white-darker-3:not(:disabled):not(.disabled):active,
.cm95 .btn-white-darker-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-white-darker-3.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.cm95 .btn-white-darker-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-white-darker-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-white-darker-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}
.cm95 .btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-black:focus,
.cm95 .btn-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.cm95 .btn-black.disabled,
.cm95 .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-black:not(:disabled):not(.disabled):active,
.cm95 .btn-black:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-black:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.cm95 .btn-fb {
  color: #fff;
  background-color: #3e5c98;
  border-color: #3e5c98;
}
.cm95 .btn-fb:hover {
  color: #fff;
  background-color: #334c7d;
  border-color: #2f4674;
}
.cm95 .btn-fb:focus,
.cm95 .btn-fb.focus {
  color: #fff;
  background-color: #334c7d;
  border-color: #2f4674;
  box-shadow: 0 0 0 0.2rem rgba(91, 116, 167, 0.5);
}
.cm95 .btn-fb.disabled,
.cm95 .btn-fb:disabled {
  color: #fff;
  background-color: #3e5c98;
  border-color: #3e5c98;
}
.cm95 .btn-fb:not(:disabled):not(.disabled):active,
.cm95 .btn-fb:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-fb.dropdown-toggle {
  color: #fff;
  background-color: #2f4674;
  border-color: #2c416b;
}
.cm95 .btn-fb:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-fb:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-fb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 116, 167, 0.5);
}
.cm95 .btn-tw {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.cm95 .btn-tw:hover {
  color: #fff;
  background-color: #329beb;
  border-color: #2795e9;
}
.cm95 .btn-tw:focus,
.cm95 .btn-tw.focus {
  color: #fff;
  background-color: #329beb;
  border-color: #2795e9;
  box-shadow: 0 0 0 0.2rem rgba(77, 152, 208, 0.5);
}
.cm95 .btn-tw.disabled,
.cm95 .btn-tw:disabled {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.cm95 .btn-tw:not(:disabled):not(.disabled):active,
.cm95 .btn-tw:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-tw.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: #1b90e8;
}
.cm95 .btn-tw:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-tw:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-tw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 152, 208, 0.5);
}
.cm95 .btn-ln {
  color: #fff;
  background-color: #007cb4;
  border-color: #007cb4;
}
.cm95 .btn-ln:hover {
  color: #fff;
  background-color: #00628e;
  border-color: #005981;
}
.cm95 .btn-ln:focus,
.cm95 .btn-ln.focus {
  color: #fff;
  background-color: #00628e;
  border-color: #005981;
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 191, 0.5);
}
.cm95 .btn-ln.disabled,
.cm95 .btn-ln:disabled {
  color: #fff;
  background-color: #007cb4;
  border-color: #007cb4;
}
.cm95 .btn-ln:not(:disabled):not(.disabled):active,
.cm95 .btn-ln:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-ln.dropdown-toggle {
  color: #fff;
  background-color: #005981;
  border-color: #005074;
}
.cm95 .btn-ln:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-ln:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-ln.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 191, 0.5);
}
.cm95 .btn-yt {
  color: #fff;
  background-color: #c00c00;
  border-color: #c00c00;
}
.cm95 .btn-yt:hover {
  color: #fff;
  background-color: #9a0a00;
  border-color: #8d0900;
}
.cm95 .btn-yt:focus,
.cm95 .btn-yt.focus {
  color: #fff;
  background-color: #9a0a00;
  border-color: #8d0900;
  box-shadow: 0 0 0 0.2rem rgba(201, 48, 38, 0.5);
}
.cm95 .btn-yt.disabled,
.cm95 .btn-yt:disabled {
  color: #fff;
  background-color: #c00c00;
  border-color: #c00c00;
}
.cm95 .btn-yt:not(:disabled):not(.disabled):active,
.cm95 .btn-yt:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-yt.dropdown-toggle {
  color: #fff;
  background-color: #8d0900;
  border-color: #800800;
}
.cm95 .btn-yt:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-yt:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-yt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 48, 38, 0.5);
}
.cm95 .btn-greenGradientStart {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-greenGradientStart:hover {
  color: #fff;
  background-color: #5da132;
  border-color: #57972f;
}
.cm95 .btn-greenGradientStart:focus,
.cm95 .btn-greenGradientStart.focus {
  color: #fff;
  background-color: #5da132;
  border-color: #57972f;
  box-shadow: 0 0 0 0.2rem rgba(98, 167, 56, 0.5);
}
.cm95 .btn-greenGradientStart.disabled,
.cm95 .btn-greenGradientStart:disabled {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-greenGradientStart:not(:disabled):not(.disabled):active,
.cm95 .btn-greenGradientStart:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-greenGradientStart.dropdown-toggle {
  color: #fff;
  background-color: #57972f;
  border-color: #528d2c;
}
.cm95 .btn-greenGradientStart:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-greenGradientStart:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-greenGradientStart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 167, 56, 0.5);
}
.cm95 .btn-greenGradientEnd {
  color: #fff;
  background-color: #039200;
  border-color: #039200;
}
.cm95 .btn-greenGradientEnd:hover {
  color: #fff;
  background-color: #026c00;
  border-color: #025f00;
}
.cm95 .btn-greenGradientEnd:focus,
.cm95 .btn-greenGradientEnd.focus {
  color: #fff;
  background-color: #026c00;
  border-color: #025f00;
  box-shadow: 0 0 0 0.2rem rgba(41, 162, 38, 0.5);
}
.cm95 .btn-greenGradientEnd.disabled,
.cm95 .btn-greenGradientEnd:disabled {
  color: #fff;
  background-color: #039200;
  border-color: #039200;
}
.cm95 .btn-greenGradientEnd:not(:disabled):not(.disabled):active,
.cm95 .btn-greenGradientEnd:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-greenGradientEnd.dropdown-toggle {
  color: #fff;
  background-color: #025f00;
  border-color: #025200;
}
.cm95 .btn-greenGradientEnd:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-greenGradientEnd:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-greenGradientEnd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 162, 38, 0.5);
}
.cm95 .btn-green-1 {
  color: #212529;
  background-color: #92d765;
  border-color: #92d765;
}
.cm95 .btn-green-1:hover {
  color: #212529;
  background-color: #7dcf47;
  border-color: #75cc3d;
}
.cm95 .btn-green-1:focus,
.cm95 .btn-green-1.focus {
  color: #212529;
  background-color: #7dcf47;
  border-color: #75cc3d;
  box-shadow: 0 0 0 0.2rem rgba(129, 188, 92, 0.5);
}
.cm95 .btn-green-1.disabled,
.cm95 .btn-green-1:disabled {
  color: #212529;
  background-color: #92d765;
  border-color: #92d765;
}
.cm95 .btn-green-1:not(:disabled):not(.disabled):active,
.cm95 .btn-green-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-green-1.dropdown-toggle {
  color: #212529;
  background-color: #75cc3d;
  border-color: #6fc834;
}
.cm95 .btn-green-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-green-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-green-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 188, 92, 0.5);
}
.cm95 .btn-green-2 {
  color: #212529;
  background-color: #73c040;
  border-color: #73c040;
}
.cm95 .btn-green-2:hover {
  color: #fff;
  background-color: #62a436;
  border-color: #5c9a33;
}
.cm95 .btn-green-2:focus,
.cm95 .btn-green-2.focus {
  color: #fff;
  background-color: #62a436;
  border-color: #5c9a33;
  box-shadow: 0 0 0 0.2rem rgba(103, 169, 61, 0.5);
}
.cm95 .btn-green-2.disabled,
.cm95 .btn-green-2:disabled {
  color: #212529;
  background-color: #73c040;
  border-color: #73c040;
}
.cm95 .btn-green-2:not(:disabled):not(.disabled):active,
.cm95 .btn-green-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-green-2.dropdown-toggle {
  color: #fff;
  background-color: #5c9a33;
  border-color: #569130;
}
.cm95 .btn-green-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-green-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-green-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 169, 61, 0.5);
}
.cm95 .btn-green-3 {
  color: #fff;
  background-color: #129a08;
  border-color: #129a08;
}
.cm95 .btn-green-3:hover {
  color: #fff;
  background-color: #0e7606;
  border-color: #0c6a05;
}
.cm95 .btn-green-3:focus,
.cm95 .btn-green-3.focus {
  color: #fff;
  background-color: #0e7606;
  border-color: #0c6a05;
  box-shadow: 0 0 0 0.2rem rgba(54, 169, 45, 0.5);
}
.cm95 .btn-green-3.disabled,
.cm95 .btn-green-3:disabled {
  color: #fff;
  background-color: #129a08;
  border-color: #129a08;
}
.cm95 .btn-green-3:not(:disabled):not(.disabled):active,
.cm95 .btn-green-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-green-3.dropdown-toggle {
  color: #fff;
  background-color: #0c6a05;
  border-color: #0b5d05;
}
.cm95 .btn-green-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-green-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-green-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 169, 45, 0.5);
}
.cm95 .btn-dark-grey {
  color: #fff;
  background-color: #2d313c;
  border-color: #2d313c;
}
.cm95 .btn-dark-grey:hover {
  color: #fff;
  background-color: #1d1f26;
  border-color: #17191f;
}
.cm95 .btn-dark-grey:focus,
.cm95 .btn-dark-grey.focus {
  color: #fff;
  background-color: #1d1f26;
  border-color: #17191f;
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 89, 0.5);
}
.cm95 .btn-dark-grey.disabled,
.cm95 .btn-dark-grey:disabled {
  color: #fff;
  background-color: #2d313c;
  border-color: #2d313c;
}
.cm95 .btn-dark-grey:not(:disabled):not(.disabled):active,
.cm95 .btn-dark-grey:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #17191f;
  border-color: #121318;
}
.cm95 .btn-dark-grey:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 89, 0.5);
}
.cm95 .btn-dark-mode {
  color: #fff;
  background-color: #23293b;
  border-color: #23293b;
}
.cm95 .btn-dark-mode:hover {
  color: #fff;
  background-color: #151823;
  border-color: #10131b;
}
.cm95 .btn-dark-mode:focus,
.cm95 .btn-dark-mode.focus {
  color: #fff;
  background-color: #151823;
  border-color: #10131b;
  box-shadow: 0 0 0 0.2rem rgba(68, 73, 88, 0.5);
}
.cm95 .btn-dark-mode.disabled,
.cm95 .btn-dark-mode:disabled {
  color: #fff;
  background-color: #23293b;
  border-color: #23293b;
}
.cm95 .btn-dark-mode:not(:disabled):not(.disabled):active,
.cm95 .btn-dark-mode:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-dark-mode.dropdown-toggle {
  color: #fff;
  background-color: #10131b;
  border-color: #0b0d13;
}
.cm95 .btn-dark-mode:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-dark-mode:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-dark-mode.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 73, 88, 0.5);
}
.cm95 .btn-gray {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
.cm95 .btn-gray:hover {
  color: #fff;
  background-color: #2a2e3b;
  border-color: #252833;
}
.cm95 .btn-gray:focus,
.cm95 .btn-gray.focus {
  color: #fff;
  background-color: #2a2e3b;
  border-color: #252833;
  box-shadow: 0 0 0 0.2rem rgba(88, 92, 107, 0.5);
}
.cm95 .btn-gray.disabled,
.cm95 .btn-gray:disabled {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
.cm95 .btn-gray:not(:disabled):not(.disabled):active,
.cm95 .btn-gray:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #252833;
  border-color: #1f222c;
}
.cm95 .btn-gray:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 92, 107, 0.5);
}
.cm95 .btn-blue-lighter-1 {
  color: #212529;
  background-color: #f5f6f9;
  border-color: #f5f6f9;
}
.cm95 .btn-blue-lighter-1:hover {
  color: #212529;
  background-color: #dde0eb;
  border-color: #d5d9e6;
}
.cm95 .btn-blue-lighter-1:focus,
.cm95 .btn-blue-lighter-1.focus {
  color: #212529;
  background-color: #dde0eb;
  border-color: #d5d9e6;
  box-shadow: 0 0 0 0.2rem rgba(213, 215, 218, 0.5);
}
.cm95 .btn-blue-lighter-1.disabled,
.cm95 .btn-blue-lighter-1:disabled {
  color: #212529;
  background-color: #f5f6f9;
  border-color: #f5f6f9;
}
.cm95 .btn-blue-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-blue-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-blue-lighter-1.dropdown-toggle {
  color: #212529;
  background-color: #d5d9e6;
  border-color: #cdd2e1;
}
.cm95 .btn-blue-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-blue-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-blue-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 215, 218, 0.5);
}
.cm95 .btn-blue-lighter-2 {
  color: #212529;
  background-color: #cceffb;
  border-color: #cceffb;
}
.cm95 .btn-blue-lighter-2:hover {
  color: #212529;
  background-color: #a9e4f8;
  border-color: #9de0f7;
}
.cm95 .btn-blue-lighter-2:focus,
.cm95 .btn-blue-lighter-2.focus {
  color: #212529;
  background-color: #a9e4f8;
  border-color: #9de0f7;
  box-shadow: 0 0 0 0.2rem rgba(178, 209, 220, 0.5);
}
.cm95 .btn-blue-lighter-2.disabled,
.cm95 .btn-blue-lighter-2:disabled {
  color: #212529;
  background-color: #cceffb;
  border-color: #cceffb;
}
.cm95 .btn-blue-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-blue-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-blue-lighter-2.dropdown-toggle {
  color: #212529;
  background-color: #9de0f7;
  border-color: #91dcf6;
}
.cm95 .btn-blue-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-blue-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-blue-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 209, 220, 0.5);
}
.cm95 .btn-blue-darker {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-blue-darker:hover {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
}
.cm95 .btn-blue-darker:focus,
.cm95 .btn-blue-darker.focus {
  color: #fff;
  background-color: #0093c6;
  border-color: #0089b9;
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-blue-darker.disabled,
.cm95 .btn-blue-darker:disabled {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-blue-darker:not(:disabled):not(.disabled):active,
.cm95 .btn-blue-darker:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-blue-darker.dropdown-toggle {
  color: #fff;
  background-color: #0089b9;
  border-color: #0080ac;
}
.cm95 .btn-blue-darker:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-blue-darker:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-blue-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 239, 0.5);
}
.cm95 .btn-disabled {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-disabled:hover {
  color: #212529;
  background-color: #d9dee9;
  border-color: #d1d7e4;
}
.cm95 .btn-disabled:focus,
.cm95 .btn-disabled.focus {
  color: #212529;
  background-color: #d9dee9;
  border-color: #d1d7e4;
  box-shadow: 0 0 0 0.2rem rgba(210, 212, 216, 0.5);
}
.cm95 .btn-disabled.disabled,
.cm95 .btn-disabled:disabled {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-disabled:not(:disabled):not(.disabled):active,
.cm95 .btn-disabled:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-disabled.dropdown-toggle {
  color: #212529;
  background-color: #d1d7e4;
  border-color: #c8d0e0;
}
.cm95 .btn-disabled:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-disabled:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 212, 216, 0.5);
}
.cm95 .btn-input {
  color: #212529;
  background-color: #e1e5ee;
  border-color: #e1e5ee;
}
.cm95 .btn-input:hover {
  color: #212529;
  background-color: #c9d0e0;
  border-color: #c0c9dc;
}
.cm95 .btn-input:focus,
.cm95 .btn-input.focus {
  color: #212529;
  background-color: #c9d0e0;
  border-color: #c0c9dc;
  box-shadow: 0 0 0 0.2rem rgba(196, 200, 208, 0.5);
}
.cm95 .btn-input.disabled,
.cm95 .btn-input:disabled {
  color: #212529;
  background-color: #e1e5ee;
  border-color: #e1e5ee;
}
.cm95 .btn-input:not(:disabled):not(.disabled):active,
.cm95 .btn-input:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-input.dropdown-toggle {
  color: #212529;
  background-color: #c0c9dc;
  border-color: #b8c2d7;
}
.cm95 .btn-input:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-input:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-input.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 200, 208, 0.5);
}
.cm95 .btn-z-background {
  color: #212529;
  background-color: #f6f8f5;
  border-color: #f6f8f5;
}
.cm95 .btn-z-background:hover {
  color: #212529;
  background-color: #e2e8df;
  border-color: #dbe3d7;
}
.cm95 .btn-z-background:focus,
.cm95 .btn-z-background.focus {
  color: #212529;
  background-color: #e2e8df;
  border-color: #dbe3d7;
  box-shadow: 0 0 0 0.2rem rgba(214, 216, 214, 0.5);
}
.cm95 .btn-z-background.disabled,
.cm95 .btn-z-background:disabled {
  color: #212529;
  background-color: #f6f8f5;
  border-color: #f6f8f5;
}
.cm95 .btn-z-background:not(:disabled):not(.disabled):active,
.cm95 .btn-z-background:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-z-background.dropdown-toggle {
  color: #212529;
  background-color: #dbe3d7;
  border-color: #d4ded0;
}
.cm95 .btn-z-background:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-z-background:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-z-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 216, 214, 0.5);
}
.cm95 .btn-z-primary {
  color: #212529;
  background-color: #dbefce;
  border-color: #dbefce;
}
.cm95 .btn-z-primary:hover {
  color: #212529;
  background-color: #c6e6b1;
  border-color: #bfe2a8;
}
.cm95 .btn-z-primary:focus,
.cm95 .btn-z-primary.focus {
  color: #212529;
  background-color: #c6e6b1;
  border-color: #bfe2a8;
  box-shadow: 0 0 0 0.2rem rgba(191, 209, 181, 0.5);
}
.cm95 .btn-z-primary.disabled,
.cm95 .btn-z-primary:disabled {
  color: #212529;
  background-color: #dbefce;
  border-color: #dbefce;
}
.cm95 .btn-z-primary:not(:disabled):not(.disabled):active,
.cm95 .btn-z-primary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-z-primary.dropdown-toggle {
  color: #212529;
  background-color: #bfe2a8;
  border-color: #b8df9e;
}
.cm95 .btn-z-primary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-z-primary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-z-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 209, 181, 0.5);
}
.cm95 .btn-z-success {
  color: #fff;
  background-color: #059669;
  border-color: #059669;
}
.cm95 .btn-z-success:hover {
  color: #fff;
  background-color: #04714f;
  border-color: #036546;
}
.cm95 .btn-z-success:focus,
.cm95 .btn-z-success.focus {
  color: #fff;
  background-color: #04714f;
  border-color: #036546;
  box-shadow: 0 0 0 0.2rem rgba(43, 166, 128, 0.5);
}
.cm95 .btn-z-success.disabled,
.cm95 .btn-z-success:disabled {
  color: #fff;
  background-color: #059669;
  border-color: #059669;
}
.cm95 .btn-z-success:not(:disabled):not(.disabled):active,
.cm95 .btn-z-success:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-z-success.dropdown-toggle {
  color: #fff;
  background-color: #036546;
  border-color: #03583e;
}
.cm95 .btn-z-success:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-z-success:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-z-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 166, 128, 0.5);
}
.cm95 .btn-outline-cm {
  color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-outline-cm:hover {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-outline-cm:focus,
.cm95 .btn-outline-cm.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 190, 59, 0.5);
}
.cm95 .btn-outline-cm.disabled,
.cm95 .btn-outline-cm:disabled {
  color: #6ebe3b;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-cm:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-cm:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-cm.dropdown-toggle {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-outline-cm:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-cm:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-cm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 190, 59, 0.5);
}
.cm95 .btn-outline-cm-dark-1 {
  color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-cm-dark-1:hover {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-cm-dark-1:focus,
.cm95 .btn-outline-cm-dark-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 171, 0, 0.5);
}
.cm95 .btn-outline-cm-dark-1.disabled,
.cm95 .btn-outline-cm-dark-1:disabled {
  color: #44ab00;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-cm-dark-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-cm-dark-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-cm-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-cm-dark-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-cm-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-cm-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 171, 0, 0.5);
}
.cm95 .btn-outline-dark {
  color: #21252e;
  border-color: #21252e;
}
.cm95 .btn-outline-dark:hover {
  color: #fff;
  background-color: #21252e;
  border-color: #21252e;
}
.cm95 .btn-outline-dark:focus,
.cm95 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 46, 0.5);
}
.cm95 .btn-outline-dark.disabled,
.cm95 .btn-outline-dark:disabled {
  color: #21252e;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #21252e;
  border-color: #21252e;
}
.cm95 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 46, 0.5);
}
.cm95 .btn-outline-dark-2 {
  color: #0c121f;
  border-color: #0c121f;
}
.cm95 .btn-outline-dark-2:hover {
  color: #fff;
  background-color: #0c121f;
  border-color: #0c121f;
}
.cm95 .btn-outline-dark-2:focus,
.cm95 .btn-outline-dark-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 18, 31, 0.5);
}
.cm95 .btn-outline-dark-2.disabled,
.cm95 .btn-outline-dark-2:disabled {
  color: #0c121f;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark-2.dropdown-toggle {
  color: #fff;
  background-color: #0c121f;
  border-color: #0c121f;
}
.cm95 .btn-outline-dark-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 18, 31, 0.5);
}
.cm95 .btn-outline-dark-lighter-1 {
  color: #1b1f2b;
  border-color: #1b1f2b;
}
.cm95 .btn-outline-dark-lighter-1:hover {
  color: #fff;
  background-color: #1b1f2b;
  border-color: #1b1f2b;
}
.cm95 .btn-outline-dark-lighter-1:focus,
.cm95 .btn-outline-dark-lighter-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 31, 43, 0.5);
}
.cm95 .btn-outline-dark-lighter-1.disabled,
.cm95 .btn-outline-dark-lighter-1:disabled {
  color: #1b1f2b;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark-lighter-1.dropdown-toggle {
  color: #fff;
  background-color: #1b1f2b;
  border-color: #1b1f2b;
}
.cm95 .btn-outline-dark-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 31, 43, 0.5);
}
.cm95 .btn-outline-dark-lighter-2 {
  color: #272a36;
  border-color: #272a36;
}
.cm95 .btn-outline-dark-lighter-2:hover {
  color: #fff;
  background-color: #272a36;
  border-color: #272a36;
}
.cm95 .btn-outline-dark-lighter-2:focus,
.cm95 .btn-outline-dark-lighter-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 42, 54, 0.5);
}
.cm95 .btn-outline-dark-lighter-2.disabled,
.cm95 .btn-outline-dark-lighter-2:disabled {
  color: #272a36;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark-lighter-2.dropdown-toggle {
  color: #fff;
  background-color: #272a36;
  border-color: #272a36;
}
.cm95 .btn-outline-dark-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 42, 54, 0.5);
}
.cm95 .btn-outline-success {
  color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-success:hover {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-success:focus,
.cm95 .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 171, 0, 0.5);
}
.cm95 .btn-outline-success.disabled,
.cm95 .btn-outline-success:disabled {
  color: #44ab00;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-success:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #44ab00;
  border-color: #44ab00;
}
.cm95 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 171, 0, 0.5);
}
.cm95 .btn-outline-success-hover {
  color: #399202;
  border-color: #399202;
}
.cm95 .btn-outline-success-hover:hover {
  color: #fff;
  background-color: #399202;
  border-color: #399202;
}
.cm95 .btn-outline-success-hover:focus,
.cm95 .btn-outline-success-hover.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 146, 2, 0.5);
}
.cm95 .btn-outline-success-hover.disabled,
.cm95 .btn-outline-success-hover:disabled {
  color: #399202;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-success-hover:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-success-hover:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-success-hover.dropdown-toggle {
  color: #fff;
  background-color: #399202;
  border-color: #399202;
}
.cm95 .btn-outline-success-hover:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-success-hover:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-success-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 146, 2, 0.5);
}
.cm95 .btn-outline-warning {
  color: #f8a64f;
  border-color: #f8a64f;
}
.cm95 .btn-outline-warning:hover {
  color: #212529;
  background-color: #f8a64f;
  border-color: #f8a64f;
}
.cm95 .btn-outline-warning:focus,
.cm95 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 166, 79, 0.5);
}
.cm95 .btn-outline-warning.disabled,
.cm95 .btn-outline-warning:disabled {
  color: #f8a64f;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-warning:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f8a64f;
  border-color: #f8a64f;
}
.cm95 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 166, 79, 0.5);
}
.cm95 .btn-outline-error {
  color: #ff4200;
  border-color: #ff4200;
}
.cm95 .btn-outline-error:hover {
  color: #fff;
  background-color: #ff4200;
  border-color: #ff4200;
}
.cm95 .btn-outline-error:focus,
.cm95 .btn-outline-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 66, 0, 0.5);
}
.cm95 .btn-outline-error.disabled,
.cm95 .btn-outline-error:disabled {
  color: #ff4200;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-error:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-error:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-error.dropdown-toggle {
  color: #fff;
  background-color: #ff4200;
  border-color: #ff4200;
}
.cm95 .btn-outline-error:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-error:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 66, 0, 0.5);
}
.cm95 .btn-outline-danger {
  color: #f55155;
  border-color: #f55155;
}
.cm95 .btn-outline-danger:hover {
  color: #fff;
  background-color: #f55155;
  border-color: #f55155;
}
.cm95 .btn-outline-danger:focus,
.cm95 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 81, 85, 0.5);
}
.cm95 .btn-outline-danger.disabled,
.cm95 .btn-outline-danger:disabled {
  color: #f55155;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-danger:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f55155;
  border-color: #f55155;
}
.cm95 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 81, 85, 0.5);
}
.cm95 .btn-outline-info {
  color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-info:hover {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-info:focus,
.cm95 .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-info.disabled,
.cm95 .btn-outline-info:disabled {
  color: #00afec;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-info:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.cm95 .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cm95 .btn-outline-primary:focus,
.cm95 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.cm95 .btn-outline-primary.disabled,
.cm95 .btn-outline-primary:disabled {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-primary:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cm95 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.cm95 .btn-outline-secondary {
  color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-secondary:focus,
.cm95 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 131, 0.5);
}
.cm95 .btn-outline-secondary.disabled,
.cm95 .btn-outline-secondary:disabled {
  color: #6b7183;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 131, 0.5);
}
.cm95 .btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-light:focus,
.cm95 .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.cm95 .btn-outline-light.disabled,
.cm95 .btn-outline-light:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-light:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.cm95 .btn-outline-text {
  color: #292d38;
  border-color: #292d38;
}
.cm95 .btn-outline-text:hover {
  color: #fff;
  background-color: #292d38;
  border-color: #292d38;
}
.cm95 .btn-outline-text:focus,
.cm95 .btn-outline-text.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 45, 56, 0.5);
}
.cm95 .btn-outline-text.disabled,
.cm95 .btn-outline-text:disabled {
  color: #292d38;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-text:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-text:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-text.dropdown-toggle {
  color: #fff;
  background-color: #292d38;
  border-color: #292d38;
}
.cm95 .btn-outline-text:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-text:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-text.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 45, 56, 0.5);
}
.cm95 .btn-outline-link {
  color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-link:hover {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-link:focus,
.cm95 .btn-outline-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-link.disabled,
.cm95 .btn-outline-link:disabled {
  color: #00afec;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-link:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-link:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-link.dropdown-toggle {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-link:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-link:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-link-darker-1 {
  color: #3365ca;
  border-color: #3365ca;
}
.cm95 .btn-outline-link-darker-1:hover {
  color: #fff;
  background-color: #3365ca;
  border-color: #3365ca;
}
.cm95 .btn-outline-link-darker-1:focus,
.cm95 .btn-outline-link-darker-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 101, 202, 0.5);
}
.cm95 .btn-outline-link-darker-1.disabled,
.cm95 .btn-outline-link-darker-1:disabled {
  color: #3365ca;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-link-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-link-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-link-darker-1.dropdown-toggle {
  color: #fff;
  background-color: #3365ca;
  border-color: #3365ca;
}
.cm95 .btn-outline-link-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-link-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-link-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 101, 202, 0.5);
}
.cm95 .btn-outline-link-hover {
  color: #ff800f;
  border-color: #ff800f;
}
.cm95 .btn-outline-link-hover:hover {
  color: #212529;
  background-color: #ff800f;
  border-color: #ff800f;
}
.cm95 .btn-outline-link-hover:focus,
.cm95 .btn-outline-link-hover.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 15, 0.5);
}
.cm95 .btn-outline-link-hover.disabled,
.cm95 .btn-outline-link-hover:disabled {
  color: #ff800f;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-link-hover:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-link-hover:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-link-hover.dropdown-toggle {
  color: #212529;
  background-color: #ff800f;
  border-color: #ff800f;
}
.cm95 .btn-outline-link-hover:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-link-hover:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-link-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 15, 0.5);
}
.cm95 .btn-outline-ash {
  color: #a7afc6;
  border-color: #a7afc6;
}
.cm95 .btn-outline-ash:hover {
  color: #212529;
  background-color: #a7afc6;
  border-color: #a7afc6;
}
.cm95 .btn-outline-ash:focus,
.cm95 .btn-outline-ash.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 175, 198, 0.5);
}
.cm95 .btn-outline-ash.disabled,
.cm95 .btn-outline-ash:disabled {
  color: #a7afc6;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash.dropdown-toggle {
  color: #212529;
  background-color: #a7afc6;
  border-color: #a7afc6;
}
.cm95 .btn-outline-ash:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 175, 198, 0.5);
}
.cm95 .btn-outline-ash-lighter-1 {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.cm95 .btn-outline-ash-lighter-1:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cm95 .btn-outline-ash-lighter-1:focus,
.cm95 .btn-outline-ash-lighter-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.cm95 .btn-outline-ash-lighter-1.disabled,
.cm95 .btn-outline-ash-lighter-1:disabled {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash-lighter-1.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cm95 .btn-outline-ash-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.cm95 .btn-outline-ash-lighter-2 {
  color: #eef1f7;
  border-color: #eef1f7;
}
.cm95 .btn-outline-ash-lighter-2:hover {
  color: #212529;
  background-color: #eef1f7;
  border-color: #eef1f7;
}
.cm95 .btn-outline-ash-lighter-2:focus,
.cm95 .btn-outline-ash-lighter-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 247, 0.5);
}
.cm95 .btn-outline-ash-lighter-2.disabled,
.cm95 .btn-outline-ash-lighter-2:disabled {
  color: #eef1f7;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash-lighter-2.dropdown-toggle {
  color: #212529;
  background-color: #eef1f7;
  border-color: #eef1f7;
}
.cm95 .btn-outline-ash-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 247, 0.5);
}
.cm95 .btn-outline-ash-lighter-3 {
  color: #dfe4ed;
  border-color: #dfe4ed;
}
.cm95 .btn-outline-ash-lighter-3:hover {
  color: #212529;
  background-color: #dfe4ed;
  border-color: #dfe4ed;
}
.cm95 .btn-outline-ash-lighter-3:focus,
.cm95 .btn-outline-ash-lighter-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 228, 237, 0.5);
}
.cm95 .btn-outline-ash-lighter-3.disabled,
.cm95 .btn-outline-ash-lighter-3:disabled {
  color: #dfe4ed;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash-lighter-3:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash-lighter-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash-lighter-3.dropdown-toggle {
  color: #212529;
  background-color: #dfe4ed;
  border-color: #dfe4ed;
}
.cm95 .btn-outline-ash-lighter-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash-lighter-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash-lighter-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 228, 237, 0.5);
}
.cm95 .btn-outline-ash-lighter-4 {
  color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-ash-lighter-4:hover {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-ash-lighter-4:focus,
.cm95 .btn-outline-ash-lighter-4.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 243, 247, 0.5);
}
.cm95 .btn-outline-ash-lighter-4.disabled,
.cm95 .btn-outline-ash-lighter-4:disabled {
  color: #f1f3f7;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash-lighter-4:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash-lighter-4:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash-lighter-4.dropdown-toggle {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-ash-lighter-4:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash-lighter-4:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash-lighter-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 243, 247, 0.5);
}
.cm95 .btn-outline-ash-darker-1 {
  color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-ash-darker-1:hover {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-ash-darker-1:focus,
.cm95 .btn-outline-ash-darker-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 131, 0.5);
}
.cm95 .btn-outline-ash-darker-1.disabled,
.cm95 .btn-outline-ash-darker-1:disabled {
  color: #6b7183;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ash-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ash-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ash-darker-1.dropdown-toggle {
  color: #fff;
  background-color: #6b7183;
  border-color: #6b7183;
}
.cm95 .btn-outline-ash-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ash-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ash-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 131, 0.5);
}
.cm95 .btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-white:focus,
.cm95 .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.cm95 .btn-outline-white.disabled,
.cm95 .btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-white:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.cm95 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.cm95 .btn-outline-white-darker-1 {
  color: #fafafa;
  border-color: #fafafa;
}
.cm95 .btn-outline-white-darker-1:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.cm95 .btn-outline-white-darker-1:focus,
.cm95 .btn-outline-white-darker-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.cm95 .btn-outline-white-darker-1.disabled,
.cm95 .btn-outline-white-darker-1:disabled {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-white-darker-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-white-darker-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-white-darker-1.dropdown-toggle {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.cm95 .btn-outline-white-darker-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-white-darker-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-white-darker-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.cm95 .btn-outline-white-darker-2 {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.cm95 .btn-outline-white-darker-2:hover {
  color: #212529;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.cm95 .btn-outline-white-darker-2:focus,
.cm95 .btn-outline-white-darker-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.cm95 .btn-outline-white-darker-2.disabled,
.cm95 .btn-outline-white-darker-2:disabled {
  color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-white-darker-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-white-darker-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-white-darker-2.dropdown-toggle {
  color: #212529;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.cm95 .btn-outline-white-darker-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-white-darker-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-white-darker-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.cm95 .btn-outline-white-darker-3 {
  color: #eee;
  border-color: #eee;
}
.cm95 .btn-outline-white-darker-3:hover {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.cm95 .btn-outline-white-darker-3:focus,
.cm95 .btn-outline-white-darker-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.cm95 .btn-outline-white-darker-3.disabled,
.cm95 .btn-outline-white-darker-3:disabled {
  color: #eee;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-white-darker-3:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-white-darker-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-white-darker-3.dropdown-toggle {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.cm95 .btn-outline-white-darker-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-white-darker-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-white-darker-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.cm95 .btn-outline-black {
  color: #000;
  border-color: #000;
}
.cm95 .btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-outline-black:focus,
.cm95 .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.cm95 .btn-outline-black.disabled,
.cm95 .btn-outline-black:disabled {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-black:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cm95 .btn-outline-black:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.cm95 .btn-outline-fb {
  color: #3e5c98;
  border-color: #3e5c98;
}
.cm95 .btn-outline-fb:hover {
  color: #fff;
  background-color: #3e5c98;
  border-color: #3e5c98;
}
.cm95 .btn-outline-fb:focus,
.cm95 .btn-outline-fb.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 92, 152, 0.5);
}
.cm95 .btn-outline-fb.disabled,
.cm95 .btn-outline-fb:disabled {
  color: #3e5c98;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-fb:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-fb:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-fb.dropdown-toggle {
  color: #fff;
  background-color: #3e5c98;
  border-color: #3e5c98;
}
.cm95 .btn-outline-fb:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-fb:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-fb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 92, 152, 0.5);
}
.cm95 .btn-outline-tw {
  color: #55acee;
  border-color: #55acee;
}
.cm95 .btn-outline-tw:hover {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.cm95 .btn-outline-tw:focus,
.cm95 .btn-outline-tw.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.cm95 .btn-outline-tw.disabled,
.cm95 .btn-outline-tw:disabled {
  color: #55acee;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-tw:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-tw:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-tw.dropdown-toggle {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.cm95 .btn-outline-tw:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-tw:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-tw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.cm95 .btn-outline-ln {
  color: #007cb4;
  border-color: #007cb4;
}
.cm95 .btn-outline-ln:hover {
  color: #fff;
  background-color: #007cb4;
  border-color: #007cb4;
}
.cm95 .btn-outline-ln:focus,
.cm95 .btn-outline-ln.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 180, 0.5);
}
.cm95 .btn-outline-ln.disabled,
.cm95 .btn-outline-ln:disabled {
  color: #007cb4;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-ln:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-ln:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-ln.dropdown-toggle {
  color: #fff;
  background-color: #007cb4;
  border-color: #007cb4;
}
.cm95 .btn-outline-ln:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-ln:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-ln.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 180, 0.5);
}
.cm95 .btn-outline-yt {
  color: #c00c00;
  border-color: #c00c00;
}
.cm95 .btn-outline-yt:hover {
  color: #fff;
  background-color: #c00c00;
  border-color: #c00c00;
}
.cm95 .btn-outline-yt:focus,
.cm95 .btn-outline-yt.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 12, 0, 0.5);
}
.cm95 .btn-outline-yt.disabled,
.cm95 .btn-outline-yt:disabled {
  color: #c00c00;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-yt:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-yt:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-yt.dropdown-toggle {
  color: #fff;
  background-color: #c00c00;
  border-color: #c00c00;
}
.cm95 .btn-outline-yt:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-yt:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-yt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 12, 0, 0.5);
}
.cm95 .btn-outline-greenGradientStart {
  color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-outline-greenGradientStart:hover {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95 .btn-outline-greenGradientStart:focus,
.cm95 .btn-outline-greenGradientStart.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 190, 59, 0.5);
}
.cm95 .btn-outline-greenGradientStart.disabled,
.cm95 .btn-outline-greenGradientStart:disabled {
  color: #6ebe3b;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-greenGradientStart:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-greenGradientStart:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-greenGradientStart.dropdown-toggle {
  color: #212529;
  background-color: #6ebe3b;
  border-color: #6ebe3b;
}
.cm95
  .btn-outline-greenGradientStart:not(:disabled):not(.disabled):active:focus,
.cm95
  .btn-outline-greenGradientStart:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-greenGradientStart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 190, 59, 0.5);
}
.cm95 .btn-outline-greenGradientEnd {
  color: #039200;
  border-color: #039200;
}
.cm95 .btn-outline-greenGradientEnd:hover {
  color: #fff;
  background-color: #039200;
  border-color: #039200;
}
.cm95 .btn-outline-greenGradientEnd:focus,
.cm95 .btn-outline-greenGradientEnd.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 146, 0, 0.5);
}
.cm95 .btn-outline-greenGradientEnd.disabled,
.cm95 .btn-outline-greenGradientEnd:disabled {
  color: #039200;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-greenGradientEnd:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-greenGradientEnd:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-greenGradientEnd.dropdown-toggle {
  color: #fff;
  background-color: #039200;
  border-color: #039200;
}
.cm95 .btn-outline-greenGradientEnd:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-greenGradientEnd:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-greenGradientEnd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 146, 0, 0.5);
}
.cm95 .btn-outline-green-1 {
  color: #92d765;
  border-color: #92d765;
}
.cm95 .btn-outline-green-1:hover {
  color: #212529;
  background-color: #92d765;
  border-color: #92d765;
}
.cm95 .btn-outline-green-1:focus,
.cm95 .btn-outline-green-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 215, 101, 0.5);
}
.cm95 .btn-outline-green-1.disabled,
.cm95 .btn-outline-green-1:disabled {
  color: #92d765;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-green-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-green-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-green-1.dropdown-toggle {
  color: #212529;
  background-color: #92d765;
  border-color: #92d765;
}
.cm95 .btn-outline-green-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-green-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-green-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 215, 101, 0.5);
}
.cm95 .btn-outline-green-2 {
  color: #73c040;
  border-color: #73c040;
}
.cm95 .btn-outline-green-2:hover {
  color: #212529;
  background-color: #73c040;
  border-color: #73c040;
}
.cm95 .btn-outline-green-2:focus,
.cm95 .btn-outline-green-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 192, 64, 0.5);
}
.cm95 .btn-outline-green-2.disabled,
.cm95 .btn-outline-green-2:disabled {
  color: #73c040;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-green-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-green-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-green-2.dropdown-toggle {
  color: #212529;
  background-color: #73c040;
  border-color: #73c040;
}
.cm95 .btn-outline-green-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-green-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-green-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 192, 64, 0.5);
}
.cm95 .btn-outline-green-3 {
  color: #129a08;
  border-color: #129a08;
}
.cm95 .btn-outline-green-3:hover {
  color: #fff;
  background-color: #129a08;
  border-color: #129a08;
}
.cm95 .btn-outline-green-3:focus,
.cm95 .btn-outline-green-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 154, 8, 0.5);
}
.cm95 .btn-outline-green-3.disabled,
.cm95 .btn-outline-green-3:disabled {
  color: #129a08;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-green-3:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-green-3:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-green-3.dropdown-toggle {
  color: #fff;
  background-color: #129a08;
  border-color: #129a08;
}
.cm95 .btn-outline-green-3:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-green-3:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-green-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 154, 8, 0.5);
}
.cm95 .btn-outline-dark-grey {
  color: #2d313c;
  border-color: #2d313c;
}
.cm95 .btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #2d313c;
  border-color: #2d313c;
}
.cm95 .btn-outline-dark-grey:focus,
.cm95 .btn-outline-dark-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 60, 0.5);
}
.cm95 .btn-outline-dark-grey.disabled,
.cm95 .btn-outline-dark-grey:disabled {
  color: #2d313c;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark-grey:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark-grey:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #2d313c;
  border-color: #2d313c;
}
.cm95 .btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 60, 0.5);
}
.cm95 .btn-outline-dark-mode {
  color: #23293b;
  border-color: #23293b;
}
.cm95 .btn-outline-dark-mode:hover {
  color: #fff;
  background-color: #23293b;
  border-color: #23293b;
}
.cm95 .btn-outline-dark-mode:focus,
.cm95 .btn-outline-dark-mode.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 41, 59, 0.5);
}
.cm95 .btn-outline-dark-mode.disabled,
.cm95 .btn-outline-dark-mode:disabled {
  color: #23293b;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-dark-mode:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-dark-mode:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-dark-mode.dropdown-toggle {
  color: #fff;
  background-color: #23293b;
  border-color: #23293b;
}
.cm95 .btn-outline-dark-mode:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-dark-mode:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-dark-mode.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 41, 59, 0.5);
}
.cm95 .btn-outline-gray {
  color: #3a3f51;
  border-color: #3a3f51;
}
.cm95 .btn-outline-gray:hover {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
.cm95 .btn-outline-gray:focus,
.cm95 .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
}
.cm95 .btn-outline-gray.disabled,
.cm95 .btn-outline-gray:disabled {
  color: #3a3f51;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-gray:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
.cm95 .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
}
.cm95 .btn-outline-blue-lighter-1 {
  color: #f5f6f9;
  border-color: #f5f6f9;
}
.cm95 .btn-outline-blue-lighter-1:hover {
  color: #212529;
  background-color: #f5f6f9;
  border-color: #f5f6f9;
}
.cm95 .btn-outline-blue-lighter-1:focus,
.cm95 .btn-outline-blue-lighter-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 249, 0.5);
}
.cm95 .btn-outline-blue-lighter-1.disabled,
.cm95 .btn-outline-blue-lighter-1:disabled {
  color: #f5f6f9;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-blue-lighter-1:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-blue-lighter-1:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-blue-lighter-1.dropdown-toggle {
  color: #212529;
  background-color: #f5f6f9;
  border-color: #f5f6f9;
}
.cm95 .btn-outline-blue-lighter-1:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-blue-lighter-1:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-blue-lighter-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 249, 0.5);
}
.cm95 .btn-outline-blue-lighter-2 {
  color: #cceffb;
  border-color: #cceffb;
}
.cm95 .btn-outline-blue-lighter-2:hover {
  color: #212529;
  background-color: #cceffb;
  border-color: #cceffb;
}
.cm95 .btn-outline-blue-lighter-2:focus,
.cm95 .btn-outline-blue-lighter-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 239, 251, 0.5);
}
.cm95 .btn-outline-blue-lighter-2.disabled,
.cm95 .btn-outline-blue-lighter-2:disabled {
  color: #cceffb;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-blue-lighter-2:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-blue-lighter-2:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-blue-lighter-2.dropdown-toggle {
  color: #212529;
  background-color: #cceffb;
  border-color: #cceffb;
}
.cm95 .btn-outline-blue-lighter-2:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-blue-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-blue-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 239, 251, 0.5);
}
.cm95 .btn-outline-blue-darker {
  color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-blue-darker:hover {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-blue-darker:focus,
.cm95 .btn-outline-blue-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-blue-darker.disabled,
.cm95 .btn-outline-blue-darker:disabled {
  color: #00afec;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-blue-darker:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-blue-darker:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-blue-darker.dropdown-toggle {
  color: #fff;
  background-color: #00afec;
  border-color: #00afec;
}
.cm95 .btn-outline-blue-darker:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-blue-darker:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-blue-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 236, 0.5);
}
.cm95 .btn-outline-disabled {
  color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-disabled:hover {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-disabled:focus,
.cm95 .btn-outline-disabled.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 243, 247, 0.5);
}
.cm95 .btn-outline-disabled.disabled,
.cm95 .btn-outline-disabled:disabled {
  color: #f1f3f7;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-disabled:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-disabled:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-disabled.dropdown-toggle {
  color: #212529;
  background-color: #f1f3f7;
  border-color: #f1f3f7;
}
.cm95 .btn-outline-disabled:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-disabled:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 243, 247, 0.5);
}
.cm95 .btn-outline-input {
  color: #e1e5ee;
  border-color: #e1e5ee;
}
.cm95 .btn-outline-input:hover {
  color: #212529;
  background-color: #e1e5ee;
  border-color: #e1e5ee;
}
.cm95 .btn-outline-input:focus,
.cm95 .btn-outline-input.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 229, 238, 0.5);
}
.cm95 .btn-outline-input.disabled,
.cm95 .btn-outline-input:disabled {
  color: #e1e5ee;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-input:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-input:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-input.dropdown-toggle {
  color: #212529;
  background-color: #e1e5ee;
  border-color: #e1e5ee;
}
.cm95 .btn-outline-input:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-input:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-input.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 229, 238, 0.5);
}
.cm95 .btn-outline-z-background {
  color: #f6f8f5;
  border-color: #f6f8f5;
}
.cm95 .btn-outline-z-background:hover {
  color: #212529;
  background-color: #f6f8f5;
  border-color: #f6f8f5;
}
.cm95 .btn-outline-z-background:focus,
.cm95 .btn-outline-z-background.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 248, 245, 0.5);
}
.cm95 .btn-outline-z-background.disabled,
.cm95 .btn-outline-z-background:disabled {
  color: #f6f8f5;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-z-background:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-z-background:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-z-background.dropdown-toggle {
  color: #212529;
  background-color: #f6f8f5;
  border-color: #f6f8f5;
}
.cm95 .btn-outline-z-background:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-z-background:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-z-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 248, 245, 0.5);
}
.cm95 .btn-outline-z-primary {
  color: #dbefce;
  border-color: #dbefce;
}
.cm95 .btn-outline-z-primary:hover {
  color: #212529;
  background-color: #dbefce;
  border-color: #dbefce;
}
.cm95 .btn-outline-z-primary:focus,
.cm95 .btn-outline-z-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 239, 206, 0.5);
}
.cm95 .btn-outline-z-primary.disabled,
.cm95 .btn-outline-z-primary:disabled {
  color: #dbefce;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-z-primary:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-z-primary:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-z-primary.dropdown-toggle {
  color: #212529;
  background-color: #dbefce;
  border-color: #dbefce;
}
.cm95 .btn-outline-z-primary:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-z-primary:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-z-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 239, 206, 0.5);
}
.cm95 .btn-outline-z-success {
  color: #059669;
  border-color: #059669;
}
.cm95 .btn-outline-z-success:hover {
  color: #fff;
  background-color: #059669;
  border-color: #059669;
}
.cm95 .btn-outline-z-success:focus,
.cm95 .btn-outline-z-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 150, 105, 0.5);
}
.cm95 .btn-outline-z-success.disabled,
.cm95 .btn-outline-z-success:disabled {
  color: #059669;
  background-color: rgba(0, 0, 0, 0);
}
.cm95 .btn-outline-z-success:not(:disabled):not(.disabled):active,
.cm95 .btn-outline-z-success:not(:disabled):not(.disabled).active,
.show > .cm95 .btn-outline-z-success.dropdown-toggle {
  color: #fff;
  background-color: #059669;
  border-color: #059669;
}
.cm95 .btn-outline-z-success:not(:disabled):not(.disabled):active:focus,
.cm95 .btn-outline-z-success:not(:disabled):not(.disabled).active:focus,
.show > .cm95 .btn-outline-z-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 150, 105, 0.5);
}
.cm95 .btn-link {
  font-weight: 400;
  color: #00afec;
  text-decoration: none;
}
.cm95 .btn-link:hover {
  color: #ff800f;
  text-decoration: underline;
}
.cm95 .btn-link:focus,
.cm95 .btn-link.focus {
  text-decoration: underline;
}
.cm95 .btn-link:disabled,
.cm95 .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.cm95 .btn-lg,
.cm95 .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.cm95 .btn-sm,
.cm95 .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.cm95 .btn-block {
  display: block;
  width: 100%;
}
.cm95 .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.cm95 input[type="submit"].btn-block,
.cm95 input[type="reset"].btn-block,
.cm95 input[type="button"].btn-block {
  width: 100%;
}
.cm95 .btn-group,
.cm95 .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.cm95 .btn-group > .btn,
.cm95 .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.cm95 .btn-group > .btn:hover,
.cm95 .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.cm95 .btn-group > .btn:focus,
.cm95 .btn-group > .btn:active,
.cm95 .btn-group > .btn.active,
.cm95 .btn-group-vertical > .btn:focus,
.cm95 .btn-group-vertical > .btn:active,
.cm95 .btn-group-vertical > .btn.active {
  z-index: 1;
}
.cm95 .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cm95 .btn-toolbar .input-group {
  width: auto;
}
.cm95 .btn-group > .btn:not(:first-child),
.cm95 .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.cm95 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.cm95 .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cm95 .btn-group > .btn:not(:first-child),
.cm95 .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cm95 .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.cm95 .dropdown-toggle-split:after,
.dropup .cm95 .dropdown-toggle-split:after,
.dropright .cm95 .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .cm95 .dropdown-toggle-split:before {
  margin-right: 0;
}
.cm95 .btn-sm + .dropdown-toggle-split,
.cm95 .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.cm95 .btn-lg + .dropdown-toggle-split,
.cm95 .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cm95 .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cm95 .btn-group-vertical > .btn,
.cm95 .btn-group-vertical > .btn-group {
  width: 100%;
}
.cm95 .btn-group-vertical > .btn:not(:first-child),
.cm95 .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.cm95 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.cm95 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cm95 .btn-group-vertical > .btn:not(:first-child),
.cm95 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cm95 .btn-group-toggle > .btn,
.cm95 .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.cm95 .btn-group-toggle > .btn input[type="radio"],
.cm95 .btn-group-toggle > .btn input[type="checkbox"],
.cm95 .btn-group-toggle > .btn-group > .btn input[type="radio"],
.cm95 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.cm95 .border {
  border: 1px solid #dee2e6 !important;
}
.cm95 .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.cm95 .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.cm95 .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.cm95 .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.cm95 .border-0 {
  border: 0 !important;
}
.cm95 .border-top-0 {
  border-top: 0 !important;
}
.cm95 .border-right-0 {
  border-right: 0 !important;
}
.cm95 .border-bottom-0 {
  border-bottom: 0 !important;
}
.cm95 .border-left-0 {
  border-left: 0 !important;
}
.cm95 .border-cm {
  border-color: #6ebe3b !important;
}
.cm95 .border-cm-dark-1 {
  border-color: #44ab00 !important;
}
.cm95 .border-dark {
  border-color: #21252e !important;
}
.cm95 .border-dark-2 {
  border-color: #0c121f !important;
}
.cm95 .border-dark-lighter-1 {
  border-color: #1b1f2b !important;
}
.cm95 .border-dark-lighter-2 {
  border-color: #272a36 !important;
}
.cm95 .border-success {
  border-color: #44ab00 !important;
}
.cm95 .border-success-hover {
  border-color: #399202 !important;
}
.cm95 .border-warning {
  border-color: #f8a64f !important;
}
.cm95 .border-error {
  border-color: #ff4200 !important;
}
.cm95 .border-danger {
  border-color: #f55155 !important;
}
.cm95 .border-info {
  border-color: #00afec !important;
}
.cm95 .border-primary {
  border-color: #007bff !important;
}
.cm95 .border-secondary {
  border-color: #6b7183 !important;
}
.cm95 .border-light {
  border-color: #fff !important;
}
.cm95 .border-text {
  border-color: #292d38 !important;
}
.cm95 .border-link {
  border-color: #00afec !important;
}
.cm95 .border-link-darker-1 {
  border-color: #3365ca !important;
}
.cm95 .border-link-hover {
  border-color: #ff800f !important;
}
.cm95 .border-ash {
  border-color: #a7afc6 !important;
}
.cm95 .border-ash-lighter-1 {
  border-color: #e6e6e6 !important;
}
.cm95 .border-ash-lighter-2 {
  border-color: #eef1f7 !important;
}
.cm95 .border-ash-lighter-3 {
  border-color: #dfe4ed !important;
}
.cm95 .border-ash-lighter-4 {
  border-color: #f1f3f7 !important;
}
.cm95 .border-ash-darker-1 {
  border-color: #6b7183 !important;
}
.cm95 .border-white {
  border-color: #fff !important;
}
.cm95 .border-white-darker-1 {
  border-color: #fafafa !important;
}
.cm95 .border-white-darker-2 {
  border-color: #f3f3f3 !important;
}
.cm95 .border-white-darker-3 {
  border-color: #eee !important;
}
.cm95 .border-black {
  border-color: #000 !important;
}
.cm95 .border-fb {
  border-color: #3e5c98 !important;
}
.cm95 .border-tw {
  border-color: #55acee !important;
}
.cm95 .border-ln {
  border-color: #007cb4 !important;
}
.cm95 .border-yt {
  border-color: #c00c00 !important;
}
.cm95 .border-greenGradientStart {
  border-color: #6ebe3b !important;
}
.cm95 .border-greenGradientEnd {
  border-color: #039200 !important;
}
.cm95 .border-green-1 {
  border-color: #92d765 !important;
}
.cm95 .border-green-2 {
  border-color: #73c040 !important;
}
.cm95 .border-green-3 {
  border-color: #129a08 !important;
}
.cm95 .border-dark-grey {
  border-color: #2d313c !important;
}
.cm95 .border-dark-mode {
  border-color: #23293b !important;
}
.cm95 .border-gray {
  border-color: #3a3f51 !important;
}
.cm95 .border-blue-lighter-1 {
  border-color: #f5f6f9 !important;
}
.cm95 .border-blue-lighter-2 {
  border-color: #cceffb !important;
}
.cm95 .border-blue-darker {
  border-color: #00afec !important;
}
.cm95 .border-disabled {
  border-color: #f1f3f7 !important;
}
.cm95 .border-input {
  border-color: #e1e5ee !important;
}
.cm95 .border-z-background {
  border-color: #f6f8f5 !important;
}
.cm95 .border-z-primary {
  border-color: #dbefce !important;
}
.cm95 .border-z-success {
  border-color: #059669 !important;
}
.cm95 .border-white {
  border-color: #fff !important;
}
.cm95 .rounded-sm {
  border-radius: 0.2rem !important;
}
.cm95 .rounded {
  border-radius: 0.25rem !important;
}
.cm95 .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.cm95 .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.cm95 .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.cm95 .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.cm95 .rounded-lg {
  border-radius: 0.3rem !important;
}
.cm95 .rounded-circle {
  border-radius: 50% !important;
}
.cm95 .rounded-pill {
  border-radius: 50rem !important;
}
.cm95 .rounded-0 {
  border-radius: 0 !important;
}
.cm95 .bg-cm {
  background-color: #6ebe3b !important;
}
.cm95 a.bg-cm:hover,
.cm95 a.bg-cm:focus,
.cm95 button.bg-cm:hover,
.cm95 button.bg-cm:focus {
  background-color: #57972f !important;
}
.cm95 .bg-cm-dark-1 {
  background-color: #44ab00 !important;
}
.cm95 a.bg-cm-dark-1:hover,
.cm95 a.bg-cm-dark-1:focus,
.cm95 button.bg-cm-dark-1:hover,
.cm95 button.bg-cm-dark-1:focus {
  background-color: #307800 !important;
}
.cm95 .bg-dark {
  background-color: #21252e !important;
}
.cm95 a.bg-dark:hover,
.cm95 a.bg-dark:focus,
.cm95 button.bg-dark:hover,
.cm95 button.bg-dark:focus {
  background-color: #0c0d10 !important;
}
.cm95 .bg-dark-2 {
  background-color: #0c121f !important;
}
.cm95 a.bg-dark-2:hover,
.cm95 a.bg-dark-2:focus,
.cm95 button.bg-dark-2:hover,
.cm95 button.bg-dark-2:focus {
  background-color: #000 !important;
}
.cm95 .bg-dark-lighter-1 {
  background-color: #1b1f2b !important;
}
.cm95 a.bg-dark-lighter-1:hover,
.cm95 a.bg-dark-lighter-1:focus,
.cm95 button.bg-dark-lighter-1:hover,
.cm95 button.bg-dark-lighter-1:focus {
  background-color: #07080c !important;
}
.cm95 .bg-dark-lighter-2 {
  background-color: #272a36 !important;
}
.cm95 a.bg-dark-lighter-2:hover,
.cm95 a.bg-dark-lighter-2:focus,
.cm95 button.bg-dark-lighter-2:hover,
.cm95 button.bg-dark-lighter-2:focus {
  background-color: #121318 !important;
}
.cm95 .bg-success {
  background-color: #44ab00 !important;
}
.cm95 a.bg-success:hover,
.cm95 a.bg-success:focus,
.cm95 button.bg-success:hover,
.cm95 button.bg-success:focus {
  background-color: #307800 !important;
}
.cm95 .bg-success-hover {
  background-color: #399202 !important;
}
.cm95 a.bg-success-hover:hover,
.cm95 a.bg-success-hover:focus,
.cm95 button.bg-success-hover:hover,
.cm95 button.bg-success-hover:focus {
  background-color: #256001 !important;
}
.cm95 .bg-warning {
  background-color: #f8a64f !important;
}
.cm95 a.bg-warning:hover,
.cm95 a.bg-warning:focus,
.cm95 button.bg-warning:hover,
.cm95 button.bg-warning:focus {
  background-color: #f68d1e !important;
}
.cm95 .bg-error {
  background-color: #ff4200 !important;
}
.cm95 a.bg-error:hover,
.cm95 a.bg-error:focus,
.cm95 button.bg-error:hover,
.cm95 button.bg-error:focus {
  background-color: #cc3500 !important;
}
.cm95 .bg-danger {
  background-color: #f55155 !important;
}
.cm95 a.bg-danger:hover,
.cm95 a.bg-danger:focus,
.cm95 button.bg-danger:hover,
.cm95 button.bg-danger:focus {
  background-color: #f22126 !important;
}
.cm95 .bg-info {
  background-color: #00afec !important;
}
.cm95 a.bg-info:hover,
.cm95 a.bg-info:focus,
.cm95 button.bg-info:hover,
.cm95 button.bg-info:focus {
  background-color: #0089b9 !important;
}
.cm95 .bg-primary {
  background-color: #007bff !important;
}
.cm95 a.bg-primary:hover,
.cm95 a.bg-primary:focus,
.cm95 button.bg-primary:hover,
.cm95 button.bg-primary:focus {
  background-color: #0062cc !important;
}
.cm95 .bg-secondary {
  background-color: #6b7183 !important;
}
.cm95 a.bg-secondary:hover,
.cm95 a.bg-secondary:focus,
.cm95 button.bg-secondary:hover,
.cm95 button.bg-secondary:focus {
  background-color: #545967 !important;
}
.cm95 .bg-light {
  background-color: #fff !important;
}
.cm95 a.bg-light:hover,
.cm95 a.bg-light:focus,
.cm95 button.bg-light:hover,
.cm95 button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.cm95 .bg-text {
  background-color: #292d38 !important;
}
.cm95 a.bg-text:hover,
.cm95 a.bg-text:focus,
.cm95 button.bg-text:hover,
.cm95 button.bg-text:focus {
  background-color: #13151b !important;
}
.cm95 .bg-link {
  background-color: #00afec !important;
}
.cm95 a.bg-link:hover,
.cm95 a.bg-link:focus,
.cm95 button.bg-link:hover,
.cm95 button.bg-link:focus {
  background-color: #0089b9 !important;
}
.cm95 .bg-link-darker-1 {
  background-color: #3365ca !important;
}
.cm95 a.bg-link-darker-1:hover,
.cm95 a.bg-link-darker-1:focus,
.cm95 button.bg-link-darker-1:hover,
.cm95 button.bg-link-darker-1:focus {
  background-color: #2951a1 !important;
}
.cm95 .bg-link-hover {
  background-color: #ff800f !important;
}
.cm95 a.bg-link-hover:hover,
.cm95 a.bg-link-hover:focus,
.cm95 button.bg-link-hover:hover,
.cm95 button.bg-link-hover:focus {
  background-color: #db6700 !important;
}
.cm95 .bg-ash {
  background-color: #a7afc6 !important;
}
.cm95 a.bg-ash:hover,
.cm95 a.bg-ash:focus,
.cm95 button.bg-ash:hover,
.cm95 button.bg-ash:focus {
  background-color: #8893b2 !important;
}
.cm95 .bg-ash-lighter-1 {
  background-color: #e6e6e6 !important;
}
.cm95 a.bg-ash-lighter-1:hover,
.cm95 a.bg-ash-lighter-1:focus,
.cm95 button.bg-ash-lighter-1:hover,
.cm95 button.bg-ash-lighter-1:focus {
  background-color: #cdcdcd !important;
}
.cm95 .bg-ash-lighter-2 {
  background-color: #eef1f7 !important;
}
.cm95 a.bg-ash-lighter-2:hover,
.cm95 a.bg-ash-lighter-2:focus,
.cm95 button.bg-ash-lighter-2:hover,
.cm95 button.bg-ash-lighter-2:focus {
  background-color: #cbd4e7 !important;
}
.cm95 .bg-ash-lighter-3 {
  background-color: #dfe4ed !important;
}
.cm95 a.bg-ash-lighter-3:hover,
.cm95 a.bg-ash-lighter-3:focus,
.cm95 button.bg-ash-lighter-3:hover,
.cm95 button.bg-ash-lighter-3:focus {
  background-color: #bec8db !important;
}
.cm95 .bg-ash-lighter-4 {
  background-color: #f1f3f7 !important;
}
.cm95 a.bg-ash-lighter-4:hover,
.cm95 a.bg-ash-lighter-4:focus,
.cm95 button.bg-ash-lighter-4:hover,
.cm95 button.bg-ash-lighter-4:focus {
  background-color: #d1d7e4 !important;
}
.cm95 .bg-ash-darker-1 {
  background-color: #6b7183 !important;
}
.cm95 a.bg-ash-darker-1:hover,
.cm95 a.bg-ash-darker-1:focus,
.cm95 button.bg-ash-darker-1:hover,
.cm95 button.bg-ash-darker-1:focus {
  background-color: #545967 !important;
}
.cm95 .bg-white {
  background-color: #fff !important;
}
.cm95 a.bg-white:hover,
.cm95 a.bg-white:focus,
.cm95 button.bg-white:hover,
.cm95 button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.cm95 .bg-white-darker-1 {
  background-color: #fafafa !important;
}
.cm95 a.bg-white-darker-1:hover,
.cm95 a.bg-white-darker-1:focus,
.cm95 button.bg-white-darker-1:hover,
.cm95 button.bg-white-darker-1:focus {
  background-color: #e1e1e1 !important;
}
.cm95 .bg-white-darker-2 {
  background-color: #f3f3f3 !important;
}
.cm95 a.bg-white-darker-2:hover,
.cm95 a.bg-white-darker-2:focus,
.cm95 button.bg-white-darker-2:hover,
.cm95 button.bg-white-darker-2:focus {
  background-color: #dadada !important;
}
.cm95 .bg-white-darker-3 {
  background-color: #eee !important;
}
.cm95 a.bg-white-darker-3:hover,
.cm95 a.bg-white-darker-3:focus,
.cm95 button.bg-white-darker-3:hover,
.cm95 button.bg-white-darker-3:focus {
  background-color: #d5d5d5 !important;
}
.cm95 .bg-black {
  background-color: #000 !important;
}
.cm95 a.bg-black:hover,
.cm95 a.bg-black:focus,
.cm95 button.bg-black:hover,
.cm95 button.bg-black:focus {
  background-color: #000 !important;
}
.cm95 .bg-fb {
  background-color: #3e5c98 !important;
}
.cm95 a.bg-fb:hover,
.cm95 a.bg-fb:focus,
.cm95 button.bg-fb:hover,
.cm95 button.bg-fb:focus {
  background-color: #2f4674 !important;
}
.cm95 .bg-tw {
  background-color: #55acee !important;
}
.cm95 a.bg-tw:hover,
.cm95 a.bg-tw:focus,
.cm95 button.bg-tw:hover,
.cm95 button.bg-tw:focus {
  background-color: #2795e9 !important;
}
.cm95 .bg-ln {
  background-color: #007cb4 !important;
}
.cm95 a.bg-ln:hover,
.cm95 a.bg-ln:focus,
.cm95 button.bg-ln:hover,
.cm95 button.bg-ln:focus {
  background-color: #005981 !important;
}
.cm95 .bg-yt {
  background-color: #c00c00 !important;
}
.cm95 a.bg-yt:hover,
.cm95 a.bg-yt:focus,
.cm95 button.bg-yt:hover,
.cm95 button.bg-yt:focus {
  background-color: #8d0900 !important;
}
.cm95 .bg-greenGradientStart {
  background-color: #6ebe3b !important;
}
.cm95 a.bg-greenGradientStart:hover,
.cm95 a.bg-greenGradientStart:focus,
.cm95 button.bg-greenGradientStart:hover,
.cm95 button.bg-greenGradientStart:focus {
  background-color: #57972f !important;
}
.cm95 .bg-greenGradientEnd {
  background-color: #039200 !important;
}
.cm95 a.bg-greenGradientEnd:hover,
.cm95 a.bg-greenGradientEnd:focus,
.cm95 button.bg-greenGradientEnd:hover,
.cm95 button.bg-greenGradientEnd:focus {
  background-color: #025f00 !important;
}
.cm95 .bg-green-1 {
  background-color: #92d765 !important;
}
.cm95 a.bg-green-1:hover,
.cm95 a.bg-green-1:focus,
.cm95 button.bg-green-1:hover,
.cm95 button.bg-green-1:focus {
  background-color: #75cc3d !important;
}
.cm95 .bg-green-2 {
  background-color: #73c040 !important;
}
.cm95 a.bg-green-2:hover,
.cm95 a.bg-green-2:focus,
.cm95 button.bg-green-2:hover,
.cm95 button.bg-green-2:focus {
  background-color: #5c9a33 !important;
}
.cm95 .bg-green-3 {
  background-color: #129a08 !important;
}
.cm95 a.bg-green-3:hover,
.cm95 a.bg-green-3:focus,
.cm95 button.bg-green-3:hover,
.cm95 button.bg-green-3:focus {
  background-color: #0c6a05 !important;
}
.cm95 .bg-dark-grey {
  background-color: #2d313c !important;
}
.cm95 a.bg-dark-grey:hover,
.cm95 a.bg-dark-grey:focus,
.cm95 button.bg-dark-grey:hover,
.cm95 button.bg-dark-grey:focus {
  background-color: #17191f !important;
}
.cm95 .bg-dark-mode {
  background-color: #23293b !important;
}
.cm95 a.bg-dark-mode:hover,
.cm95 a.bg-dark-mode:focus,
.cm95 button.bg-dark-mode:hover,
.cm95 button.bg-dark-mode:focus {
  background-color: #10131b !important;
}
.cm95 .bg-gray {
  background-color: #3a3f51 !important;
}
.cm95 a.bg-gray:hover,
.cm95 a.bg-gray:focus,
.cm95 button.bg-gray:hover,
.cm95 button.bg-gray:focus {
  background-color: #252833 !important;
}
.cm95 .bg-blue-lighter-1 {
  background-color: #f5f6f9 !important;
}
.cm95 a.bg-blue-lighter-1:hover,
.cm95 a.bg-blue-lighter-1:focus,
.cm95 button.bg-blue-lighter-1:hover,
.cm95 button.bg-blue-lighter-1:focus {
  background-color: #d5d9e6 !important;
}
.cm95 .bg-blue-lighter-2 {
  background-color: #cceffb !important;
}
.cm95 a.bg-blue-lighter-2:hover,
.cm95 a.bg-blue-lighter-2:focus,
.cm95 button.bg-blue-lighter-2:hover,
.cm95 button.bg-blue-lighter-2:focus {
  background-color: #9de0f7 !important;
}
.cm95 .bg-blue-darker {
  background-color: #00afec !important;
}
.cm95 a.bg-blue-darker:hover,
.cm95 a.bg-blue-darker:focus,
.cm95 button.bg-blue-darker:hover,
.cm95 button.bg-blue-darker:focus {
  background-color: #0089b9 !important;
}
.cm95 .bg-disabled {
  background-color: #f1f3f7 !important;
}
.cm95 a.bg-disabled:hover,
.cm95 a.bg-disabled:focus,
.cm95 button.bg-disabled:hover,
.cm95 button.bg-disabled:focus {
  background-color: #d1d7e4 !important;
}
.cm95 .bg-input {
  background-color: #e1e5ee !important;
}
.cm95 a.bg-input:hover,
.cm95 a.bg-input:focus,
.cm95 button.bg-input:hover,
.cm95 button.bg-input:focus {
  background-color: #c0c9dc !important;
}
.cm95 .bg-z-background {
  background-color: #f6f8f5 !important;
}
.cm95 a.bg-z-background:hover,
.cm95 a.bg-z-background:focus,
.cm95 button.bg-z-background:hover,
.cm95 button.bg-z-background:focus {
  background-color: #dbe3d7 !important;
}
.cm95 .bg-z-primary {
  background-color: #dbefce !important;
}
.cm95 a.bg-z-primary:hover,
.cm95 a.bg-z-primary:focus,
.cm95 button.bg-z-primary:hover,
.cm95 button.bg-z-primary:focus {
  background-color: #bfe2a8 !important;
}
.cm95 .bg-z-success {
  background-color: #059669 !important;
}
.cm95 a.bg-z-success:hover,
.cm95 a.bg-z-success:focus,
.cm95 button.bg-z-success:hover,
.cm95 button.bg-z-success:focus {
  background-color: #036546 !important;
}
.cm95 .bg-white {
  background-color: #fff !important;
}
.cm95 .bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cm95 .btn-warning,
.cm95 .btn-success,
.cm95 .btn-link {
  color: #fff;
}
.cm95 .btn-light,
.cm95 .btn-white {
  color: #1b1f2b;
}
.cm95 .btn-light:hover,
.cm95 .btn-white:hover {
  background-color: #fff;
  box-shadow: 0 0 106px 0 #d9dde8;
  border-color: #fff;
}
.cm95 .bg-light,
.cm95 .bg-white {
  color: #1b1f2b !important;
}
.cm95 .btn-success:hover {
  background-color: #399202;
  border-color: #399202;
}
.cm95 .btn-warning:hover {
  color: #fff;
}
.cm95 .btn-dashed {
  color: #1b1f2b;
  border: 1px dashed #e1e5ee;
}
.cm95 .btn-dashed:hover {
  border-color: #a7afc6;
}
.cm95 .btn {
  font-size: 15px;
  font-weight: 500;
  min-width: 185px;
  padding: 12px 30px;
  transition:
    background-color 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out,
    color 0.5s ease-in-out,
    border-color 0.5s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.cm95 .btn.dropdown-toggle {
  min-width: auto;
}
.cm95 .btn--large {
  min-width: 225px;
}
.cm95 a.text-link:hover,
.cm95 a.text-link:focus {
  color: #ff800f !important;
}
.cm95 .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,
.cm95 .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
  display: none !important;
}
.stroke-primary {
  stroke: #007bff;
}
.stroke-secondary {
  stroke: #6b7183;
}
.stroke-success {
  stroke: #44ab00;
}
.stroke-warning {
  stroke: #f8a64f;
}
.stroke-error {
  stroke: #ff4200;
}
.stroke-info {
  stroke: #00afec;
}
.stroke-link {
  stroke: #00afec;
}
.stroke-white {
  stroke: #fff;
}
.stroke-dark {
  stroke: #21252e;
}
.stroke-light {
  stroke: #fff;
}
@keyframes feature-link-06069fa6 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.link[data-v-06069fa6] {
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.5s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.link[data-v-06069fa6]:hover {
  color: #ff800f !important;
}
.link:hover .arrow[data-v-06069fa6] {
  animation-name: feature-link-06069fa6;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  stroke: #ff800f !important;
}
.link.disabled[data-v-06069fa6] {
  pointer-events: none;
  opacity: 0.65;
}
.arrow[data-v-06069fa6] {
  width: 25px;
  height: 25px;
  stroke-width: 2px;
  transition: stroke 0.5s ease-in-out;
}
.slide-down-enter-active[data-v-f51c9918],
.slide-down-leave-active[data-v-f51c9918] {
  transition:
    transform 0.2s,
    opacity 0.2s;
  position: absolute;
}
.slide-down-enter[data-v-f51c9918] {
  transform: translateY(-16px);
  opacity: 0;
}
.slide-down-leave-to[data-v-f51c9918] {
  transform: translateY(16px);
  opacity: 0;
}
.lang-wrapper[data-v-f51c9918] {
  position: relative;
  padding: 4px 6px;
}
.lang-choosen[data-v-f51c9918] {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lang-choosen svg[data-v-f51c9918] {
  width: 18px;
  height: 18px;
  stroke: #6b7183;
}
.lang-choosen__name[data-v-f51c9918] {
  font-family: "Roboto", "robotoregular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .lang-choosen__name[data-v-f51c9918] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .lang-choosen__name[data-v-f51c9918] {
    font-size: 18px;
  }
}
.lang-choosen__caret[data-v-f51c9918] {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #fff;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}
[data-v-f51c9918] .text-decoration-none {
  box-shadow: none;
}
[data-v-f51c9918] .dropdown-menu {
  text-align: center !important;
  border-radius: 20px !important;
  border: none !important;
  min-width: 100px !important;
  width: 100px;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 5px) !important;
  padding: 12px 8px !important;
  box-shadow: 0 9px 27px rgba(31, 45, 86, 0.07);
}
[data-v-f51c9918] .dropdown-menu:before {
  display: none;
}
[data-v-f51c9918] .dropdown-menu a {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  display: block;
  color: #1b1f2b !important;
  transition: background-color 0.5s ease-in-out;
  border-radius: 10px !important;
  padding: 8px 0 !important;
  position: relative;
}
[data-v-f51c9918] .dropdown-menu a:hover {
  text-decoration: none;
  background-color: #eef1f7;
}
[data-v-f51c9918] .dropdown-menu a svg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
[data-v-f51c9918] button {
  padding: 3px 5px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
[data-v-f51c9918].dropdown-toggle:after {
  display: none;
}
.footer[data-v-d5c2936c] {
  font-family: "Roboto", "robotoregular", sans-serif;
  line-height: 1.5;
  background-color: #1b1f2b;
  color: #fff;
  padding: 100px 0 70px;
  overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
  .footer[data-v-d5c2936c] {
    padding: 50px 15px 40px;
  }
}
.footer__buttons[data-v-d5c2936c] {
  padding-bottom: 45px;
  border-bottom: 1px solid #2d313c;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer__buttons[data-v-d5c2936c] {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__logo[data-v-d5c2936c] {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.footer__logo img[data-v-d5c2936c] {
  width: 214px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .footer__logo img[data-v-d5c2936c] {
    width: 170px;
  }
}
.footer__logo span[data-v-d5c2936c] {
  color: #ccd0dc;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .footer__logo span[data-v-d5c2936c] {
    font-size: 12px;
  }
}
.footer__actions[data-v-d5c2936c] {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .footer__actions[data-v-d5c2936c] {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .footer__actions[data-v-d5c2936c] {
    flex-direction: column;
  }
}
.footer__actions .btn[data-v-d5c2936c] {
  margin-right: 25px;
  min-width: 130px !important;
  font-size: 15px;
}
@media only screen and (max-width: 576px) {
  .footer__actions .btn[data-v-d5c2936c] {
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer__actions .btn[data-v-d5c2936c]:nth-child(2) {
    margin-top: 25px;
  }
}
.footer__langs[data-v-d5c2936c] {
  order: 1;
}
@media only screen and (max-width: 992px) {
  .footer__langs[data-v-d5c2936c] {
    order: initial;
  }
}
.footer__langs[data-v-d5c2936c] .lang-choosen__name {
  font-size: 14px;
}
.footer__lists[data-v-d5c2936c] {
  padding-top: 45px;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer__lists[data-v-d5c2936c] {
    padding: 35px 0;
  }
}
.footer__lists div[data-v-d5c2936c] {
  width: 240px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .footer__lists div[data-v-d5c2936c] {
    width: 190px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__lists div[data-v-d5c2936c] {
    width: 50%;
    margin-bottom: 25px;
  }
}
.footer__lists div[data-v-d5c2936c]:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .footer__lists div[data-v-d5c2936c]:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer__lists ul[data-v-d5c2936c] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__category[data-v-d5c2936c] {
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .footer__category[data-v-d5c2936c] {
    font-size: 14px;
  }
}
.footer__item[data-v-d5c2936c] {
  margin-bottom: 15px;
}
.footer__link[data-v-d5c2936c] {
  font-size: 14px;
  color: #ccd0dc;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.footer__link[data-v-d5c2936c]:hover {
  color: #44ab00;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer__link[data-v-d5c2936c] {
    font-size: 12px;
  }
}
.footer__stores[data-v-d5c2936c] {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .footer__stores[data-v-d5c2936c] {
    width: 100% !important;
  }
}
.footer__store[data-v-d5c2936c] {
  display: block;
  height: 40px;
  width: 135px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .footer__store[data-v-d5c2936c] {
    display: inline-block;
    margin-right: 15px;
  }
}
.footer__socials[data-v-d5c2936c] {
  margin-bottom: 30px;
}
.footer__socials ul[data-v-d5c2936c] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer__social[data-v-d5c2936c] {
  width: 34px;
  height: 34px;
  margin-right: 35px;
  flex-shrink: 0;
}
.footer__social[data-v-d5c2936c]:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .footer__social[data-v-d5c2936c] {
    width: 30px;
    height: 30px;
    margin-right: 23px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__social[data-v-d5c2936c] {
    width: 48px;
    height: 48px;
    margin-right: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .footer__social[data-v-d5c2936c] {
    width: 40px;
    height: 40px;
    margin-right: 40px;
  }
}
.footer__social a[data-v-d5c2936c] {
  background-color: #3a3f51;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  transition: background-color 0.5s ease-in-out;
  fill: #fff;
}
.footer__social:nth-child(1):hover a[data-v-d5c2936c] {
  background-color: #3e5c98;
}
.footer__social:nth-child(2):hover a[data-v-d5c2936c] {
  background-color: #007cb4;
}
.footer__social:nth-child(3):hover a[data-v-d5c2936c] {
  background-color: #55acee;
}
.footer__social:nth-child(4):hover a[data-v-d5c2936c] {
  background-color: #c00c00;
}
.footer__social img[data-v-d5c2936c] {
  width: 100%;
  height: 100%;
}
.footer__secure a[data-v-d5c2936c] {
  display: inline-block;
}
.menu-tech[data-v-a17827c6] {
  height: 40px;
  width: 100%;
  background-color: #1b1f2b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 50px;
  margin: 0 0 30px;
  list-style-type: none;
}
@media only screen and (max-width: 1200px) {
  .menu-tech[data-v-a17827c6] {
    padding: 0 30px;
  }
}
.menu-tech li[data-v-a17827c6] {
  margin-right: 55px;
}
@media only screen and (max-width: 992px) {
  .menu-tech li[data-v-a17827c6] {
    margin-right: 0;
    border-bottom: 1px solid #3a4050;
    width: 100%;
  }
}
.menu-tech a[data-v-a17827c6] {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.menu-tech a[data-v-a17827c6]:hover {
  color: #44ab00;
}
@media only screen and (max-width: 1200px) {
  .menu-tech a[data-v-a17827c6] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .menu-tech a[data-v-a17827c6] {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .menu-tech .menu-language[data-v-a17827c6] {
    padding: 11px 20px;
  }
}
.menu-pages[data-v-f2cc7020] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.menu-pages__item[data-v-f2cc7020] {
  position: relative;
  padding: 13px 40px;
}
@media only screen and (max-width: 1200px) {
  .menu-pages__item[data-v-f2cc7020] {
    padding: 13px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .menu-pages__item[data-v-f2cc7020] {
    padding: 0;
    border-bottom: 1px solid #eef1f7;
    width: 100%;
  }
  .menu-pages__item[data-v-f2cc7020]:first-child {
    border-top: 1px solid #eef1f7;
  }
}
.fixed .menu-pages__item[data-v-f2cc7020],
.small-menu .menu-pages__item[data-v-f2cc7020] {
  padding: 13px 40px;
}
@media only screen and (max-width: 1200px) {
  .fixed .menu-pages__item[data-v-f2cc7020],
  .small-menu .menu-pages__item[data-v-f2cc7020] {
    padding: 13px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .fixed .menu-pages__item[data-v-f2cc7020],
  .small-menu .menu-pages__item[data-v-f2cc7020] {
    padding: 0;
  }
}
.menu-pages__item[data-v-f2cc7020]:hover {
  background-color: #fff;
  border-radius: 50px;
}
.menu-pages__item:hover .mega-menu[data-v-f2cc7020] {
  display: flex;
  box-shadow: 0 27px 27px rgba(31, 45, 86, 0.07);
}
@media only screen and (max-width: 992px) {
  .menu-pages__item:hover .mega-menu[data-v-f2cc7020] {
    background-color: #eef1f7;
    display: none;
  }
}
.menu-pages__item.is-submenu[data-v-f2cc7020]:hover {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 27px rgba(31, 45, 86, 0.07);
}
@media only screen and (max-width: 992px) {
  .menu-pages__item.is-submenu[data-v-f2cc7020]:hover {
    background-color: #eef1f7;
    border-radius: 0;
  }
}
.menu-pages__item.is-submenu[data-v-f2cc7020]:hover:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -21px;
  height: 21px;
  width: 21px;
  background-image: url(../images/right.b90a2da.svg);
}
@media only screen and (max-width: 992px) {
  .menu-pages__item.is-submenu[data-v-f2cc7020]:hover:after {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .menu-pages__item.is-submenu[data-v-f2cc7020]:hover:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -21px;
    height: 21px;
    width: 21px;
    background-image: url(../images/left.47517ae.svg);
  }
}
@media only screen and (max-width: 992px) {
  .menu-pages__item.is-submenu[data-v-f2cc7020]:hover:before {
    display: none;
  }
}
.fixed .is-submenu[data-v-f2cc7020]:hover:after {
  bottom: 0;
}
.menu-pages__item.active[data-v-f2cc7020] {
  background-color: #eef1f7;
  border-radius: 0;
}
.menu-pages__link[data-v-f2cc7020] {
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  line-height: 1;
  color: #1b1f2b;
  text-decoration: none;
  position: relative;
}
.menu-pages__link[data-v-f2cc7020]:not([href*="http"]):after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 4px;
  border-top-color: #1b1f2b;
  margin-left: 7px;
  margin-top: 2px;
}
@media only screen and (max-width: 1200px) {
  .menu-pages__link[data-v-f2cc7020] {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .menu-pages__link[data-v-f2cc7020] {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.mega-menu[data-v-f2cc7020] {
  position: absolute;
  left: 0;
  margin: 11px 0 0;
  padding: 20px;
  list-style-type: none;
  width: 760px;
  flex-wrap: wrap;
  display: none;
  background-color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  z-index: 2;
}
.fixed .mega-menu[data-v-f2cc7020],
.small-menu .mega-menu[data-v-f2cc7020] {
  margin-top: 13px;
}
.active .mega-menu[data-v-f2cc7020] {
  background-color: #eef1f7;
}
@media only screen and (max-width: 1500px) {
  .mega-menu[data-v-f2cc7020] {
    left: -310px;
    border-top-left-radius: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mega-menu[data-v-f2cc7020] {
    left: -260px;
    width: 660px;
  }
}
@media only screen and (max-width: 992px) {
  .mega-menu[data-v-f2cc7020] {
    position: static;
    width: 100%;
    flex-direction: column;
    margin: 0;
    border-radius: 0;
    padding: 0 20px 20px;
  }
}
.mega-menu.show[data-v-f2cc7020] {
  display: flex !important;
}
.mega-menu li[data-v-f2cc7020] {
  width: 33%;
}
@media only screen and (max-width: 992px) {
  .mega-menu li[data-v-f2cc7020] {
    width: 100% !important;
  }
}
.mega-menu li.promo[data-v-f2cc7020] {
  width: 66%;
}
.mega-menu a[data-v-f2cc7020] {
  position: relative;
  display: flex;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .mega-menu a[data-v-f2cc7020] {
    background-color: rgba(0, 0, 0, 0);
  }
}
.mega-menu a[data-v-f2cc7020]:hover {
  background-color: #eef1f7;
}
@media only screen and (max-width: 992px) {
  .mega-menu a[data-v-f2cc7020]:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
.mega-menu a[data-v-f2cc7020]:before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mega-menu a[data-v-f2cc7020]:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px;
    border-left-color: #aeb1ba;
    left: 0;
    margin-left: 7px;
  }
}
.mega-menu img[data-v-f2cc7020] {
  max-width: 70px;
  max-height: 70px;
  margin-right: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .mega-menu img[data-v-f2cc7020] {
    display: none;
  }
}
.mega-menu__label[data-v-f2cc7020] {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 6px 4px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .mega-menu__label[data-v-f2cc7020] {
    display: none;
  }
}
.mega-menu__name[data-v-f2cc7020] {
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  color: #1b1f2b;
  margin-bottom: 0;
}
.mega-menu__desc[data-v-f2cc7020] {
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.5;
  margin: 10px 0 0;
  color: #6b7183;
}
@media only screen and (max-width: 992px) {
  .mega-menu__desc[data-v-f2cc7020] {
    display: none;
  }
}
.dark .menu-pages__item .menu-pages__link[data-v-f2cc7020] {
  color: #fff;
}
.dark .menu-pages__item .menu-pages__link[data-v-f2cc7020]:after {
  border-top-color: #fff;
}
@media only screen and (max-width: 992px) {
  .dark .menu-pages__item .menu-pages__link[data-v-f2cc7020]:after {
    border-top-color: #1b1f2b;
  }
}
@media only screen and (max-width: 992px) {
  .dark .menu-pages__item .menu-pages__link[data-v-f2cc7020] {
    color: #1b1f2b;
  }
}
.dark .menu-pages__item:hover .menu-pages__link[data-v-f2cc7020] {
  color: #1b1f2b;
}
.dark .menu-pages__item:hover .menu-pages__link[data-v-f2cc7020]:after {
  border-top-color: #1b1f2b;
}
.dark.fixed[data-v-f2cc7020] {
  background-color: #fff;
}
.dark.fixed .menu-pages__item[data-v-f2cc7020]:before {
  bottom: 0;
}
.dark.fixed .menu-pages__link[data-v-f2cc7020] {
  color: #1b1f2b;
}
.dark.fixed .menu-pages__link[data-v-f2cc7020]:after {
  border-top-color: #1b1f2b;
}
.dark.fixed .mobile-button__item[data-v-f2cc7020] {
  background-color: #1b1f2b;
}
.banner-info[data-v-80494450] {
  position: relative;
  height: 75px;
  z-index: 1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .banner-info[data-v-80494450] {
    height: 167px;
  }
  .banner-info .container[data-v-80494450] {
    max-width: 350px !important;
  }
}
.banner-info__link[data-v-80494450] {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.banner-info__link > div[data-v-80494450],
.banner-info__link > div > div[data-v-80494450] {
  height: 100% !important;
}
.banner-info__content[data-v-80494450] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .banner-info__content[data-v-80494450] {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
.banner-info__desc[data-v-80494450] {
  position: relative;
  padding-left: 55px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner-info__desc[data-v-80494450] {
    padding-left: 0;
    margin-right: 0;
  }
}
.banner-info__desc h3[data-v-80494450] {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.222;
}
@media only screen and (max-width: 992px) {
  .banner-info__desc h3[data-v-80494450] {
    font-size: 14px;
    line-height: 1.286;
  }
}
@media only screen and (max-width: 768px) {
  .banner-info__desc h3[data-v-80494450] {
    font-size: 16px;
    line-height: 1.25;
  }
}
.banner-info__desc p[data-v-80494450] {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .banner-info__desc p[data-v-80494450] {
    font-size: 12px;
  }
}
.banner-info__icon[data-v-80494450] {
  stroke-width: 1;
  fill: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .banner-info__icon[data-v-80494450] {
    display: none;
  }
}
.banner-info__actions[data-v-80494450] {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .banner-info__actions[data-v-80494450] {
    align-self: flex-start;
    margin-top: 5px;
  }
}
.banner-info .btn[data-v-80494450] {
  align-self: center;
  min-width: 160px !important;
  margin-right: 12px;
}
@media only screen and (max-width: 992px) {
  .banner-info .btn[data-v-80494450] {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner-info .btn[data-v-80494450] {
    margin-bottom: 5px;
  }
}
.banner-info__badge[data-v-80494450] {
  color: #fff;
  padding: 4px 5px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(10, 19, 45, 0.18);
}
@media only screen and (max-width: 768px) {
  .banner-info__badge[data-v-80494450] {
    align-self: center;
  }
}
.cms-nav[data-v-09953cfe] {
  font-family: "Roboto", "robotoregular", sans-serif;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1000;
}
@media only screen and (max-width: 992px) {
  .cms-nav[data-v-09953cfe] {
    padding: 15px 0;
  }
}
.cms-nav.small-menu[data-v-09953cfe] {
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .cms-nav.small-menu .btn[data-v-09953cfe] {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.cms-nav.fixed[data-v-09953cfe] {
  box-shadow: 0 12px 49px rgba(14, 21, 38, 0.14);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition:
    background-color 0.25s ease-in,
    box-shadow 0.1s;
}
.cms-nav.change-bg[data-v-09953cfe] {
  background-color: #fff;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cms-nav.change-bg[data-v-09953cfe] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cms-nav__logo[data-v-09953cfe] {
  width: 197px;
  height: 34px;
  margin-left: 50px;
  margin-right: 65px;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .cms-nav__logo[data-v-09953cfe] {
    margin-left: 30px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .cms-nav__logo[data-v-09953cfe] {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-nav__logo[data-v-09953cfe] {
    width: 123px;
    height: 21px;
    margin-right: 15px;
  }
}
.fixed .cms-nav__logo[data-v-09953cfe],
.small-menu .cms-nav__logo[data-v-09953cfe] {
  width: 157px;
  height: 28px;
  margin-right: 105px;
}
@media only screen and (max-width: 1200px) {
  .fixed .cms-nav__logo[data-v-09953cfe],
  .small-menu .cms-nav__logo[data-v-09953cfe] {
    margin-right: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed .cms-nav__logo[data-v-09953cfe],
  .small-menu .cms-nav__logo[data-v-09953cfe] {
    width: 123px;
    height: 21px;
    margin-right: 15px;
  }
}
.fixed .cms-nav__tech[data-v-09953cfe],
.small-menu .cms-nav__tech[data-v-09953cfe] {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .cms-nav__tech[data-v-09953cfe] {
    display: none;
  }
}
.cms-nav__tech.show[data-v-09953cfe] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  order: 4;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cms-nav__tech.show[data-v-09953cfe] {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .cms-nav__menu[data-v-09953cfe] {
    display: none;
  }
}
.cms-nav__menu.show[data-v-09953cfe] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
  order: 3;
  margin-top: 15px;
}
.cms-nav.dark.change-bg[data-v-09953cfe] {
  background-color: #1b1f2b;
}
.cms-nav.dark.change-bg.fixed[data-v-09953cfe] {
  background-color: #fff;
}
.cms-nav.dark .mobile-button__item[data-v-09953cfe] {
  background-color: #fff;
}
.cms-nav.dark.fixed .mobile-button__item[data-v-09953cfe] {
  background-color: #1b1f2b;
}
.to-right[data-v-09953cfe] {
  margin-left: auto;
  margin-right: 50px;
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .to-right[data-v-09953cfe] {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .to-right[data-v-09953cfe] {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .to-right.btn[data-v-09953cfe] {
    font-size: 11px !important;
    line-height: 1 !important;
    padding: 9px !important;
    min-width: 100px !important;
  }
}
.mobile-button[data-v-09953cfe] {
  width: 28px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 16px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile-button[data-v-09953cfe] {
    display: block;
    margin-right: 15px;
  }
}
.mobile-button__item[data-v-09953cfe] {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background-color: #1b1f2b;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-button__item[data-v-09953cfe]:nth-child(1) {
  top: 0;
}
.mobile-button__item[data-v-09953cfe]:nth-child(2) {
  top: 8px;
}
.mobile-button__item[data-v-09953cfe]:nth-child(3) {
  top: 16px;
}
.mobile-button.open .mobile-button__item[data-v-09953cfe]:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.mobile-button.open .mobile-button__item[data-v-09953cfe]:nth-child(2) {
  opacity: 0;
  left: -10px;
}
.mobile-button.open .mobile-button__item[data-v-09953cfe]:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cm_navbar .g__button a:hover {
  background: var(--primary, #6ebe3b);
  border: 0;
}
.cm_navbar {
  --primary-darken2: #529029;
}
.cm_navbar .g__button > a,
.cm_navbar .g__button > button,
.cm_navbar .g__button > span {
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: top;
  border: 0;
  gap: 0;
}
.cm_navbar .g__button .cm_navbar__content-buttomUrl {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.cm_navbar .g__button .cm_navbar__content-buttomUrl:hover {
  color: var(--primary-darken2) !important;
  background: 0 0;
}
.cm_navbar .g__button .cm_navbar__content-buttomUrl:hover * {
  color: var(--primary-darken2) !important;
  background: 0 0;
}
.cm_navbar .g__button a {
  letter-spacing: normal;
}
.cm_navbar .g__button--primary > a:after,
.cm_navbar .g__button--primary > button:after,
.cm_navbar .g__button--primary > span:after,
.cm_navbar .g__button--primarySmall > a:after,
.cm_navbar .g__button--primarySmall > button:after,
.cm_navbar .g__button--primarySmall > span:after {
  top: 2px;
}
.cm_navbar .g__button span {
  text-transform: none;
  transition: none;
  display: flex;
}
.g__button.g__button--simple a {
  min-width: unset;
}
.g__button:not(.g__button--primary):not(.g__button--simple) a,
.g__button:not(.g__button--primary) button {
  display: inline-flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 50px !important;
  min-width: 170px;
  background-color: #42ac00 !important;
  border: 1px solid #42ac00 !important;
  padding: 4px 15px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  vertical-align: top !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.g__button:not(.g__button--primary):not(.g__button--simple) a:hover,
.g__button:not(.g__button--primary) button:hover,
.g__button:not(.g__button--simple) a:hover {
  background-color: #399202 !important;
  border-color: #399202 !important;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
article,
aside,
details,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
embed,
img,
object {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th {
  font-weight: 700;
  vertical-align: bottom;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
td,
td img {
  vertical-align: top;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type="button"],
input[type="file"],
input[type="submit"],
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .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-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-auto,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
@media (min-width: 500px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}
* {
  outline: 0;
}
*,
html {
  font-family: sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fcfdfe;
}
.hamburger-box {
  display: block !important;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
.hide-section-title {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
iframe {
  max-width: 100% !important;
}
a,
a:focus,
a:hover,
a:visited,
b,
br,
h1,
h2,
h3,
h4,
h5,
h6,
i,
li,
ol,
p,
s,
span,
strong,
u,
ul {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
}
s {
  text-decoration: line-through;
}
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sub,
sup {
  color: inherit;
  font-weight: inherit;
}
b,
strong {
  font-weight: 600;
}
img {
  height: auto;
}
#text.text #ot-sdk-cookie-policy,
.smalltitle,
.text,
.title {
  counter-reset: ol-counter;
}
#text.text #ot-sdk-cookie-policy > a,
#text.text #ot-sdk-cookie-policy > h1,
#text.text #ot-sdk-cookie-policy > h2,
#text.text #ot-sdk-cookie-policy > h3,
#text.text #ot-sdk-cookie-policy > h4,
#text.text #ot-sdk-cookie-policy > h5,
#text.text #ot-sdk-cookie-policy > h6,
#text.text #ot-sdk-cookie-policy > ol,
#text.text #ot-sdk-cookie-policy > p,
#text.text #ot-sdk-cookie-policy > ul,
.smalltitle > a,
.smalltitle > h1,
.smalltitle > h2,
.smalltitle > h3,
.smalltitle > h4,
.smalltitle > h5,
.smalltitle > h6,
.smalltitle > ol,
.smalltitle > p,
.smalltitle > ul,
.text > a,
.text > h1,
.text > h2,
.text > h3,
.text > h4,
.text > h5,
.text > h6,
.text > ol,
.text > p,
.text > ul,
.title > a,
.title > h1,
.title > h2,
.title > h3,
.title > h4,
.title > h5,
.title > h6,
.title > ol,
.title > p,
.title > ul {
  margin: 1.625rem 0;
}
@media (max-width: 767px) {
  #text.text #ot-sdk-cookie-policy > a,
  #text.text #ot-sdk-cookie-policy > h1,
  #text.text #ot-sdk-cookie-policy > h2,
  #text.text #ot-sdk-cookie-policy > h3,
  #text.text #ot-sdk-cookie-policy > h4,
  #text.text #ot-sdk-cookie-policy > h5,
  #text.text #ot-sdk-cookie-policy > h6,
  #text.text #ot-sdk-cookie-policy > ol,
  #text.text #ot-sdk-cookie-policy > p,
  #text.text #ot-sdk-cookie-policy > ul,
  .smalltitle > a,
  .smalltitle > h1,
  .smalltitle > h2,
  .smalltitle > h3,
  .smalltitle > h4,
  .smalltitle > h5,
  .smalltitle > h6,
  .smalltitle > ol,
  .smalltitle > p,
  .smalltitle > ul,
  .text > a,
  .text > h1,
  .text > h2,
  .text > h3,
  .text > h4,
  .text > h5,
  .text > h6,
  .text > ol,
  .text > p,
  .text > ul,
  .title > a,
  .title > h1,
  .title > h2,
  .title > h3,
  .title > h4,
  .title > h5,
  .title > h6,
  .title > ol,
  .title > p,
  .title > ul {
    margin: 1.125rem 0;
  }
}
#text.text #ot-sdk-cookie-policy > a:last-child,
#text.text #ot-sdk-cookie-policy > h1:last-child,
#text.text #ot-sdk-cookie-policy > h2:last-child,
#text.text #ot-sdk-cookie-policy > h3:last-child,
#text.text #ot-sdk-cookie-policy > h4:last-child,
#text.text #ot-sdk-cookie-policy > h5:last-child,
#text.text #ot-sdk-cookie-policy > h6:last-child,
#text.text #ot-sdk-cookie-policy > ol:last-child,
#text.text #ot-sdk-cookie-policy > p:last-child,
#text.text #ot-sdk-cookie-policy > ul:last-child,
.smalltitle > a:last-child,
.smalltitle > h1:last-child,
.smalltitle > h2:last-child,
.smalltitle > h3:last-child,
.smalltitle > h4:last-child,
.smalltitle > h5:last-child,
.smalltitle > h6:last-child,
.smalltitle > ol:last-child,
.smalltitle > p:last-child,
.smalltitle > ul:last-child,
.text > a:last-child,
.text > h1:last-child,
.text > h2:last-child,
.text > h3:last-child,
.text > h4:last-child,
.text > h5:last-child,
.text > h6:last-child,
.text > ol:last-child,
.text > p:last-child,
.text > ul:last-child,
.title > a:last-child,
.title > h1:last-child,
.title > h2:last-child,
.title > h3:last-child,
.title > h4:last-child,
.title > h5:last-child,
.title > h6:last-child,
.title > ol:last-child,
.title > p:last-child,
.title > ul:last-child {
  margin-bottom: 0;
}
#text.text #ot-sdk-cookie-policy > a:first-child,
#text.text #ot-sdk-cookie-policy > h1:first-child,
#text.text #ot-sdk-cookie-policy > h2:first-child,
#text.text #ot-sdk-cookie-policy > h3:first-child,
#text.text #ot-sdk-cookie-policy > h4:first-child,
#text.text #ot-sdk-cookie-policy > h5:first-child,
#text.text #ot-sdk-cookie-policy > h6:first-child,
#text.text #ot-sdk-cookie-policy > ol:first-child,
#text.text #ot-sdk-cookie-policy > p:first-child,
#text.text #ot-sdk-cookie-policy > ul:first-child,
.smalltitle > a:first-child,
.smalltitle > h1:first-child,
.smalltitle > h2:first-child,
.smalltitle > h3:first-child,
.smalltitle > h4:first-child,
.smalltitle > h5:first-child,
.smalltitle > h6:first-child,
.smalltitle > ol:first-child,
.smalltitle > p:first-child,
.smalltitle > ul:first-child,
.text > a:first-child,
.text > h1:first-child,
.text > h2:first-child,
.text > h3:first-child,
.text > h4:first-child,
.text > h5:first-child,
.text > h6:first-child,
.text > ol:first-child,
.text > p:first-child,
.text > ul:first-child,
.title > a:first-child,
.title > h1:first-child,
.title > h2:first-child,
.title > h3:first-child,
.title > h4:first-child,
.title > h5:first-child,
.title > h6:first-child,
.title > ol:first-child,
.title > p:first-child,
.title > ul:first-child {
  margin-top: 0;
}
#text.text #ot-sdk-cookie-policy ol > li > ol,
#text.text #ot-sdk-cookie-policy ol > li > ul,
#text.text #ot-sdk-cookie-policy ul > li > ol,
#text.text #ot-sdk-cookie-policy ul > li > ul,
.smalltitle ol > li > ol,
.smalltitle ol > li > ul,
.smalltitle ul > li > ol,
.smalltitle ul > li > ul,
.text ol > li > ol,
.text ol > li > ul,
.text ul > li > ol,
.text ul > li > ul,
.title ol > li > ol,
.title ol > li > ul,
.title ul > li > ol,
.title ul > li > ul {
  margin-left: 18px;
  margin-top: 1.375rem;
}
@media (max-width: 767px) {
  #text.text #ot-sdk-cookie-policy ol > li > ol,
  #text.text #ot-sdk-cookie-policy ol > li > ul,
  #text.text #ot-sdk-cookie-policy ul > li > ol,
  #text.text #ot-sdk-cookie-policy ul > li > ul,
  .smalltitle ol > li > ol,
  .smalltitle ol > li > ul,
  .smalltitle ul > li > ol,
  .smalltitle ul > li > ul,
  .text ol > li > ol,
  .text ol > li > ul,
  .text ul > li > ol,
  .text ul > li > ul,
  .title ol > li > ol,
  .title ol > li > ul,
  .title ul > li > ol,
  .title ul > li > ul {
    margin-top: 1.125rem;
  }
}
#text.text #ot-sdk-cookie-policy ol > li > ol > li,
#text.text #ot-sdk-cookie-policy ol > li > ul > li,
#text.text #ot-sdk-cookie-policy ul > li > ol > li,
#text.text #ot-sdk-cookie-policy ul > li > ul > li,
.smalltitle ol > li > ol > li,
.smalltitle ol > li > ul > li,
.smalltitle ul > li > ol > li,
.smalltitle ul > li > ul > li,
.text ol > li > ol > li,
.text ol > li > ul > li,
.text ul > li > ol > li,
.text ul > li > ul > li,
.title ol > li > ol > li,
.title ol > li > ul > li,
.title ul > li > ol > li,
.title ul > li > ul > li {
  margin: 0.25rem 0;
}
#text.text #ot-sdk-cookie-policy ol > li > ol > li:last-child,
#text.text #ot-sdk-cookie-policy ol > li > ul > li:last-child,
#text.text #ot-sdk-cookie-policy ul > li > ol > li:last-child,
#text.text #ot-sdk-cookie-policy ul > li > ul > li:last-child,
.smalltitle ol > li > ol > li:last-child,
.smalltitle ol > li > ul > li:last-child,
.smalltitle ul > li > ol > li:last-child,
.smalltitle ul > li > ul > li:last-child,
.text ol > li > ol > li:last-child,
.text ol > li > ul > li:last-child,
.text ul > li > ol > li:last-child,
.text ul > li > ul > li:last-child,
.title ol > li > ol > li:last-child,
.title ol > li > ul > li:last-child,
.title ul > li > ol > li:last-child,
.title ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#text.text #ot-sdk-cookie-policy ol > li > ol > li:first-child,
#text.text #ot-sdk-cookie-policy ol > li > ul > li:first-child,
#text.text #ot-sdk-cookie-policy ul > li > ol > li:first-child,
#text.text #ot-sdk-cookie-policy ul > li > ul > li:first-child,
.smalltitle ol > li > ol > li:first-child,
.smalltitle ol > li > ul > li:first-child,
.smalltitle ul > li > ol > li:first-child,
.smalltitle ul > li > ul > li:first-child,
.text ol > li > ol > li:first-child,
.text ol > li > ul > li:first-child,
.text ul > li > ol > li:first-child,
.text ul > li > ul > li:first-child,
.title ol > li > ol > li:first-child,
.title ol > li > ul > li:first-child,
.title ul > li > ol > li:first-child,
.title ul > li > ul > li:first-child {
  margin-top: 0;
}
#text.text #ot-sdk-cookie-policy ul,
.smalltitle ul,
.text ul,
.title ul {
  margin-left: 18px;
}
#text.text #ot-sdk-cookie-policy ul > li,
.smalltitle ul > li,
.text ul > li,
.title ul > li {
  margin: 1.625rem 0;
}
@media (max-width: 767px) {
  #text.text #ot-sdk-cookie-policy ul > li,
  .smalltitle ul > li,
  .text ul > li,
  .title ul > li {
    margin: 1.125rem 0;
  }
}
#text.text #ot-sdk-cookie-policy ul > li:last-child,
.smalltitle ul > li:last-child,
.text ul > li:last-child,
.title ul > li:last-child {
  margin-bottom: 0;
}
#text.text #ot-sdk-cookie-policy ul > li:first-child,
.smalltitle ul > li:first-child,
.text ul > li:first-child,
.title ul > li:first-child {
  margin-top: 0;
}
#text.text #ot-sdk-cookie-policy ul > li > ul,
.smalltitle ul > li > ul,
.text ul > li > ul,
.title ul > li > ul {
  margin-left: 18px;
}
#text.text #ot-sdk-cookie-policy ul > li > ul > li:before,
.smalltitle ul > li > ul > li:before,
.text ul > li > ul > li:before,
.title ul > li > ul > li:before {
  content: ".";
  display: inline-block;
  vertical-align: top;
  background-image: url(//legal.clickmeeting.com/content/themes/cm-legal/assets/css/../../images/li.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  line-height: inherit;
  width: 24px;
  margin-left: -24px;
  font-size: 1px;
}
#text.text #ot-sdk-cookie-policy ul,
.smalltitle ul,
.text ul,
.title ul {
  list-style: disc;
  margin-left: 26px;
}
#text.text #ot-sdk-cookie-policy ol,
.smalltitle ol,
.text ol,
.title ol {
  margin-left: 26px;
}
#text.text #ot-sdk-cookie-policy ol > li,
.smalltitle ol > li,
.text ol > li,
.title ol > li {
  margin: 0.125rem 0;
}
#text.text #ot-sdk-cookie-policy ol > li:last-child,
.smalltitle ol > li:last-child,
.text ol > li:last-child,
.title ol > li:last-child {
  margin-bottom: 0;
}
#text.text #ot-sdk-cookie-policy ol > li:first-child,
.smalltitle ol > li:first-child,
.text ol > li:first-child,
.title ol > li:first-child {
  margin-top: 0;
}
#text.text #ot-sdk-cookie-policy ol > li:before,
.smalltitle ol > li:before,
.text ol > li:before,
.title ol > li:before {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  width: 26px;
  margin-left: -26px;
  font-size: inherit;
}
#text.text #ot-sdk-cookie-policy ol ol,
#text.text #ot-sdk-cookie-policy ol ul,
#text.text #ot-sdk-cookie-policy ul ol,
#text.text #ot-sdk-cookie-policy ul ul,
.smalltitle ol ol,
.smalltitle ol ul,
.smalltitle ul ol,
.smalltitle ul ul,
.text ol ol,
.text ol ul,
.text ul ol,
.text ul ul,
.title ol ol,
.title ol ul,
.title ul ol,
.title ul ul {
  margin-top: 0 !important;
}
#text #ot-sdk-cookie-policy #cookie-policy-description,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
.text {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #292d38;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
  .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description a,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc a,
.text a {
  color: #00afec;
}
#text #ot-sdk-cookie-policy #cookie-policy-description a:hover,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc a:hover,
.text a:hover {
  text-decoration: underline;
  color: #0e93c2;
}
#text #ot-sdk-cookie-policy #cookie-policy-description b,
#text #ot-sdk-cookie-policy #cookie-policy-description strong,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc b,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc strong,
.text b,
.text strong {
  font-weight: 500;
}
#text #ot-sdk-cookie-policy #cookie-policy-description h1,
#text #ot-sdk-cookie-policy #cookie-policy-description h2,
#text #ot-sdk-cookie-policy #cookie-policy-description h3,
#text #ot-sdk-cookie-policy #cookie-policy-description h4,
#text #ot-sdk-cookie-policy #cookie-policy-description h5,
#text #ot-sdk-cookie-policy #cookie-policy-description h6,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h1,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h2,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h3,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h4,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h5,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h6,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 300 !important;
  color: #000 !important;
}
#text #ot-sdk-cookie-policy #cookie-policy-description h1,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h1,
.text h1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 2.625rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h1,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h1,
  .text h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description h2,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h2,
.text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h2,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h2,
  .text h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description h3,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h3,
.text h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h3,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h3,
  .text h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description h4,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h4,
.text h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h4,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h4,
  .text h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description h5,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h5,
.text h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h5,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h5,
  .text h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#text #ot-sdk-cookie-policy #cookie-policy-description h6,
#text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h6,
.text h6 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  #text #ot-sdk-cookie-policy #cookie-policy-description h6,
  #text #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc h6,
  .text h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
table {
  width: 100% !important;
  border-collapse: collapse;
}
table table,
table td,
table th {
  border: 1px solid #eef1f7;
}
table ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
table li {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
  }
  .table-responsive table {
    min-width: 500px;
  }
}
table td,
table th {
  padding: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  table td,
  table th {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property:
    opacity,
    -webkit-filter;
  transition-property:
    opacity,
    -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition:
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    background-color 0.3s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    background-color 0.3s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition:
    top 75ms ease 0.12s,
    opacity 75ms ease,
    background-color 0.3s;
  transition:
    top 75ms ease 0.12s,
    opacity 75ms ease,
    background-color 0.3s;
}
.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition:
    bottom 75ms ease 0.12s,
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 75ms ease 0.12s,
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 75ms ease 0.12s,
    background-color 0.3s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 75ms ease 0.12s,
    background-color 0.3s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 75ms ease,
    opacity 75ms ease 0.12s,
    background-color 0.3s;
  transition:
    top 75ms ease,
    opacity 75ms ease 0.12s,
    background-color 0.3s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition:
    bottom 75ms ease,
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition:
    bottom 75ms ease,
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition:
    bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    background-color 0.3s;
  transition:
    bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    background-color 0.3s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}
.nano-pane.active,
.nano-pane.flashed,
.nano:hover > .nano-pane {
  visibility: visible\9;
  opacity: 0.99;
}
*,
html {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -100000;
  height: 0;
  width: 0;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.cms-nav {
  position: relative !important;
}
.footer__category {
  color: #fff;
}
@media (min-width: 1200px) {
  .cm95 .container,
  .cm95 .container-lg,
  .cm95 .container-md,
  .cm95 .container-sm,
  .cm95 .container-xl {
    max-width: 1230px;
  }
}
.flex-content {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .flex-content {
    padding-bottom: 60px;
  }
}
.flex-content > div:first-child {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .flex-content > div:first-child {
    padding-top: 40px;
  }
}
.nano-pane {
  opacity: 1 !important;
  background: transparent !important;
}
.nano-slider {
  background-color: #42ac00 !important;
  border-radius: 20px !important;
}
.g__breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -2px;
}
.g__breadcrumb ol li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  padding: 2px;
  text-transform: lowercase;
}
.g__breadcrumb ol li:first-child > span {
  display: inline-block;
  width: 38px;
  height: 12px;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.g__breadcrumb ol li:after {
  content: "/";
  margin: 0 4px;
}
.g__breadcrumb ol li:last-child:after {
  display: none;
}
.g__breadcrumb ol li a:hover {
  text-decoration: underline;
}
.g__button a,
.g__button button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  min-width: 170px;
  background-color: #42ac00;
  border: 1px solid #42ac00;
  padding: 4px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g__button a > span,
.g__button button > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #000;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
.g__button a:hover,
.g__button button:hover {
  background-color: #399202;
  border-color: #399202;
}
.asw-widget .asw-menu-btn {
  background-color: #00afec !important;
  background-image: none !important;
  border: none !important;
  bottom: 16px !important;
  -webkit-box-shadow:
    0 0.36218px 0.94166px -1px rgba(0, 0, 0, 0.125),
    0 3px 7.8px -2px rgba(0, 0, 0, 0.18) !important;
  box-shadow:
    0 0.36218px 0.94166px -1px rgba(0, 0, 0, 0.125),
    0 3px 7.8px -2px rgba(0, 0, 0, 0.18) !important;
  height: 60px !important;
  left: 8px !important;
  outline: none !important;
  right: auto !important;
  width: 60px !important;
}
.g__pt-0 {
  padding-top: 0 !important;
}
.g__pt-5 {
  padding-top: 5px;
}
.g__pt-10 {
  padding-top: 10px;
}
.g__pt-15 {
  padding-top: 15px;
}
.g__pt-20 {
  padding-top: 20px;
}
.g__pt-25 {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .g__pt-25 {
    padding-top: 20px;
  }
}
.g__pt-30 {
  padding-top: 30px;
}
.g__pt-35 {
  padding-top: 35px;
}
.g__pt-40 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .g__pt-40 {
    padding-top: 30px;
  }
}
.g__pt-45 {
  padding-top: 45px;
}
@media (max-width: 767px) {
  .g__pt-45 {
    padding-top: 30px;
  }
}
.g__pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .g__pt-50 {
    padding-top: 30px;
  }
}
.g__pt-55 {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .g__pt-55 {
    padding-top: 30px;
  }
}
.g__pt-60 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .g__pt-60 {
    padding-top: 40px;
  }
}
.g__pt-70 {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .g__pt-70 {
    padding-top: 60px;
  }
}
.g__pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .g__pt-80 {
    padding-top: 60px;
  }
}
.g__mt-0 {
  margin-top: 0 !important;
}
.g__mt-5 {
  margin-top: 5px;
}
.g__mt-10 {
  margin-top: 10px;
}
.g__mt-15 {
  margin-top: 15px;
}
.g__mt-20 {
  margin-top: 20px;
}
.g__mt-25 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .g__mt-25 {
    margin-top: 20px;
  }
}
.g__mt-30 {
  margin-top: 30px;
}
.g__mt-35 {
  margin-top: 35px;
}
.g__mt-40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .g__mt-40 {
    margin-top: 30px;
  }
}
.g__mt-45 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .g__mt-45 {
    margin-top: 30px;
  }
}
.g__mt-50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .g__mt-50 {
    margin-top: 30px;
  }
}
.g__mt-55 {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .g__mt-55 {
    margin-top: 30px;
  }
}
.g__mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .g__mt-60 {
    margin-top: 40px;
  }
}
.g__mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .g__mt-70 {
    margin-top: 40px;
  }
}
.g__mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .g__mt-80 {
    margin-top: 40px;
  }
}
.site-banner {
  background-color: #eef1f7;
}
.site-banner__content {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .site-banner__content {
    min-height: 80px;
  }
}
.site-banner__content .title {
  font-family: Poppins, sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 4.25rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .site-banner__content .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.site-nav__content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #e2e6ee;
}
@media (max-width: 767px) {
  .site-nav__content .list {
    margin-left: -10px;
    margin-right: -10px;
    border-width: 1px;
    padding-bottom: 15px;
  }
}
.site-nav__content .list__item {
  padding: 0 16px;
  position: relative;
}
@media (max-width: 767px) {
  .site-nav__content .list__item {
    width: 50%;
    padding: 4px 10px;
  }
}
@media (max-width: 320px) {
  .site-nav__content .list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-nav__content .list__item-icon {
    width: 38px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.site-nav__content .list__item-icon img {
  vertical-align: top;
  height: 38px;
  width: auto;
  max-width: 38px;
}
.site-nav__content .list__item-title {
  padding-left: 5px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  font-weight: 700;
  color: #abb3c9;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .site-nav__content .list__item-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.site-nav__content .list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .site-nav__content .list__item a {
    height: 38px;
  }
}
.site-nav__content .list__item a:hover .list__item-title {
  color: #000;
}
.site-nav__content .list__item.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #42ac00;
}
@media (max-width: 767px) {
  .site-nav__content .list__item.active:after {
    height: 1px;
    bottom: 2px;
  }
}
.site-nav__content .list__item.active .list__item-title {
  color: #000;
}
.section_404 {
  background: #1b1f2b;
  min-height: 100vh;
  margin-top: -90px;
}
@media only screen and (max-width: 992px) {
  .section_404 {
    margin-top: -61px;
  }
}
.section_404 .container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
}
@media only screen and (max-width: 1180px) {
  .section_404 .container {
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section_404 .container {
    padding-top: 3rem !important;
  }
}
.section_404 img {
  max-width: 100%;
}
.section_404__description {
  margin-top: -3rem;
}
@media screen and (min-width: 451px) {
  .section_404__description {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .section_404__description {
    margin-top: -11rem;
  }
}
@media screen and (min-width: 1025px) {
  .section_404__description {
    margin-top: -14rem;
  }
}
@media screen and (min-width: 1181px) {
  .section_404__description {
    margin-top: -16rem;
  }
}
.section_404__title {
  font:
    normal normal 700 62px/1.2 Roboto,
    sans-serif;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .section_404__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section_404__title {
    font-size: 43px;
  }
}
.section_404__desc {
  font:
    normal normal normal 21px/1.2 Roboto,
    sans-serif;
  letter-spacing: -0.21px;
  color: #6b7183;
  display: block;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section_404__desc {
    padding-bottom: 1rem;
  }
}
.section_404__buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section_404__buttonGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 270px;
    margin: 0 auto;
  }
}
.section_404__buttonGroup .button {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .section_404__buttonGroup .button {
    margin-top: 1rem;
    width: 100%;
  }
}
.section_404 .button.button--primary {
  background-color: #6ebe3b;
}
.section_404 .button.button--secondary {
  background-color: #6b7182;
}
.section_404 .button.button--small {
  padding: 14px 30px;
}
.section_404 .button {
  border-radius: 22.5px;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 55px;
  border-radius: 40px;
  display: block;
  font:
    normal normal 500 0.9375rem/1.2 Roboto,
    sans-serif;
  cursor: pointer;
}
.section-boxes__content .list {
  margin: -15px 0;
}
.section-boxes__content .list__item {
  padding: 15px 0;
}
.section-boxes__content .list__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 14px 4px rgba(239, 244, 249, 0.71);
  box-shadow: 0 0 14px 4px rgba(239, 244, 249, 0.71);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 40px 20px;
}
.section-boxes__content .list__item-box:hover {
  -webkit-box-shadow: 0 0 14px 4px rgba(15, 19, 29, 0.1);
  box-shadow: 0 0 14px 4px rgba(15, 19, 29, 0.1);
}
.section-boxes__content .list__item-icon img {
  margin: 0 auto;
  display: block;
  max-height: 48px;
  width: auto;
}
.section-boxes__content .list__item-title {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  font-weight: 700;
  color: #292d38;
}
.section-boxes__content .list__item-smalltitle {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #292d38;
}
.section-files__content .list {
  margin: -10px 0;
}
.section-files__content .list__item {
  padding: 10px 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  color: #00afec;
}
.section-files__content .list__item a {
  position: relative;
  padding-left: 33px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 300;
}
.section-files__content .list__item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 24px;
  background-image: url(../images/file.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section-files__content .list__item a:hover {
  color: #0e93c2;
}
.section-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .section-policy__content .desktop {
    display: none !important;
  }
}
.section-policy__content .mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .section-policy__content .mobile {
    display: block !important;
  }
}
.section-policy__content .nav {
  position: relative;
  width: 275px;
}
.section-policy__content .nav a.current {
  color: #42ac00;
}
.section-policy__content .nav__group {
  padding: 10px 0;
  border-top: 1px solid #e2e6ee;
}
.section-policy__content .nav__group:first-child {
  border-top: none;
}
.section-policy__content .nav__group-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #292d38;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e6ee;
}
.section-policy__content .nav__group-list li,
.section-policy__content .nav__group-sublist li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #292d38;
  border-bottom: 1px solid #e2e6ee;
  display: block;
  padding: 8px 5px 8px 0;
}
.section-policy__content .nav__group-list li:last-child,
.section-policy__content .nav__group-sublist li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.section-policy__content .nav__group-sublist {
  display: none;
  padding-top: 8px;
}
.section-policy__content .nav__group-sublist li {
  padding-left: 10px;
  border-bottom: none;
}
.section-policy__content .nav__group-scroll {
  overflow: hidden;
  max-height: 85vh;
}
.section-policy__content .nav__group .activegroup .nav__group-sublist {
  display: block;
}
.section-policy__content .nav .fixtop {
  position: fixed;
}
.section-policy__content .nav .fixbottom {
  position: absolute;
  top: auto !important;
  bottom: 1px !important;
}
.section-policy__content .content {
  width: calc(100% - 275px);
  padding-left: 40px;
}
@media (max-width: 767px) {
  .section-policy__content .content {
    padding-left: 0;
    width: 100%;
  }
}
.section-policy__content .content--full {
  width: 100% !important;
  padding-left: 0 !important;
}
.section-policy__content .content__group {
  padding-top: 60px;
}
.section-policy__content .content__group:first-child {
  padding-top: 0;
}
.section-policy__content .content__group-title {
  position: relative;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 3.375rem;
  font-weight: 300;
  color: #000;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .section-policy__content .content__group-title {
    padding-right: 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.section-policy__content .content__group-file {
  position: absolute;
  right: 0;
  top: 2px;
}
@media (max-width: 1199px) {
  .section-policy__content .content__group-file {
    position: relative;
    padding-top: 20px;
  }
}
.section-policy__content .content__group-nav {
  border-radius: 24px;
  border: 1px solid #42ac00;
  padding: 0 20px;
}
.section-policy__content .content__group-nav .nav__group-title {
  color: #292d38;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: 0;
}
.section-policy__content .content__group-nav .nav__group-title:after {
  content: "";
  height: 1.5rem;
  width: 8px;
  background-image: url(../images/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
.section-policy__content .content__group-nav .nav__group-title.open:after {
  background-image: url(../images/arrowup.svg);
}
.section-policy__content .content__group-nav .nav__group-list {
  height: 0;
  overflow: hidden;
}
.section-policy__content .content__group-nav .nav__group-list > li:first-child {
  padding-top: 20px;
}
.section-policy__content .content__group-nav .nav__group-scroll {
  height: auto !important;
  max-height: inherit;
}
.section-policy__content .content__group-nav .nav__group-scroll .nano-content {
  position: static !important;
  overflow: visible !important;
}
.section-policy__content .content .list {
  margin: -10px 0;
}
.section-policy__content .content .list__item {
  padding: 10px 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #00afec;
}
.section-policy__content .content .list__item a {
  position: relative;
  padding-left: 33px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
}
.section-policy__content .content .list__item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 18px;
  height: 24px;
  background-image: url(../images/file.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section-policy__content .content .list__item a:hover {
  color: #0e93c2;
}
.section-policy__content .content .list__item:nth-child(n + 1) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.section-policy__content .content .list__item:nth-child(n + 1) a:before {
  top: -2px;
  width: 14px;
  height: 26px;
}
.section-policy .ot-sdk-cookie-policy {
  padding: 0 !important;
}
@media (min-width: 1025px) {
  .custom-container-outer-fullGutter {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1281px) {
  .custom-container {
    max-width: 96% !important;
    width: 1298px;
  }
}
.custom-container .custom-container {
  margin: 0;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.custom-container.overflow-visible {
  overflow: visible !important;
}
.custom-container-full {
  max-width: 100% !important;
  position: relative;
}
.custom-container-outer {
  border-radius: 16px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .custom-container-outer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1281px) {
  .custom-container-outer {
    width: 1400px;
  }
}
.custom-container-outer .sectionBg {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .custom-container-outer .sectionBg {
    margin: auto 14px;
    width: calc(100% - 28px);
  }
}
.custom-container-outer .custom-container {
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .custom-container-outer.withoutMobileGap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .custom-container-outer.withoutMobileGap .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .custom-container-outer.withoutMobileGap .sc_single-banner__contentContainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.custom-container-outer-full {
  border-radius: 16px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1025px) {
  .custom-container-outer-full {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.br-hidden br {
  display: none;
}
@media (min-width: 769px) {
  .br-hidden-md br {
    display: none;
  }
}
@media (max-width: 768px) {
  .br-hidden-toMd br {
    display: none;
  }
}
.strong-black strong {
  color: #000;
}
.strong-primary strong {
  color: var(--strongColor, var(--primary, #6ebe3b));
  display: inline-block;
}
.strong-weight-inherit strong {
  font-weight: inherit;
}
.a-primary a {
  color: var(--primary, #6ebe3b);
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.a-primary a:hover {
  color: var(--primary-darken);
}
.list-arrow ul {
  list-style: none;
  padding-left: 0;
}
.list-arrow ul li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.list-arrow ul li:before {
  background-image: var(--arrowTop, url("../images/arrow-right2.svg"));
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
  height: 25px;
  left: -3px;
  position: absolute;
  top: 2px;
  width: 25px;
}
@media (max-width: 640px) {
  .list-arrow ul li:before {
    top: 0;
  }
}
.list-check ul {
  list-style: none;
  padding-left: 0;
}
.list-check ul li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.list-check ul li:before {
  background-image: var(--check, url("../images/check.svg"));
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
  height: 32px;
  left: -3px;
  position: absolute;
  top: -1px;
  width: 32px;
}
.li-gap-6 li {
  padding-bottom: 20px;
}
strong.splitted {
  padding-right: 6px;
}
.max-w-900 {
  max-width: 900px;
}
.z-5 {
  z-index: 5;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.pageTopbg {
  max-height: 1600px !important;
  top: 0;
}
.bg-bannerSettings:after,
.bg-gradientBlackToPrimaryDarkTopRight:after,
.bg-gradientBlackToWhitetoPrimaryDarkRight2:after,
.bg-gradientBlackToWhitetoPrimaryDarkRight:after,
.bg-gradientGrayLightToPrimaryVeryLightTopLeft:after,
.bg-gradientGrayLightToPrimaryVeryLightTopRight:after,
.bg-gradientPrimaryToPrimaryVeryLightTopRight:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-color-21352a {
  background-color: #21352a;
}
.bg-gradientGrayLightToPrimaryVeryLightTopRight {
  background-color: var(--gray-light);
}
.bg-gradientGrayLightToPrimaryVeryLightTopRight:after {
  background: linear-gradient(50deg, rgba(246, 248, 245, 0) 65%, #dbefce);
}
.bg-gradientGrayLightToPrimaryVeryLightTopLeft {
  background-color: var(--gray-light);
}
.bg-gradientGrayLightToPrimaryVeryLightTopLeft:after {
  background: linear-gradient(310deg, rgba(246, 248, 245, 0) 65%, #dbefce);
}
.bg-gradientBlackToPrimaryDarkTopRight {
  background-color: #050505;
}
.bg-gradientBlackToPrimaryDarkTopRight:after {
  background: linear-gradient(29deg, rgba(5, 5, 5, 0) 45%, #518530);
}
.bg-gradientBlackToWhitetoPrimaryDarkRight {
  background-color: #050505;
}
.bg-gradientBlackToWhitetoPrimaryDarkRight:after {
  background: linear-gradient(
    130deg,
    hsla(32, 33%, 82%, 0),
    hsla(240, 8%, 76%, 0.3) 50%,
    #518530
  );
}
.bg-gradientBlackToWhitetoPrimaryDarkRight2 {
  background-color: #050505;
}
.bg-gradientBlackToWhitetoPrimaryDarkRight2:after {
  background: linear-gradient(
    130deg,
    rgba(5, 5, 5, 0),
    hsla(240, 8%, 76%, 0.4) 50%,
    rgba(110, 190, 59, 0.7)
  );
}
.bg-gradientPrimaryToPrimaryVeryLightTopRight {
  background-color: var(--primary);
}
.bg-gradientPrimaryToPrimaryVeryLightTopRight:after {
  background: linear-gradient(
    70deg,
    rgba(110, 190, 59, 0) 50%,
    hsla(96, 51%, 87%, 0.8)
  );
}
.bg-color-21352a:after {
  background-color: #21352a;
}
@media (max-width: 640px) {
}
.block-double-banner .bg-bannerSettings:after,
.block-double-banner:after,
.sc_single-banner-cta-tall__container .bg-bannerSettings:after,
.sc_single-banner-cta-tall__container:after,
.sc_single-banner-cta-two-columns__container .bg-bannerSettings:after,
.sc_single-banner-cta-two-columns__container:after,
.sc_single-banner-cta__container .bg-bannerSettings:after,
.sc_single-banner-cta__container:after,
.sc_single-banner-flat-two-columns__container .bg-bannerSettings:after,
.sc_single-banner-flat-two-columns__container:after,
.sc_single-banner-flat-with-image-two-columns__container
  .bg-bannerSettings:after,
.sc_single-banner-flat-with-image-two-columns__container:after,
.sc_single-banner__container .bg-bannerSettings:after,
.sc_single-banner__container:after {
  -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.18, 1);
}
.leading-11 {
  line-height: 1.1 !important;
}
a:hover .pseudo_url.g__button--simple > a,
a:hover .pseudo_url.g__button--simple > button,
a:hover .pseudo_url.g__button--simple > span {
  background: 0 0;
  color: var(--primary, #6ebe3b);
}
a:hover .pseudo_url.g__button--invert > a,
a:hover .pseudo_url.g__button--invert > button,
a:hover .pseudo_url.g__button--invert > span {
  background-color: #fff;
  color: #000;
}
a:hover .pseudo_url.g__button--invert > a > span,
a:hover .pseudo_url.g__button--invert > button > span,
a:hover .pseudo_url.g__button--invert > span > span {
  color: #000;
}
.g__button > a,
.g__button > button,
.g__button > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  overflow: hidden;
  padding: 4px 30px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: top;
}
@media (max-width: 1569px) {
  .g__button > a,
  .g__button > button,
  .g__button > span {
    padding: 4px 20px;
  }
}
.g__button > a *,
.g__button > button *,
.g__button > span * {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: top;
}
@media (max-width: 500px) {
  .g__button--primary,
  .g__button--primarySmall {
    width: 100%;
  }
}
.g__button--primary > a,
.g__button--primary > button,
.g__button--primary > span,
.g__button--primarySmall > a,
.g__button--primarySmall > button,
.g__button--primarySmall > span {
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  min-height: 58px;
  min-width: 230px;
  text-transform: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: var(--primary, #6ebe3b);
  border: 0;
  justify-content: center;
  letter-spacing: -0.025em;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .g__button--primary > a,
  .g__button--primary > button,
  .g__button--primary > span,
  .g__button--primarySmall > a,
  .g__button--primarySmall > button,
  .g__button--primarySmall > span {
    max-width: 100%;
    min-height: 48px;
    min-width: 340px;
  }
}
@media (max-width: 500px) {
  .g__button--primary > a,
  .g__button--primary > button,
  .g__button--primary > span,
  .g__button--primarySmall > a,
  .g__button--primarySmall > button,
  .g__button--primarySmall > span {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
}
.g__button--primary > a *,
.g__button--primary > button *,
.g__button--primary > span *,
.g__button--primarySmall > a *,
.g__button--primarySmall > button *,
.g__button--primarySmall > span * {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .g__button--primary > a *,
  .g__button--primary > button *,
  .g__button--primary > span *,
  .g__button--primarySmall > a *,
  .g__button--primarySmall > button *,
  .g__button--primarySmall > span * {
    font-size: 16px;
  }
}
.g__button--primary > a:after,
.g__button--primary > button:after,
.g__button--primary > span:after,
.g__button--primarySmall > a:after,
.g__button--primarySmall > button:after,
.g__button--primarySmall > span:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
  height: 20px;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  width: 100%;
  width: 20px;
  z-index: 0;
}
.g__button--primary > a:before,
.g__button--primary > button:before,
.g__button--primary > span:before,
.g__button--primarySmall > a:before,
.g__button--primarySmall > button:before,
.g__button--primarySmall > span:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, transparent),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.3));
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g__button--primary > a span,
.g__button--primary > button span,
.g__button--primary > span span,
.g__button--primarySmall > a span,
.g__button--primarySmall > button span,
.g__button--primarySmall > span span {
  color: #fff;
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  z-index: 2;
}
.g__button--primary > a:hover,
.g__button--primary > button:hover,
.g__button--primary > span:hover,
.g__button--primarySmall > a:hover,
.g__button--primarySmall > button:hover,
.g__button--primarySmall > span:hover {
  color: #fff;
}
.g__button--primary > a:hover *,
.g__button--primary > button:hover *,
.g__button--primary > span:hover *,
.g__button--primarySmall > a:hover *,
.g__button--primarySmall > button:hover *,
.g__button--primarySmall > span:hover * {
  color: #fff !important;
}
.g__button--primary > a:hover:before,
.g__button--primary > button:hover:before,
.g__button--primary > span:hover:before,
.g__button--primarySmall > a:hover:before,
.g__button--primarySmall > button:hover:before,
.g__button--primarySmall > span:hover:before {
  opacity: 1;
}
.g__button--primary.g__button--primaryWithoutLine > a:after,
.g__button--primary.g__button--primaryWithoutLine > button:after,
.g__button--primary.g__button--primaryWithoutLine > span:after,
.g__button--primarySmall.g__button--primaryWithoutLine > a:after,
.g__button--primarySmall.g__button--primaryWithoutLine > button:after,
.g__button--primarySmall.g__button--primaryWithoutLine > span:after {
  display: none !important;
}
.g__button--primary.g__button--primaryWithoutLine > a,
.g__button--primary.g__button--primaryWithoutLine > button,
.g__button--primary.g__button--primaryWithoutLine > span,
.g__button--primarySmall.g__button--primaryWithoutLine > a,
.g__button--primarySmall.g__button--primaryWithoutLine > button,
.g__button--primarySmall.g__button--primaryWithoutLine > span {
  min-width: 165px;
}
.g__button--primarySmall > a,
.g__button--primarySmall > button,
.g__button--primarySmall > span {
  font-size: 16px !important;
  min-height: 50px;
  min-width: 150px !important;
}
.g__button--primarySmall > a *,
.g__button--primarySmall > button *,
.g__button--primarySmall > span * {
  font-size: 16px;
}
.g__button--secondary > a,
.g__button--secondary > button,
.g__button--secondary > span {
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #fff;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .g__button--secondary > a,
  .g__button--secondary > button,
  .g__button--secondary > span {
    min-width: 270px;
  }
}
.g__button--secondary > a *,
.g__button--secondary > button *,
.g__button--secondary > span * {
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.g__button--secondary > a:after,
.g__button--secondary > button:after,
.g__button--secondary > span:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  width: 100%;
  width: 20px;
  z-index: 0;
}
.g__button--secondary > a span,
.g__button--secondary > button span,
.g__button--secondary > span span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.g__button--secondary > a:hover,
.g__button--secondary > button:hover,
.g__button--secondary > span:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.g__button--secondary > a:hover *,
.g__button--secondary > button:hover *,
.g__button--secondary > span:hover * {
  color: #fff !important;
}
.g__button--secondary > a:hover:before,
.g__button--secondary > button:hover:before,
.g__button--secondary > span:hover:before {
  opacity: 1;
}
.g__button--secondary > a:hover:after,
.g__button--secondary > button:hover:after,
.g__button--secondary > span:hover:after {
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
}
@media (min-width: 641px) {
  .g__button--sm--secondary > a,
  .g__button--sm--secondary > button,
  .g__button--sm--secondary > span {
    border-radius: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #fff;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 641px) and (min-width: 1025px) {
  .g__button--sm--secondary > a,
  .g__button--sm--secondary > button,
  .g__button--sm--secondary > span {
    min-width: 270px;
  }
}
@media (min-width: 641px) {
  .g__button--sm--secondary > a *,
  .g__button--sm--secondary > button *,
  .g__button--sm--secondary > span * {
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    -webkit-transition: color 0s;
    transition: color 0s;
  }
  .g__button--sm--secondary > a:after,
  .g__button--sm--secondary > button:after,
  .g__button--sm--secondary > span:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin-left: 0.5rem;
    position: relative;
    top: 0;
    width: 100%;
    width: 20px;
    z-index: 0;
  }
  .g__button--sm--secondary > a span,
  .g__button--sm--secondary > button span,
  .g__button--sm--secondary > span span {
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .g__button--sm--secondary > a:hover,
  .g__button--sm--secondary > button:hover,
  .g__button--sm--secondary > span:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  .g__button--sm--secondary > a:hover *,
  .g__button--sm--secondary > button:hover *,
  .g__button--sm--secondary > span:hover * {
    color: #fff !important;
  }
  .g__button--sm--secondary > a:hover:before,
  .g__button--sm--secondary > button:hover:before,
  .g__button--sm--secondary > span:hover:before {
    opacity: 1;
  }
  .g__button--sm--secondary > a:hover:after,
  .g__button--sm--secondary > button:hover:after,
  .g__button--sm--secondary > span:hover:after {
    -webkit-filter: var(--filter-white);
    filter: var(--filter-white);
  }
}
@media (max-width: 500px) {
  .g__button--tetriary {
    width: 100%;
  }
}
.g__button--tetriary > a,
.g__button--tetriary > button,
.g__button--tetriary > span {
  border-radius: 40px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  min-height: 58px;
  min-width: 230px;
  text-transform: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: 0 0;
  border: 0;
  border: 1px solid var(--primary, #6ebe3b);
  justify-content: center;
  letter-spacing: -0.025em;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .g__button--tetriary > a,
  .g__button--tetriary > button,
  .g__button--tetriary > span {
    font-size: 16px;
    max-width: 100%;
    min-height: 48px;
    min-width: 340px;
  }
}
@media (max-width: 500px) {
  .g__button--tetriary > a,
  .g__button--tetriary > button,
  .g__button--tetriary > span {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
}
.g__button--tetriary > a *,
.g__button--tetriary > button *,
.g__button--tetriary > span * {
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
}
.g__button--tetriary > a:after,
.g__button--tetriary > button:after,
.g__button--tetriary > span:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  width: 100%;
  width: 20px;
  z-index: 0;
}
.g__button--tetriary > a:before,
.g__button--tetriary > button:before,
.g__button--tetriary > span:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, rgba(110, 190, 59, 0)),
    to(rgba(110, 190, 59, 0.3))
  );
  background: linear-gradient(
    180deg,
    rgba(110, 190, 59, 0) 22%,
    rgba(110, 190, 59, 0.3)
  );
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g__button--tetriary > a span,
.g__button--tetriary > button span,
.g__button--tetriary > span span {
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  z-index: 2;
}
.g__button--tetriary > a:hover:before,
.g__button--tetriary > button:hover:before,
.g__button--tetriary > span:hover:before {
  opacity: 1;
}
.g__button--simple > a,
.g__button--simple > button,
.g__button--simple > span {
  color: var(--primary, #6ebe3b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: unset;
  overflow: visible;
  padding: 0 6px 0 0;
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  width: auto;
}
.g__button--simple > a *,
.g__button--simple > button *,
.g__button--simple > span * {
  color: var(--primary, #6ebe3b) !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 640px) {
  .g__button--simple > a *,
  .g__button--simple > button *,
  .g__button--simple > span * {
    font-size: 16px;
  }
}
.g__button--simple > a:after,
.g__button--simple > button:after,
.g__button--simple > span:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
  height: 20px;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  width: 100%;
  width: 20px;
  z-index: 0;
}
.g__button--simple > a span,
.g__button--simple > button span,
.g__button--simple > span span {
  color: #fff;
  position: relative;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  z-index: 2;
}
.g__button--simple > a:hover *,
.g__button--simple > button:hover *,
.g__button--simple > span:hover * {
  color: var(--primary-darken2) !important;
}
.g__button--simple > a:hover:after,
.g__button--simple > button:hover:after,
.g__button--simple > span:hover:after {
  -webkit-filter: var(--filter-primary-darken2);
  filter: var(--filter-primary-darken2);
}
.g__button--simpleBack > a,
.g__button--simpleBack > button,
.g__button--simpleBack > span {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  position: relative;
}
.g__button--simpleBack > a *,
.g__button--simpleBack > button *,
.g__button--simpleBack > span * {
  color: #000 !important;
}
.g__button--simpleBack > a:after,
.g__button--simpleBack > button:after,
.g__button--simpleBack > span:after {
  -webkit-filter: none;
  filter: none;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition:
    filter 0.5s ease-in-out,
    -webkit-filter 0.5s ease-in-out;
}
.g__button--simpleBack > a span,
.g__button--simpleBack > button span,
.g__button--simpleBack > span span {
  color: #000;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.g__button--simpleBack > a:hover *,
.g__button--simpleBack > button:hover *,
.g__button--simpleBack > span:hover * {
  color: var(--primary, #6ebe3b) !important;
}
.g__button--simpleBack > a:hover:after,
.g__button--simpleBack > button:hover:after,
.g__button--simpleBack > span:hover:after {
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
}
@media (max-width: 640px) {
  .g__button--tosm--simple > a,
  .g__button--tosm--simple > button,
  .g__button--tosm--simple > span {
    color: var(--primary, #6ebe3b);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: unset;
    overflow: visible;
    padding: 0 6px 0 0;
    position: relative;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    width: auto;
  }
  .g__button--tosm--simple > a *,
  .g__button--tosm--simple > button *,
  .g__button--tosm--simple > span * {
    color: var(--primary, #6ebe3b) !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .g__button--tosm--simple > a *,
  .g__button--tosm--simple > button *,
  .g__button--tosm--simple > span * {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .g__button--tosm--simple > a:after,
  .g__button--tosm--simple > button:after,
  .g__button--tosm--simple > span:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='m8.268 15.069 4.846-4.847-4.846-4.846'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    -webkit-filter: var(--filter-primary);
    filter: var(--filter-primary);
    height: 20px;
    margin-left: 0.5rem;
    position: relative;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition:
      transform 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    width: 100%;
    width: 20px;
    z-index: 0;
  }
  .g__button--tosm--simple > a span,
  .g__button--tosm--simple > button span,
  .g__button--tosm--simple > span span {
    color: #fff;
    position: relative;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    z-index: 2;
  }
  .g__button--tosm--simple > a:hover *,
  .g__button--tosm--simple > button:hover *,
  .g__button--tosm--simple > span:hover * {
    color: var(--primary-darken2) !important;
  }
  .g__button--tosm--simple > a:hover:after,
  .g__button--tosm--simple > button:hover:after,
  .g__button--tosm--simple > span:hover:after {
    -webkit-filter: var(--filter-primary-darken2);
    filter: var(--filter-primary-darken2);
  }
}
.g__button--icon > a,
.g__button--icon > button,
.g__button--icon > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g__button--icon > a:after,
.g__button--icon > button:after,
.g__button--icon > span:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
  height: 30px;
  margin-left: 10px;
  width: 30px;
}
.g__button--icon > a:hover:after,
.g__button--icon > button:hover:after,
.g__button--icon > span:hover:after {
  -webkit-filter: var(
    --filterSecondary,
    brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(3118%)
      hue-rotate(3deg) brightness(80%) contrast(89%)
  );
  filter: var(
    --filterSecondary,
    brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(3118%)
      hue-rotate(3deg) brightness(80%) contrast(89%)
  );
}
.g__button--iconTicket > a:after,
.g__button--iconTicket > button:after,
.g__button--iconTicket > span:after {
  background-image: var(--swiperArrow, url("../images/ticket.svg"));
}
.g__button--iconShop > a:after,
.g__button--iconShop > button:after,
.g__button--iconShop > span:after {
  background-image: var(--swiperArrow, url("../images/shop.svg"));
}
.dark .g__button--tetriary > a,
.dark .g__button--tetriary > button,
.dark .g__button--tetriary > span {
  color: #fff;
}
.dark .g__button--tetriary > a:after,
.dark .g__button--tetriary > button:after,
.dark .g__button--tetriary > span:after {
  -webkit-filter: var(--filter-white) !important;
  filter: var(--filter-white) !important;
}
.dark .g__button--tetriary > a *,
.dark .g__button--tetriary > button *,
.dark .g__button--tetriary > span * {
  color: #fff !important;
}
.hamburger {
  cursor: pointer;
  display: none;
  font-size: inherit;
  height: 1em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1em;
}
@media (max-width: 1280px) {
  .hamburger {
    display: block;
  }
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger.is-lg {
  font-size: 2rem;
}
.hamburger-line {
  background: currentColor;
  border-radius: 0.125em;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}
.hamburger-line:first-child {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:first-child,
.w-nav-button.w--open .hamburger-line:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 100%;
}
.cm_navbar,
.footerSection {
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(100%)
    saturate(0%) hue-rotate(207deg) brightness(102%) contrast(105%);
  --filter-primary: brightness(0) saturate(100%) invert(67%) sepia(38%)
    saturate(739%) hue-rotate(53deg) brightness(91%) contrast(86%);
  --filter-primary-darken2: brightness(0) saturate(100%) invert(45%) sepia(24%)
    saturate(1250%) hue-rotate(53deg) brightness(101%) contrast(85%);
}
.menuTechMobile,
.submenuLevel2Activate .menuTechMobile,
.submenuLevel3Activate .menuTechMobile {
  display: none;
}
.hasActiveSubmenu .cm_navbar {
  background: #fff;
}
.navbarScrolled .cm_navbar {
  background: #fff;
  padding-top: 20px;
}
.cm_navbar {
  font-family:
    Plus Jakarta Sans,
    Roboto,
    sans-serif;
  max-width: 100vw;
  padding-bottom: 20px;
  padding-top: 55px;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1280px) {
  .cm_navbar {
    padding-top: 35px;
  }
}
.cm_navbar .g__button--primary > a {
  min-width: 118px !important;
}
@media (max-width: 499px) {
  .cm_navbar .g__button--primary > a {
    font-size: 14px !important;
    min-height: 43px;
  }
}
.cm_navbar .cm_navbar__content-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cm_navbar .cm_navbar__content-desc ul li {
  color: #737482;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.cm_navbar .cm_navbar__content-desc ul li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
  height: 20px;
  left: -3px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 20px;
}
@media (max-width: 640px) {
  .cm_navbar .cm_navbar__content-desc ul li:before {
    top: 0;
  }
}
.cm_navbar .cm_navbar__content-desc ul li strong {
  color: #1f1d2a;
}
.cm_navbar--space {
  height: 125px;
}
.cm_navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cm_navbar--fixed {
  -webkit-box-shadow: var(--boxShadow, 0 8px 16.7px 1.3px rgba(0, 0, 0, 0.13));
  box-shadow: var(--boxShadow, 0 8px 16.7px 1.3px rgba(0, 0, 0, 0.13));
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.cm_navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100% !important;
  padding: 0 1rem;
}
@media (min-width: 1281px) {
  .cm_navbar__container {
    max-width: 96% !important;
    width: 1400px;
  }
}
.cm_navbar__left {
  position: relative;
}
.cm_navbar__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  gap: 1rem;
  justify-content: flex-end;
}
.cm_navbar__right,
.cm_navbar__tech-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm_navbar__tech-menu {
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 1280px) {
  .cm_navbar__tech-menu {
    display: none;
    padding-left: 0;
  }
}
.cm_navbar__tech-menu-item {
  margin: 0;
}
.cm_navbar__tech-menu a {
  color: #000;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.cm_navbar__tech-menu a:hover {
  color: #6ebe3b;
}
.cm_navbar__logo {
  position: relative;
}
.cm_navbar__logo img {
  height: 40px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: auto;
}
@media (max-width: 640px) {
  .cm_navbar__logo img {
    height: 30px;
  }
}
@media (max-width: 499px) {
  .cm_navbar__logo img {
    height: auto;
    max-width: 200px;
    padding-right: 2rem;
    width: 100%;
  }
}
.cm_navbar__submenu-back-button {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .submenuLevel2Activate .cm_navbar__submenu-back-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cm_navbar__main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1281px) {
  .cm_navbar__main-menu > .cm_navbar__menu-item .cm_navbar__menu-link {
    font-size: 14px;
  }
}
.cm_navbar__main-menu .cm_navbar__menu-item:hover > a {
  color: #6ebe3b;
}
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
  > .cm_navbar__menu-link--tab,
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
  > a {
  color: #000;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 1;
  padding-right: 27px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1280px) {
  .cm_navbar__main-menu
    .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
    > .cm_navbar__menu-link--tab,
  .cm_navbar__main-menu
    .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
    > a {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.54px;
    line-height: 1.33;
    text-align: center;
  }
}
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
  > .cm_navbar__menu-link--tab:after,
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 20px;
}
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu:hover
  > .cm_navbar__menu-link--tab,
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu:hover
  > a {
  color: #6ebe3b;
}
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu:hover
  > .cm_navbar__menu-link--tab:after,
.cm_navbar__main-menu
  .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu:hover
  > a:after {
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1281px) {
  .cm_navbar__main-menu
    .cm_navbar__menu-item.cm_navbar__menu-item--has-submenu:hover
    .cm_navbar__menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
.cm_navbar__main-menu .cm_navbar__menu-link {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 1280px) {
  .cm_navbar__main-menu .cm_navbar__menu-link {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.54px;
    line-height: 1.33;
    text-align: center;
  }
  .cm_navbar__submenu-link {
    padding-left: 0;
    position: relative;
  }
  .cm_navbar__submenu-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 20px;
  }
}
.cm_navbar__menu {
  -webkit-animation: slideDown 0.3s ease-out;
  animation: slideDown 0.3s ease-out;
  background: #fff;
  left: 0;
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  top: calc(100% - 20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 100vw;
  z-index: 1000;
}
@media (max-width: 1280px) {
  .cm_navbar__menu {
    padding-top: 0;
  }
}
.cm_navbar__menu .cm_navbar__container {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (min-width: 1281px) {
  .cm_navbar__menu .cm_navbar__container {
    display: grid;
    gap: 0;
    grid-template-columns: 26% 74%;
  }
}
.cm_navbar__menu li {
  margin: 0;
}
.cm_navbar__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: var(--gray, #393939);
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 1280px) {
  .cm_navbar__menu a:hover {
    color: #6ebe3b;
  }
  .cm_navbar__menu a:hover:after {
    -webkit-filter: var(--filter-primary);
    filter: var(--filter-primary);
  }
}
.cm_navbar__menu .cm_navbar__menuTabsItem {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding: 1rem 1rem 1rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuTabsItem {
    overflow: visible;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.cm_navbar__menu .cm_navbar__menuTabsItem:hover {
  padding-left: 1rem;
  padding-right: 0;
}
.cm_navbar__menu .cm_navbar__menuTabsItem.cm_navbar__item--active {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 0;
}
.cm_navbar__menu .cm_navbar__menuTabsItem.cm_navbar__item--active:after {
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuTabsItem {
    position: relative;
  }
  .cm_navbar__menu .cm_navbar__menuTabsItem:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 20px;
  }
}
.cm_navbar__menu .cm_navbar__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  gap: 12px;
}
.cm_navbar__menu .cm_navbar__category .cm_navbar__category-icon {
  background-color: #e9f5e2;
  border-radius: 8px;
  padding: 12px;
}
@media (max-width: 768px) {
  .cm_navbar__menu .cm_navbar__category .cm_navbar__category-icon {
    padding: 8px;
  }
}
.cm_navbar__menu .cm_navbar__category .cm_navbar__category-icon img {
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 24px;
}
@media (max-width: 768px) {
  .cm_navbar__menu .cm_navbar__category .cm_navbar__category-icon img {
    height: 20px;
    width: 20px;
  }
}
.cm_navbar__menu .cm_navbar__category .cm_navbar__category-title {
  color: #000;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 1.5;
  text-align: left;
}
.cm_navbar__menu .cm_navbar__menuTabs {
  background: #f9fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 45px 0 45px 30px;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuTabs {
    background: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.cm_navbar__menu .cm_navbar__menuContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuContent {
    height: auto;
  }
}
.cm_navbar__menu .cm_navbar__menuContent .cm_navbar__item {
  display: none;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuContent .cm_navbar__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm_navbar__menu .cm_navbar__menuContent .cm_navbar__item.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuContent .cm_navbar__item.isActive {
    display: none;
  }
}
.cm_navbar__menu .cm_navbar__menuContent .cm_navbar__category {
  display: none;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__menuContent .cm_navbar__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cm_navbar__menu
    .cm_navbar__menuContent
    .cm_navbar__category
    .cm_navbar__category-title {
    color: #6ebe3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.28px;
    line-height: 1.43;
    text-align: left;
  }
}
.cm_navbar__menu .cm_navbar__menuContentTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.cm_navbar__menu .cm_navbar__menuContentTab .cm_navbar__category-title {
  text-transform: uppercase;
}
.cm_navbar__menu .cm_navbar__submenu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  width: 58%;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__submenu {
    gap: 10px 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .cm_navbar__menu .cm_navbar__submenu {
    grid-template-columns: 1fr;
  }
}
.cm_navbar__menu .cm_navbar__submenu .cm_navbar__submenu-item a {
  color: #1d1b1b;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 1.5;
  text-align: left;
}
.cm_navbar__menu .cm_navbar__submenu .cm_navbar__submenu-item a:hover {
  color: #6ebe3b;
}
.cm_navbar__menu .cm_navbar__content {
  background: #f0f8eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 0 0 35px;
  width: 42%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__content {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: none;
  }
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-image img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-title {
  color: #000;
  display: block;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.28px;
  line-height: 1.19;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
}
@media (max-width: 1280px) {
  .cm_navbar__menu .cm_navbar__content .cm_navbar__content-title {
    font-size: 26px;
    padding-right: 0;
  }
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-title strong {
  color: #6ebe3b;
  font-weight: inherit;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-desc {
  color: #737482;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 1.5;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cm_navbar__menu .cm_navbar__content .cm_navbar__content-desc ul li strong {
  display: block;
}
.cm_navbar__menu .cm_navbar__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  position: relative;
}
.submenu__two_levels_with_description .cm_navbar__container {
  display: grid;
  gap: 0;
  grid-template-columns: 70% 30%;
}
@media (max-width: 1280px) {
  .submenu__two_levels_with_description .cm_navbar__container {
    grid-template-columns: 1fr;
  }
}
.submenu__two_levels_with_description .cm_navbar__menuTabsOuter {
  padding: 25px;
}
@media (max-width: 1280px) {
  .submenu__two_levels_with_description .cm_navbar__menuTabsOuter {
    padding: 0;
  }
}
.submenu__two_levels_with_description .cm_navbar__menuTabsInner {
  background: #f9fafb;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.submenu__two_levels_with_description .cm_navbar__menuTabs {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 1fr 1fr;
  width: 85%;
}
@media (max-width: 1536px) {
  .submenu__two_levels_with_description .cm_navbar__menuTabs {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .submenu__two_levels_with_description .cm_navbar__menuTabs {
    grid-template-columns: 1fr;
  }
}
.submenu__two_levels_with_description
  .cm_navbar__menuTabs
  .cm_navbar__menuTabsItemLead {
  grid-column: 1/-1;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .submenu__two_levels_with_description
    .cm_navbar__menuTabs
    .cm_navbar__menuTabsItemLead {
    border-bottom: 1px solid #eff0f5;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.submenu__two_levels_with_description
  .cm_navbar__menuTabs
  .cm_navbar__menuTabsItemLead
  .cm_navbar__category-title {
  color: #6ebe3b;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1280px) {
  .submenu__two_levels_with_description
    .cm_navbar__menuTabs
    .cm_navbar__menuTabsItemLead
    .cm_navbar__category-title {
    font-size: 14px;
  }
}
.submenu__two_levels_with_description .cm_navbar__content {
  padding: 37px;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .submenu__two_levels_with_description .cm_navbar__content {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .submenu__two_levels_with_description .cm_navbar__content {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .submenu__two_levels_with_description .cm_navbar__content {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .submenu__two_levels_with_description .cm_navbar__menuTabs {
    grid-template-columns: 1fr;
  }
  .submenu__two_levels_with_description
    .cm_navbar__menuTabs
    .cm_navbar__menuTabsItemLead {
    grid-column: 1;
  }
}
.mobileLead {
  display: none;
}
@media (max-width: 1280px) {
  .mobileLead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobileLead .cm_navbar__category-title {
    text-transform: uppercase;
  }
  .cm_navbar__menu .cm_navbar__menuContent .cm_navbar__category {
    width: 100%;
  }
  .menuTechMobile {
    display: block;
    padding-top: 2rem;
  }
  .menuTechMobile .cm_navbar__tech-menu,
  .menuTechMobile .cm_navbar__tech-menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menuTechMobile .cm_navbar__tech-menu .cm_navbar__tech-menu-item a,
  .menuTechMobile .cm_navbar__tech-menu--mobile .cm_navbar__tech-menu-item a {
    color: #000;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 1.29;
    text-align: center;
  }
  .cm_navbar__center {
    background: #fff;
    border-top: 1px solid #eff0f5;
    display: none;
    left: 0;
    padding: 1rem 1rem 2rem;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .cm_navbar__center {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
@media (max-width: 1280px) {
  .submenuActivate .cm_navbar__center {
    display: block;
  }
  .submenuActivate .cm_navbar__center .cm_navbar {
    background: #fff;
  }
  .cm_navbar__center .cm_navbar__main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 400px;
  }
  .cm_navbar__center .cm_navbar__menu-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cm_navbar__center .cm_navbar__menu-item,
  .cm_navbar__center .cm_navbar__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cm_navbar__center .cm_navbar__menu-link:after {
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .cm_navbar__menu {
    top: 0 !important;
  }
  .cm_navbar__menu .cm_navbar__menuContent {
    width: 100%;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .submenu__three_levels_with_description {
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
}
@media (max-width: 1280px) {
  .submenu__three_levels_with_description .cm_navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
  }
  .submenu__three_levels_with_description .cm_navbar__container .lead {
    border-bottom: 1px solid #eff0f5;
    color: #6ebe3b;
    display: none;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.28px;
    line-height: 1.43;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .submenu__three_levels_with_description .cm_navbar__container .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1280px) {
  .submenu__three_levels_with_description .cm_navbar__menuTabs {
    background: #fff;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 1280px) and (max-width: 499px) {
  .submenu__three_levels_with_description .cm_navbar__menuTabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1280px) {
  .submenu__three_levels_with_description .cm_navbar__menuContent {
    position: absolute;
    z-index: -1;
  }
  .submenu__three_levels_with_description a {
    padding-left: 0;
  }
  .submenuLevel2Activate .cm_navbar__logo {
    opacity: 0 !important;
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    z-index: -1 !important;
  }
  .submenuLevel2Activate .cm_navbar__submenu-back-button {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px;
    min-width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submenuLevel2Activate .cm_navbar__cta-button {
    opacity: 0 !important;
    z-index: -1 !important;
  }
  .submenuLevel2Activate .thisSubmenuLevel2Activate .cm_navbar__menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .submenuLevel3Activate
    .submenu__three_levels_with_description
    .cm_navbar__menuContent
    .cm_navbar__item.isActive {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .submenuLevel3Activate
    .submenu__three_levels_with_description
    .cm_navbar__menuTabs {
    opacity: 0;
    z-index: -1;
  }
  .submenuLevel3Activate
    .submenu__three_levels_with_description
    .cm_navbar__menuContent {
    background: #fff;
    opacity: 1;
    padding: 0 1rem 20px;
    z-index: 1;
  }
  .submenuLevel3Activate
    .submenu__three_levels_with_description
    .cm_navbar__menuContent
    .cm_navbar__category {
    border-bottom: 1px solid #eff0f5;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.submenuActivate .cm_navbar {
  background: #fff;
}
@media (max-width: 499px) {
  [lang="fr-FR"] .cm_navbar .cm_navbar__logo img {
    padding-right: 1rem;
  }
  [lang="fr-FR"] .cm_navbar .cm_navbar__right {
    gap: 0.5rem;
  }
}
@media (max-width: 400px) {
  [lang="fr-FR"] .cm_navbar .cm_navbar__right .g__button a {
    padding: 4px 12px;
  }
  [lang="fr-FR"] .cm_navbar .cm_navbar__right .g__button a:after {
    display: none;
  }
}
@media (max-width: 499px) {
  [lang="fr-FR"] .cm_navbar .cm_navbar__right .g__button span {
    font-size: 14px !important;
  }
}
@media (max-width: 400px) {
  [lang="fr-FR"] .cm_navbar .cm_navbar__right .g__button span {
    font-size: 12px !important;
  }
}
.cm__footer {
  font-family:
    Plus Jakarta Sans,
    Roboto,
    sans-serif;
  padding: 14px;
}
.cm__footer .html:after,
.cm__footer a:after,
.cm__footer body:after,
.cm__footer button:after,
.cm__footer div:after,
.cm__footer h1:after,
.cm__footer h2:after,
.cm__footer h3:after,
.cm__footer h4:after,
.cm__footer h5:after,
.cm__footer h6:after,
.cm__footer input:after,
.cm__footer label:after,
.cm__footer li:after,
.cm__footer p:after,
.cm__footer pre:after,
.cm__footer section:after,
.cm__footer span:after,
.cm__footer ul:after {
  display: none;
}
@media (max-width: 1024px) {
  .cm__footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.cm__footer__socialMobileRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cm__footer__socialMobileRow .cm__footer__langs {
  display: none;
}
@media (max-width: 1280px) {
  .cm__footer__socialMobileRow .cm__footer__langs {
    display: block;
  }
}
.cm__footer__outerContainer {
  background-color: var(--footer-background-color);
  border-radius: 0.75rem;
  color: #fff;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .cm__footer__outerContainer {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .cm__footer__outerContainer {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .cm__footer__outerContainer {
    padding: 30px 0 60px;
  }
}
.cm__footer__container {
  position: relative;
  z-index: 1;
}
.cm__footer__gradientSmallMenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cm__footer__gradientSmallMenu img {
  -o-object-fit: contain;
  object-fit: contain;
  right: 0;
  width: 100%;
}
.cm__footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm__footer__rowMain {
  display: grid;
  gap: 20px;
  grid-template-columns: 25% 75%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .cm__footer__rowMain {
    grid-template-columns: 1fr;
  }
}
.cm__footer__logo {
  padding-bottom: 2rem;
}
.cm__footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cm__footer__social {
  border-radius: 8px;
  overflow: hidden;
}
.cm__footer__social a {
  height: 40px;
  width: 48px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(139deg, #828282, #2e2e2e);
  border: 0;
  border-image-slice: 1;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(55, 54, 68, 0.06);
  box-shadow: 0 1px 1px 0 rgba(55, 54, 68, 0.06);
}
.cm__footer__social a img {
  height: 16px;
  width: 16px;
}
.cm__footer__social a:hover img {
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
}
.cm__footer__secure {
  max-width: 170px;
}
@media (max-width: 1280px) {
  .cm__footer__secure {
    display: none;
  }
}
@media (max-width: 768px) {
  .cm__footer__secure {
    max-width: 120px;
  }
}
.cm__footer__secure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.cm__footer__menu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cm__footer__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .cm__footer__menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cm__footer__menu > .menu-item {
  list-style: none;
  padding-bottom: 1rem;
  position: relative;
}
@media (max-width: 499px) {
  .cm__footer__menu > .menu-item {
    padding-bottom: 0;
  }
}
.cm__footer__menu > .menu-item > a,
.cm__footer__menu > .menu-item > span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 1.33;
  padding-bottom: 1rem;
  text-align: left;
}
.cm__footer__menu > .menu-item .sub-menu .menu-item {
  display: block;
  padding-bottom: 0.5rem;
}
.cm__footer__menu > .menu-item .sub-menu .menu-item.current-menu-item a {
  color: #fff;
}
.cm__footer__menu > .menu-item .sub-menu a {
  color: #cacbd5;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.29;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cm__footer__menu > .menu-item .sub-menu a:hover {
  color: #6ebe3b;
}
@media (max-width: 499px) {
  .cm__footer__menu {
    grid-template-columns: 1fr;
  }
  .cm__footer__menu > .menu-item.menu-item-has-children > span {
    cursor: pointer;
    position: relative;
  }
  .cm__footer__menu > .menu-item.menu-item-has-children > span:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: var(--filter-white);
    filter: var(--filter-white);
    height: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 20px;
  }
  .cm__footer__menu > .menu-item.menu-item-has-children.mobile-open > a:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cm__footer__menu > .menu-item.menu-item-has-children.mobile-open .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .cm__footer__menu > .menu-item .sub-menu {
    margin-top: 0.5rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
  }
}
.cm__footer__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cm__footer__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm__footer__category {
  color: #cacbd5;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.29;
  text-align: left;
}
@media (max-width: 768px) {
  .cm__footer__category {
    width: 100%;
  }
}
.cm__footer__rowBottom {
  padding-top: 1rem;
}
@media (max-width: 1280px) {
  .cm__footer__rowBottom {
    border-top: 1px solid #595959;
    margin-top: 3rem;
    padding-top: 4rem;
  }
}
.cm__footer__rowCopy {
  border-top: 1px solid #595959;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media (max-width: 1280px) {
  .cm__footer__rowCopy {
    border-top: 0;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.cm__footer__rowCopy .cm__footer__secure {
  display: none;
}
@media (max-width: 1280px) {
  .cm__footer__rowCopy .cm__footer__secure {
    display: block;
  }
}
.cm__footer__copyContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1280px) {
  .cm__footer__copyContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .cm__footer__copyContent {
    gap: 5px;
    overflow: hidden;
  }
}
.cm__footer__copy {
  color: #cacbd5;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.29;
  text-align: left;
}
@media (max-width: 768px) {
  .cm__footer__copy {
    color: #afafaf;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 1.5;
    text-align: left;
  }
}
.cm__footer__lists .cm__footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .cm__footer__lists .cm__footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
  }
}
.cm__footer__lists .menu-item {
  list-style: none;
  margin-left: 1rem;
  padding-left: 1rem;
  position: relative;
}
.cm__footer__lists .menu-item a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.cm__footer__lists .menu-item a:hover {
  color: #6ebe3b;
}
@media (min-width: 769px) {
  .cm__footer__lists .menu-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .cm__footer__lists .menu-item:first-child:after {
    display: none;
  }
}
.cm__footer__lists .menu-item:after {
  background-color: #737482;
  border-radius: 50%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  left: -3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
}
.cm__footer__lists .menu-item a {
  color: #cacbd5;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.29;
  text-align: left;
}
@media (max-width: 768px) {
  .cm__footer__lists .menu-item a {
    color: #afafaf;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 1.5;
    text-align: left;
  }
}
.cm__footer__langs {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 8px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media (max-width: 1280px) {
  .cm__footer__langs {
    display: none;
  }
}
.cm__footer__langs .language-toggle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4d4d4d;
  border: 0;
  border-radius: 4px;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cm__footer__langs .language-toggle:hover {
  background: #605f5f;
}
.cm__footer__langs .lang-choosen,
.cm__footer__langs .lang-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm__footer__langs .lang-choosen {
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 60px;
}
.cm__footer__langs .lang-choosen__name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cm__footer__langs .lang-choosen__caret {
  position: relative;
  width: 20px;
}
.cm__footer__langs .lang-choosen__caret:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.615' d='M14.538 12.053 9.692 7.206l-4.846 4.847'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 20px;
}
.cm__footer__langs .lang-dropdown-menu {
  background: #4d4d4d;
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
  margin-top: 4px;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1280px) {
  .cm__footer__langs .lang-dropdown-menu {
    bottom: auto;
    top: 100%;
  }
}
.cm__footer__langs .lang-dropdown-menu.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.cm__footer__langs .lang-dropdown-menu li {
  list-style: none;
}
.cm__footer__langs .lang-dropdown-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}
.cm__footer__langs .lang-dropdown-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}
.cm__footer__langs .lang-dropdown-menu li:only-child a {
  border-radius: 4px;
}
.cm__footer__langs .lang-dropdown-menu .language-option {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cm__footer__langs .lang-dropdown-menu .language-option:hover {
  background-color: #605f5f;
}
.cm__footer__langs .lang-dropdown-menu .language-option.active {
  background-color: var(--primary, #6ebe3b);
  color: #fff;
}
.cm__footer__langs .lang-dropdown-menu .language-option.active:hover {
  background-color: var(--primary, #6ebe3b);
}
.cm__footer__langs.open .lang-choosen__caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footerSection.footerWithSection {
  padding: 14px;
}
@media (max-width: 1024px) {
  .footerSection.footerWithSection {
    padding-left: 0;
    padding-right: 0;
  }
}
.footerSection.footerWithSection .footerSectionContent {
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.footerSection.footerWithSection .bg-bannerSettings,
.footerSection.footerWithSection .block-single-banner,
.footerSection.footerWithSection .block-single-banner__content,
.footerSection.footerWithSection .sc_single-banner-cta__container,
.footerSection.footerWithSection .sc_single-banner-cta__contentContainer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1024px) {
  .footerSection.footerWithSection .block-single-banner {
    padding-bottom: 0;
  }
}
.footerSection.footerWithSection .cm__footer__outerContainer {
  padding-top: 0;
}
.footerSection.footerWithSection .cm__footer__rowMain {
  border-top: 1px solid #595959;
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .footerSection.footerWithSection .cm__footer__rowMain {
    padding-top: 70px;
  }
}
.footerSection.footerWithSection .cm__footer {
  padding-top: 0;
}
.footerSection.footerWithSection .cm__footer__outerContainer {
  background: 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footerSection.footerWithSection .cm__footer__gradientSmallMenu {
  display: none;
}
.footerSection.footerWithSection .cm__footer__gradientBigMenu {
  background: #000;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.footerSection.footerWithSection .cm__footer__gradientBigMenu img {
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  width: 100%;
}
.footerSection.footerWithSection .bg-cta-banner-full-dark:after {
  display: none;
}
