@charset "UTF-8";
/*
@import "assets/bootstrap4/functions";
@import "assets/bootstrap4/variables";
@import "assets/bootstrap4/mixins";
*/
/*!
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0_5 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1_5 {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-2_5 {
  margin: 2.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3_5 {
  margin: 3.5rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

.m-35 {
  margin: 35rem !important;
}

.m-40 {
  margin: 40rem !important;
}

.m-45 {
  margin: 45rem !important;
}

.m-50 {
  margin: 50rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-0_5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-1_5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-2_5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-3_5 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-25 {
  margin-right: 25rem !important;
  margin-left: 25rem !important;
}

.mx-30 {
  margin-right: 30rem !important;
  margin-left: 30rem !important;
}

.mx-35 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

.mx-40 {
  margin-right: 40rem !important;
  margin-left: 40rem !important;
}

.mx-45 {
  margin-right: 45rem !important;
  margin-left: 45rem !important;
}

.mx-50 {
  margin-right: 50rem !important;
  margin-left: 50rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0_5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1_5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-2_5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-3_5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.my-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.my-35 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

.my-40 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

.my-45 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important;
}

.my-50 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0_5 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1_5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2_5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-3_5 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mt-25 {
  margin-top: 25rem !important;
}

.mt-30 {
  margin-top: 30rem !important;
}

.mt-35 {
  margin-top: 35rem !important;
}

.mt-40 {
  margin-top: 40rem !important;
}

.mt-45 {
  margin-top: 45rem !important;
}

.mt-50 {
  margin-top: 50rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0_5 {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-1_5 {
  margin-right: 1.5rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-2_5 {
  margin-right: 2.5rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-3_5 {
  margin-right: 3.5rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-13 {
  margin-right: 13rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

.me-25 {
  margin-right: 25rem !important;
}

.me-30 {
  margin-right: 30rem !important;
}

.me-35 {
  margin-right: 35rem !important;
}

.me-40 {
  margin-right: 40rem !important;
}

.me-45 {
  margin-right: 45rem !important;
}

.me-50 {
  margin-right: 50rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1_5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2_5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-3_5 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.mb-25 {
  margin-bottom: 25rem !important;
}

.mb-30 {
  margin-bottom: 30rem !important;
}

.mb-35 {
  margin-bottom: 35rem !important;
}

.mb-40 {
  margin-bottom: 40rem !important;
}

.mb-45 {
  margin-bottom: 45rem !important;
}

.mb-50 {
  margin-bottom: 50rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0_5 {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-1_5 {
  margin-left: 1.5rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-2_5 {
  margin-left: 2.5rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-3_5 {
  margin-left: 3.5rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-13 {
  margin-left: 13rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

.ms-25 {
  margin-left: 25rem !important;
}

.ms-30 {
  margin-left: 30rem !important;
}

.ms-35 {
  margin-left: 35rem !important;
}

.ms-40 {
  margin-left: 40rem !important;
}

.ms-45 {
  margin-left: 45rem !important;
}

.ms-50 {
  margin-left: 50rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0_5 {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1_5 {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-2_5 {
  padding: 2.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-3_5 {
  padding: 3.5rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

.p-35 {
  padding: 35rem !important;
}

.p-40 {
  padding: 40rem !important;
}

.p-45 {
  padding: 45rem !important;
}

.p-50 {
  padding: 50rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-0_5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-1_5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-2_5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-3_5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-25 {
  padding-right: 25rem !important;
  padding-left: 25rem !important;
}

.px-30 {
  padding-right: 30rem !important;
  padding-left: 30rem !important;
}

.px-35 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

.px-40 {
  padding-right: 40rem !important;
  padding-left: 40rem !important;
}

.px-45 {
  padding-right: 45rem !important;
  padding-left: 45rem !important;
}

.px-50 {
  padding-right: 50rem !important;
  padding-left: 50rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-0_5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1_5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-2_5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-3_5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.py-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.py-35 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

.py-40 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

.py-45 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important;
}

.py-50 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0_5 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1_5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2_5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-3_5 {
  padding-top: 3.5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-25 {
  padding-top: 25rem !important;
}

.pt-30 {
  padding-top: 30rem !important;
}

.pt-35 {
  padding-top: 35rem !important;
}

.pt-40 {
  padding-top: 40rem !important;
}

.pt-45 {
  padding-top: 45rem !important;
}

.pt-50 {
  padding-top: 50rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0_5 {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-1_5 {
  padding-right: 1.5rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-2_5 {
  padding-right: 2.5rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-3_5 {
  padding-right: 3.5rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-13 {
  padding-right: 13rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-25 {
  padding-right: 25rem !important;
}

.pe-30 {
  padding-right: 30rem !important;
}

.pe-35 {
  padding-right: 35rem !important;
}

.pe-40 {
  padding-right: 40rem !important;
}

.pe-45 {
  padding-right: 45rem !important;
}

.pe-50 {
  padding-right: 50rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0_5 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1_5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2_5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-3_5 {
  padding-bottom: 3.5rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-25 {
  padding-bottom: 25rem !important;
}

.pb-30 {
  padding-bottom: 30rem !important;
}

.pb-35 {
  padding-bottom: 35rem !important;
}

.pb-40 {
  padding-bottom: 40rem !important;
}

.pb-45 {
  padding-bottom: 45rem !important;
}

.pb-50 {
  padding-bottom: 50rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0_5 {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-1_5 {
  padding-left: 1.5rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-2_5 {
  padding-left: 2.5rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-3_5 {
  padding-left: 3.5rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-13 {
  padding-left: 13rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-25 {
  padding-left: 25rem !important;
}

.ps-30 {
  padding-left: 30rem !important;
}

.ps-35 {
  padding-left: 35rem !important;
}

.ps-40 {
  padding-left: 40rem !important;
}

.ps-45 {
  padding-left: 45rem !important;
}

.ps-50 {
  padding-left: 50rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .m-sm-35 {
    margin: 35rem !important;
  }
  .m-sm-40 {
    margin: 40rem !important;
  }
  .m-sm-45 {
    margin: 45rem !important;
  }
  .m-sm-50 {
    margin: 50rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-sm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-sm-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-sm-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-sm-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-sm-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-sm-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-sm-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-sm-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-sm-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-13 {
    margin-top: 13rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-30 {
    margin-top: 30rem !important;
  }
  .mt-sm-35 {
    margin-top: 35rem !important;
  }
  .mt-sm-40 {
    margin-top: 40rem !important;
  }
  .mt-sm-45 {
    margin-top: 45rem !important;
  }
  .mt-sm-50 {
    margin-top: 50rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-13 {
    margin-right: 13rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 25rem !important;
  }
  .me-sm-30 {
    margin-right: 30rem !important;
  }
  .me-sm-35 {
    margin-right: 35rem !important;
  }
  .me-sm-40 {
    margin-right: 40rem !important;
  }
  .me-sm-45 {
    margin-right: 45rem !important;
  }
  .me-sm-50 {
    margin-right: 50rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 35rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 40rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 45rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 50rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-13 {
    margin-left: 13rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 25rem !important;
  }
  .ms-sm-30 {
    margin-left: 30rem !important;
  }
  .ms-sm-35 {
    margin-left: 35rem !important;
  }
  .ms-sm-40 {
    margin-left: 40rem !important;
  }
  .ms-sm-45 {
    margin-left: 45rem !important;
  }
  .ms-sm-50 {
    margin-left: 50rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .p-sm-35 {
    padding: 35rem !important;
  }
  .p-sm-40 {
    padding: 40rem !important;
  }
  .p-sm-45 {
    padding: 45rem !important;
  }
  .p-sm-50 {
    padding: 50rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-sm-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-sm-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-sm-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-sm-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-sm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-sm-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-sm-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-sm-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-sm-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-13 {
    padding-top: 13rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 25rem !important;
  }
  .pt-sm-30 {
    padding-top: 30rem !important;
  }
  .pt-sm-35 {
    padding-top: 35rem !important;
  }
  .pt-sm-40 {
    padding-top: 40rem !important;
  }
  .pt-sm-45 {
    padding-top: 45rem !important;
  }
  .pt-sm-50 {
    padding-top: 50rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-13 {
    padding-right: 13rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 25rem !important;
  }
  .pe-sm-30 {
    padding-right: 30rem !important;
  }
  .pe-sm-35 {
    padding-right: 35rem !important;
  }
  .pe-sm-40 {
    padding-right: 40rem !important;
  }
  .pe-sm-45 {
    padding-right: 45rem !important;
  }
  .pe-sm-50 {
    padding-right: 50rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 30rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 35rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 40rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 45rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 50rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-13 {
    padding-left: 13rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 25rem !important;
  }
  .ps-sm-30 {
    padding-left: 30rem !important;
  }
  .ps-sm-35 {
    padding-left: 35rem !important;
  }
  .ps-sm-40 {
    padding-left: 40rem !important;
  }
  .ps-sm-45 {
    padding-left: 45rem !important;
  }
  .ps-sm-50 {
    padding-left: 50rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1_5 {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2_5 {
    margin: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3_5 {
    margin: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .m-md-35 {
    margin: 35rem !important;
  }
  .m-md-40 {
    margin: 40rem !important;
  }
  .m-md-45 {
    margin: 45rem !important;
  }
  .m-md-50 {
    margin: 50rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-md-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-md-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-md-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-md-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-md-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-md-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-md-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-md-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-md-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 25rem !important;
  }
  .mt-md-30 {
    margin-top: 30rem !important;
  }
  .mt-md-35 {
    margin-top: 35rem !important;
  }
  .mt-md-40 {
    margin-top: 40rem !important;
  }
  .mt-md-45 {
    margin-top: 45rem !important;
  }
  .mt-md-50 {
    margin-top: 50rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-13 {
    margin-right: 13rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 25rem !important;
  }
  .me-md-30 {
    margin-right: 30rem !important;
  }
  .me-md-35 {
    margin-right: 35rem !important;
  }
  .me-md-40 {
    margin-right: 40rem !important;
  }
  .me-md-45 {
    margin-right: 45rem !important;
  }
  .me-md-50 {
    margin-right: 50rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 30rem !important;
  }
  .mb-md-35 {
    margin-bottom: 35rem !important;
  }
  .mb-md-40 {
    margin-bottom: 40rem !important;
  }
  .mb-md-45 {
    margin-bottom: 45rem !important;
  }
  .mb-md-50 {
    margin-bottom: 50rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-13 {
    margin-left: 13rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 25rem !important;
  }
  .ms-md-30 {
    margin-left: 30rem !important;
  }
  .ms-md-35 {
    margin-left: 35rem !important;
  }
  .ms-md-40 {
    margin-left: 40rem !important;
  }
  .ms-md-45 {
    margin-left: 45rem !important;
  }
  .ms-md-50 {
    margin-left: 50rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1_5 {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2_5 {
    padding: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3_5 {
    padding: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .p-md-35 {
    padding: 35rem !important;
  }
  .p-md-40 {
    padding: 40rem !important;
  }
  .p-md-45 {
    padding: 45rem !important;
  }
  .p-md-50 {
    padding: 50rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-md-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-md-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-md-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-md-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-md-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-md-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-md-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-md-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-md-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 25rem !important;
  }
  .pt-md-30 {
    padding-top: 30rem !important;
  }
  .pt-md-35 {
    padding-top: 35rem !important;
  }
  .pt-md-40 {
    padding-top: 40rem !important;
  }
  .pt-md-45 {
    padding-top: 45rem !important;
  }
  .pt-md-50 {
    padding-top: 50rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-13 {
    padding-right: 13rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 25rem !important;
  }
  .pe-md-30 {
    padding-right: 30rem !important;
  }
  .pe-md-35 {
    padding-right: 35rem !important;
  }
  .pe-md-40 {
    padding-right: 40rem !important;
  }
  .pe-md-45 {
    padding-right: 45rem !important;
  }
  .pe-md-50 {
    padding-right: 50rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 30rem !important;
  }
  .pb-md-35 {
    padding-bottom: 35rem !important;
  }
  .pb-md-40 {
    padding-bottom: 40rem !important;
  }
  .pb-md-45 {
    padding-bottom: 45rem !important;
  }
  .pb-md-50 {
    padding-bottom: 50rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-13 {
    padding-left: 13rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 25rem !important;
  }
  .ps-md-30 {
    padding-left: 30rem !important;
  }
  .ps-md-35 {
    padding-left: 35rem !important;
  }
  .ps-md-40 {
    padding-left: 40rem !important;
  }
  .ps-md-45 {
    padding-left: 45rem !important;
  }
  .ps-md-50 {
    padding-left: 50rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .m-lg-35 {
    margin: 35rem !important;
  }
  .m-lg-40 {
    margin: 40rem !important;
  }
  .m-lg-45 {
    margin: 45rem !important;
  }
  .m-lg-50 {
    margin: 50rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-lg-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-lg-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-lg-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-lg-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-lg-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-lg-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-lg-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-lg-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-lg-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 25rem !important;
  }
  .mt-lg-30 {
    margin-top: 30rem !important;
  }
  .mt-lg-35 {
    margin-top: 35rem !important;
  }
  .mt-lg-40 {
    margin-top: 40rem !important;
  }
  .mt-lg-45 {
    margin-top: 45rem !important;
  }
  .mt-lg-50 {
    margin-top: 50rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-13 {
    margin-right: 13rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 25rem !important;
  }
  .me-lg-30 {
    margin-right: 30rem !important;
  }
  .me-lg-35 {
    margin-right: 35rem !important;
  }
  .me-lg-40 {
    margin-right: 40rem !important;
  }
  .me-lg-45 {
    margin-right: 45rem !important;
  }
  .me-lg-50 {
    margin-right: 50rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 30rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 35rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 40rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 45rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 50rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-13 {
    margin-left: 13rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 25rem !important;
  }
  .ms-lg-30 {
    margin-left: 30rem !important;
  }
  .ms-lg-35 {
    margin-left: 35rem !important;
  }
  .ms-lg-40 {
    margin-left: 40rem !important;
  }
  .ms-lg-45 {
    margin-left: 45rem !important;
  }
  .ms-lg-50 {
    margin-left: 50rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .p-lg-35 {
    padding: 35rem !important;
  }
  .p-lg-40 {
    padding: 40rem !important;
  }
  .p-lg-45 {
    padding: 45rem !important;
  }
  .p-lg-50 {
    padding: 50rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-lg-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-lg-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-lg-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-lg-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-lg-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-lg-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-lg-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-lg-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-lg-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 25rem !important;
  }
  .pt-lg-30 {
    padding-top: 30rem !important;
  }
  .pt-lg-35 {
    padding-top: 35rem !important;
  }
  .pt-lg-40 {
    padding-top: 40rem !important;
  }
  .pt-lg-45 {
    padding-top: 45rem !important;
  }
  .pt-lg-50 {
    padding-top: 50rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-13 {
    padding-right: 13rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 25rem !important;
  }
  .pe-lg-30 {
    padding-right: 30rem !important;
  }
  .pe-lg-35 {
    padding-right: 35rem !important;
  }
  .pe-lg-40 {
    padding-right: 40rem !important;
  }
  .pe-lg-45 {
    padding-right: 45rem !important;
  }
  .pe-lg-50 {
    padding-right: 50rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 30rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 35rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 40rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 45rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 50rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-13 {
    padding-left: 13rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 25rem !important;
  }
  .ps-lg-30 {
    padding-left: 30rem !important;
  }
  .ps-lg-35 {
    padding-left: 35rem !important;
  }
  .ps-lg-40 {
    padding-left: 40rem !important;
  }
  .ps-lg-45 {
    padding-left: 45rem !important;
  }
  .ps-lg-50 {
    padding-left: 50rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-13 {
    margin: 13rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .m-xl-25 {
    margin: 25rem !important;
  }
  .m-xl-30 {
    margin: 30rem !important;
  }
  .m-xl-35 {
    margin: 35rem !important;
  }
  .m-xl-40 {
    margin: 40rem !important;
  }
  .m-xl-45 {
    margin: 45rem !important;
  }
  .m-xl-50 {
    margin: 50rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xl-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-xl-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-xl-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-xl-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xl-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-xl-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-xl-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-xl-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !important;
  }
  .mt-xl-25 {
    margin-top: 25rem !important;
  }
  .mt-xl-30 {
    margin-top: 30rem !important;
  }
  .mt-xl-35 {
    margin-top: 35rem !important;
  }
  .mt-xl-40 {
    margin-top: 40rem !important;
  }
  .mt-xl-45 {
    margin-top: 45rem !important;
  }
  .mt-xl-50 {
    margin-top: 50rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-13 {
    margin-right: 13rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !important;
  }
  .me-xl-25 {
    margin-right: 25rem !important;
  }
  .me-xl-30 {
    margin-right: 30rem !important;
  }
  .me-xl-35 {
    margin-right: 35rem !important;
  }
  .me-xl-40 {
    margin-right: 40rem !important;
  }
  .me-xl-45 {
    margin-right: 45rem !important;
  }
  .me-xl-50 {
    margin-right: 50rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 35rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 40rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 45rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 50rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-13 {
    margin-left: 13rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !important;
  }
  .ms-xl-25 {
    margin-left: 25rem !important;
  }
  .ms-xl-30 {
    margin-left: 30rem !important;
  }
  .ms-xl-35 {
    margin-left: 35rem !important;
  }
  .ms-xl-40 {
    margin-left: 40rem !important;
  }
  .ms-xl-45 {
    margin-left: 45rem !important;
  }
  .ms-xl-50 {
    margin-left: 50rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-13 {
    padding: 13rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .p-xl-25 {
    padding: 25rem !important;
  }
  .p-xl-30 {
    padding: 30rem !important;
  }
  .p-xl-35 {
    padding: 35rem !important;
  }
  .p-xl-40 {
    padding: 40rem !important;
  }
  .p-xl-45 {
    padding: 45rem !important;
  }
  .p-xl-50 {
    padding: 50rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-xl-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-xl-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-xl-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-xl-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-xl-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-xl-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-xl-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-xl-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-13 {
    padding-top: 13rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !important;
  }
  .pt-xl-25 {
    padding-top: 25rem !important;
  }
  .pt-xl-30 {
    padding-top: 30rem !important;
  }
  .pt-xl-35 {
    padding-top: 35rem !important;
  }
  .pt-xl-40 {
    padding-top: 40rem !important;
  }
  .pt-xl-45 {
    padding-top: 45rem !important;
  }
  .pt-xl-50 {
    padding-top: 50rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-13 {
    padding-right: 13rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !important;
  }
  .pe-xl-25 {
    padding-right: 25rem !important;
  }
  .pe-xl-30 {
    padding-right: 30rem !important;
  }
  .pe-xl-35 {
    padding-right: 35rem !important;
  }
  .pe-xl-40 {
    padding-right: 40rem !important;
  }
  .pe-xl-45 {
    padding-right: 45rem !important;
  }
  .pe-xl-50 {
    padding-right: 50rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 30rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 35rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 40rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 45rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 50rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-13 {
    padding-left: 13rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !important;
  }
  .ps-xl-25 {
    padding-left: 25rem !important;
  }
  .ps-xl-30 {
    padding-left: 30rem !important;
  }
  .ps-xl-35 {
    padding-left: 35rem !important;
  }
  .ps-xl-40 {
    padding-left: 40rem !important;
  }
  .ps-xl-45 {
    padding-left: 45rem !important;
  }
  .ps-xl-50 {
    padding-left: 50rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0_5 {
    margin: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-1_5 {
    margin: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-2_5 {
    margin: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-3_5 {
    margin: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-13 {
    margin: 13rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .m-xxl-35 {
    margin: 35rem !important;
  }
  .m-xxl-40 {
    margin: 40rem !important;
  }
  .m-xxl-45 {
    margin: 45rem !important;
  }
  .m-xxl-50 {
    margin: 50rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxl-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-xxl-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-xxl-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-xxl-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxl-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-xxl-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-xxl-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-xxl-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-13 {
    margin-top: 13rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxl-35 {
    margin-top: 35rem !important;
  }
  .mt-xxl-40 {
    margin-top: 40rem !important;
  }
  .mt-xxl-45 {
    margin-top: 45rem !important;
  }
  .mt-xxl-50 {
    margin-top: 50rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-13 {
    margin-right: 13rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxl-35 {
    margin-right: 35rem !important;
  }
  .me-xxl-40 {
    margin-right: 40rem !important;
  }
  .me-xxl-45 {
    margin-right: 45rem !important;
  }
  .me-xxl-50 {
    margin-right: 50rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-13 {
    margin-left: 13rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxl-35 {
    margin-left: 35rem !important;
  }
  .ms-xxl-40 {
    margin-left: 40rem !important;
  }
  .ms-xxl-45 {
    margin-left: 45rem !important;
  }
  .ms-xxl-50 {
    margin-left: 50rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0_5 {
    padding: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-1_5 {
    padding: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-2_5 {
    padding: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-3_5 {
    padding: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-13 {
    padding: 13rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .p-xxl-35 {
    padding: 35rem !important;
  }
  .p-xxl-40 {
    padding: 40rem !important;
  }
  .p-xxl-45 {
    padding: 45rem !important;
  }
  .p-xxl-50 {
    padding: 50rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-xxl-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-xxl-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-xxl-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-xxl-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-xxl-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-xxl-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-xxl-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-xxl-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-13 {
    padding-top: 13rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxl-30 {
    padding-top: 30rem !important;
  }
  .pt-xxl-35 {
    padding-top: 35rem !important;
  }
  .pt-xxl-40 {
    padding-top: 40rem !important;
  }
  .pt-xxl-45 {
    padding-top: 45rem !important;
  }
  .pt-xxl-50 {
    padding-top: 50rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-13 {
    padding-right: 13rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxl-30 {
    padding-right: 30rem !important;
  }
  .pe-xxl-35 {
    padding-right: 35rem !important;
  }
  .pe-xxl-40 {
    padding-right: 40rem !important;
  }
  .pe-xxl-45 {
    padding-right: 45rem !important;
  }
  .pe-xxl-50 {
    padding-right: 50rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-13 {
    padding-left: 13rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxl-30 {
    padding-left: 30rem !important;
  }
  .ps-xxl-35 {
    padding-left: 35rem !important;
  }
  .ps-xxl-40 {
    padding-left: 40rem !important;
  }
  .ps-xxl-45 {
    padding-left: 45rem !important;
  }
  .ps-xxl-50 {
    padding-left: 50rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * https://type-scale.com/
 */
/**
 * Generate the color palette with https://accessiblepalette.com/
                                    https://css.land/lch/
 * Roles    https://m3.material.io/styles/color/the-color-system/key-colors-tones
            https://m3.material.io/styles/color/the-color-system/color-roles
 * Color name conventions:
    - Primary,
    - Secondary,
    - Accent,
    - Neutral,
    - Semantic (Success, Warning, Error, info ecc)
    - more colors – l'organizzazione potrebbe avere più prodotti o sub-brands.
        In questo caso dovrebbe esserci un ulteriore set di primary e secondary
        con riferimento al prodotto o brand: nomeprodotto-primary subbrand-primary.

 * I colori devono avere sempre un colore reference,
 che sarà il colore pricipale e una scala cromatica di colori dallo 0% al 100% di luminosità.
 La scala cromatica viene calcolata nello spazio LCH
 * Per ogni colore bisogna definire:
    on-nomecolore : applicato al content (icone, testi ecc) che sono nel background primary+
    nomecolore-container : applicato all'elemento che necessita di meno enfasi del nomecolore
    on-nomecolore-container : applicato a testi e icone che devono stare nel nomecolore-container
    primary -> on-primary
    primary-container -> on-primary-container

*/
/*
 Guida ai border radius
  Sono definiti 3 tipologie di border radius. Small, Medium, Large.
  Andrebbero usati in questà modalità:
   - Small : Per elementi piccoli, inline, che occupano 1 o 2 colonne tipo bottoni, badge ecc
   - Medium : Per gli elementi che occupano un po di
     spazio 3, 4, 5, 6 colonne tipo card, accordion, dropdown menu. modali piccoli
   - Large : Per gli elementi larghi 12 colonne
 */
/*
Timings must been set in seconds
*/
:root {
  --smx-base-transition-fast: ease-in-out 0.3s;
  --smx-base-transition-normal: ease-in-out 0.5s;
  --smx-base-transition-slow: ease-in-out 1s;
  --smx-mobile-breakpoint-down: md;
  --smx-mobile-breakpoint-up: lg;
  --smx-timing-fast: 0.3;
  --smx-timing-normal: 0.5;
  --smx-timing-slow: 1;
  --smx-breakpoint-xs: 0;
  --smx-breakpoint-sm: 576px;
  --smx-breakpoint-md: 768px;
  --smx-breakpoint-lg: 992px;
  --smx-breakpoint-xl: 1200px;
  --smx-breakpoint-xxl: 1400px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 575.98px) {
  html {
    font-size: 9px;
  }
}

html,
body,
div,
header,
nav,
ul,
li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

b,
strong {
  font-weight: bold;
}

* {
  font-size: 1em;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: 0.83em;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: unset;
}
a:hover, a:visited {
  color: unset;
}

button {
  border: none;
  background: transparent;
}

a:active,
p:active,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
li:active,
select:active,
button:active,
video:active,
input:active,
textarea:active,
div:active,
picture:active,
img:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a:focus-within,
p:focus-within,
h1:focus-within,
h2:focus-within,
h3:focus-within,
h4:focus-within,
h5:focus-within,
h6:focus-within,
li:focus-within,
select:focus-within,
button:focus-within,
video:focus-within,
input:focus-within,
textarea:focus-within,
div:focus-within,
picture:focus-within,
img:focus-within {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
li:focus,
select:focus,
button:focus,
video:focus,
input:focus,
textarea:focus,
div:focus,
picture:focus,
img:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a:visited,
p:visited,
h1:visited,
h2:visited,
h3:visited,
h4:visited,
h5:visited,
h6:visited,
li:visited,
select:visited,
button:visited,
video:visited,
input:visited,
textarea:visited,
div:visited,
picture:visited,
img:visited {
  color: inherit;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes vibrate {
  0% {
    top: 0;
    left: 0;
  }
  10% {
    top: 10px;
    left: 5px;
  }
  20% {
    top: -10px;
    left: -5px;
  }
  30% {
    top: 5px;
    left: 10px;
  }
  40% {
    top: -5px;
    left: -10px;
  }
  50% {
    top: 4px;
    left: 2px;
  }
  60% {
    top: -4px;
    left: -2px;
  }
  70% {
    top: 6px;
    left: 10px;
  }
  80% {
    top: -3px;
    left: -10px;
  }
  90% {
    top: 4px;
    left: 2px;
  }
  100% {
    top: -4px;
    left: -2px;
  }
}
@keyframes vibrate {
  0% {
    top: 0;
    left: 0;
  }
  10% {
    top: 10px;
    left: 5px;
  }
  20% {
    top: -10px;
    left: -5px;
  }
  30% {
    top: 5px;
    left: 10px;
  }
  40% {
    top: -5px;
    left: -10px;
  }
  50% {
    top: 4px;
    left: 2px;
  }
  60% {
    top: -4px;
    left: -2px;
  }
  70% {
    top: 6px;
    left: 10px;
  }
  80% {
    top: -3px;
    left: -10px;
  }
  90% {
    top: 4px;
    left: 2px;
  }
  100% {
    top: -4px;
    left: -2px;
  }
}
@-webkit-keyframes superpowers {
  0% {
    width: 500px;
    height: 500px;
    top: -250px;
    left: -250px;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0.7;
  }
}
@keyframes superpowers {
  0% {
    width: 500px;
    height: 500px;
    top: -250px;
    left: -250px;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0.7;
  }
}
html body #magicPointer {
  background-color: black;
  width: 10px;
  height: 10px;
  z-index: 1000000000000000000000;
}
html body #magicPointer.pointer-overlay {
  background-color: rgba(100, 100, 100, 0.4);
  background-blend-mode: difference;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
html body #magicPointer.is-negative {
  background-color: white;
}
html body #magicPointer #smx-pointer-content {
  width: 80%;
  height: 80%;
  position: relative;
  top: 10%;
  left: 10%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: width ease-in-out 0.5s, height ease-in-out 0.5s;
  transition: width ease-in-out 0.5s, height ease-in-out 0.5s;
}
html body #magicPointer.smx-cta-cursor {
  width: 13rem;
  height: 13rem;
  background-color: red !important;
  mix-blend-mode: normal !important;
}
html body #magicPointer.smx-cta-cursor #smx-pointer-content {
  opacity: 1;
  -webkit-animation-name: rotate !important;
  animation-name: rotate !important;
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
html body #magicPointer.smx-cta-cursor.is-negative {
  background-color: !important;
}

html body #magicMouseCursor {
  border: 2px solid black;
  z-index: 100000000000000000000;
  width: 30px;
  height: 30px;
}
html body #magicMouseCursor.is-hover {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  mix-blend-mode: difference;
  width: 30px !important;
  height: 30px !important;
}
html body #magicMouseCursor.is-negative {
  border: 2px solid white;
}
html body #magicMouseCursor.smx-cta-cursor {
  opacity: 0;
}
html body #magicMouseCursor.hide {
  display: none !important;
}
html body #magicMouseCursor.loading-superpower {
  display: block !important;
  width: 500px;
  height: 500px;
  left: -250px;
  top: -250px;
  border: none;
  -webkit-animation: superpowers 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: superpowers 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  background-color: white !important;
  opacity: 0;
}

/**
 * Create all color classes
    <reference-name> { color: <reference value>  }
    <reference-name>-bg { background-color: <reference value>  }

    a class for each color in absolute palette
    <reference-name>-a<lightness value> { color: <reference value>  }
    <reference-name>-a<lightness value>-bg { background-color: <reference value>  }

    a class for each color in relative palette
    <reference-name>-r<lightness value> { color: <reference value>  }
    <reference-name>-r<lightness value>-bg { background-color: <reference value>  }

    a class for each color in scheme
    on-<reference>
    light-<reference>
    on-light-<reference>
    hover-<reference>
    hover-light-<reference>

*/
html,
body {
  /* text color */
}

:root {
  --smx-primary-color: rgb(164, 136, 120);
}

.primary {
  color: rgb(164, 136, 120) !important;
}
.primary:visited {
  color: rgb(164, 136, 120);
}

.has-primary-color {
  color: rgb(164, 136, 120) !important;
}

.has-primary-background-color {
  background-color: rgb(164, 136, 120) !important;
}

.primary-bg {
  background-color: rgb(164, 136, 120);
  color: #fff;
}
.primary-bg div,
.primary-bg p,
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg h6,
.primary-bg ul,
.primary-bg li {
  color: #e8e1dd;
}
.primary-bg .accordion .accordion-item {
  border-bottom-color: #fff;
}
.primary-bg .accordion .accordion-item .accordion-header button.accordion-button::after, .primary-bg .accordion .accordion-item .accordion-header button.accordion-button::before {
  background-color: #fff;
}
.primary-bg input,
.primary-bg textarea {
  background-color: #fff;
}

.primary-a0 {
  color: #000;
}

.primary-a0-bg {
  background-color: #000;
}

.primary-a10 {
  color: #201a17;
}

.primary-a10-bg {
  background-color: #201a17;
}

.primary-a20 {
  color: #382e29;
}

.primary-a20-bg {
  background-color: #382e29;
}

.primary-a30 {
  color: #52443c;
}

.primary-a30-bg {
  background-color: #52443c;
}

.primary-a40 {
  color: #6d5b50;
}

.primary-a40-bg {
  background-color: #6d5b50;
}

.primary-a50 {
  color: #8a7265;
}

.primary-a50-bg {
  background-color: #8a7265;
}

.primary-a60 {
  color: #a68b7c;
}

.primary-a60-bg {
  background-color: #a68b7c;
}

.primary-a70 {
  color: #bca79b;
}

.primary-a70-bg {
  background-color: #bca79b;
}

.primary-a80 {
  color: #d2c4bc;
}

.primary-a80-bg {
  background-color: #d2c4bc;
}

.primary-a90 {
  color: #e8e1dd;
}

.primary-a90-bg {
  background-color: #e8e1dd;
}

.primary-a95 {
  color: #f3f0ee;
}

.primary-a95-bg {
  background-color: #f3f0ee;
}

.primary-a99 {
  color: #fdfcfc;
}

.primary-a99-bg {
  background-color: #fdfcfc;
}

.primary-a100 {
  color: #fff;
}

.primary-a100-bg {
  background-color: #fff;
}

.primary-rlm20 {
  color: rgb(112, 86, 72);
}

.primary-rlm20-bg {
  background-color: rgb(112, 86, 72);
}

.primary-rlm10 {
  color: rgb(137, 111, 95);
}

.primary-rlm10-bg {
  background-color: rgb(137, 111, 95);
}

.primary-rlp10 {
  color: rgb(191, 162, 146);
}

.primary-rlp10-bg {
  background-color: rgb(191, 162, 146);
}

.primary-rlp20 {
  color: rgb(219, 189, 172);
}

.primary-rlp20-bg {
  background-color: rgb(219, 189, 172);
}

.primary-rlm20 {
  color: rgb(112, 86, 72);
}

.primary-rlm20-bg {
  background-color: rgb(112, 86, 72);
}

.primary-rlm10 {
  color: rgb(137, 111, 95);
}

.primary-rlm10-bg {
  background-color: rgb(137, 111, 95);
}

.primary-rlp10 {
  color: rgb(191, 162, 146);
}

.primary-rlp10-bg {
  background-color: rgb(191, 162, 146);
}

.primary-rlp20 {
  color: rgb(219, 189, 172);
}

.primary-rlp20-bg {
  background-color: rgb(219, 189, 172);
}

.on-primary {
  color: #fff;
}

.on-primary-bg {
  background-color: #fff;
}

.light-primary {
  color: #e8e1dd;
}

.light-primary-bg {
  background-color: #e8e1dd;
}

.on-light-primary {
  color: #201a17;
}

.on-light-primary-bg {
  background-color: #201a17;
}

.hover-primary {
  color: #bca79b;
}

.hover-primary-bg {
  background-color: #bca79b;
}

.hover-light-primary {
  color: #382e29;
}

.hover-light-primary-bg {
  background-color: #382e29;
}

:root {
  --smx-secondary-color: rgb(43, 40, 98);
}

.secondary {
  color: rgb(43, 40, 98) !important;
}
.secondary:visited {
  color: rgb(43, 40, 98);
}

.has-secondary-color {
  color: rgb(43, 40, 98) !important;
}

.has-secondary-background-color {
  background-color: rgb(43, 40, 98) !important;
}

.secondary-bg {
  background-color: rgb(43, 40, 98);
  color: #fff;
}
.secondary-bg div,
.secondary-bg p,
.secondary-bg h1,
.secondary-bg h2,
.secondary-bg h3,
.secondary-bg h4,
.secondary-bg h5,
.secondary-bg h6,
.secondary-bg ul,
.secondary-bg li {
  color: #e4e1ea;
}
.secondary-bg .accordion .accordion-item {
  border-bottom-color: #fff;
}
.secondary-bg .accordion .accordion-item .accordion-header button.accordion-button::after, .secondary-bg .accordion .accordion-item .accordion-header button.accordion-button::before {
  background-color: #fff;
}
.secondary-bg input,
.secondary-bg textarea {
  background-color: #fff;
}

.secondary-a0 {
  color: #000;
}

.secondary-a0-bg {
  background-color: #000;
}

.secondary-a10 {
  color: #25152f;
}

.secondary-a10-bg {
  background-color: #25152f;
}

.secondary-a20 {
  color: #422159;
}

.secondary-a20-bg {
  background-color: #422159;
}

.secondary-a30 {
  color: #573b6e;
}

.secondary-a30-bg {
  background-color: #573b6e;
}

.secondary-a40 {
  color: #6d5482;
}

.secondary-a40-bg {
  background-color: #6d5482;
}

.secondary-a50 {
  color: #836f97;
}

.secondary-a50-bg {
  background-color: #836f97;
}

.secondary-a60 {
  color: #9a8aab;
}

.secondary-a60-bg {
  background-color: #9a8aab;
}

.secondary-a70 {
  color: #b2a7c0;
}

.secondary-a70-bg {
  background-color: #b2a7c0;
}

.secondary-a80 {
  color: #cac3d5;
}

.secondary-a80-bg {
  background-color: #cac3d5;
}

.secondary-a90 {
  color: #e4e1ea;
}

.secondary-a90-bg {
  background-color: #e4e1ea;
}

.secondary-a95 {
  color: #f1f0f5;
}

.secondary-a95-bg {
  background-color: #f1f0f5;
}

.secondary-a99 {
  color: #fcfcfd;
}

.secondary-a99-bg {
  background-color: #fcfcfd;
}

.secondary-a100 {
  color: #fff;
}

.secondary-a100-bg {
  background-color: #fff;
}

.secondary-rlm20 {
  color: #000;
}

.secondary-rlm20-bg {
  background-color: #000;
}

.secondary-rlm10 {
  color: rgb(17, 20, 74);
}

.secondary-rlm10-bg {
  background-color: rgb(17, 20, 74);
}

.secondary-rlp10 {
  color: rgb(68, 62, 123);
}

.secondary-rlp10-bg {
  background-color: rgb(68, 62, 123);
}

.secondary-rlp20 {
  color: rgb(93, 85, 149);
}

.secondary-rlp20-bg {
  background-color: rgb(93, 85, 149);
}

.secondary-rlm20 {
  color: #000;
}

.secondary-rlm20-bg {
  background-color: #000;
}

.secondary-rlm10 {
  color: rgb(17, 20, 74);
}

.secondary-rlm10-bg {
  background-color: rgb(17, 20, 74);
}

.secondary-rlp10 {
  color: rgb(68, 62, 123);
}

.secondary-rlp10-bg {
  background-color: rgb(68, 62, 123);
}

.secondary-rlp20 {
  color: rgb(93, 85, 149);
}

.secondary-rlp20-bg {
  background-color: rgb(93, 85, 149);
}

.on-secondary {
  color: #fff;
}

.on-secondary-bg {
  background-color: #fff;
}

.light-secondary {
  color: #e4e1ea;
}

.light-secondary-bg {
  background-color: #e4e1ea;
}

.on-light-secondary {
  color: #25152f;
}

.on-light-secondary-bg {
  background-color: #25152f;
}

.hover-secondary {
  color: #b2a7c0;
}

.hover-secondary-bg {
  background-color: #b2a7c0;
}

.hover-light-secondary {
  color: #422159;
}

.hover-light-secondary-bg {
  background-color: #422159;
}

:root {
  --smx-neutral-color: rgb(60, 60, 59);
}

.neutral {
  color: rgb(60, 60, 59) !important;
}
.neutral:visited {
  color: rgb(60, 60, 59);
}

.has-neutral-color {
  color: rgb(60, 60, 59) !important;
}

.has-neutral-background-color {
  background-color: rgb(60, 60, 59) !important;
}

.neutral-bg {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}
.neutral-bg div,
.neutral-bg p,
.neutral-bg h1,
.neutral-bg h2,
.neutral-bg h3,
.neutral-bg h4,
.neutral-bg h5,
.neutral-bg h6,
.neutral-bg ul,
.neutral-bg li {
  color: #fff;
}
.neutral-bg .accordion .accordion-item {
  border-bottom-color: #ababab;
}
.neutral-bg .accordion .accordion-item .accordion-header button.accordion-button::after, .neutral-bg .accordion .accordion-item .accordion-header button.accordion-button::before {
  background-color: #ababab;
}
.neutral-bg input,
.neutral-bg textarea {
  background-color: #ababab;
}

.neutral-a0 {
  color: #000;
}

.neutral-a0-bg {
  background-color: #000;
}

.neutral-a10 {
  color: #1c1c1b;
}

.neutral-a10-bg {
  background-color: #1c1c1b;
}

.neutral-a20 {
  color: #303030;
}

.neutral-a20-bg {
  background-color: #303030;
}

.neutral-a30 {
  color: #474746;
}

.neutral-a30-bg {
  background-color: #474746;
}

.neutral-a40 {
  color: #5e5e5d;
}

.neutral-a40-bg {
  background-color: #5e5e5d;
}

.neutral-a50 {
  color: #777776;
}

.neutral-a50-bg {
  background-color: #777776;
}

.neutral-a60 {
  color: #919190;
}

.neutral-a60-bg {
  background-color: #919190;
}

.neutral-a70 {
  color: #ababab;
}

.neutral-a70-bg {
  background-color: #ababab;
}

.neutral-a80 {
  color: #c6c6c6;
}

.neutral-a80-bg {
  background-color: #c6c6c6;
}

.neutral-a90 {
  color: #e2e2e2;
}

.neutral-a90-bg {
  background-color: #e2e2e2;
}

.neutral-a95 {
  color: #f1f1f1;
}

.neutral-a95-bg {
  background-color: #f1f1f1;
}

.neutral-a99 {
  color: #fcfcfc;
}

.neutral-a99-bg {
  background-color: #fcfcfc;
}

.neutral-a100 {
  color: #fff;
}

.neutral-a100-bg {
  background-color: #fff;
}

.neutral-rlm20 {
  color: rgb(18, 18, 16);
}

.neutral-rlm20-bg {
  background-color: rgb(18, 18, 16);
}

.neutral-rlm10 {
  color: rgb(38, 38, 37);
}

.neutral-rlm10-bg {
  background-color: rgb(38, 38, 37);
}

.neutral-rlp10 {
  color: rgb(60, 60, 59);
}

.neutral-rlp10-bg {
  background-color: rgb(60, 60, 59);
}

.neutral-rlp20 {
  color: rgb(83, 83, 82);
}

.neutral-rlp20-bg {
  background-color: rgb(83, 83, 82);
}

.neutral-rlm20 {
  color: rgb(18, 18, 16);
}

.neutral-rlm20-bg {
  background-color: rgb(18, 18, 16);
}

.neutral-rlm10 {
  color: rgb(38, 38, 37);
}

.neutral-rlm10-bg {
  background-color: rgb(38, 38, 37);
}

.neutral-rlp10 {
  color: rgb(60, 60, 59);
}

.neutral-rlp10-bg {
  background-color: rgb(60, 60, 59);
}

.neutral-rlp20 {
  color: rgb(83, 83, 82);
}

.neutral-rlp20-bg {
  background-color: rgb(83, 83, 82);
}

.on-neutral {
  color: #ababab;
}

.on-neutral-bg {
  background-color: #ababab;
}

.light-neutral {
  color: #fff;
}

.light-neutral-bg {
  background-color: #fff;
}

.on-light-neutral {
  color: #1c1c1b;
}

.on-light-neutral-bg {
  background-color: #1c1c1b;
}

.hover-neutral {
  color: #ababab;
}

.hover-neutral-bg {
  background-color: #ababab;
}

.hover-light-neutral {
  color: #303030;
}

.hover-light-neutral-bg {
  background-color: #303030;
}

.white,
.has-white-color {
  color: white;
}
.white *,
.has-white-color * {
  color: white;
}

.black,
.has-black-color {
  color: black;
}
.black *,
.has-black-color * {
  color: black;
}

.shadow {
  -webkit-box-shadow: 0 3px 20px rgba(0, 39, 145, 0.059);
  box-shadow: 0 3px 20px rgba(0, 39, 145, 0.059);
}

.negative-content * {
  color: white;
}

h1, .heading-1, .page-template-template-flex-page .flex-single-row.flex-text .heading-big, .single-smx_servizi .flex-text-two .heading-big, .has-heading-1-font-size {
  font-family: century-gothic;
  font-size: 3rem;
  line-height: 3.7rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h1, .heading-1, .page-template-template-flex-page .flex-single-row.flex-text .heading-big, .single-smx_servizi .flex-text-two .heading-big, .has-heading-1-font-size {
    font-size: 3.4rem;
  }
}
@media (min-width: 992px) {
  h1, .heading-1, .page-template-template-flex-page .flex-single-row.flex-text .heading-big, .single-smx_servizi .flex-text-two .heading-big, .has-heading-1-font-size {
    font-size: 3.7rem;
  }
}
@media (min-width: 768px) {
  h1, .heading-1, .page-template-template-flex-page .flex-single-row.flex-text .heading-big, .single-smx_servizi .flex-text-two .heading-big, .has-heading-1-font-size {
    line-height: 4.1rem;
  }
}
@media (min-width: 992px) {
  h1, .heading-1, .page-template-template-flex-page .flex-single-row.flex-text .heading-big, .single-smx_servizi .flex-text-two .heading-big, .has-heading-1-font-size {
    line-height: 4.4rem;
  }
}

h2, .heading-2, .page-template-template-flex-page .flex-single-row.flex-list .number, .has-heading-2-font-size {
  font-family: cormorant-garamond;
  font-size: 2.5rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h2, .heading-2, .page-template-template-flex-page .flex-single-row.flex-list .number, .has-heading-2-font-size {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h2, .heading-2, .page-template-template-flex-page .flex-single-row.flex-list .number, .has-heading-2-font-size {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  h2, .heading-2, .page-template-template-flex-page .flex-single-row.flex-list .number, .has-heading-2-font-size {
    line-height: 2.8rem;
  }
}
@media (min-width: 992px) {
  h2, .heading-2, .page-template-template-flex-page .flex-single-row.flex-list .number, .has-heading-2-font-size {
    line-height: 3.2rem;
  }
}

h3, .heading-3, .has-heading-3-font-size {
  font-family: century-gothic;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h3, .heading-3, .has-heading-3-font-size {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  h3, .heading-3, .has-heading-3-font-size {
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  h3, .heading-3, .has-heading-3-font-size {
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  h3, .heading-3, .has-heading-3-font-size {
    line-height: 3.1rem;
  }
}

.heading-3a {
  font-family: century-gothic;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .heading-3a {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  .heading-3a {
    font-size: 3.7rem;
  }
}
@media (min-width: 768px) {
  .heading-3a {
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .heading-3a {
    line-height: 4.1rem;
  }
}

h4, .heading-4, .has-heading-4-font-size {
  font-family: century-gothic;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h4, .heading-4, .has-heading-4-font-size {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  h4, .heading-4, .has-heading-4-font-size {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h4, .heading-4, .has-heading-4-font-size {
    line-height: 1.9rem;
  }
}
@media (min-width: 992px) {
  h4, .heading-4, .has-heading-4-font-size {
    line-height: 2rem;
  }
}

p, div, ul, body, .text-1, #main-nav .menus-wrapper #navbar-nav-dropdown li a, .wpcf7-not-valid-tip, label, input[type=submit],
textarea[type=submit], .button,
.smx-button {
  font-family: century-gothic;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  p, div, ul, body, .text-1, #main-nav .menus-wrapper #navbar-nav-dropdown li a, .wpcf7-not-valid-tip, label, input[type=submit],
  textarea[type=submit], .button,
  .smx-button {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  p, div, ul, body, .text-1, #main-nav .menus-wrapper #navbar-nav-dropdown li a, .wpcf7-not-valid-tip, label, input[type=submit],
  textarea[type=submit], .button,
  .smx-button {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  p, div, ul, body, .text-1, #main-nav .menus-wrapper #navbar-nav-dropdown li a, .wpcf7-not-valid-tip, label, input[type=submit],
  textarea[type=submit], .button,
  .smx-button {
    line-height: 1.8rem;
  }
}
@media (min-width: 992px) {
  p, div, ul, body, .text-1, #main-nav .menus-wrapper #navbar-nav-dropdown li a, .wpcf7-not-valid-tip, label, input[type=submit],
  textarea[type=submit], .button,
  .smx-button {
    line-height: 1.9rem;
  }
}

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

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

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

@media (min-width: 576px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-center-xl {
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .text-center-xxl {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .text-left-xxl {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-right-xl {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .text-right-xxl {
    text-align: right;
  }
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.dark {
  font-weight: 800;
}

.text ul li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 1rem;
}
.text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgb(164, 136, 120);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.text ol {
  list-style: decimal;
}
.text ol li {
  padding: 1rem 0 1rem 1.5rem;
}

.rank-math-breadcrumb p {
  letter-spacing: 0.2rem;
}

.flex-textimg .text ul li::before {
  width: 5px;
  height: 5px;
}

.wp-block-group ul {
  list-style: disc;
  padding-left: 2rem;
}
.wp-block-group ul li {
  margin-bottom: 1rem;
}
.wp-block-group ul li::first-letter {
  text-transform: uppercase;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/**
 * Nuove classi per i container laterali
    .silde-container-left-<breakpoint>
    .silde-container-right-<breakpoint>
    sopra il breakpoint si comportando come un container laterale sotto come un container normale
 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .side-container-left-sm {
    padding-left: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-sm .row {
    margin-right: 0;
  }
  .side-container-left-sm .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-left-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-left-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-left-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-left-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-left-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-left-sm {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-left-sm {
    padding-left: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-sm .row {
    margin-right: 0;
  }
  .side-container-left-sm .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-left-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-left-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-left-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-left-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-left-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-left-sm {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-left-sm {
    padding-left: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-sm .row {
    margin-right: 0;
  }
  .side-container-left-sm .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-left-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-left-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-left-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-left-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-left-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-left-sm {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-left-sm {
    padding-left: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-sm .row {
    margin-right: 0;
  }
  .side-container-left-sm .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-left-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-left-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-left-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-left-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-left-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-left-sm {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-left-sm {
    padding-left: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-sm .row {
    margin-right: 0;
  }
  .side-container-left-sm .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-left-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-left-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-left-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-left-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-left-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-left-sm {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-right-sm {
    padding-right: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-sm .row {
    margin-left: 0;
  }
  .side-container-right-sm .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-right-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-right-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-right-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-right-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-right-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-right-sm {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-right-sm {
    padding-right: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-sm .row {
    margin-left: 0;
  }
  .side-container-right-sm .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-right-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-right-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-right-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-right-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-right-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-right-sm {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-right-sm {
    padding-right: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-sm .row {
    margin-left: 0;
  }
  .side-container-right-sm .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-right-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-right-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-right-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-right-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-right-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-right-sm {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-right-sm {
    padding-right: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-sm .row {
    margin-left: 0;
  }
  .side-container-right-sm .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-right-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-right-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-right-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-right-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-right-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-right-sm {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-right-sm {
    padding-right: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-sm .row {
    margin-left: 0;
  }
  .side-container-right-sm .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .side-container-right-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .side-container-right-sm {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) and (min-width: 768px) {
  .side-container-right-sm {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .side-container-right-sm {
    max-width: 980px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .side-container-right-sm {
    max-width: 1190px;
  }
}
@media (max-width: 575.98px) and (min-width: 1400px) {
  .side-container-right-sm {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-left-md {
    padding-left: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-md .row {
    margin-right: 0;
  }
  .side-container-left-md .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-left-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-left-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-left-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-left-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-left-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-left-md {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-left-md {
    padding-left: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-md .row {
    margin-right: 0;
  }
  .side-container-left-md .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-left-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-left-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-left-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-left-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-left-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-left-md {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-left-md {
    padding-left: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-md .row {
    margin-right: 0;
  }
  .side-container-left-md .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-left-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-left-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-left-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-left-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-left-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-left-md {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-left-md {
    padding-left: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-md .row {
    margin-right: 0;
  }
  .side-container-left-md .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-left-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-left-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-left-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-left-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-left-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-left-md {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-left-md {
    padding-left: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-md .row {
    margin-right: 0;
  }
  .side-container-left-md .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-left-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-left-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-left-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-left-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-left-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-left-md {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-right-md {
    padding-right: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-md .row {
    margin-left: 0;
  }
  .side-container-right-md .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-right-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-right-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-right-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-right-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-right-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-right-md {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-right-md {
    padding-right: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-md .row {
    margin-left: 0;
  }
  .side-container-right-md .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-right-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-right-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-right-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-right-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-right-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-right-md {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-right-md {
    padding-right: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-md .row {
    margin-left: 0;
  }
  .side-container-right-md .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-right-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-right-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-right-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-right-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-right-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-right-md {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-right-md {
    padding-right: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-md .row {
    margin-left: 0;
  }
  .side-container-right-md .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-right-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-right-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-right-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-right-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-right-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-right-md {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-right-md {
    padding-right: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-md .row {
    margin-left: 0;
  }
  .side-container-right-md .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .side-container-right-md {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .side-container-right-md {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .side-container-right-md {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .side-container-right-md {
    max-width: 980px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .side-container-right-md {
    max-width: 1190px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .side-container-right-md {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-left-lg {
    padding-left: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-lg .row {
    margin-right: 0;
  }
  .side-container-left-lg .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-left-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-left-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-left-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-left-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-left-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-left-lg {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-left-lg {
    padding-left: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-lg .row {
    margin-right: 0;
  }
  .side-container-left-lg .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-left-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-left-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-left-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-left-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-left-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-left-lg {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-left-lg {
    padding-left: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-lg .row {
    margin-right: 0;
  }
  .side-container-left-lg .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-left-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-left-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-left-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-left-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-left-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-left-lg {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-left-lg {
    padding-left: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-lg .row {
    margin-right: 0;
  }
  .side-container-left-lg .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-left-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-left-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-left-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-left-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-left-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-left-lg {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-left-lg {
    padding-left: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-lg .row {
    margin-right: 0;
  }
  .side-container-left-lg .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-left-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-left-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-left-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-left-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-left-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-left-lg {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-right-lg {
    padding-right: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-lg .row {
    margin-left: 0;
  }
  .side-container-right-lg .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-right-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-right-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-right-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-right-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-right-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-right-lg {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-right-lg {
    padding-right: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-lg .row {
    margin-left: 0;
  }
  .side-container-right-lg .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-right-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-right-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-right-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-right-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-right-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-right-lg {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-right-lg {
    padding-right: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-lg .row {
    margin-left: 0;
  }
  .side-container-right-lg .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-right-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-right-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-right-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-right-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-right-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-right-lg {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-right-lg {
    padding-right: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-lg .row {
    margin-left: 0;
  }
  .side-container-right-lg .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-right-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-right-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-right-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-right-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-right-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-right-lg {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-right-lg {
    padding-right: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-lg .row {
    margin-left: 0;
  }
  .side-container-right-lg .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .side-container-right-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .side-container-right-lg {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .side-container-right-lg {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .side-container-right-lg {
    max-width: 980px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .side-container-right-lg {
    max-width: 1190px;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .side-container-right-lg {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-left-xl {
    padding-left: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xl .row {
    margin-right: 0;
  }
  .side-container-left-xl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-left-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-left-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-left-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-left-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-left-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-left-xl {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-left-xl {
    padding-left: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xl .row {
    margin-right: 0;
  }
  .side-container-left-xl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-left-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-left-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-left-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-left-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-left-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-left-xl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-left-xl {
    padding-left: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xl .row {
    margin-right: 0;
  }
  .side-container-left-xl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-left-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-left-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-left-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-left-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-left-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-left-xl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-left-xl {
    padding-left: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xl .row {
    margin-right: 0;
  }
  .side-container-left-xl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-left-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-left-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-left-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-left-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-left-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-left-xl {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-left-xl {
    padding-left: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xl .row {
    margin-right: 0;
  }
  .side-container-left-xl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-left-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-left-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-left-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-left-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-left-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-left-xl {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-right-xl {
    padding-right: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xl .row {
    margin-left: 0;
  }
  .side-container-right-xl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-right-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-right-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-right-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-right-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-right-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-right-xl {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-right-xl {
    padding-right: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xl .row {
    margin-left: 0;
  }
  .side-container-right-xl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-right-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-right-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-right-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-right-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-right-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-right-xl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-right-xl {
    padding-right: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xl .row {
    margin-left: 0;
  }
  .side-container-right-xl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-right-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-right-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-right-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-right-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-right-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-right-xl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-right-xl {
    padding-right: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xl .row {
    margin-left: 0;
  }
  .side-container-right-xl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-right-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-right-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-right-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-right-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-right-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-right-xl {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-right-xl {
    padding-right: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xl .row {
    margin-left: 0;
  }
  .side-container-right-xl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .side-container-right-xl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .side-container-right-xl {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .side-container-right-xl {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .side-container-right-xl {
    max-width: 980px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .side-container-right-xl {
    max-width: 1190px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .side-container-right-xl {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-left-xxl {
    padding-left: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xxl .row {
    margin-right: 0;
  }
  .side-container-left-xxl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-left-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-left-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-left-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-left-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-left-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-left-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-left-xxl {
    padding-left: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xxl .row {
    margin-right: 0;
  }
  .side-container-left-xxl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-left-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-left-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-left-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-left-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-left-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-left-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-left-xxl {
    padding-left: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xxl .row {
    margin-right: 0;
  }
  .side-container-left-xxl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-left-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-left-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-left-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-left-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-left-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-left-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-left-xxl {
    padding-left: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xxl .row {
    margin-right: 0;
  }
  .side-container-left-xxl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-left-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-left-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-left-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-left-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-left-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-left-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-left-xxl {
    padding-left: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-left-xxl .row {
    margin-right: 0;
  }
  .side-container-left-xxl .row .col-12:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-left-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-left-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-left-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-left-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-left-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-left-xxl {
    max-width: 1380px;
  }
}

@media (min-width: 576px) {
  .side-container-right-xxl {
    padding-right: calc((100vw - 540px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xxl .row {
    margin-left: 0;
  }
  .side-container-right-xxl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-right-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-right-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-right-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-right-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-right-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-right-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .side-container-right-xxl {
    padding-right: calc((100vw - 720px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xxl .row {
    margin-left: 0;
  }
  .side-container-right-xxl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-right-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-right-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-right-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-right-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-right-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-right-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) {
  .side-container-right-xxl {
    padding-right: calc((100vw - 980px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xxl .row {
    margin-left: 0;
  }
  .side-container-right-xxl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-right-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-right-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-right-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-right-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-right-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-right-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) {
  .side-container-right-xxl {
    padding-right: calc((100vw - 1190px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xxl .row {
    margin-left: 0;
  }
  .side-container-right-xxl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-right-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-right-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-right-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-right-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-right-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-right-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .side-container-right-xxl {
    padding-right: calc((100vw - 1380px + (var(--bs-gutter-x) * 0.5) ) / 2);
  }
  .side-container-right-xxl .row {
    margin-left: 0;
  }
  .side-container-right-xxl .row .col-12:not(:first-child) {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .side-container-right-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
@media (max-width: 1399.98px) and (min-width: 576px) {
  .side-container-right-xxl {
    max-width: 540px;
  }
}
@media (max-width: 1399.98px) and (min-width: 768px) {
  .side-container-right-xxl {
    max-width: 720px;
  }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .side-container-right-xxl {
    max-width: 980px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .side-container-right-xxl {
    max-width: 1190px;
  }
}
@media (max-width: 1399.98px) and (min-width: 1400px) {
  .side-container-right-xxl {
    max-width: 1380px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.w-10 {
  width: calc(1 * 10%) !important;
}

@media (min-width: 576px) {
  .w-sm-10 {
    width: calc(1 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-10 {
    width: calc(1 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-10 {
    width: calc(1 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-10 {
    width: calc(1 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-10 {
    width: calc(1 * 10) !important;
  }
}

.rw-10 {
  width: calc(1 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-10 {
    width: calc(1 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-10 {
    width: calc(1 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-10 {
    width: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-10 {
    width: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-10 {
    width: calc(1 * 10rem) !important;
  }
}

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

@media (min-width: 576px) {
  .h-sm-10 {
    height: calc(1 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-10 {
    height: calc(1 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-10 {
    height: calc(1 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-10 {
    height: calc(1 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-10 {
    height: calc(1 * 10%) !important;
  }
}

.rh-10 {
  height: calc(1 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-10 {
    height: calc(1 * 10rem) !important;
  }
}

.vh-10 {
  height: calc(1 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-10 {
    height: calc(1 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-10 {
    height: calc(1 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-10 {
    height: calc(1 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-10 {
    height: calc(1 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-10 {
    height: calc(1 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-15 {
    width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-15 {
    width: calc(1.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-15 {
    width: calc(1.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-15 {
    width: calc(1.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-15 {
    width: calc(1.5 * 10) !important;
  }
}

.rw-15 {
  width: calc(1.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-15 {
    width: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-15 {
    width: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-15 {
    width: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-15 {
    width: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-15 {
    width: calc(1.5 * 10rem) !important;
  }
}

.h-15 {
  height: calc(1.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-15 {
    height: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-15 {
    height: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-15 {
    height: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-15 {
    height: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-15 {
    height: calc(1.5 * 10%) !important;
  }
}

.rh-15 {
  height: calc(1.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

.vh-15 {
  height: calc(1.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-15 {
    height: calc(1.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-15 {
    height: calc(1.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-15 {
    height: calc(1.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-15 {
    height: calc(1.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-15 {
    height: calc(1.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-20 {
    width: calc(2 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-20 {
    width: calc(2 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-20 {
    width: calc(2 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-20 {
    width: calc(2 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-20 {
    width: calc(2 * 10) !important;
  }
}

.rw-20 {
  width: calc(2 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-20 {
    width: calc(2 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-20 {
    width: calc(2 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-20 {
    width: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-20 {
    width: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-20 {
    width: calc(2 * 10rem) !important;
  }
}

.h-20 {
  height: calc(2 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-20 {
    height: calc(2 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-20 {
    height: calc(2 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-20 {
    height: calc(2 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-20 {
    height: calc(2 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-20 {
    height: calc(2 * 10%) !important;
  }
}

.rh-20 {
  height: calc(2 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-20 {
    height: calc(2 * 10rem) !important;
  }
}

.vh-20 {
  height: calc(2 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-20 {
    height: calc(2 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-20 {
    height: calc(2 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-20 {
    height: calc(2 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-20 {
    height: calc(2 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-20 {
    height: calc(2 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-25 {
    width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: calc(2.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: calc(2.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: calc(2.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: calc(2.5 * 10) !important;
  }
}

.rw-25 {
  width: calc(2.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-25 {
    width: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-25 {
    width: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-25 {
    width: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-25 {
    width: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-25 {
    width: calc(2.5 * 10rem) !important;
  }
}

.h-25 {
  height: calc(2.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-25 {
    height: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-25 {
    height: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-25 {
    height: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-25 {
    height: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-25 {
    height: calc(2.5 * 10%) !important;
  }
}

.rh-25 {
  height: calc(2.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

.vh-25 {
  height: calc(2.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-25 {
    height: calc(2.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-25 {
    height: calc(2.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-25 {
    height: calc(2.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-25 {
    height: calc(2.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-25 {
    height: calc(2.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-30 {
    width: calc(3 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-30 {
    width: calc(3 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-30 {
    width: calc(3 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-30 {
    width: calc(3 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-30 {
    width: calc(3 * 10) !important;
  }
}

.rw-30 {
  width: calc(3 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-30 {
    width: calc(3 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-30 {
    width: calc(3 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-30 {
    width: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-30 {
    width: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-30 {
    width: calc(3 * 10rem) !important;
  }
}

.h-30 {
  height: calc(3 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-30 {
    height: calc(3 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-30 {
    height: calc(3 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-30 {
    height: calc(3 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-30 {
    height: calc(3 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-30 {
    height: calc(3 * 10%) !important;
  }
}

.rh-30 {
  height: calc(3 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-30 {
    height: calc(3 * 10rem) !important;
  }
}

.vh-30 {
  height: calc(3 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-30 {
    height: calc(3 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-30 {
    height: calc(3 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-30 {
    height: calc(3 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-30 {
    height: calc(3 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-30 {
    height: calc(3 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-35 {
    width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-35 {
    width: calc(3.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-35 {
    width: calc(3.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-35 {
    width: calc(3.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-35 {
    width: calc(3.5 * 10) !important;
  }
}

.rw-35 {
  width: calc(3.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-35 {
    width: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-35 {
    width: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-35 {
    width: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-35 {
    width: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-35 {
    width: calc(3.5 * 10rem) !important;
  }
}

.h-35 {
  height: calc(3.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-35 {
    height: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-35 {
    height: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-35 {
    height: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-35 {
    height: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-35 {
    height: calc(3.5 * 10%) !important;
  }
}

.rh-35 {
  height: calc(3.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

.vh-35 {
  height: calc(3.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-35 {
    height: calc(3.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-35 {
    height: calc(3.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-35 {
    height: calc(3.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-35 {
    height: calc(3.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-35 {
    height: calc(3.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-40 {
    width: calc(4 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-40 {
    width: calc(4 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-40 {
    width: calc(4 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-40 {
    width: calc(4 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-40 {
    width: calc(4 * 10) !important;
  }
}

.rw-40 {
  width: calc(4 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-40 {
    width: calc(4 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-40 {
    width: calc(4 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-40 {
    width: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-40 {
    width: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-40 {
    width: calc(4 * 10rem) !important;
  }
}

.h-40 {
  height: calc(4 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-40 {
    height: calc(4 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-40 {
    height: calc(4 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-40 {
    height: calc(4 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-40 {
    height: calc(4 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-40 {
    height: calc(4 * 10%) !important;
  }
}

.rh-40 {
  height: calc(4 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-40 {
    height: calc(4 * 10rem) !important;
  }
}

.vh-40 {
  height: calc(4 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-40 {
    height: calc(4 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-40 {
    height: calc(4 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-40 {
    height: calc(4 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-40 {
    height: calc(4 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-40 {
    height: calc(4 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-45 {
    width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-45 {
    width: calc(4.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-45 {
    width: calc(4.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-45 {
    width: calc(4.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-45 {
    width: calc(4.5 * 10) !important;
  }
}

.rw-45 {
  width: calc(4.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-45 {
    width: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-45 {
    width: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-45 {
    width: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-45 {
    width: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-45 {
    width: calc(4.5 * 10rem) !important;
  }
}

.h-45 {
  height: calc(4.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-45 {
    height: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-45 {
    height: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-45 {
    height: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-45 {
    height: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-45 {
    height: calc(4.5 * 10%) !important;
  }
}

.rh-45 {
  height: calc(4.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

.vh-45 {
  height: calc(4.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-45 {
    height: calc(4.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-45 {
    height: calc(4.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-45 {
    height: calc(4.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-45 {
    height: calc(4.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-45 {
    height: calc(4.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-50 {
    width: calc(5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-50 {
    width: calc(5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: calc(5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: calc(5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: calc(5 * 10) !important;
  }
}

.rw-50 {
  width: calc(5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-50 {
    width: calc(5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-50 {
    width: calc(5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-50 {
    width: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-50 {
    width: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-50 {
    width: calc(5 * 10rem) !important;
  }
}

.h-50 {
  height: calc(5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-50 {
    height: calc(5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-50 {
    height: calc(5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-50 {
    height: calc(5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-50 {
    height: calc(5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-50 {
    height: calc(5 * 10%) !important;
  }
}

.rh-50 {
  height: calc(5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-50 {
    height: calc(5 * 10rem) !important;
  }
}

.vh-50 {
  height: calc(5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-50 {
    height: calc(5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-50 {
    height: calc(5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-50 {
    height: calc(5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-50 {
    height: calc(5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-50 {
    height: calc(5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-55 {
    width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-55 {
    width: calc(5.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-55 {
    width: calc(5.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-55 {
    width: calc(5.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-55 {
    width: calc(5.5 * 10) !important;
  }
}

.rw-55 {
  width: calc(5.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-55 {
    width: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-55 {
    width: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-55 {
    width: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-55 {
    width: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-55 {
    width: calc(5.5 * 10rem) !important;
  }
}

.h-55 {
  height: calc(5.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-55 {
    height: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-55 {
    height: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-55 {
    height: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-55 {
    height: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-55 {
    height: calc(5.5 * 10%) !important;
  }
}

.rh-55 {
  height: calc(5.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

.vh-55 {
  height: calc(5.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-55 {
    height: calc(5.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-55 {
    height: calc(5.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-55 {
    height: calc(5.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-55 {
    height: calc(5.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-55 {
    height: calc(5.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-60 {
    width: calc(6 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-60 {
    width: calc(6 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: calc(6 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-60 {
    width: calc(6 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-60 {
    width: calc(6 * 10) !important;
  }
}

.rw-60 {
  width: calc(6 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-60 {
    width: calc(6 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-60 {
    width: calc(6 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-60 {
    width: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-60 {
    width: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-60 {
    width: calc(6 * 10rem) !important;
  }
}

.h-60 {
  height: calc(6 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-60 {
    height: calc(6 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-60 {
    height: calc(6 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-60 {
    height: calc(6 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-60 {
    height: calc(6 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-60 {
    height: calc(6 * 10%) !important;
  }
}

.rh-60 {
  height: calc(6 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-60 {
    height: calc(6 * 10rem) !important;
  }
}

.vh-60 {
  height: calc(6 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-60 {
    height: calc(6 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-60 {
    height: calc(6 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-60 {
    height: calc(6 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-60 {
    height: calc(6 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-60 {
    height: calc(6 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-65 {
    width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-65 {
    width: calc(6.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-65 {
    width: calc(6.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-65 {
    width: calc(6.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-65 {
    width: calc(6.5 * 10) !important;
  }
}

.rw-65 {
  width: calc(6.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-65 {
    width: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-65 {
    width: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-65 {
    width: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-65 {
    width: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-65 {
    width: calc(6.5 * 10rem) !important;
  }
}

.h-65 {
  height: calc(6.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-65 {
    height: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-65 {
    height: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-65 {
    height: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-65 {
    height: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-65 {
    height: calc(6.5 * 10%) !important;
  }
}

.rh-65 {
  height: calc(6.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

.vh-65 {
  height: calc(6.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-65 {
    height: calc(6.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-65 {
    height: calc(6.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-65 {
    height: calc(6.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-65 {
    height: calc(6.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-65 {
    height: calc(6.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-70 {
    width: calc(7 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-70 {
    width: calc(7 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: calc(7 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-70 {
    width: calc(7 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-70 {
    width: calc(7 * 10) !important;
  }
}

.rw-70 {
  width: calc(7 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-70 {
    width: calc(7 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-70 {
    width: calc(7 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-70 {
    width: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-70 {
    width: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-70 {
    width: calc(7 * 10rem) !important;
  }
}

.h-70 {
  height: calc(7 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-70 {
    height: calc(7 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-70 {
    height: calc(7 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-70 {
    height: calc(7 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-70 {
    height: calc(7 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-70 {
    height: calc(7 * 10%) !important;
  }
}

.rh-70 {
  height: calc(7 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-70 {
    height: calc(7 * 10rem) !important;
  }
}

.vh-70 {
  height: calc(7 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-70 {
    height: calc(7 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-70 {
    height: calc(7 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-70 {
    height: calc(7 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-70 {
    height: calc(7 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-70 {
    height: calc(7 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-75 {
    width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: calc(7.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: calc(7.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: calc(7.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-75 {
    width: calc(7.5 * 10) !important;
  }
}

.rw-75 {
  width: calc(7.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-75 {
    width: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-75 {
    width: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-75 {
    width: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-75 {
    width: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-75 {
    width: calc(7.5 * 10rem) !important;
  }
}

.h-75 {
  height: calc(7.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-75 {
    height: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-75 {
    height: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-75 {
    height: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-75 {
    height: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-75 {
    height: calc(7.5 * 10%) !important;
  }
}

.rh-75 {
  height: calc(7.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

.vh-75 {
  height: calc(7.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-75 {
    height: calc(7.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-75 {
    height: calc(7.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-75 {
    height: calc(7.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-75 {
    height: calc(7.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-75 {
    height: calc(7.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-80 {
    width: calc(8 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-80 {
    width: calc(8 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: calc(8 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-80 {
    width: calc(8 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-80 {
    width: calc(8 * 10) !important;
  }
}

.rw-80 {
  width: calc(8 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-80 {
    width: calc(8 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-80 {
    width: calc(8 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-80 {
    width: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-80 {
    width: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-80 {
    width: calc(8 * 10rem) !important;
  }
}

.h-80 {
  height: calc(8 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-80 {
    height: calc(8 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-80 {
    height: calc(8 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-80 {
    height: calc(8 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-80 {
    height: calc(8 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-80 {
    height: calc(8 * 10%) !important;
  }
}

.rh-80 {
  height: calc(8 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-80 {
    height: calc(8 * 10rem) !important;
  }
}

.vh-80 {
  height: calc(8 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-80 {
    height: calc(8 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-80 {
    height: calc(8 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-80 {
    height: calc(8 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-80 {
    height: calc(8 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-80 {
    height: calc(8 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-85 {
    width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-85 {
    width: calc(8.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-85 {
    width: calc(8.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-85 {
    width: calc(8.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-85 {
    width: calc(8.5 * 10) !important;
  }
}

.rw-85 {
  width: calc(8.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-85 {
    width: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-85 {
    width: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-85 {
    width: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-85 {
    width: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-85 {
    width: calc(8.5 * 10rem) !important;
  }
}

.h-85 {
  height: calc(8.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-85 {
    height: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-85 {
    height: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-85 {
    height: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-85 {
    height: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-85 {
    height: calc(8.5 * 10%) !important;
  }
}

.rh-85 {
  height: calc(8.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

.vh-85 {
  height: calc(8.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-85 {
    height: calc(8.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-85 {
    height: calc(8.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-85 {
    height: calc(8.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-85 {
    height: calc(8.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-85 {
    height: calc(8.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-90 {
    width: calc(9 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-90 {
    width: calc(9 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-90 {
    width: calc(9 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-90 {
    width: calc(9 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-90 {
    width: calc(9 * 10) !important;
  }
}

.rw-90 {
  width: calc(9 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-90 {
    width: calc(9 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-90 {
    width: calc(9 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-90 {
    width: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-90 {
    width: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-90 {
    width: calc(9 * 10rem) !important;
  }
}

.h-90 {
  height: calc(9 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-90 {
    height: calc(9 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-90 {
    height: calc(9 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-90 {
    height: calc(9 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-90 {
    height: calc(9 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-90 {
    height: calc(9 * 10%) !important;
  }
}

.rh-90 {
  height: calc(9 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-90 {
    height: calc(9 * 10rem) !important;
  }
}

.vh-90 {
  height: calc(9 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-90 {
    height: calc(9 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-90 {
    height: calc(9 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-90 {
    height: calc(9 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-90 {
    height: calc(9 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-90 {
    height: calc(9 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-95 {
    width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-95 {
    width: calc(9.5 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-95 {
    width: calc(9.5 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-95 {
    width: calc(9.5 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-95 {
    width: calc(9.5 * 10) !important;
  }
}

.rw-95 {
  width: calc(9.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-95 {
    width: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-95 {
    width: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-95 {
    width: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-95 {
    width: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-95 {
    width: calc(9.5 * 10rem) !important;
  }
}

.h-95 {
  height: calc(9.5 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-95 {
    height: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-95 {
    height: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-95 {
    height: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-95 {
    height: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-95 {
    height: calc(9.5 * 10%) !important;
  }
}

.rh-95 {
  height: calc(9.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

.vh-95 {
  height: calc(9.5 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-95 {
    height: calc(9.5 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-95 {
    height: calc(9.5 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-95 {
    height: calc(9.5 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-95 {
    height: calc(9.5 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-95 {
    height: calc(9.5 * 10vh) !important;
  }
}

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

@media (min-width: 576px) {
  .w-sm-100 {
    width: calc(10 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: calc(10 * 10) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: calc(10 * 10) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: calc(10 * 10) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: calc(10 * 10) !important;
  }
}

.rw-100 {
  width: calc(10 * 10rem) !important;
}

@media (min-width: 576px) {
  .rw-sm-100 {
    width: calc(10 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rw-md-100 {
    width: calc(10 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rw-lg-100 {
    width: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rw-xl-100 {
    width: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rw-xxl-100 {
    width: calc(10 * 10rem) !important;
  }
}

.h-100 {
  height: calc(10 * 10%) !important;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: calc(10 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: calc(10 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: calc(10 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: calc(10 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-100 {
    height: calc(10 * 10%) !important;
  }
}

.rh-100 {
  height: calc(10 * 10rem) !important;
}

@media (min-width: 576px) {
  .rh-sm-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-100 {
    height: calc(10 * 10rem) !important;
  }
}

.vh-100 {
  height: calc(10 * 10vh) !important;
}

@media (min-width: 576px) {
  .vh-sm-100 {
    height: calc(10 * 10vh) !important;
  }
}

@media (min-width: 768px) {
  .vh-md-100 {
    height: calc(10 * 10vh) !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-100 {
    height: calc(10 * 10vh) !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-100 {
    height: calc(10 * 10vh) !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-100 {
    height: calc(10 * 10vh) !important;
  }
}

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

.h-auto {
  height: auto !important;
}

.w-fitcontent {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-fitcontent {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

::-moz-selection {
  background: rgb(164, 136, 120);
  color: #fff;
}

::selection {
  background: rgb(164, 136, 120);
  color: #fff;
}

/* VALUTARE SE CANCELLARE */
video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-controller .circle {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 1px solid rgb(164, 136, 120);
  background-color: rgba(255, 255, 255, 0.1);
  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;
}
.video-controller .circle svg {
  width: 2rem;
  height: auto;
}
.video-controller .circle svg.pause {
  display: none;
}

.no-scroll {
  overflow-y: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.no-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

.radius {
  border-radius: 3rem;
}

.circle {
  border-radius: 50%;
}

.horizontal-line {
  border-bottom: 1px solid;
}

.radius-half {
  border-radius: 1.5rem;
}

.z-index-auto {
  z-index: auto;
}

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

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-30 {
  z-index: 30;
}

.z-index-40 {
  z-index: 40;
}

.z-index-50 {
  z-index: 50;
}

.z-index-60 {
  z-index: 60;
}

.z-index-70 {
  z-index: 70;
}

.z-index-80 {
  z-index: 80;
}

.z-index-90 {
  z-index: 90;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.o-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bottom-shadow {
  position: relative;
}
.bottom-shadow::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.sxm-block-spacing.spacing-y {
  margin: 7.5rem 0;
}
@media (min-width: 768px) {
  .sxm-block-spacing.spacing-y {
    margin: 10rem 0;
  }
}
.sxm-block-spacing.spacing-t {
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  .sxm-block-spacing.spacing-t {
    margin-top: 10rem;
  }
}
.sxm-block-spacing.spacing-b {
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .sxm-block-spacing.spacing-b {
    margin-bottom: 10rem;
  }
}
.sxm-block-spacing.padding-y {
  padding: 7.5rem 0;
}
@media (min-width: 768px) {
  .sxm-block-spacing.padding-y {
    padding: 10rem 0;
  }
}

body:not(.home):not(.single-post):not(.single-smx_servizi) #smx-main {
  overflow-x: hidden;
  margin-top: 8rem;
}

*[onclick]:not(.magic-hover):hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

figure {
  position: relative;
  overflow: hidden;
}
figure .thumb {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
figure .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
figure .final {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 1.1s ease-in-out;
  transition: opacity 1.1s ease-in-out;
}
figure .final img {
  width: 100%;
  height: auto;
  display: block;
}
figure.cover .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
figure.cover .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
figure.cover .final img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
figure.lazy .final {
  height: 100%;
  opacity: 1;
}
figure.lazy .thumb {
  position: relative;
  z-index: -1;
  opacity: 0;
}
figure.is-svg picture img,
figure.is-svg picture svg {
  width: 100%;
  height: auto;
}

.fade-in {
  opacity: 1;
}

.items-carousel,
.posts-carousel {
  position: relative;
}
.items-carousel .smx-navigation,
.posts-carousel .smx-navigation {
  position: relative;
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 16rem;
  margin-bottom: 1rem;
}
.items-carousel .smx-navigation .smx-nav,
.posts-carousel .smx-navigation .smx-nav {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: block;
  background-color: white;
  margin-left: 0.5rem;
}
.items-carousel .smx-navigation .smx-nav svg,
.posts-carousel .smx-navigation .smx-nav svg {
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 2.7rem;
}
.items-carousel .smx-navigation .smx-nav svg *,
.posts-carousel .smx-navigation .smx-nav svg * {
  fill: black;
}
.items-carousel .smx-navigation .smx-nav:disabled,
.posts-carousel .smx-navigation .smx-nav:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.items-carousel .smx-navigation .smx-nav:disabled:hover:not(.magic-hover),
.posts-carousel .smx-navigation .smx-nav:disabled:hover:not(.magic-hover) {
  cursor: auto;
}
.items-carousel .smx-navigation .smx-nav.prev,
.posts-carousel .smx-navigation .smx-nav.prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.items-carousel .smx-navigation .smx-nav:hover:not(.magic-hover),
.posts-carousel .smx-navigation .smx-nav:hover:not(.magic-hover) {
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .items-carousel .smx-navigation,
  .posts-carousel .smx-navigation {
    padding-right: 16rem;
  }
}
@media (max-width: 1199.98px) {
  .items-carousel .smx-navigation,
  .posts-carousel .smx-navigation {
    padding-right: 12rem;
  }
}
@media (max-width: 991.98px) {
  .items-carousel .smx-navigation,
  .posts-carousel .smx-navigation {
    padding-right: 10rem;
  }
}
@media (max-width: 767.98px) {
  .items-carousel .smx-navigation,
  .posts-carousel .smx-navigation {
    padding-right: 6rem;
  }
}
@media (max-width: 575.98px) {
  .items-carousel .smx-navigation,
  .posts-carousel .smx-navigation {
    padding-right: 0;
    height: 3rem;
  }
  .items-carousel .smx-navigation .smx-nav,
  .posts-carousel .smx-navigation .smx-nav {
    width: 3rem;
    height: 3rem;
  }
  .items-carousel .smx-navigation .smx-nav svg,
  .posts-carousel .smx-navigation .smx-nav svg {
    top: 61%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2rem;
  }
}

.fade-animation {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
  -webkit-transition-duration: 1.2s !important;
  transition-duration: 1.2s !important;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade-animation.delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fade-animation.delay-2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fade-animation.delay-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fade-animation.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .fade-animation.delay-0, .fade-animation.delay-2 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .fade-animation.delay-1, .fade-animation.delay-3 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (max-width: 575.98px) {
  .fade-animation.delay-0, .fade-animation.delay-1, .fade-animation.delay-2, .fade-animation.delay-3 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.text-animation .line-wrapper {
  overflow-y: hidden;
  overflow-x: visible;
  margin-bottom: -3.2rem;
  line-height: 6.5rem !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10rem;
}
.text-animation .line-wrapper .line {
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.31, 0.98);
  transition: 0.6s cubic-bezier(0, 0, 0.31, 0.98);
  -webkit-transform: translateY(110%) rotateX(3deg);
  transform: translateY(110%) rotateX(3deg);
  opacity: 0.0001;
  display: block;
}
.text-animation.number .line-wrapper {
  line-height: 12.5rem !important;
}
.text-animation.desc .line-wrapper {
  line-height: 2.2rem !important;
  text-transform: unset;
}
.text-animation.in-view .line-wrapper .line {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.text-animation.in-view .line-wrapper:nth-child(1n) .line {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.text-animation.in-view .line-wrapper:nth-child(2n) .line {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.text-animation.in-view .line-wrapper:nth-child(3n) .line {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.text-animation.in-view .line-wrapper:nth-child(4n) .line {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.text-animation.in-view .line-wrapper:nth-child(5n) .line {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.text-animation.in-view .line-wrapper:nth-child(6n) .line {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.text-animation.in-view .line-wrapper:nth-child(7n) .line {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.text-animation.in-view .line-wrapper:nth-child(8n) .line {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.text-animation.in-view .line-wrapper:nth-child(9n) .line {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.text-animation.in-view .line-wrapper:nth-child(10n) .line {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.text-animation.in-view .line-wrapper:nth-child(11n) .line {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.text-animation.in-view .line-wrapper:nth-child(12n) .line {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.text-animation.in-view .line-wrapper:nth-child(13n) .line {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}
.text-animation.in-view .line-wrapper:nth-child(14n) .line {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.text-animation.in-view .line-wrapper:nth-child(15n) .line {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.text-animation.in-view .line-wrapper:nth-child(16n) .line {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.text-animation.in-view .line-wrapper:nth-child(17n) .line {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.text-animation.in-view .line-wrapper:nth-child(18n) .line {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.text-animation.in-view .line-wrapper:nth-child(19n) .line {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}
.text-animation.in-view .line-wrapper:nth-child(20n) .line {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.text-animation.heading-big .line-wrapper {
  line-height: 28rem !important;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .text-animation .line-wrapper {
    line-height: 5.8rem !important;
  }
  .text-animation.heading-big .line-wrapper {
    line-height: 12rem !important;
  }
}

#bkg-color-wrapper {
  z-index: -1;
}
#bkg-color-wrapper div {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#bkg-color-wrapper div.in-view {
  opacity: 1;
}

.block-slider {
  height: calc(100vh - 10rem);
}
.block-slider .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.block-slider .image-wrapper figure {
  height: 100%;
}
.block-slider .container {
  height: auto;
  padding-top: 5rem;
}
.block-slider .container .row {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .block-slider .row {
    padding-bottom: 5rem;
  }
}

.block-hero {
  overflow: hidden;
}

.block-case-history .single {
  border-right: 1px solid rgb(60, 60, 59);
}
.block-case-history .single:last-child {
  border-right: none;
}

.accordion-wrapper {
  -webkit-box-shadow: 0 3px 20px rgba(0, 39, 145, 0.06);
  box-shadow: 0 3px 20px rgba(0, 39, 145, 0.06);
  border-radius: 0.6rem;
}
.accordion-wrapper .accordion-head {
  position: relative;
}
.accordion-wrapper .accordion-head .arrow-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.accordion-wrapper .accordion-head .arrow-wrapper .arrow {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 2rem;
  height: auto;
}
.accordion-wrapper .accordion-body {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  max-height: 0;
  overflow-y: hidden;
}
.accordion-wrapper.open .accordion-head .arrow-wrapper .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-wrapper.open .accordion-body {
  padding-top: 1rem;
  max-height: 50rem;
}

.flex-parallax {
  height: 100vh;
  overflow: hidden;
}
.flex-parallax .image-wrapper {
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flex-parallax .image-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
}
.flex-parallax .image-wrapper .image {
  width: 100%;
  height: 100%;
}
.flex-parallax .color-wrapper {
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flex-parallax .color-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
}
.flex-parallax .text-wrapper {
  z-index: 20;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-parallax .text-wrapper h1,
.flex-parallax .text-wrapper h2,
.flex-parallax .text-wrapper h3,
.flex-parallax .text-wrapper h4,
.flex-parallax .text-wrapper h5,
.flex-parallax .text-wrapper h6 {
  font-size: 10rem;
  line-height: 8rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  color: #d9d8d0;
}
.flex-parallax .text-wrapper h1 .char,
.flex-parallax .text-wrapper h2 .char,
.flex-parallax .text-wrapper h3 .char,
.flex-parallax .text-wrapper h4 .char,
.flex-parallax .text-wrapper h5 .char,
.flex-parallax .text-wrapper h6 .char {
  opacity: 0;
  overflow: visible !important;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media (max-width: 991.98px) {
  .flex-parallax .text-wrapper h1,
  .flex-parallax .text-wrapper h2,
  .flex-parallax .text-wrapper h3,
  .flex-parallax .text-wrapper h4,
  .flex-parallax .text-wrapper h5,
  .flex-parallax .text-wrapper h6 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  .flex-parallax .text-wrapper h1,
  .flex-parallax .text-wrapper h2,
  .flex-parallax .text-wrapper h3,
  .flex-parallax .text-wrapper h4,
  .flex-parallax .text-wrapper h5,
  .flex-parallax .text-wrapper h6 {
    font-size: 6rem;
    line-height: 5rem;
  }
}
.flex-parallax .text-wrapper .text,
.flex-parallax .text-wrapper .title {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.flex-parallax .text-wrapper * {
  color: white;
}
.flex-parallax.active .text-wrapper .text,
.flex-parallax.active .text-wrapper .title {
  opacity: 1;
}

.flex-download .single {
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.wp-block-social-links {
  padding-left: 0 !important;
  margin-top: 1rem;
}
.wp-block-social-links .wp-social-link:not(:last-child) {
  margin-right: 1rem;
}

.button,
.smx-button {
  display: inline-block;
  margin-top: 2.5rem !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button.primary-btn,
.smx-button.primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.primary-btn::after,
.smx-button.primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.button.primary-btn.btn-color-primary,
.smx-button.primary-btn.btn-color-primary {
  background-color: rgb(164, 136, 120);
  color: #fff;
  border: 1px solid white;
}
.button.primary-btn.btn-color-primary:hover,
.smx-button.primary-btn.btn-color-primary:hover {
  background-color: rgb(112, 86, 72);
  color: #fff;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  .button.primary-btn,
  .smx-button.primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
.button.secondary-btn,
.smx-button.secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.secondary-btn::after,
.smx-button.secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
.button.secondary-btn.btn-color-primary,
.smx-button.secondary-btn.btn-color-primary {
  color: rgb(164, 136, 120);
  border-color: rgb(164, 136, 120);
  background-color: rgb(164, 136, 120);
  color: #fff;
  border: 1px solid white;
}
.button.secondary-btn.btn-color-primary::after,
.smx-button.secondary-btn.btn-color-primary::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
}
.button.secondary-btn.btn-color-primary:hover,
.smx-button.secondary-btn.btn-color-primary:hover {
  background-color: #fff; /* stylelint-disable-line */
  color: #201a17;
}
.button.tertiary-btn,
.smx-button.tertiary-btn {
  padding: 1rem;
}
.button.tertiary-btn::after,
.smx-button.tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
.button.tertiary-btn.btn-color-primary,
.smx-button.tertiary-btn.btn-color-primary {
  color: rgb(164, 136, 120);
  border-color: rgb(164, 136, 120);
  border: 1px solid white;
}
.button.tertiary-btn.btn-color-primary:hover,
.smx-button.tertiary-btn.btn-color-primary:hover {
  background-color: rgb(164, 136, 120);
  color: #fff;
}
.button.primary-btn,
.smx-button.primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.primary-btn::after,
.smx-button.primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.button.primary-btn.btn-color-secondary,
.smx-button.primary-btn.btn-color-secondary {
  background-color: rgb(43, 40, 98);
  color: #fff;
  border: 1px solid white;
}
.button.primary-btn.btn-color-secondary:hover,
.smx-button.primary-btn.btn-color-secondary:hover {
  background-color: #000;
  color: #fff;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  .button.primary-btn,
  .smx-button.primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
.button.secondary-btn,
.smx-button.secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.secondary-btn::after,
.smx-button.secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
.button.secondary-btn.btn-color-secondary,
.smx-button.secondary-btn.btn-color-secondary {
  color: rgb(43, 40, 98);
  border-color: rgb(43, 40, 98);
  background-color: rgb(43, 40, 98);
  color: #fff;
  border: 1px solid white;
}
.button.secondary-btn.btn-color-secondary::after,
.smx-button.secondary-btn.btn-color-secondary::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
}
.button.secondary-btn.btn-color-secondary:hover,
.smx-button.secondary-btn.btn-color-secondary:hover {
  background-color: #fff; /* stylelint-disable-line */
  color: #25152f;
}
.button.tertiary-btn,
.smx-button.tertiary-btn {
  padding: 1rem;
}
.button.tertiary-btn::after,
.smx-button.tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
.button.tertiary-btn.btn-color-secondary,
.smx-button.tertiary-btn.btn-color-secondary {
  color: rgb(43, 40, 98);
  border-color: rgb(43, 40, 98);
  border: 1px solid white;
}
.button.tertiary-btn.btn-color-secondary:hover,
.smx-button.tertiary-btn.btn-color-secondary:hover {
  background-color: rgb(43, 40, 98);
  color: #fff;
}
.button.primary-btn,
.smx-button.primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.primary-btn::after,
.smx-button.primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.button.primary-btn.btn-color-neutral,
.smx-button.primary-btn.btn-color-neutral {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}
.button.primary-btn.btn-color-neutral:hover,
.smx-button.primary-btn.btn-color-neutral:hover {
  background-color: rgb(18, 18, 16);
  color: #ababab;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  .button.primary-btn,
  .smx-button.primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
.button.secondary-btn,
.smx-button.secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
.button.secondary-btn::after,
.smx-button.secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
.button.secondary-btn.btn-color-neutral,
.smx-button.secondary-btn.btn-color-neutral {
  color: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
  background-color: white;
  border: 1px solid white;
  color: black;
}
.button.secondary-btn.btn-color-neutral:hover::after,
.smx-button.secondary-btn.btn-color-neutral:hover::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
}
.button.secondary-btn.btn-color-neutral:hover,
.smx-button.secondary-btn.btn-color-neutral:hover {
  background-color: #ababab; /* stylelint-disable-line */
  color: #1c1c1b;
}
.button.tertiary-btn,
.smx-button.tertiary-btn {
  padding: 1rem;
}
.button.tertiary-btn::after,
.smx-button.tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
.button.tertiary-btn.btn-color-neutral,
.smx-button.tertiary-btn.btn-color-neutral {
  color: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
}
.button.tertiary-btn.btn-color-neutral:hover,
.smx-button.tertiary-btn.btn-color-neutral:hover {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}

button:hover:not(.magic-hover),
a:hover:not(.magic-hover) {
  cursor: pointer;
}

.contact-button::before {
  content: "";
  background-image: url("../images/contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 1rem;
}

input,
textarea {
  width: 100%;
  border-radius: 0;
  background-color: transparent !important;
  padding: 1.3rem 1.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  font-family: century-gothic;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: white;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: white;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: white;
}
input::placeholder,
textarea::placeholder {
  color: white;
}
input[type=checkbox],
textarea[type=checkbox] {
  display: inline-block;
  background: white;
  border: 1px solid white;
  padding: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  margin-right: 0.5rem;
  position: relative;
  top: 0.4rem;
  border-radius: 0;
}
input[type=checkbox]:checked,
textarea[type=checkbox]:checked {
  background-color: white !important;
}
input[type=checkbox]:hover,
textarea[type=checkbox]:hover {
  cursor: pointer;
}
input[type=submit],
textarea[type=submit] {
  display: inline-block;
  margin-top: 2.5rem !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  border-radius: 0;
  text-align: center;
  min-width: 15rem;
  font-weight: 500;
  padding-right: 3rem;
  padding: 1rem 1.2rem;
  border-radius: 0;
  text-align: center;
  min-width: 15rem;
  font-weight: 500;
  padding-right: 3rem;
  padding: 1rem 1.2rem;
  border-radius: 0;
  text-align: center;
  min-width: 15rem;
  font-weight: 500;
  padding-right: 3rem;
  background-color: rgb(60, 60, 59);
  color: white;
  font-weight: 500;
}
input[type=submit].primary-btn,
textarea[type=submit].primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].primary-btn::after,
textarea[type=submit].primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
input[type=submit].primary-btn.btn-color-primary,
textarea[type=submit].primary-btn.btn-color-primary {
  background-color: rgb(164, 136, 120);
  color: #fff;
  border: 1px solid white;
}
input[type=submit].primary-btn.btn-color-primary:hover,
textarea[type=submit].primary-btn.btn-color-primary:hover {
  background-color: rgb(112, 86, 72);
  color: #fff;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  input[type=submit].primary-btn,
  textarea[type=submit].primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
input[type=submit].secondary-btn,
textarea[type=submit].secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].secondary-btn::after,
textarea[type=submit].secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].secondary-btn.btn-color-primary,
textarea[type=submit].secondary-btn.btn-color-primary {
  color: rgb(164, 136, 120);
  border-color: rgb(164, 136, 120);
  background-color: rgb(164, 136, 120);
  color: #fff;
  border: 1px solid white;
}
input[type=submit].secondary-btn.btn-color-primary::after,
textarea[type=submit].secondary-btn.btn-color-primary::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
}
input[type=submit].secondary-btn.btn-color-primary:hover,
textarea[type=submit].secondary-btn.btn-color-primary:hover {
  background-color: #fff; /* stylelint-disable-line */
  color: #201a17;
}
input[type=submit]::after,
textarea[type=submit]::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].btn-color-primary,
textarea[type=submit].btn-color-primary {
  color: rgb(164, 136, 120);
  border-color: rgb(164, 136, 120);
  border: 1px solid white;
}
input[type=submit].btn-color-primary:hover,
textarea[type=submit].btn-color-primary:hover {
  background-color: rgb(164, 136, 120);
  color: #fff;
}
input[type=submit].tertiary-btn,
textarea[type=submit].tertiary-btn {
  padding: 1rem;
}
input[type=submit].tertiary-btn::after,
textarea[type=submit].tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
input[type=submit].tertiary-btn.btn-color-primary,
textarea[type=submit].tertiary-btn.btn-color-primary {
  color: rgb(164, 136, 120);
  border-color: rgb(164, 136, 120);
  border: 1px solid white;
}
input[type=submit].tertiary-btn.btn-color-primary:hover,
textarea[type=submit].tertiary-btn.btn-color-primary:hover {
  background-color: rgb(164, 136, 120);
  color: #fff;
}
input[type=submit].primary-btn,
textarea[type=submit].primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].primary-btn::after,
textarea[type=submit].primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
input[type=submit].primary-btn.btn-color-secondary,
textarea[type=submit].primary-btn.btn-color-secondary {
  background-color: rgb(43, 40, 98);
  color: #fff;
  border: 1px solid white;
}
input[type=submit].primary-btn.btn-color-secondary:hover,
textarea[type=submit].primary-btn.btn-color-secondary:hover {
  background-color: #000;
  color: #fff;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  input[type=submit].primary-btn,
  textarea[type=submit].primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
input[type=submit].secondary-btn,
textarea[type=submit].secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].secondary-btn::after,
textarea[type=submit].secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].secondary-btn.btn-color-secondary,
textarea[type=submit].secondary-btn.btn-color-secondary {
  color: rgb(43, 40, 98);
  border-color: rgb(43, 40, 98);
  background-color: rgb(43, 40, 98);
  color: #fff;
  border: 1px solid white;
}
input[type=submit].secondary-btn.btn-color-secondary::after,
textarea[type=submit].secondary-btn.btn-color-secondary::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
}
input[type=submit].secondary-btn.btn-color-secondary:hover,
textarea[type=submit].secondary-btn.btn-color-secondary:hover {
  background-color: #fff; /* stylelint-disable-line */
  color: #25152f;
}
input[type=submit]::after,
textarea[type=submit]::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].btn-color-secondary,
textarea[type=submit].btn-color-secondary {
  color: rgb(43, 40, 98);
  border-color: rgb(43, 40, 98);
  border: 1px solid white;
}
input[type=submit].btn-color-secondary:hover,
textarea[type=submit].btn-color-secondary:hover {
  background-color: rgb(43, 40, 98);
  color: #fff;
}
input[type=submit].tertiary-btn,
textarea[type=submit].tertiary-btn {
  padding: 1rem;
}
input[type=submit].tertiary-btn::after,
textarea[type=submit].tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
input[type=submit].tertiary-btn.btn-color-secondary,
textarea[type=submit].tertiary-btn.btn-color-secondary {
  color: rgb(43, 40, 98);
  border-color: rgb(43, 40, 98);
  border: 1px solid white;
}
input[type=submit].tertiary-btn.btn-color-secondary:hover,
textarea[type=submit].tertiary-btn.btn-color-secondary:hover {
  background-color: rgb(43, 40, 98);
  color: #fff;
}
input[type=submit].primary-btn,
textarea[type=submit].primary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].primary-btn::after,
textarea[type=submit].primary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow_negative.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
input[type=submit].primary-btn.btn-color-neutral,
textarea[type=submit].primary-btn.btn-color-neutral {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}
input[type=submit].primary-btn.btn-color-neutral:hover,
textarea[type=submit].primary-btn.btn-color-neutral:hover {
  background-color: rgb(18, 18, 16);
  color: #ababab;
  padding-left: 2rem;
}
@media (max-width: 575.98px) {
  input[type=submit].primary-btn,
  textarea[type=submit].primary-btn {
    padding: 0.7rem 0.8rem;
    min-width: 12rem;
    padding-right: 5rem;
    font-size: 1.4rem;
  }
}
input[type=submit].secondary-btn,
textarea[type=submit].secondary-btn {
  padding: 1rem 1.6rem;
  border-radius: 0;
  text-align: left;
  min-width: 15rem;
  font-weight: 700;
  padding-right: 6rem;
}
input[type=submit].secondary-btn::after,
textarea[type=submit].secondary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].secondary-btn.btn-color-neutral,
textarea[type=submit].secondary-btn.btn-color-neutral {
  color: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
  background-color: white;
  border: 1px solid white;
  color: black;
}
input[type=submit].secondary-btn.btn-color-neutral:hover::after,
textarea[type=submit].secondary-btn.btn-color-neutral:hover::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
}
input[type=submit].secondary-btn.btn-color-neutral:hover,
textarea[type=submit].secondary-btn.btn-color-neutral:hover {
  background-color: #ababab; /* stylelint-disable-line */
  color: #1c1c1b;
}
input[type=submit]::after,
textarea[type=submit]::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2rem;
  height: 2rem;
}
input[type=submit].btn-color-neutral,
textarea[type=submit].btn-color-neutral {
  color: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
}
input[type=submit].btn-color-neutral:hover,
textarea[type=submit].btn-color-neutral:hover {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}
input[type=submit].tertiary-btn,
textarea[type=submit].tertiary-btn {
  padding: 1rem;
}
input[type=submit].tertiary-btn::after,
textarea[type=submit].tertiary-btn::after {
  content: "";
  background-image: url("../images/button_primary_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
input[type=submit].tertiary-btn.btn-color-neutral,
textarea[type=submit].tertiary-btn.btn-color-neutral {
  color: rgb(60, 60, 59);
  border-color: rgb(60, 60, 59);
}
input[type=submit].tertiary-btn.btn-color-neutral:hover,
textarea[type=submit].tertiary-btn.btn-color-neutral:hover {
  background-color: rgb(60, 60, 59);
  color: #ababab;
}

form.wpcf7-form .wpcf7-response-output {
  margin-top: 2rem;
  padding: 1.3rem 2rem;
  font-weight: 500;
  border-radius: 0.6rem;
  text-align: center;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  margin-left: 0;
  margin-top: 1rem;
  display: block;
}
form.wpcf7-form.invalid .wpcf7-response-output, form.wpcf7-form.failed .wpcf7-response-output, form.wpcf7-form.aborted .wpcf7-response-output {
  display: block;
  border: 2px solid red;
}
form.wpcf7-form.sent .wpcf7-response-output {
  display: block;
  border: 2px solid lime;
}
form.wpcf7-form [aria-invalid=true] {
  border-color: red !important;
}

label {
  display: block;
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
  font-weight: 300;
}

.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.accordion .accordion-item {
  border-bottom: 1px solid #777776;
}
.accordion .accordion-item .accordion-header button.accordion-button {
  padding: 2rem 0;
  width: 100%;
  text-align: left;
  position: relative;
  color: rgb(164, 136, 120);
}
.accordion .accordion-item .accordion-header button.accordion-button::after, .accordion .accordion-item .accordion-header button.accordion-button::before {
  width: 1.5rem;
  height: 0.2rem;
  background-color: rgb(164, 136, 120);
  top: 50%;
  right: 2rem;
  content: "";
  position: absolute;
}
.accordion .accordion-item .accordion-header button.accordion-button::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true]::before {
  width: 0;
}
.accordion .accordion-item .accordion-collapse {
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-in-out 0.5s;
  transition: height ease-in-out 0.5s;
}
.accordion .accordion-item .accordion-collapse.show {
  height: auto;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 0 2rem;
}

.single-card:hover {
  cursor: pointer;
}
.single-card.card-primary {
  border-radius: 1.7rem;
  -webkit-box-shadow: 0 3px 20px rgba(0, 39, 145, 0.059);
  box-shadow: 0 3px 20px rgba(0, 39, 145, 0.059);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  border: 1px solid white;
  background-color: white;
}
.single-card.card-primary .image-wrapper {
  border-radius: 1.7rem;
  overflow: hidden;
}
.single-card.card-primary .image-wrapper .time {
  z-index: 100;
  background: white;
  border-bottom-left-radius: 1.7rem;
  min-width: 10rem;
}
.single-card.card-primary .image-wrapper .time .time-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}
.single-card.card-primary:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  border: 1px solid rgb(43, 40, 98);
}

.single-post #smx-main {
  margin-top: 0;
}
.single-post h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.single-smx_servizi {
  overflow: unset;
}
.single-smx_servizi .flex-text-two .heading-big {
  font-size: 10rem;
  line-height: 8rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  color: #d9d8d0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .single-smx_servizi .flex-text-two .heading-big {
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .single-smx_servizi .flex-text-two .heading-big {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media (max-width: 575.98px) {
  .single-smx_servizi .flex-text-two .heading-big {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.single-smx_servizi #flex-item-0 .image {
  position: absolute;
  bottom: 0;
  right: 5rem;
  height: 90%;
  opacity: 0;
}
.single-smx_servizi #flex-item-0 .image svg {
  height: 100%;
  width: auto;
  overflow: visible;
}
.single-smx_servizi.page-loaded #flex-item-0 .image {
  opacity: 1;
}
.single-smx_servizi.page-loaded #flex-item-0 .image svg #animate-4 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate4 2.5s 0.1s both;
  animation: animate4 2.5s 0.1s both;
}
.single-smx_servizi.page-loaded #flex-item-0 .image svg #animate-3 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate3 2.2s 0.8s both;
  animation: animate3 2.2s 0.8s both;
}
.single-smx_servizi.page-loaded #flex-item-0 .image svg #animate-2 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate2 2.3s 1s both;
  animation: animate2 2.3s 1s both;
}
.single-smx_servizi.page-loaded #flex-item-0 .image svg #animate-1 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate1 2.4s 1.3s both;
  animation: animate1 2.4s 1.3s both;
}
@media (max-width: 1199.98px) {
  .single-smx_servizi #flex-item-0 .image {
    right: -3rem;
  }
}
@media (max-width: 991.98px) {
  .single-smx_servizi #flex-item-0 .image {
    right: -20rem;
  }
}
@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(-101vh);
    transform: translateY(-101vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  52% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  54% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  58% {
    -webkit-transform: translateY(0) rotate(4deg);
    transform: translateY(0) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  62% {
    -webkit-transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  64% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  68% {
    -webkit-transform: translateY(0) rotate(0.5deg);
    transform: translateY(0) rotate(0.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: translateY(0) rotate(-0.1deg);
    transform: translateY(0) rotate(-0.1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate4 {
  0% {
    -webkit-transform: translateY(-101vh);
    transform: translateY(-101vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  52% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  54% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  58% {
    -webkit-transform: translateY(0) rotate(4deg);
    transform: translateY(0) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  62% {
    -webkit-transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  64% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  68% {
    -webkit-transform: translateY(0) rotate(0.5deg);
    transform: translateY(0) rotate(0.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: translateY(0) rotate(-0.1deg);
    transform: translateY(0) rotate(-0.1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateY(-60vh);
    transform: translateY(-60vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(1px) rotate(3deg);
    transform: translateY(1px) rotate(3deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-20px) rotate(-4deg);
    transform: translateY(-20px) rotate(-4deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(1px) rotate(2deg);
    transform: translateY(1px) rotate(2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  49% {
    -webkit-transform: translateY(-11px) rotate(2.5deg);
    transform: translateY(-11px) rotate(2.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  53% {
    -webkit-transform: translateY(1px) rotate(1.5deg);
    transform: translateY(1px) rotate(1.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(1px) rotate(0.2deg);
    transform: translateY(1px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate3 {
  0% {
    -webkit-transform: translateY(-60vh);
    transform: translateY(-60vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(1px) rotate(3deg);
    transform: translateY(1px) rotate(3deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-20px) rotate(-4deg);
    transform: translateY(-20px) rotate(-4deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(1px) rotate(2deg);
    transform: translateY(1px) rotate(2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  49% {
    -webkit-transform: translateY(-11px) rotate(2.5deg);
    transform: translateY(-11px) rotate(2.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  53% {
    -webkit-transform: translateY(1px) rotate(1.5deg);
    transform: translateY(1px) rotate(1.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(1px) rotate(0.2deg);
    transform: translateY(1px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-50vh);
    transform: translateY(-50vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-4px) rotate(-1.5deg);
    transform: translateY(-4px) rotate(-1.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  63% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-50vh);
    transform: translateY(-50vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-4px) rotate(-1.5deg);
    transform: translateY(-4px) rotate(-1.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  63% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: translateY(-20vh);
    transform: translateY(-20vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  36% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  39% {
    -webkit-transform: translateY(2px) rotate(-0.3deg);
    transform: translateY(2px) rotate(-0.3deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate1 {
  0% {
    -webkit-transform: translateY(-20vh);
    transform: translateY(-20vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  36% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  39% {
    -webkit-transform: translateY(2px) rotate(-0.3deg);
    transform: translateY(2px) rotate(-0.3deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.page-contatti #smx-main {
  margin-top: 0;
}
.page-contatti #flex-item-0 .image {
  position: absolute;
  bottom: 0;
  right: 5rem;
  height: 90%;
  opacity: 0;
}
.page-contatti #flex-item-0 .image svg {
  height: 100%;
  width: auto;
  overflow: visible;
}
.page-contatti.page-loaded #flex-item-0 .image {
  opacity: 1;
}
.page-contatti.page-loaded #flex-item-0 .image svg #animate-4 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate4 2.3s 0.1s both;
  animation: animate4 2.3s 0.1s both;
}
.page-contatti.page-loaded #flex-item-0 .image svg #animate-3 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate3 2.5s 1.4s both;
  animation: animate3 2.5s 1.4s both;
}
.page-contatti.page-loaded #flex-item-0 .image svg #animate-2 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate2 2.4s 2.6s both;
  animation: animate2 2.4s 2.6s both;
}
.page-contatti.page-loaded #flex-item-0 .image svg #animate-1 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate1 2.4s 3.6s both;
  animation: animate1 2.4s 3.6s both;
}

.home #flex-item-0 .image,
.home #flex-item-2 .image {
  position: absolute;
  bottom: 0;
  right: 5rem;
  height: 90%;
  opacity: 0;
}
.home #flex-item-0 .image svg,
.home #flex-item-2 .image svg {
  height: 100%;
  width: auto;
  overflow: visible;
}
.home #flex-item-1 .items-carousel .splide__slide {
  background-color: rgba(64, 84, 161, 0.8);
}
.home #flex-item-1 .items-carousel .splide__slide .button::after {
  background-image: url("../images/button_primary_arrow_negative.svg") !important;
}
.home #flex-item-1 .items-carousel .splide__slide[onclick]:not(.magic-hover):hover {
  cursor: pointer;
}
.home #flex-item-1 .btn-1 {
  background-color: white !important;
  color: rgb(43, 40, 98) !important;
}
.home #flex-item-1 .btn-1::after {
  background-image: url("../images/button_primary_arrow.svg") !important;
}
.home #flex-item-1 .btn-1:hover {
  background-color: #cccccc !important;
}
.home.page-loaded #flex-item-0 .image {
  opacity: 1;
}
.home.page-loaded #flex-item-0 .image svg #animate-4 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate4 2.5s 0.1s both;
  animation: animate4 2.5s 0.1s both;
}
.home.page-loaded #flex-item-0 .image svg #animate-3 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate3 2.2s 0.8s both;
  animation: animate3 2.2s 0.8s both;
}
.home.page-loaded #flex-item-0 .image svg #animate-2 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate2 2.3s 1s both;
  animation: animate2 2.3s 1s both;
}
.home.page-loaded #flex-item-0 .image svg #animate-1 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate1 2.4s 1.3s both;
  animation: animate1 2.4s 1.3s both;
}
.home #flex-item-2.section-is-loaded .image {
  opacity: 1;
}
.home #flex-item-2.section-is-loaded .image svg #animate-4 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate4 2.5s 0.1s both;
  animation: animate4 2.5s 0.1s both;
}
.home #flex-item-2.section-is-loaded .image svg #animate-3 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate3 2.2s 0.8s both;
  animation: animate3 2.2s 0.8s both;
}
.home #flex-item-2.section-is-loaded .image svg #animate-2 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate2 2.3s 1s both;
  animation: animate2 2.3s 1s both;
}
.home #flex-item-2.section-is-loaded .image svg #animate-1 {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: animate1 2.4s 1.3s both;
  animation: animate1 2.4s 1.3s both;
}
.home #flex-item-2 .single {
  background-color: rgba(255, 255, 255, 0.75);
}
.home #flex-item-2 .single .button {
  border: 1px solid black;
}
.home #flex-item-2 .single .button:hover {
  background-color: #cccccc !important;
}
.home #flex-item-2 .single:hover:not(.magic-hover) {
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .home #flex-item-0 .image,
  .home #flex-item-2 .image {
    right: -3rem;
  }
}
@media (max-width: 991.98px) {
  .home #flex-item-0 .image,
  .home #flex-item-2 .image {
    right: -20rem;
  }
}
@media (max-width: 767.98px) {
  .home #flex-item-1 figure {
    display: none;
  }
}

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(-101vh);
    transform: translateY(-101vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  52% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  54% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  58% {
    -webkit-transform: translateY(0) rotate(4deg);
    transform: translateY(0) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  62% {
    -webkit-transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    transform: translateY(-1px) translateX(-0.5px) rotate(4deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  64% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  68% {
    -webkit-transform: translateY(0) rotate(0.5deg);
    transform: translateY(0) rotate(0.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: translateY(0) rotate(-0.1deg);
    transform: translateY(0) rotate(-0.1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate3 {
  0% {
    -webkit-transform: translateY(-60vh);
    transform: translateY(-60vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(1px) rotate(3deg);
    transform: translateY(1px) rotate(3deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-20px) rotate(-4deg);
    transform: translateY(-20px) rotate(-4deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(1px) rotate(2deg);
    transform: translateY(1px) rotate(2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  49% {
    -webkit-transform: translateY(-11px) rotate(2.5deg);
    transform: translateY(-11px) rotate(2.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  53% {
    -webkit-transform: translateY(1px) rotate(1.5deg);
    transform: translateY(1px) rotate(1.5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(1px) rotate(0.2deg);
    transform: translateY(1px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-50vh);
    transform: translateY(-50vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38% {
    -webkit-transform: translateY(-4px) rotate(-1.5deg);
    transform: translateY(-4px) rotate(-1.5deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(1deg);
    transform: translateY(2px) rotate(1deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  61% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  63% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes animate1 {
  0% {
    -webkit-transform: translateY(-20vh);
    transform: translateY(-20vh);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  36% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  39% {
    -webkit-transform: translateY(2px) rotate(-0.3deg);
    transform: translateY(2px) rotate(-0.3deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(2px) rotate(0.2deg);
    transform: translateY(2px) rotate(0.2deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  53% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.page-template-template-flex-page .entry-wrapper h1 {
  line-height: 2.5rem;
  margin-bottom: 0;
}
.page-template-template-flex-page .entry-wrapper h1 span {
  font-size: 3rem;
  line-height: 2.8rem;
}
.page-template-template-flex-page .entry-wrapper h1 span.one {
  text-transform: lowercase;
  font-weight: 500;
  font-family: century-gothic, sans-serif;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .page-template-template-flex-page .entry-wrapper h1 span {
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
  .page-template-template-flex-page .entry-wrapper h1 span.one {
    font-size: 2.1rem;
  }
}
.page-template-template-flex-page .flex-single-row.flex-text .heading-big {
  font-size: 24rem;
  line-height: 18rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #bfbca9;
  letter-spacing: -2rem;
  opacity: 0.6;
}
.page-template-template-flex-page .flex-single-row.flex-text .heading-big .line {
  line-height: 20rem;
}
@media (max-width: 991.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line {
    line-height: 15rem;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line {
    line-height: 7rem;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big {
    font-size: 18rem;
    line-height: 12rem;
  }
}
.page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-1,
.page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-2,
.page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-3 {
  margin-left: 7vw;
}
@media (max-width: 991.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-1,
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-2,
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line-3 {
    margin-left: 0;
  }
}
.page-template-template-flex-page .flex-single-row.flex-text .text-wrapper .line-wrapper {
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 3.7rem;
}
.page-template-template-flex-page .flex-single-row.flex-list .item h1,
.page-template-template-flex-page .flex-single-row.flex-list .item h2,
.page-template-template-flex-page .flex-single-row.flex-list .item h3,
.page-template-template-flex-page .flex-single-row.flex-list .item h4,
.page-template-template-flex-page .flex-single-row.flex-list .item h5,
.page-template-template-flex-page .flex-single-row.flex-list .item h6 {
  font-weight: 600;
  opacity: 0.5;
}
.page-template-template-flex-page .flex-single-row.flex-list .number {
  font-size: 9rem;
  line-height: 6rem;
}
.page-template-template-flex-page .flex-single-row.flex-list .number .line {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big {
    font-size: 8rem;
    line-height: 8rem;
    letter-spacing: -0.1rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line {
    line-height: 8rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-text .text-wrapper .line-wrapper {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 5.8rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-text .text-animation .line-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .page-template-template-flex-page .flex-single-row.flex-list .text-wrapper .desc {
    margin-top: 1rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-list .text-wrapper .desc .line-wrapper {
    text-transform: unset;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-list .text-animation .line-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big {
    font-size: 6rem;
    line-height: 6rem;
  }
  .page-template-template-flex-page .flex-single-row.flex-text .heading-big .line {
    line-height: 6rem;
  }
}

body.on-dark-bkg .flex-single-row .text-animation:not(.heading-big) {
  color: white !important;
}

.archive-blog {
  background-color: rgb(217, 216, 208);
}
.archive-blog .item-wrapper {
  cursor: pointer;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.archive-blog .item-wrapper:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.archive-blog .single {
  background-color: rgba(255, 255, 255, 0.75);
}
.archive-blog .single .button {
  border: 1px solid black;
}
.archive-blog .single .button:hover {
  background-color: #cccccc !important;
}

.image-logo {
  width: 17rem;
}

.post-type-archive-smx_servizi .flex-loop .single .button::after {
  background-image: url("../images/button_primary_arrow_negative.svg");
}

.page-trasparenza .heading-1 {
  font-size: 10rem;
  line-height: 8rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  color: #d9d8d0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page-trasparenza .heading-1 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
@media (max-width: 575.98px) {
  .page-trasparenza .heading-1 {
    font-size: 4rem;
    line-height: 3rem;
  }
}

#smx-wrapper-navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 8rem;
}
#smx-wrapper-navbar #main-nav {
  height: 100%;
}
#smx-wrapper-navbar #main-nav .site-branding .logo {
  width: 13rem;
  display: block;
}
#smx-wrapper-navbar #main-nav .site-branding .logo svg {
  width: 100%;
  height: auto;
}
#smx-wrapper-navbar #main-nav .site-branding .logo svg * {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  fill: white;
}
@media (max-width: 767.98px) {
  #smx-wrapper-navbar #main-nav .site-branding .logo {
    width: 11rem;
  }
}

#main-footer {
  overflow-x: hidden;
}
#main-footer .decorative-shape {
  min-width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
  z-index: -10;
}
#main-footer .logo {
  display: block;
  width: 13rem;
}
@media (max-width: 991.98px) {
  #main-footer .decorative-shape {
    min-width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: -24rem top;
    object-position: -24rem top;
    z-index: -10;
  }
}

#main-nav #main-nav-toggler {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 1005;
}
#main-nav #main-nav-toggler .line {
  width: 100%;
  height: 1.5px;
  background-color: white;
  position: absolute;
  left: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
#main-nav #main-nav-toggler .line.line-one {
  -webkit-transform: translateY(calc(-50% - 0.45rem));
  transform: translateY(calc(-50% - 0.45rem));
}
#main-nav #main-nav-toggler .line.line-two {
  -webkit-transform: translateY(calc(-50% + 0.45rem));
  transform: translateY(calc(-50% + 0.45rem));
}
#main-nav #main-nav-toggler[aria-expanded=true] .line-one {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#main-nav #main-nav-toggler[aria-expanded=true] .line-two {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#main-nav .menus-wrapper #navbar-lang-dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav .menus-wrapper #navbar-lang-dropdown ul li {
  display: block;
  margin-right: 2rem;
}
#main-nav .menus-wrapper #navbar-lang-dropdown ul li.wpml-ls-current-language a {
  border-bottom: 2px solid white;
  font-weight: 600;
}
#main-nav .menus-wrapper #navbar-nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 12rem 6vw;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  pointer-events: none;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  overflow-y: auto;
  max-width: 100vw;
  -webkit-backdrop-filter: blur(40px) saturate(1.8);
  backdrop-filter: blur(40px) saturate(1.8);
  background-color: rgba(164, 136, 120, 0.8);
}
#main-nav .menus-wrapper #navbar-nav-dropdown ul {
  width: 100%;
}
@media (min-width: 992px) {
  #main-nav .menus-wrapper #navbar-nav-dropdown {
    width: 40%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  #main-nav .menus-wrapper #navbar-nav-dropdown {
    height: 100%;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}
#main-nav .menus-wrapper #navbar-nav-dropdown li {
  text-align: end;
  -webkit-transform: translateX(-40rem);
  transform: translateX(-40rem);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li a {
  display: block;
  margin: 1rem 0;
  text-transform: uppercase;
  font-size: 2rem;
  color: white;
}
@media (min-width: 992px) {
  #main-nav .menus-wrapper #navbar-nav-dropdown li a {
    margin: 1.5rem 0;
  }
}
#main-nav .menus-wrapper #navbar-nav-dropdown li.current-menu-item a {
  text-decoration: underline;
  font-weight: 600;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(1n) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(2n) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(3n) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(4n) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(5n) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#main-nav .menus-wrapper #navbar-nav-dropdown li:nth-child(6n) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-nav .menus-wrapper #menu-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  #main-nav .menus-wrapper #menu-closer {
    display: none;
    width: 100vw;
    height: 0;
  }
}
@media (max-width: 767.98px) {
  #main-nav .menus-wrapper #navbar-nav-dropdown {
    width: 100%;
  }
  #main-nav .menus-wrapper #navbar-nav-dropdown li {
    text-align: center;
  }
}
#main-nav .socials-wrapper svg * {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  fill: white;
}
#main-nav.open .menus-wrapper #navbar-nav-dropdown {
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#main-nav.open .menus-wrapper #navbar-nav-dropdown li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  #main-nav.open .menus-wrapper #navbar-nav-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#main-nav.open .menus-wrapper #menu-closer {
  pointer-events: auto;
  opacity: 1;
}
#main-nav.on-light-bkg #main-nav-toggler .line {
  background-color: black;
}
#main-nav.on-light-bkg .site-branding svg * {
  fill: black !important;
}
#main-nav.on-light-bkg .socials-wrapper svg * {
  fill: black;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.smx-animated-underline {
  display: inline-block;
  position: relative;
  overflow: visible;
  background: none;
  color: inherit;
}
.smx-animated-underline svg {
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.smx-animated-underline svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}
.smx-animated-underline.show svg path {
  opacity: 1;
  -webkit-animation-name: dash;
  animation-name: dash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.smx-animated-underline .word {
  height: 100%;
}
.smx-animated-underline.multiline {
  display: inline;
}
.smx-animated-underline.multiline svg {
  -webkit-transform: none;
  transform: none;
  left: 0;
  bottom: none;
  top: 0;
}

.smx-h-ref {
  display: inline-block;
  height: 100%;
}

.smx-animated-circle-doodle {
  color: inherit;
  display: inline-block;
  position: relative;
  overflow: visible;
  background: none;
}
.smx-animated-circle-doodle svg {
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.smx-animated-circle-doodle svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}
.smx-animated-circle-doodle.show svg path {
  opacity: 1;
  -webkit-animation-name: dash;
  animation-name: dash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 1rem;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0_5 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1_5 {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-2_5 {
  margin: 2.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3_5 {
  margin: 3.5rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

.m-35 {
  margin: 35rem !important;
}

.m-40 {
  margin: 40rem !important;
}

.m-45 {
  margin: 45rem !important;
}

.m-50 {
  margin: 50rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-0_5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-1_5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-2_5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-3_5 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-25 {
  margin-right: 25rem !important;
  margin-left: 25rem !important;
}

.mx-30 {
  margin-right: 30rem !important;
  margin-left: 30rem !important;
}

.mx-35 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

.mx-40 {
  margin-right: 40rem !important;
  margin-left: 40rem !important;
}

.mx-45 {
  margin-right: 45rem !important;
  margin-left: 45rem !important;
}

.mx-50 {
  margin-right: 50rem !important;
  margin-left: 50rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0_5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1_5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-2_5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-3_5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.my-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.my-35 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

.my-40 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

.my-45 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important;
}

.my-50 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0_5 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1_5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2_5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-3_5 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mt-25 {
  margin-top: 25rem !important;
}

.mt-30 {
  margin-top: 30rem !important;
}

.mt-35 {
  margin-top: 35rem !important;
}

.mt-40 {
  margin-top: 40rem !important;
}

.mt-45 {
  margin-top: 45rem !important;
}

.mt-50 {
  margin-top: 50rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0_5 {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-1_5 {
  margin-right: 1.5rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-2_5 {
  margin-right: 2.5rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-3_5 {
  margin-right: 3.5rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-13 {
  margin-right: 13rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

.me-25 {
  margin-right: 25rem !important;
}

.me-30 {
  margin-right: 30rem !important;
}

.me-35 {
  margin-right: 35rem !important;
}

.me-40 {
  margin-right: 40rem !important;
}

.me-45 {
  margin-right: 45rem !important;
}

.me-50 {
  margin-right: 50rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1_5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2_5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-3_5 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.mb-25 {
  margin-bottom: 25rem !important;
}

.mb-30 {
  margin-bottom: 30rem !important;
}

.mb-35 {
  margin-bottom: 35rem !important;
}

.mb-40 {
  margin-bottom: 40rem !important;
}

.mb-45 {
  margin-bottom: 45rem !important;
}

.mb-50 {
  margin-bottom: 50rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0_5 {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-1_5 {
  margin-left: 1.5rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-2_5 {
  margin-left: 2.5rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-3_5 {
  margin-left: 3.5rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-13 {
  margin-left: 13rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

.ms-25 {
  margin-left: 25rem !important;
}

.ms-30 {
  margin-left: 30rem !important;
}

.ms-35 {
  margin-left: 35rem !important;
}

.ms-40 {
  margin-left: 40rem !important;
}

.ms-45 {
  margin-left: 45rem !important;
}

.ms-50 {
  margin-left: 50rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0_5 {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1_5 {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-2_5 {
  padding: 2.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-3_5 {
  padding: 3.5rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

.p-35 {
  padding: 35rem !important;
}

.p-40 {
  padding: 40rem !important;
}

.p-45 {
  padding: 45rem !important;
}

.p-50 {
  padding: 50rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-0_5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-1_5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-2_5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-3_5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-25 {
  padding-right: 25rem !important;
  padding-left: 25rem !important;
}

.px-30 {
  padding-right: 30rem !important;
  padding-left: 30rem !important;
}

.px-35 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

.px-40 {
  padding-right: 40rem !important;
  padding-left: 40rem !important;
}

.px-45 {
  padding-right: 45rem !important;
  padding-left: 45rem !important;
}

.px-50 {
  padding-right: 50rem !important;
  padding-left: 50rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-0_5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1_5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-2_5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-3_5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.py-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.py-35 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

.py-40 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

.py-45 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important;
}

.py-50 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0_5 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1_5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2_5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-3_5 {
  padding-top: 3.5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-25 {
  padding-top: 25rem !important;
}

.pt-30 {
  padding-top: 30rem !important;
}

.pt-35 {
  padding-top: 35rem !important;
}

.pt-40 {
  padding-top: 40rem !important;
}

.pt-45 {
  padding-top: 45rem !important;
}

.pt-50 {
  padding-top: 50rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0_5 {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-1_5 {
  padding-right: 1.5rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-2_5 {
  padding-right: 2.5rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-3_5 {
  padding-right: 3.5rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-13 {
  padding-right: 13rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-25 {
  padding-right: 25rem !important;
}

.pe-30 {
  padding-right: 30rem !important;
}

.pe-35 {
  padding-right: 35rem !important;
}

.pe-40 {
  padding-right: 40rem !important;
}

.pe-45 {
  padding-right: 45rem !important;
}

.pe-50 {
  padding-right: 50rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0_5 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1_5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2_5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-3_5 {
  padding-bottom: 3.5rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-25 {
  padding-bottom: 25rem !important;
}

.pb-30 {
  padding-bottom: 30rem !important;
}

.pb-35 {
  padding-bottom: 35rem !important;
}

.pb-40 {
  padding-bottom: 40rem !important;
}

.pb-45 {
  padding-bottom: 45rem !important;
}

.pb-50 {
  padding-bottom: 50rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0_5 {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-1_5 {
  padding-left: 1.5rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-2_5 {
  padding-left: 2.5rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-3_5 {
  padding-left: 3.5rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-13 {
  padding-left: 13rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-25 {
  padding-left: 25rem !important;
}

.ps-30 {
  padding-left: 30rem !important;
}

.ps-35 {
  padding-left: 35rem !important;
}

.ps-40 {
  padding-left: 40rem !important;
}

.ps-45 {
  padding-left: 45rem !important;
}

.ps-50 {
  padding-left: 50rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-0_5 {
  gap: 0.5rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-1_5 {
  gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-2_5 {
  gap: 2.5rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-3_5 {
  gap: 3.5rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-13 {
  gap: 13rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-20 {
  gap: 20rem !important;
}

.gap-25 {
  gap: 25rem !important;
}

.gap-30 {
  gap: 30rem !important;
}

.gap-35 {
  gap: 35rem !important;
}

.gap-40 {
  gap: 40rem !important;
}

.gap-45 {
  gap: 45rem !important;
}

.gap-50 {
  gap: 50rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-0_5 {
  row-gap: 0.5rem !important;
}

.row-gap-1 {
  row-gap: 1rem !important;
}

.row-gap-1_5 {
  row-gap: 1.5rem !important;
}

.row-gap-2 {
  row-gap: 2rem !important;
}

.row-gap-2_5 {
  row-gap: 2.5rem !important;
}

.row-gap-3 {
  row-gap: 3rem !important;
}

.row-gap-3_5 {
  row-gap: 3.5rem !important;
}

.row-gap-4 {
  row-gap: 4rem !important;
}

.row-gap-5 {
  row-gap: 5rem !important;
}

.row-gap-6 {
  row-gap: 6rem !important;
}

.row-gap-7 {
  row-gap: 7rem !important;
}

.row-gap-8 {
  row-gap: 8rem !important;
}

.row-gap-9 {
  row-gap: 9rem !important;
}

.row-gap-10 {
  row-gap: 10rem !important;
}

.row-gap-13 {
  row-gap: 13rem !important;
}

.row-gap-15 {
  row-gap: 15rem !important;
}

.row-gap-20 {
  row-gap: 20rem !important;
}

.row-gap-25 {
  row-gap: 25rem !important;
}

.row-gap-30 {
  row-gap: 30rem !important;
}

.row-gap-35 {
  row-gap: 35rem !important;
}

.row-gap-40 {
  row-gap: 40rem !important;
}

.row-gap-45 {
  row-gap: 45rem !important;
}

.row-gap-50 {
  row-gap: 50rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-0_5 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-1 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-1_5 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.column-gap-2_5 {
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.column-gap-3_5 {
  -webkit-column-gap: 3.5rem !important;
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.column-gap-7 {
  -webkit-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.column-gap-8 {
  -webkit-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.column-gap-9 {
  -webkit-column-gap: 9rem !important;
  -moz-column-gap: 9rem !important;
  column-gap: 9rem !important;
}

.column-gap-10 {
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.column-gap-13 {
  -webkit-column-gap: 13rem !important;
  -moz-column-gap: 13rem !important;
  column-gap: 13rem !important;
}

.column-gap-15 {
  -webkit-column-gap: 15rem !important;
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important;
}

.column-gap-20 {
  -webkit-column-gap: 20rem !important;
  -moz-column-gap: 20rem !important;
  column-gap: 20rem !important;
}

.column-gap-25 {
  -webkit-column-gap: 25rem !important;
  -moz-column-gap: 25rem !important;
  column-gap: 25rem !important;
}

.column-gap-30 {
  -webkit-column-gap: 30rem !important;
  -moz-column-gap: 30rem !important;
  column-gap: 30rem !important;
}

.column-gap-35 {
  -webkit-column-gap: 35rem !important;
  -moz-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

.column-gap-40 {
  -webkit-column-gap: 40rem !important;
  -moz-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

.column-gap-45 {
  -webkit-column-gap: 45rem !important;
  -moz-column-gap: 45rem !important;
  column-gap: 45rem !important;
}

.column-gap-50 {
  -webkit-column-gap: 50rem !important;
  -moz-column-gap: 50rem !important;
  column-gap: 50rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .m-sm-35 {
    margin: 35rem !important;
  }
  .m-sm-40 {
    margin: 40rem !important;
  }
  .m-sm-45 {
    margin: 45rem !important;
  }
  .m-sm-50 {
    margin: 50rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-sm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-sm-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-sm-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-sm-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-sm-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-sm-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-sm-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-sm-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-sm-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-13 {
    margin-top: 13rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-30 {
    margin-top: 30rem !important;
  }
  .mt-sm-35 {
    margin-top: 35rem !important;
  }
  .mt-sm-40 {
    margin-top: 40rem !important;
  }
  .mt-sm-45 {
    margin-top: 45rem !important;
  }
  .mt-sm-50 {
    margin-top: 50rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-13 {
    margin-right: 13rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 25rem !important;
  }
  .me-sm-30 {
    margin-right: 30rem !important;
  }
  .me-sm-35 {
    margin-right: 35rem !important;
  }
  .me-sm-40 {
    margin-right: 40rem !important;
  }
  .me-sm-45 {
    margin-right: 45rem !important;
  }
  .me-sm-50 {
    margin-right: 50rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 35rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 40rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 45rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 50rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-13 {
    margin-left: 13rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 25rem !important;
  }
  .ms-sm-30 {
    margin-left: 30rem !important;
  }
  .ms-sm-35 {
    margin-left: 35rem !important;
  }
  .ms-sm-40 {
    margin-left: 40rem !important;
  }
  .ms-sm-45 {
    margin-left: 45rem !important;
  }
  .ms-sm-50 {
    margin-left: 50rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .p-sm-35 {
    padding: 35rem !important;
  }
  .p-sm-40 {
    padding: 40rem !important;
  }
  .p-sm-45 {
    padding: 45rem !important;
  }
  .p-sm-50 {
    padding: 50rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-sm-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-sm-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-sm-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-sm-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-sm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-sm-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-sm-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-sm-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-sm-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-13 {
    padding-top: 13rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 25rem !important;
  }
  .pt-sm-30 {
    padding-top: 30rem !important;
  }
  .pt-sm-35 {
    padding-top: 35rem !important;
  }
  .pt-sm-40 {
    padding-top: 40rem !important;
  }
  .pt-sm-45 {
    padding-top: 45rem !important;
  }
  .pt-sm-50 {
    padding-top: 50rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-13 {
    padding-right: 13rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 25rem !important;
  }
  .pe-sm-30 {
    padding-right: 30rem !important;
  }
  .pe-sm-35 {
    padding-right: 35rem !important;
  }
  .pe-sm-40 {
    padding-right: 40rem !important;
  }
  .pe-sm-45 {
    padding-right: 45rem !important;
  }
  .pe-sm-50 {
    padding-right: 50rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 30rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 35rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 40rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 45rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 50rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-13 {
    padding-left: 13rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 25rem !important;
  }
  .ps-sm-30 {
    padding-left: 30rem !important;
  }
  .ps-sm-35 {
    padding-left: 35rem !important;
  }
  .ps-sm-40 {
    padding-left: 40rem !important;
  }
  .ps-sm-45 {
    padding-left: 45rem !important;
  }
  .ps-sm-50 {
    padding-left: 50rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-0_5 {
    gap: 0.5rem !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-1_5 {
    gap: 1.5rem !important;
  }
  .gap-sm-2 {
    gap: 2rem !important;
  }
  .gap-sm-2_5 {
    gap: 2.5rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-3_5 {
    gap: 3.5rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-5 {
    gap: 5rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-13 {
    gap: 13rem !important;
  }
  .gap-sm-15 {
    gap: 15rem !important;
  }
  .gap-sm-20 {
    gap: 20rem !important;
  }
  .gap-sm-25 {
    gap: 25rem !important;
  }
  .gap-sm-30 {
    gap: 30rem !important;
  }
  .gap-sm-35 {
    gap: 35rem !important;
  }
  .gap-sm-40 {
    gap: 40rem !important;
  }
  .gap-sm-45 {
    gap: 45rem !important;
  }
  .gap-sm-50 {
    gap: 50rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-0_5 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-1_5 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-2_5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-3_5 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 13rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 20rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 25rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 30rem !important;
  }
  .row-gap-sm-35 {
    row-gap: 35rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 40rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 45rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 50rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-0_5 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-1_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-sm-2_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-sm-3_5 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .column-gap-sm-7 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  .column-gap-sm-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-sm-9 {
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-sm-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  .column-gap-sm-15 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-sm-20 {
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  .column-gap-sm-25 {
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important;
  }
  .column-gap-sm-30 {
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important;
  }
  .column-gap-sm-35 {
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  .column-gap-sm-45 {
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important;
  }
  .column-gap-sm-50 {
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1_5 {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2_5 {
    margin: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3_5 {
    margin: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .m-md-35 {
    margin: 35rem !important;
  }
  .m-md-40 {
    margin: 40rem !important;
  }
  .m-md-45 {
    margin: 45rem !important;
  }
  .m-md-50 {
    margin: 50rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-md-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-md-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-md-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-md-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-md-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-md-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-md-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-md-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-md-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 25rem !important;
  }
  .mt-md-30 {
    margin-top: 30rem !important;
  }
  .mt-md-35 {
    margin-top: 35rem !important;
  }
  .mt-md-40 {
    margin-top: 40rem !important;
  }
  .mt-md-45 {
    margin-top: 45rem !important;
  }
  .mt-md-50 {
    margin-top: 50rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-13 {
    margin-right: 13rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 25rem !important;
  }
  .me-md-30 {
    margin-right: 30rem !important;
  }
  .me-md-35 {
    margin-right: 35rem !important;
  }
  .me-md-40 {
    margin-right: 40rem !important;
  }
  .me-md-45 {
    margin-right: 45rem !important;
  }
  .me-md-50 {
    margin-right: 50rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 30rem !important;
  }
  .mb-md-35 {
    margin-bottom: 35rem !important;
  }
  .mb-md-40 {
    margin-bottom: 40rem !important;
  }
  .mb-md-45 {
    margin-bottom: 45rem !important;
  }
  .mb-md-50 {
    margin-bottom: 50rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-13 {
    margin-left: 13rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 25rem !important;
  }
  .ms-md-30 {
    margin-left: 30rem !important;
  }
  .ms-md-35 {
    margin-left: 35rem !important;
  }
  .ms-md-40 {
    margin-left: 40rem !important;
  }
  .ms-md-45 {
    margin-left: 45rem !important;
  }
  .ms-md-50 {
    margin-left: 50rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1_5 {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2_5 {
    padding: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3_5 {
    padding: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .p-md-35 {
    padding: 35rem !important;
  }
  .p-md-40 {
    padding: 40rem !important;
  }
  .p-md-45 {
    padding: 45rem !important;
  }
  .p-md-50 {
    padding: 50rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-md-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-md-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-md-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-md-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-md-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-md-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-md-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-md-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-md-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 25rem !important;
  }
  .pt-md-30 {
    padding-top: 30rem !important;
  }
  .pt-md-35 {
    padding-top: 35rem !important;
  }
  .pt-md-40 {
    padding-top: 40rem !important;
  }
  .pt-md-45 {
    padding-top: 45rem !important;
  }
  .pt-md-50 {
    padding-top: 50rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-13 {
    padding-right: 13rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 25rem !important;
  }
  .pe-md-30 {
    padding-right: 30rem !important;
  }
  .pe-md-35 {
    padding-right: 35rem !important;
  }
  .pe-md-40 {
    padding-right: 40rem !important;
  }
  .pe-md-45 {
    padding-right: 45rem !important;
  }
  .pe-md-50 {
    padding-right: 50rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 30rem !important;
  }
  .pb-md-35 {
    padding-bottom: 35rem !important;
  }
  .pb-md-40 {
    padding-bottom: 40rem !important;
  }
  .pb-md-45 {
    padding-bottom: 45rem !important;
  }
  .pb-md-50 {
    padding-bottom: 50rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-13 {
    padding-left: 13rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 25rem !important;
  }
  .ps-md-30 {
    padding-left: 30rem !important;
  }
  .ps-md-35 {
    padding-left: 35rem !important;
  }
  .ps-md-40 {
    padding-left: 40rem !important;
  }
  .ps-md-45 {
    padding-left: 45rem !important;
  }
  .ps-md-50 {
    padding-left: 50rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-0_5 {
    gap: 0.5rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-1_5 {
    gap: 1.5rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-2_5 {
    gap: 2.5rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-3_5 {
    gap: 3.5rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-13 {
    gap: 13rem !important;
  }
  .gap-md-15 {
    gap: 15rem !important;
  }
  .gap-md-20 {
    gap: 20rem !important;
  }
  .gap-md-25 {
    gap: 25rem !important;
  }
  .gap-md-30 {
    gap: 30rem !important;
  }
  .gap-md-35 {
    gap: 35rem !important;
  }
  .gap-md-40 {
    gap: 40rem !important;
  }
  .gap-md-45 {
    gap: 45rem !important;
  }
  .gap-md-50 {
    gap: 50rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-0_5 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-1_5 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-2 {
    row-gap: 2rem !important;
  }
  .row-gap-md-2_5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-3_5 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4rem !important;
  }
  .row-gap-md-5 {
    row-gap: 5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 6rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7rem !important;
  }
  .row-gap-md-8 {
    row-gap: 8rem !important;
  }
  .row-gap-md-9 {
    row-gap: 9rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !important;
  }
  .row-gap-md-13 {
    row-gap: 13rem !important;
  }
  .row-gap-md-15 {
    row-gap: 15rem !important;
  }
  .row-gap-md-20 {
    row-gap: 20rem !important;
  }
  .row-gap-md-25 {
    row-gap: 25rem !important;
  }
  .row-gap-md-30 {
    row-gap: 30rem !important;
  }
  .row-gap-md-35 {
    row-gap: 35rem !important;
  }
  .row-gap-md-40 {
    row-gap: 40rem !important;
  }
  .row-gap-md-45 {
    row-gap: 45rem !important;
  }
  .row-gap-md-50 {
    row-gap: 50rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-0_5 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-1_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-md-2_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-md-3_5 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .column-gap-md-7 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  .column-gap-md-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-md-9 {
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-md-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  .column-gap-md-15 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-md-20 {
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  .column-gap-md-25 {
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important;
  }
  .column-gap-md-30 {
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important;
  }
  .column-gap-md-35 {
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  .column-gap-md-45 {
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important;
  }
  .column-gap-md-50 {
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .m-lg-35 {
    margin: 35rem !important;
  }
  .m-lg-40 {
    margin: 40rem !important;
  }
  .m-lg-45 {
    margin: 45rem !important;
  }
  .m-lg-50 {
    margin: 50rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-lg-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-lg-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-lg-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-lg-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-lg-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-lg-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-lg-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-lg-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-lg-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 25rem !important;
  }
  .mt-lg-30 {
    margin-top: 30rem !important;
  }
  .mt-lg-35 {
    margin-top: 35rem !important;
  }
  .mt-lg-40 {
    margin-top: 40rem !important;
  }
  .mt-lg-45 {
    margin-top: 45rem !important;
  }
  .mt-lg-50 {
    margin-top: 50rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-13 {
    margin-right: 13rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 25rem !important;
  }
  .me-lg-30 {
    margin-right: 30rem !important;
  }
  .me-lg-35 {
    margin-right: 35rem !important;
  }
  .me-lg-40 {
    margin-right: 40rem !important;
  }
  .me-lg-45 {
    margin-right: 45rem !important;
  }
  .me-lg-50 {
    margin-right: 50rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 30rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 35rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 40rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 45rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 50rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-13 {
    margin-left: 13rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 25rem !important;
  }
  .ms-lg-30 {
    margin-left: 30rem !important;
  }
  .ms-lg-35 {
    margin-left: 35rem !important;
  }
  .ms-lg-40 {
    margin-left: 40rem !important;
  }
  .ms-lg-45 {
    margin-left: 45rem !important;
  }
  .ms-lg-50 {
    margin-left: 50rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .p-lg-35 {
    padding: 35rem !important;
  }
  .p-lg-40 {
    padding: 40rem !important;
  }
  .p-lg-45 {
    padding: 45rem !important;
  }
  .p-lg-50 {
    padding: 50rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-lg-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-lg-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-lg-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-lg-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-lg-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-lg-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-lg-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-lg-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-lg-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 25rem !important;
  }
  .pt-lg-30 {
    padding-top: 30rem !important;
  }
  .pt-lg-35 {
    padding-top: 35rem !important;
  }
  .pt-lg-40 {
    padding-top: 40rem !important;
  }
  .pt-lg-45 {
    padding-top: 45rem !important;
  }
  .pt-lg-50 {
    padding-top: 50rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-13 {
    padding-right: 13rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 25rem !important;
  }
  .pe-lg-30 {
    padding-right: 30rem !important;
  }
  .pe-lg-35 {
    padding-right: 35rem !important;
  }
  .pe-lg-40 {
    padding-right: 40rem !important;
  }
  .pe-lg-45 {
    padding-right: 45rem !important;
  }
  .pe-lg-50 {
    padding-right: 50rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 30rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 35rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 40rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 45rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 50rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-13 {
    padding-left: 13rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 25rem !important;
  }
  .ps-lg-30 {
    padding-left: 30rem !important;
  }
  .ps-lg-35 {
    padding-left: 35rem !important;
  }
  .ps-lg-40 {
    padding-left: 40rem !important;
  }
  .ps-lg-45 {
    padding-left: 45rem !important;
  }
  .ps-lg-50 {
    padding-left: 50rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-0_5 {
    gap: 0.5rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-1_5 {
    gap: 1.5rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-2_5 {
    gap: 2.5rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-3_5 {
    gap: 3.5rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-13 {
    gap: 13rem !important;
  }
  .gap-lg-15 {
    gap: 15rem !important;
  }
  .gap-lg-20 {
    gap: 20rem !important;
  }
  .gap-lg-25 {
    gap: 25rem !important;
  }
  .gap-lg-30 {
    gap: 30rem !important;
  }
  .gap-lg-35 {
    gap: 35rem !important;
  }
  .gap-lg-40 {
    gap: 40rem !important;
  }
  .gap-lg-45 {
    gap: 45rem !important;
  }
  .gap-lg-50 {
    gap: 50rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-0_5 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-1_5 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-2_5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-3_5 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 13rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 20rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 25rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 30rem !important;
  }
  .row-gap-lg-35 {
    row-gap: 35rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 40rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 45rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 50rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-0_5 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-1_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-lg-2_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-lg-3_5 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .column-gap-lg-7 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  .column-gap-lg-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-lg-9 {
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-lg-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  .column-gap-lg-15 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-lg-20 {
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  .column-gap-lg-25 {
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important;
  }
  .column-gap-lg-30 {
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important;
  }
  .column-gap-lg-35 {
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  .column-gap-lg-45 {
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important;
  }
  .column-gap-lg-50 {
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-13 {
    margin: 13rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .m-xl-25 {
    margin: 25rem !important;
  }
  .m-xl-30 {
    margin: 30rem !important;
  }
  .m-xl-35 {
    margin: 35rem !important;
  }
  .m-xl-40 {
    margin: 40rem !important;
  }
  .m-xl-45 {
    margin: 45rem !important;
  }
  .m-xl-50 {
    margin: 50rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xl-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-xl-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-xl-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-xl-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xl-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-xl-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-xl-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-xl-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !important;
  }
  .mt-xl-25 {
    margin-top: 25rem !important;
  }
  .mt-xl-30 {
    margin-top: 30rem !important;
  }
  .mt-xl-35 {
    margin-top: 35rem !important;
  }
  .mt-xl-40 {
    margin-top: 40rem !important;
  }
  .mt-xl-45 {
    margin-top: 45rem !important;
  }
  .mt-xl-50 {
    margin-top: 50rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-13 {
    margin-right: 13rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !important;
  }
  .me-xl-25 {
    margin-right: 25rem !important;
  }
  .me-xl-30 {
    margin-right: 30rem !important;
  }
  .me-xl-35 {
    margin-right: 35rem !important;
  }
  .me-xl-40 {
    margin-right: 40rem !important;
  }
  .me-xl-45 {
    margin-right: 45rem !important;
  }
  .me-xl-50 {
    margin-right: 50rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 35rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 40rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 45rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 50rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-13 {
    margin-left: 13rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !important;
  }
  .ms-xl-25 {
    margin-left: 25rem !important;
  }
  .ms-xl-30 {
    margin-left: 30rem !important;
  }
  .ms-xl-35 {
    margin-left: 35rem !important;
  }
  .ms-xl-40 {
    margin-left: 40rem !important;
  }
  .ms-xl-45 {
    margin-left: 45rem !important;
  }
  .ms-xl-50 {
    margin-left: 50rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-13 {
    padding: 13rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .p-xl-25 {
    padding: 25rem !important;
  }
  .p-xl-30 {
    padding: 30rem !important;
  }
  .p-xl-35 {
    padding: 35rem !important;
  }
  .p-xl-40 {
    padding: 40rem !important;
  }
  .p-xl-45 {
    padding: 45rem !important;
  }
  .p-xl-50 {
    padding: 50rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-xl-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-xl-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-xl-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-xl-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-xl-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-xl-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-xl-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-xl-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-13 {
    padding-top: 13rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !important;
  }
  .pt-xl-25 {
    padding-top: 25rem !important;
  }
  .pt-xl-30 {
    padding-top: 30rem !important;
  }
  .pt-xl-35 {
    padding-top: 35rem !important;
  }
  .pt-xl-40 {
    padding-top: 40rem !important;
  }
  .pt-xl-45 {
    padding-top: 45rem !important;
  }
  .pt-xl-50 {
    padding-top: 50rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-13 {
    padding-right: 13rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !important;
  }
  .pe-xl-25 {
    padding-right: 25rem !important;
  }
  .pe-xl-30 {
    padding-right: 30rem !important;
  }
  .pe-xl-35 {
    padding-right: 35rem !important;
  }
  .pe-xl-40 {
    padding-right: 40rem !important;
  }
  .pe-xl-45 {
    padding-right: 45rem !important;
  }
  .pe-xl-50 {
    padding-right: 50rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 30rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 35rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 40rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 45rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 50rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-13 {
    padding-left: 13rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !important;
  }
  .ps-xl-25 {
    padding-left: 25rem !important;
  }
  .ps-xl-30 {
    padding-left: 30rem !important;
  }
  .ps-xl-35 {
    padding-left: 35rem !important;
  }
  .ps-xl-40 {
    padding-left: 40rem !important;
  }
  .ps-xl-45 {
    padding-left: 45rem !important;
  }
  .ps-xl-50 {
    padding-left: 50rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-0_5 {
    gap: 0.5rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-1_5 {
    gap: 1.5rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-2_5 {
    gap: 2.5rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-3_5 {
    gap: 3.5rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 7rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-13 {
    gap: 13rem !important;
  }
  .gap-xl-15 {
    gap: 15rem !important;
  }
  .gap-xl-20 {
    gap: 20rem !important;
  }
  .gap-xl-25 {
    gap: 25rem !important;
  }
  .gap-xl-30 {
    gap: 30rem !important;
  }
  .gap-xl-35 {
    gap: 35rem !important;
  }
  .gap-xl-40 {
    gap: 40rem !important;
  }
  .gap-xl-45 {
    gap: 45rem !important;
  }
  .gap-xl-50 {
    gap: 50rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-0_5 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-1_5 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-2_5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-3_5 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 13rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 30rem !important;
  }
  .row-gap-xl-35 {
    row-gap: 35rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 40rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 45rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 50rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-0_5 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-1_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xl-2_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xl-3_5 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .column-gap-xl-7 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  .column-gap-xl-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-xl-9 {
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  .column-gap-xl-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xl-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  .column-gap-xl-15 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-xl-20 {
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  .column-gap-xl-25 {
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important;
  }
  .column-gap-xl-30 {
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important;
  }
  .column-gap-xl-35 {
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  .column-gap-xl-40 {
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  .column-gap-xl-45 {
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important;
  }
  .column-gap-xl-50 {
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0_5 {
    margin: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-1_5 {
    margin: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-2_5 {
    margin: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-3_5 {
    margin: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-13 {
    margin: 13rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .m-xxl-35 {
    margin: 35rem !important;
  }
  .m-xxl-40 {
    margin: 40rem !important;
  }
  .m-xxl-45 {
    margin: 45rem !important;
  }
  .m-xxl-50 {
    margin: 50rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-0_5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-1_5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-2_5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-3_5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxl-35 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .mx-xxl-40 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  .mx-xxl-45 {
    margin-right: 45rem !important;
    margin-left: 45rem !important;
  }
  .mx-xxl-50 {
    margin-right: 50rem !important;
    margin-left: 50rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-2_5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-3_5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxl-35 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  .my-xxl-40 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .my-xxl-45 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important;
  }
  .my-xxl-50 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-13 {
    margin-top: 13rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxl-35 {
    margin-top: 35rem !important;
  }
  .mt-xxl-40 {
    margin-top: 40rem !important;
  }
  .mt-xxl-45 {
    margin-top: 45rem !important;
  }
  .mt-xxl-50 {
    margin-top: 50rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-1_5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-2_5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-3_5 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-13 {
    margin-right: 13rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxl-35 {
    margin-right: 35rem !important;
  }
  .me-xxl-40 {
    margin-right: 40rem !important;
  }
  .me-xxl-45 {
    margin-right: 45rem !important;
  }
  .me-xxl-50 {
    margin-right: 50rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-1_5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-2_5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-3_5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-13 {
    margin-left: 13rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxl-35 {
    margin-left: 35rem !important;
  }
  .ms-xxl-40 {
    margin-left: 40rem !important;
  }
  .ms-xxl-45 {
    margin-left: 45rem !important;
  }
  .ms-xxl-50 {
    margin-left: 50rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0_5 {
    padding: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-1_5 {
    padding: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-2_5 {
    padding: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-3_5 {
    padding: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-13 {
    padding: 13rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .p-xxl-35 {
    padding: 35rem !important;
  }
  .p-xxl-40 {
    padding: 40rem !important;
  }
  .p-xxl-45 {
    padding: 45rem !important;
  }
  .p-xxl-50 {
    padding: 50rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-0_5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-1_5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-2_5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-3_5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .px-xxl-35 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .px-xxl-40 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  .px-xxl-45 {
    padding-right: 45rem !important;
    padding-left: 45rem !important;
  }
  .px-xxl-50 {
    padding-right: 50rem !important;
    padding-left: 50rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-3_5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .py-xxl-35 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  .py-xxl-40 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .py-xxl-45 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important;
  }
  .py-xxl-50 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-13 {
    padding-top: 13rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxl-30 {
    padding-top: 30rem !important;
  }
  .pt-xxl-35 {
    padding-top: 35rem !important;
  }
  .pt-xxl-40 {
    padding-top: 40rem !important;
  }
  .pt-xxl-45 {
    padding-top: 45rem !important;
  }
  .pt-xxl-50 {
    padding-top: 50rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-13 {
    padding-right: 13rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxl-30 {
    padding-right: 30rem !important;
  }
  .pe-xxl-35 {
    padding-right: 35rem !important;
  }
  .pe-xxl-40 {
    padding-right: 40rem !important;
  }
  .pe-xxl-45 {
    padding-right: 45rem !important;
  }
  .pe-xxl-50 {
    padding-right: 50rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-1_5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-2_5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-3_5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-13 {
    padding-left: 13rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxl-30 {
    padding-left: 30rem !important;
  }
  .ps-xxl-35 {
    padding-left: 35rem !important;
  }
  .ps-xxl-40 {
    padding-left: 40rem !important;
  }
  .ps-xxl-45 {
    padding-left: 45rem !important;
  }
  .ps-xxl-50 {
    padding-left: 50rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-0_5 {
    gap: 0.5rem !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-1_5 {
    gap: 1.5rem !important;
  }
  .gap-xxl-2 {
    gap: 2rem !important;
  }
  .gap-xxl-2_5 {
    gap: 2.5rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-3_5 {
    gap: 3.5rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-5 {
    gap: 5rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-13 {
    gap: 13rem !important;
  }
  .gap-xxl-15 {
    gap: 15rem !important;
  }
  .gap-xxl-20 {
    gap: 20rem !important;
  }
  .gap-xxl-25 {
    gap: 25rem !important;
  }
  .gap-xxl-30 {
    gap: 30rem !important;
  }
  .gap-xxl-35 {
    gap: 35rem !important;
  }
  .gap-xxl-40 {
    gap: 40rem !important;
  }
  .gap-xxl-45 {
    gap: 45rem !important;
  }
  .gap-xxl-50 {
    gap: 50rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-0_5 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-1_5 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-2_5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-3_5 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 13rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 30rem !important;
  }
  .row-gap-xxl-35 {
    row-gap: 35rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 40rem !important;
  }
  .row-gap-xxl-45 {
    row-gap: 45rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 50rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-0_5 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-1_5 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xxl-2_5 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xxl-3_5 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .column-gap-xxl-7 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  .column-gap-xxl-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-xxl-9 {
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  .column-gap-xxl-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xxl-13 {
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  .column-gap-xxl-15 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-xxl-20 {
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  .column-gap-xxl-25 {
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important;
  }
  .column-gap-xxl-30 {
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important;
  }
  .column-gap-xxl-35 {
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  .column-gap-xxl-40 {
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  .column-gap-xxl-45 {
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important;
  }
  .column-gap-xxl-50 {
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=child-theme.css.map */