body.wl2 {
  font-family: "Montserrat", sans-serif;
  color: #292929;
  font-size: 18px;
}
body.wl2 h1 {
  font-size: 2.5rem;
}
body.wl2 .font-size-1 {
  font-size: 2.5rem;
}
body.wl2 h2 {
  font-size: 2rem;
}
body.wl2 .font-size-2 {
  font-size: 2rem;
}
body.wl2 h3 {
  font-size: 1.75rem;
}
body.wl2 .font-size-3 {
  font-size: 1.75rem;
}
body.wl2 h4 {
  font-size: 1.5rem;
}
body.wl2 .font-size-4 {
  font-size: 1.5rem;
}
body.wl2 h5 {
  font-size: 1.25rem;
}
body.wl2 .font-size-5 {
  font-size: 1.25rem;
}
body.wl2 h6 {
  font-size: 1rem;
}
body.wl2 .font-size-6 {
  font-size: 1rem;
}

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

:root {
  font-size: var(--wl2-root-font-size);
}

body {
  margin: 0;
  font-family: var(--wl2-body-font-family);
  font-size: var(--wl2-body-font-size);
  font-weight: var(--wl2-body-font-weight);
  line-height: var(--wl2-body-line-height);
  color: var(--wl2-body-color);
  text-align: var(--wl2-body-text-align);
  background-color: var(--wl2-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(41, 41, 41, 0);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--wl2-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--wl2-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #292929;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --wl2-gutter-x: 1.5rem;
  --wl2-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wl2-gutter-x) * 0.5);
  padding-left: calc(var(--wl2-gutter-x) * 0.5);
  margin-top: var(--wl2-gutter-y);
}

.l-col-3, .l-col-2, .grid {
  display: grid;
  grid-template-rows: repeat(var(--wl2-rows, 1), 1fr);
  grid-template-columns: repeat(var(--wl2-columns, 12), 1fr);
  gap: var(--wl2-gap, 1.5rem);
}
.l-col-3 .g-col-1, .l-col-2 .g-col-1, .grid .g-col-1 {
  grid-column: auto/span 1;
}
.l-col-3 .g-col-2, .l-col-2 .g-col-2, .grid .g-col-2 {
  grid-column: auto/span 2;
}
.l-col-3 .g-col-3, .l-col-2 .g-col-3, .grid .g-col-3 {
  grid-column: auto/span 3;
}
.l-col-3 .g-col-4, .l-col-2 .g-col-4, .grid .g-col-4 {
  grid-column: auto/span 4;
}
.l-col-3 .g-col-5, .l-col-2 .g-col-5, .grid .g-col-5 {
  grid-column: auto/span 5;
}
.l-col-3 .g-col-6, .l-col-2 .g-col-6, .grid .g-col-6 {
  grid-column: auto/span 6;
}
.l-col-3 .g-col-7, .l-col-2 .g-col-7, .grid .g-col-7 {
  grid-column: auto/span 7;
}
.l-col-3 .g-col-8, .l-col-2 .g-col-8, .grid .g-col-8 {
  grid-column: auto/span 8;
}
.l-col-3 .g-col-9, .l-col-2 .g-col-9, .grid .g-col-9 {
  grid-column: auto/span 9;
}
.l-col-3 .g-col-10, .l-col-2 .g-col-10, .grid .g-col-10 {
  grid-column: auto/span 10;
}
.l-col-3 .g-col-11, .l-col-2 .g-col-11, .grid .g-col-11 {
  grid-column: auto/span 11;
}
.l-col-3 .g-col-12, .l-col-2 .g-col-12, .grid .g-col-12 {
  grid-column: auto/span 12;
}
.l-col-3 .g-start-1, .l-col-2 .g-start-1, .grid .g-start-1 {
  grid-column-start: 1;
}
.l-col-3 .g-start-2, .l-col-2 .g-start-2, .grid .g-start-2 {
  grid-column-start: 2;
}
.l-col-3 .g-start-3, .l-col-2 .g-start-3, .grid .g-start-3 {
  grid-column-start: 3;
}
.l-col-3 .g-start-4, .l-col-2 .g-start-4, .grid .g-start-4 {
  grid-column-start: 4;
}
.l-col-3 .g-start-5, .l-col-2 .g-start-5, .grid .g-start-5 {
  grid-column-start: 5;
}
.l-col-3 .g-start-6, .l-col-2 .g-start-6, .grid .g-start-6 {
  grid-column-start: 6;
}
.l-col-3 .g-start-7, .l-col-2 .g-start-7, .grid .g-start-7 {
  grid-column-start: 7;
}
.l-col-3 .g-start-8, .l-col-2 .g-start-8, .grid .g-start-8 {
  grid-column-start: 8;
}
.l-col-3 .g-start-9, .l-col-2 .g-start-9, .grid .g-start-9 {
  grid-column-start: 9;
}
.l-col-3 .g-start-10, .l-col-2 .g-start-10, .grid .g-start-10 {
  grid-column-start: 10;
}
.l-col-3 .g-start-11, .l-col-2 .g-start-11, .grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .l-col-3 .g-col-sm-1, .l-col-2 .g-col-sm-1, .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-sm-2, .l-col-2 .g-col-sm-2, .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-sm-3, .l-col-2 .g-col-sm-3, .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-sm-4, .l-col-2 .g-col-sm-4, .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-sm-5, .l-col-2 .g-col-sm-5, .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-sm-6, .l-col-2 .g-col-sm-6, .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-sm-7, .l-col-2 .g-col-sm-7, .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-sm-8, .l-col-2 .g-col-sm-8, .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-sm-9, .l-col-2 .g-col-sm-9, .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-sm-10, .l-col-2 .g-col-sm-10, .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-sm-11, .l-col-2 .g-col-sm-11, .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-sm-12, .l-col-2 .g-col-sm-12, .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-sm-1, .l-col-2 .g-start-sm-1, .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-sm-2, .l-col-2 .g-start-sm-2, .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-sm-3, .l-col-2 .g-start-sm-3, .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-sm-4, .l-col-2 .g-start-sm-4, .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-sm-5, .l-col-2 .g-start-sm-5, .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-sm-6, .l-col-2 .g-start-sm-6, .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-sm-7, .l-col-2 .g-start-sm-7, .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-sm-8, .l-col-2 .g-start-sm-8, .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-sm-9, .l-col-2 .g-start-sm-9, .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-sm-10, .l-col-2 .g-start-sm-10, .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-sm-11, .l-col-2 .g-start-sm-11, .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .l-col-3 .g-col-md-1, .l-col-2 .g-col-md-1, .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-md-2, .l-col-2 .g-col-md-2, .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-md-3, .l-col-2 .g-col-md-3, .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-md-4, .l-col-2 .g-col-md-4, .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-md-5, .l-col-2 .g-col-md-5, .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-md-6, .l-col-2 .g-col-md-6, .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-md-7, .l-col-2 .g-col-md-7, .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-md-8, .l-col-2 .g-col-md-8, .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-md-9, .l-col-2 .g-col-md-9, .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-md-10, .l-col-2 .g-col-md-10, .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-md-11, .l-col-2 .g-col-md-11, .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-md-12, .l-col-2 .g-col-md-12, .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-md-1, .l-col-2 .g-start-md-1, .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-md-2, .l-col-2 .g-start-md-2, .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-md-3, .l-col-2 .g-start-md-3, .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-md-4, .l-col-2 .g-start-md-4, .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-md-5, .l-col-2 .g-start-md-5, .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-md-6, .l-col-2 .g-start-md-6, .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-md-7, .l-col-2 .g-start-md-7, .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-md-8, .l-col-2 .g-start-md-8, .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-md-9, .l-col-2 .g-start-md-9, .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-md-10, .l-col-2 .g-start-md-10, .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-md-11, .l-col-2 .g-start-md-11, .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .l-col-3 .g-col-lg-1, .l-col-2 .g-col-lg-1, .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-lg-2, .l-col-2 .g-col-lg-2, .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-lg-3, .l-col-2 .g-col-lg-3, .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-lg-4, .l-col-2 .g-col-lg-4, .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-lg-5, .l-col-2 .g-col-lg-5, .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-lg-6, .l-col-2 .g-col-lg-6, .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-lg-7, .l-col-2 .g-col-lg-7, .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-lg-8, .l-col-2 .g-col-lg-8, .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-lg-9, .l-col-2 .g-col-lg-9, .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-lg-10, .l-col-2 .g-col-lg-10, .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-lg-11, .l-col-2 .g-col-lg-11, .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-lg-12, .l-col-2 .g-col-lg-12, .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-lg-1, .l-col-2 .g-start-lg-1, .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-lg-2, .l-col-2 .g-start-lg-2, .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-lg-3, .l-col-2 .g-start-lg-3, .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-lg-4, .l-col-2 .g-start-lg-4, .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-lg-5, .l-col-2 .g-start-lg-5, .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-lg-6, .l-col-2 .g-start-lg-6, .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-lg-7, .l-col-2 .g-start-lg-7, .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-lg-8, .l-col-2 .g-start-lg-8, .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-lg-9, .l-col-2 .g-start-lg-9, .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-lg-10, .l-col-2 .g-start-lg-10, .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-lg-11, .l-col-2 .g-start-lg-11, .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .l-col-3 .g-col-xl-1, .l-col-2 .g-col-xl-1, .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-xl-2, .l-col-2 .g-col-xl-2, .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-xl-3, .l-col-2 .g-col-xl-3, .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-xl-4, .l-col-2 .g-col-xl-4, .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-xl-5, .l-col-2 .g-col-xl-5, .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-xl-6, .l-col-2 .g-col-xl-6, .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-xl-7, .l-col-2 .g-col-xl-7, .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-xl-8, .l-col-2 .g-col-xl-8, .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-xl-9, .l-col-2 .g-col-xl-9, .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-xl-10, .l-col-2 .g-col-xl-10, .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-xl-11, .l-col-2 .g-col-xl-11, .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-xl-12, .l-col-2 .g-col-xl-12, .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-xl-1, .l-col-2 .g-start-xl-1, .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-xl-2, .l-col-2 .g-start-xl-2, .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-xl-3, .l-col-2 .g-start-xl-3, .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-xl-4, .l-col-2 .g-start-xl-4, .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-xl-5, .l-col-2 .g-start-xl-5, .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-xl-6, .l-col-2 .g-start-xl-6, .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-xl-7, .l-col-2 .g-start-xl-7, .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-xl-8, .l-col-2 .g-start-xl-8, .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-xl-9, .l-col-2 .g-start-xl-9, .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-xl-10, .l-col-2 .g-start-xl-10, .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-xl-11, .l-col-2 .g-start-xl-11, .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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 {
  --wl2-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --wl2-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --wl2-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --wl2-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --wl2-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --wl2-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --wl2-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --wl2-gutter-x: 7rem;
}

.g-9,
.gy-9 {
  --wl2-gutter-y: 7rem;
}

.g-10,
.gx-10 {
  --wl2-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --wl2-gutter-y: 8rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --wl2-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --wl2-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-md-9,
  .gx-md-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-md-9,
  .gy-md-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-md-10,
  .gx-md-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --wl2-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --wl2-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --wl2-gutter-y: 8rem;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --wl2-gutter-x: 1.5rem;
  --wl2-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--wl2-gutter-x) * 0.5);
  padding-left: calc(var(--wl2-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 550px;
  }
}
@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: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1540px;
}

.btn {
  --wl2-btn-padding-x: 1rem;
  --wl2-btn-padding-y: 0.375rem;
  --wl2-btn-font-family: Montserrat, sans-serif;
  --wl2-btn-font-size: 1rem;
  --wl2-btn-font-weight: 600;
  --wl2-btn-line-height: 1.5;
  --wl2-btn-color: #292929;
  --wl2-btn-bg: transparent;
  --wl2-btn-border-width: 1px;
  --wl2-btn-border-color: transparent;
  --wl2-btn-border-radius: 1.5em;
  --wl2-btn-hover-border-color: transparent;
  --wl2-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(41, 41, 41, 0.075);
  --wl2-btn-disabled-opacity: 0.65;
  --wl2-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--wl2-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--wl2-btn-padding-y) var(--wl2-btn-padding-x);
  font-family: var(--wl2-btn-font-family);
  font-size: var(--wl2-btn-font-size);
  font-weight: var(--wl2-btn-font-weight);
  line-height: var(--wl2-btn-line-height);
  color: var(--wl2-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--wl2-btn-border-width) solid var(--wl2-btn-border-color);
  border-radius: var(--wl2-btn-border-radius);
  background-color: var(--wl2-btn-bg);
  box-shadow: var(--wl2-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-bg-white {
  background-color: #FFF;
}
.btn.btn-bg-primary {
  background-color: #27863D;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--wl2-btn-hover-color);
  background-color: var(--wl2-btn-hover-bg);
  border-color: var(--wl2-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--wl2-btn-color);
  background-color: var(--wl2-btn-bg);
  border-color: var(--wl2-btn-border-color);
}
.btn:focus-visible {
  color: var(--wl2-btn-hover-color);
  background-color: var(--wl2-btn-hover-bg);
  border-color: var(--wl2-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wl2-btn-box-shadow), var(--wl2-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--wl2-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wl2-btn-box-shadow), var(--wl2-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--wl2-btn-active-color);
  background-color: var(--wl2-btn-active-bg);
  border-color: var(--wl2-btn-active-border-color);
  box-shadow: var(--wl2-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--wl2-btn-active-shadow), var(--wl2-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--wl2-btn-disabled-color);
  pointer-events: none;
  background-color: var(--wl2-btn-disabled-bg);
  border-color: var(--wl2-btn-disabled-border-color);
  opacity: var(--wl2-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary, #EmoConsentContainer .popover-container .popover-content a.button-inline-block.button {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #27863D;
  --wl2-btn-border-color: #27863D;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #217234;
  --wl2-btn-hover-border-color: #1f6b31;
  --wl2-btn-focus-shadow-rgb: 71, 152, 90;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #1f6b31;
  --wl2-btn-active-border-color: #1d652e;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #27863D;
  --wl2-btn-disabled-border-color: #27863D;
}

.btn-secondary, #EmoConsentContainer .popover-container .popover-content button.button-inline-block,
#EmoConsentContainer .popover-container .popover-content a.light.button,
#EmoConsentContainer .popover-container .popover-content button.light {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #292929;
  --wl2-btn-border-color: #292929;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #232323;
  --wl2-btn-hover-border-color: #212121;
  --wl2-btn-focus-shadow-rgb: 73, 73, 73;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #212121;
  --wl2-btn-active-border-color: #1f1f1f;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #292929;
  --wl2-btn-disabled-border-color: #292929;
}

.btn-green {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #398127;
  --wl2-btn-border-color: #398127;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #306e21;
  --wl2-btn-hover-border-color: #2e671f;
  --wl2-btn-focus-shadow-rgb: 87, 148, 71;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #2e671f;
  --wl2-btn-active-border-color: #2b611d;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #398127;
  --wl2-btn-disabled-border-color: #398127;
}

.btn-lightgreen {
  --wl2-btn-color: #292929;
  --wl2-btn-bg: #A4CEA8;
  --wl2-btn-border-color: #A4CEA8;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #b2d5b5;
  --wl2-btn-hover-border-color: #add3b1;
  --wl2-btn-focus-shadow-rgb: 146, 181, 149;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #b6d8b9;
  --wl2-btn-active-border-color: #add3b1;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: #A4CEA8;
  --wl2-btn-disabled-border-color: #A4CEA8;
}

.btn-red {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #BE0000;
  --wl2-btn-border-color: #BE0000;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #a20000;
  --wl2-btn-hover-border-color: #980000;
  --wl2-btn-focus-shadow-rgb: 200, 38, 38;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #980000;
  --wl2-btn-active-border-color: #8f0000;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #BE0000;
  --wl2-btn-disabled-border-color: #BE0000;
}

.btn-orange {
  --wl2-btn-color: #292929;
  --wl2-btn-bg: #FF9D00;
  --wl2-btn-border-color: #FF9D00;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #ffac26;
  --wl2-btn-hover-border-color: #ffa71a;
  --wl2-btn-focus-shadow-rgb: 223, 140, 6;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #ffb133;
  --wl2-btn-active-border-color: #ffa71a;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: #FF9D00;
  --wl2-btn-disabled-border-color: #FF9D00;
}

.btn-darkgrey {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #707070;
  --wl2-btn-border-color: #707070;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #5f5f5f;
  --wl2-btn-hover-border-color: #5a5a5a;
  --wl2-btn-focus-shadow-rgb: 133, 133, 133;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #5a5a5a;
  --wl2-btn-active-border-color: #545454;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #707070;
  --wl2-btn-disabled-border-color: #707070;
}

.btn-grey {
  --wl2-btn-color: #292929;
  --wl2-btn-bg: #BCBCBC;
  --wl2-btn-border-color: #BCBCBC;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #c6c6c6;
  --wl2-btn-hover-border-color: #c3c3c3;
  --wl2-btn-focus-shadow-rgb: 166, 166, 166;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #c9c9c9;
  --wl2-btn-active-border-color: #c3c3c3;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: #BCBCBC;
  --wl2-btn-disabled-border-color: #BCBCBC;
}

.btn-lightgrey {
  --wl2-btn-color: #292929;
  --wl2-btn-bg: #F0F0F0;
  --wl2-btn-border-color: #F0F0F0;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #f2f2f2;
  --wl2-btn-hover-border-color: #f2f2f2;
  --wl2-btn-focus-shadow-rgb: 210, 210, 210;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #f3f3f3;
  --wl2-btn-active-border-color: #f2f2f2;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: #F0F0F0;
  --wl2-btn-disabled-border-color: #F0F0F0;
}

.btn-white {
  --wl2-btn-color: #292929;
  --wl2-btn-bg: #FFF;
  --wl2-btn-border-color: #FFF;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: white;
  --wl2-btn-hover-border-color: white;
  --wl2-btn-focus-shadow-rgb: 223, 223, 223;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: white;
  --wl2-btn-active-border-color: white;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: #FFF;
  --wl2-btn-disabled-border-color: #FFF;
}

.btn-black {
  --wl2-btn-color: #FFF;
  --wl2-btn-bg: #292929;
  --wl2-btn-border-color: #292929;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #232323;
  --wl2-btn-hover-border-color: #212121;
  --wl2-btn-focus-shadow-rgb: 73, 73, 73;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #212121;
  --wl2-btn-active-border-color: #1f1f1f;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: #292929;
  --wl2-btn-disabled-border-color: #292929;
}

.btn-outline-primary {
  --wl2-btn-color: #27863D;
  --wl2-btn-border-color: #27863D;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #27863D;
  --wl2-btn-hover-border-color: #27863D;
  --wl2-btn-focus-shadow-rgb: 39, 134, 61;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #27863D;
  --wl2-btn-active-border-color: #27863D;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #27863D;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #27863D;
  --wl2-gradient: none;
}

.btn-outline-secondary {
  --wl2-btn-color: #292929;
  --wl2-btn-border-color: #292929;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #292929;
  --wl2-btn-hover-border-color: #292929;
  --wl2-btn-focus-shadow-rgb: 41, 41, 41;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #292929;
  --wl2-btn-active-border-color: #292929;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #292929;
  --wl2-gradient: none;
}

.btn-outline-green {
  --wl2-btn-color: #398127;
  --wl2-btn-border-color: #398127;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #398127;
  --wl2-btn-hover-border-color: #398127;
  --wl2-btn-focus-shadow-rgb: 57, 129, 39;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #398127;
  --wl2-btn-active-border-color: #398127;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #398127;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #398127;
  --wl2-gradient: none;
}

.btn-outline-lightgreen {
  --wl2-btn-color: #A4CEA8;
  --wl2-btn-border-color: #A4CEA8;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #A4CEA8;
  --wl2-btn-hover-border-color: #A4CEA8;
  --wl2-btn-focus-shadow-rgb: 164, 206, 168;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #A4CEA8;
  --wl2-btn-active-border-color: #A4CEA8;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #A4CEA8;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #A4CEA8;
  --wl2-gradient: none;
}

.btn-outline-red {
  --wl2-btn-color: #BE0000;
  --wl2-btn-border-color: #BE0000;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #BE0000;
  --wl2-btn-hover-border-color: #BE0000;
  --wl2-btn-focus-shadow-rgb: 190, 0, 0;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #BE0000;
  --wl2-btn-active-border-color: #BE0000;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #BE0000;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #BE0000;
  --wl2-gradient: none;
}

.btn-outline-orange {
  --wl2-btn-color: #FF9D00;
  --wl2-btn-border-color: #FF9D00;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #FF9D00;
  --wl2-btn-hover-border-color: #FF9D00;
  --wl2-btn-focus-shadow-rgb: 255, 157, 0;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #FF9D00;
  --wl2-btn-active-border-color: #FF9D00;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FF9D00;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #FF9D00;
  --wl2-gradient: none;
}

.btn-outline-darkgrey {
  --wl2-btn-color: #707070;
  --wl2-btn-border-color: #707070;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #707070;
  --wl2-btn-hover-border-color: #707070;
  --wl2-btn-focus-shadow-rgb: 112, 112, 112;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #707070;
  --wl2-btn-active-border-color: #707070;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #707070;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #707070;
  --wl2-gradient: none;
}

.btn-outline-grey {
  --wl2-btn-color: #BCBCBC;
  --wl2-btn-border-color: #BCBCBC;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #BCBCBC;
  --wl2-btn-hover-border-color: #BCBCBC;
  --wl2-btn-focus-shadow-rgb: 188, 188, 188;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #BCBCBC;
  --wl2-btn-active-border-color: #BCBCBC;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #BCBCBC;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #BCBCBC;
  --wl2-gradient: none;
}

.btn-outline-lightgrey {
  --wl2-btn-color: #F0F0F0;
  --wl2-btn-border-color: #F0F0F0;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #F0F0F0;
  --wl2-btn-hover-border-color: #F0F0F0;
  --wl2-btn-focus-shadow-rgb: 240, 240, 240;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #F0F0F0;
  --wl2-btn-active-border-color: #F0F0F0;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #F0F0F0;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #F0F0F0;
  --wl2-gradient: none;
}

.btn-outline-white {
  --wl2-btn-color: #FFF;
  --wl2-btn-border-color: #FFF;
  --wl2-btn-hover-color: #292929;
  --wl2-btn-hover-bg: #FFF;
  --wl2-btn-hover-border-color: #FFF;
  --wl2-btn-focus-shadow-rgb: 255, 255, 255;
  --wl2-btn-active-color: #292929;
  --wl2-btn-active-bg: #FFF;
  --wl2-btn-active-border-color: #FFF;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #FFF;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #FFF;
  --wl2-gradient: none;
}

.btn-outline-black {
  --wl2-btn-color: #292929;
  --wl2-btn-border-color: #292929;
  --wl2-btn-hover-color: #FFF;
  --wl2-btn-hover-bg: #292929;
  --wl2-btn-hover-border-color: #292929;
  --wl2-btn-focus-shadow-rgb: 41, 41, 41;
  --wl2-btn-active-color: #FFF;
  --wl2-btn-active-bg: #292929;
  --wl2-btn-active-border-color: #292929;
  --wl2-btn-active-shadow: inset 0 3px 5px rgba(41, 41, 41, 0.125);
  --wl2-btn-disabled-color: #292929;
  --wl2-btn-disabled-bg: transparent;
  --wl2-btn-disabled-border-color: #292929;
  --wl2-gradient: none;
}

.btn-link {
  --wl2-btn-font-weight: 400;
  --wl2-btn-color: var(--wl2-link-color);
  --wl2-btn-bg: transparent;
  --wl2-btn-border-color: transparent;
  --wl2-btn-hover-color: var(--wl2-link-hover-color);
  --wl2-btn-hover-border-color: transparent;
  --wl2-btn-active-color: var(--wl2-link-hover-color);
  --wl2-btn-active-border-color: transparent;
  --wl2-btn-disabled-color: #BCBCBC;
  --wl2-btn-disabled-border-color: transparent;
  --wl2-btn-box-shadow: none;
  --wl2-btn-focus-shadow-rgb: 71, 152, 90;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--wl2-btn-color);
}
.btn-link:hover {
  color: var(--wl2-btn-hover-color);
}

.btn-lg {
  --wl2-btn-padding-y: 0.5rem;
  --wl2-btn-padding-x: 1rem;
  --wl2-btn-font-size: 1.25rem;
  --wl2-btn-border-radius: 1.5em;
}

.btn-sm {
  --wl2-btn-padding-y: 0.25rem;
  --wl2-btn-padding-x: 1rem;
  --wl2-btn-font-size: 0.875rem;
  --wl2-btn-border-radius: 1.5em;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.245rem 0.35rem rgba(0, 0, 0, 0.16) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.border {
  border: var(--wl2-border-width) var(--wl2-border-style) var(--wl2-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.w-20 {
  width: 20% !important;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-10 {
  padding-left: 8rem !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-primary-rgb), var(--wl2-text-opacity)) !important;
}

.text-secondary {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-secondary-rgb), var(--wl2-text-opacity)) !important;
}

.text-green {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-green-rgb), var(--wl2-text-opacity)) !important;
}

.text-lightgreen {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-lightgreen-rgb), var(--wl2-text-opacity)) !important;
}

.text-red {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-red-rgb), var(--wl2-text-opacity)) !important;
}

.text-orange {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-orange-rgb), var(--wl2-text-opacity)) !important;
}

.text-darkgrey {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-darkgrey-rgb), var(--wl2-text-opacity)) !important;
}

.text-grey {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-grey-rgb), var(--wl2-text-opacity)) !important;
}

.text-lightgrey {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-lightgrey-rgb), var(--wl2-text-opacity)) !important;
}

.text-white {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-white-rgb), var(--wl2-text-opacity)) !important;
}

.text-black {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-black-rgb), var(--wl2-text-opacity)) !important;
}

.text-body {
  --wl2-text-opacity: 1;
  color: rgba(var(--wl2-body-color-rgb), var(--wl2-text-opacity)) !important;
}

.text-muted {
  --wl2-text-opacity: 1;
  color: #707070 !important;
}

.text-reset {
  --wl2-text-opacity: 1;
  color: inherit !important;
}

.bg-primary {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-primary-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-secondary {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-secondary-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-green {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-green-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-lightgreen {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-lightgreen-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-red {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-red-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-orange {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-orange-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-darkgrey {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-darkgrey-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-grey {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-grey-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-lightgrey {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-lightgrey-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-white {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-white-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-black {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-black-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-body {
  --wl2-bg-opacity: 1;
  background-color: rgba(var(--wl2-body-bg-rgb), var(--wl2-bg-opacity)) !important;
}

.bg-transparent {
  --wl2-bg-opacity: 1;
  background-color: transparent !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .m-sm-9 {
    margin: 7rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6rem !important;
  }
  .me-sm-9 {
    margin-right: 7rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .ms-sm-9 {
    margin-left: 7rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .p-sm-9 {
    padding: 7rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .pe-sm-9 {
    padding-right: 7rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .ps-sm-9 {
    padding-left: 7rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !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;
  }
  .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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .m-md-9 {
    margin: 7rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-9 {
    margin-right: 7rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-9 {
    margin-left: 7rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pe-md-9 {
    padding-right: 7rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .ps-md-9 {
    padding-left: 7rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !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;
  }
  .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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .m-lg-9 {
    margin: 7rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-9 {
    margin-right: 7rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-9 {
    margin-left: 7rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pe-lg-9 {
    padding-right: 7rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .ps-lg-9 {
    padding-left: 7rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !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;
  }
  .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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .m-xl-9 {
    margin: 7rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6rem !important;
  }
  .me-xl-9 {
    margin-right: 7rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .ms-xl-9 {
    margin-left: 7rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .p-xl-9 {
    padding: 7rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .pe-xl-9 {
    padding-right: 7rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .ps-xl-9 {
    padding-left: 7rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--wl2-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --wl2-aspect-ratio: 100%;
}

.ratio-3x2 {
  --wl2-aspect-ratio: 66.6666666667%;
}

.ratio-4x3 {
  --wl2-aspect-ratio: 75%;
}

.ratio-16x9 {
  --wl2-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --wl2-aspect-ratio: 42.8571428571%;
}

.information,
.help {
  border-radius: 10px !important;
  color: #292929;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  width: 20px;
  cursor: default;
}

.help {
  cursor: pointer;
}

.help:HOVER {
  background-color: #BCBCBC !important;
}

.information i.fa,
.help i.fa {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
}

.has-error .information {
  display: none;
}

.information.bg-light {
  background-color: #E5E5E5;
  color: #333;
}

.emo-tooltip > i.icon {
  color: #707070;
}
@media (min-width: 1200px) {
  .emo-tooltip > i.icon {
    pointer-events: none;
  }
}

.selected > .emo-tooltip > i.icon {
  color: #FFF;
}

.tooltip .tooltip-inner,
.emo-tooltip .tooltip-inner {
  pointer-events: none;
  color: #FFF;
  background-color: #BCBCBC;
  border-radius: 0;
  line-height: 1.6em;
  padding: 12px;
  word-break: keep-all;
  text-align: left;
  width: 320px;
  max-width: 100%;
}
.tooltip .tooltip-inner p,
.emo-tooltip .tooltip-inner p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.tooltip .tooltip-inner ul,
.emo-tooltip .tooltip-inner ul {
  padding-left: 0;
  margin: 0;
  max-width: 100%;
  list-style: none;
}
.tooltip .tooltip-inner ul li,
.emo-tooltip .tooltip-inner ul li {
  padding-left: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: flex;
}
.tooltip .tooltip-inner ul li:before,
.emo-tooltip .tooltip-inner ul li:before {
  content: "\f10c";
  font-family: "emo", sans-serif;
  margin-right: 10px;
  font-size: 0.5rem;
}
.tooltip .tooltip-inner ul.negative li:before,
.emo-tooltip .tooltip-inner ul.negative li:before {
  content: "\e818";
}
.tooltip .tooltip-inner ul.positive li:before,
.emo-tooltip .tooltip-inner ul.positive li:before {
  content: "\e816";
}

.tooltip.show {
  opacity: 1;
  z-index: 1000;
}

.tooltip .tooltip-arrow {
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  pointer-events: none;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: -7px;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #BCBCBC;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: 6px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #BCBCBC;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: -7px;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #BCBCBC;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: -7px;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #BCBCBC;
}

.divider {
  color: #BCBCBC;
  background-color: #BCBCBC;
  border: 0;
  margin: 0;
  padding: 1px;
}

.row {
  --wl2-gutter-x: 1.5rem;
  --wl2-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wl2-gutter-x) * 0.5);
  padding-left: calc(var(--wl2-gutter-x) * 0.5);
  margin-top: var(--wl2-gutter-y);
}

.l-col-3, .l-col-2, .grid {
  display: grid;
  grid-template-rows: repeat(var(--wl2-rows, 1), 1fr);
  grid-template-columns: repeat(var(--wl2-columns, 12), 1fr);
  gap: var(--wl2-gap, 1.5rem);
}
.l-col-3 .g-col-1, .l-col-2 .g-col-1, .grid .g-col-1 {
  grid-column: auto/span 1;
}
.l-col-3 .g-col-2, .l-col-2 .g-col-2, .grid .g-col-2 {
  grid-column: auto/span 2;
}
.l-col-3 .g-col-3, .l-col-2 .g-col-3, .grid .g-col-3 {
  grid-column: auto/span 3;
}
.l-col-3 .g-col-4, .l-col-2 .g-col-4, .grid .g-col-4 {
  grid-column: auto/span 4;
}
.l-col-3 .g-col-5, .l-col-2 .g-col-5, .grid .g-col-5 {
  grid-column: auto/span 5;
}
.l-col-3 .g-col-6, .l-col-2 .g-col-6, .grid .g-col-6 {
  grid-column: auto/span 6;
}
.l-col-3 .g-col-7, .l-col-2 .g-col-7, .grid .g-col-7 {
  grid-column: auto/span 7;
}
.l-col-3 .g-col-8, .l-col-2 .g-col-8, .grid .g-col-8 {
  grid-column: auto/span 8;
}
.l-col-3 .g-col-9, .l-col-2 .g-col-9, .grid .g-col-9 {
  grid-column: auto/span 9;
}
.l-col-3 .g-col-10, .l-col-2 .g-col-10, .grid .g-col-10 {
  grid-column: auto/span 10;
}
.l-col-3 .g-col-11, .l-col-2 .g-col-11, .grid .g-col-11 {
  grid-column: auto/span 11;
}
.l-col-3 .g-col-12, .l-col-2 .g-col-12, .grid .g-col-12 {
  grid-column: auto/span 12;
}
.l-col-3 .g-start-1, .l-col-2 .g-start-1, .grid .g-start-1 {
  grid-column-start: 1;
}
.l-col-3 .g-start-2, .l-col-2 .g-start-2, .grid .g-start-2 {
  grid-column-start: 2;
}
.l-col-3 .g-start-3, .l-col-2 .g-start-3, .grid .g-start-3 {
  grid-column-start: 3;
}
.l-col-3 .g-start-4, .l-col-2 .g-start-4, .grid .g-start-4 {
  grid-column-start: 4;
}
.l-col-3 .g-start-5, .l-col-2 .g-start-5, .grid .g-start-5 {
  grid-column-start: 5;
}
.l-col-3 .g-start-6, .l-col-2 .g-start-6, .grid .g-start-6 {
  grid-column-start: 6;
}
.l-col-3 .g-start-7, .l-col-2 .g-start-7, .grid .g-start-7 {
  grid-column-start: 7;
}
.l-col-3 .g-start-8, .l-col-2 .g-start-8, .grid .g-start-8 {
  grid-column-start: 8;
}
.l-col-3 .g-start-9, .l-col-2 .g-start-9, .grid .g-start-9 {
  grid-column-start: 9;
}
.l-col-3 .g-start-10, .l-col-2 .g-start-10, .grid .g-start-10 {
  grid-column-start: 10;
}
.l-col-3 .g-start-11, .l-col-2 .g-start-11, .grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .l-col-3 .g-col-sm-1, .l-col-2 .g-col-sm-1, .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-sm-2, .l-col-2 .g-col-sm-2, .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-sm-3, .l-col-2 .g-col-sm-3, .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-sm-4, .l-col-2 .g-col-sm-4, .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-sm-5, .l-col-2 .g-col-sm-5, .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-sm-6, .l-col-2 .g-col-sm-6, .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-sm-7, .l-col-2 .g-col-sm-7, .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-sm-8, .l-col-2 .g-col-sm-8, .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-sm-9, .l-col-2 .g-col-sm-9, .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-sm-10, .l-col-2 .g-col-sm-10, .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-sm-11, .l-col-2 .g-col-sm-11, .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-sm-12, .l-col-2 .g-col-sm-12, .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-sm-1, .l-col-2 .g-start-sm-1, .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-sm-2, .l-col-2 .g-start-sm-2, .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-sm-3, .l-col-2 .g-start-sm-3, .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-sm-4, .l-col-2 .g-start-sm-4, .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-sm-5, .l-col-2 .g-start-sm-5, .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-sm-6, .l-col-2 .g-start-sm-6, .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-sm-7, .l-col-2 .g-start-sm-7, .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-sm-8, .l-col-2 .g-start-sm-8, .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-sm-9, .l-col-2 .g-start-sm-9, .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-sm-10, .l-col-2 .g-start-sm-10, .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-sm-11, .l-col-2 .g-start-sm-11, .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .l-col-3 .g-col-md-1, .l-col-2 .g-col-md-1, .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-md-2, .l-col-2 .g-col-md-2, .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-md-3, .l-col-2 .g-col-md-3, .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-md-4, .l-col-2 .g-col-md-4, .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-md-5, .l-col-2 .g-col-md-5, .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-md-6, .l-col-2 .g-col-md-6, .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-md-7, .l-col-2 .g-col-md-7, .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-md-8, .l-col-2 .g-col-md-8, .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-md-9, .l-col-2 .g-col-md-9, .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-md-10, .l-col-2 .g-col-md-10, .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-md-11, .l-col-2 .g-col-md-11, .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-md-12, .l-col-2 .g-col-md-12, .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-md-1, .l-col-2 .g-start-md-1, .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-md-2, .l-col-2 .g-start-md-2, .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-md-3, .l-col-2 .g-start-md-3, .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-md-4, .l-col-2 .g-start-md-4, .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-md-5, .l-col-2 .g-start-md-5, .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-md-6, .l-col-2 .g-start-md-6, .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-md-7, .l-col-2 .g-start-md-7, .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-md-8, .l-col-2 .g-start-md-8, .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-md-9, .l-col-2 .g-start-md-9, .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-md-10, .l-col-2 .g-start-md-10, .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-md-11, .l-col-2 .g-start-md-11, .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .l-col-3 .g-col-lg-1, .l-col-2 .g-col-lg-1, .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-lg-2, .l-col-2 .g-col-lg-2, .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-lg-3, .l-col-2 .g-col-lg-3, .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-lg-4, .l-col-2 .g-col-lg-4, .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-lg-5, .l-col-2 .g-col-lg-5, .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-lg-6, .l-col-2 .g-col-lg-6, .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-lg-7, .l-col-2 .g-col-lg-7, .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-lg-8, .l-col-2 .g-col-lg-8, .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-lg-9, .l-col-2 .g-col-lg-9, .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-lg-10, .l-col-2 .g-col-lg-10, .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-lg-11, .l-col-2 .g-col-lg-11, .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-lg-12, .l-col-2 .g-col-lg-12, .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-lg-1, .l-col-2 .g-start-lg-1, .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-lg-2, .l-col-2 .g-start-lg-2, .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-lg-3, .l-col-2 .g-start-lg-3, .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-lg-4, .l-col-2 .g-start-lg-4, .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-lg-5, .l-col-2 .g-start-lg-5, .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-lg-6, .l-col-2 .g-start-lg-6, .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-lg-7, .l-col-2 .g-start-lg-7, .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-lg-8, .l-col-2 .g-start-lg-8, .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-lg-9, .l-col-2 .g-start-lg-9, .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-lg-10, .l-col-2 .g-start-lg-10, .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-lg-11, .l-col-2 .g-start-lg-11, .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .l-col-3 .g-col-xl-1, .l-col-2 .g-col-xl-1, .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .l-col-3 .g-col-xl-2, .l-col-2 .g-col-xl-2, .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .l-col-3 .g-col-xl-3, .l-col-2 .g-col-xl-3, .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .l-col-3 .g-col-xl-4, .l-col-2 .g-col-xl-4, .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .l-col-3 .g-col-xl-5, .l-col-2 .g-col-xl-5, .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .l-col-3 .g-col-xl-6, .l-col-2 .g-col-xl-6, .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .l-col-3 .g-col-xl-7, .l-col-2 .g-col-xl-7, .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .l-col-3 .g-col-xl-8, .l-col-2 .g-col-xl-8, .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .l-col-3 .g-col-xl-9, .l-col-2 .g-col-xl-9, .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .l-col-3 .g-col-xl-10, .l-col-2 .g-col-xl-10, .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .l-col-3 .g-col-xl-11, .l-col-2 .g-col-xl-11, .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .l-col-3 .g-col-xl-12, .l-col-2 .g-col-xl-12, .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .l-col-3 .g-start-xl-1, .l-col-2 .g-start-xl-1, .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .l-col-3 .g-start-xl-2, .l-col-2 .g-start-xl-2, .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .l-col-3 .g-start-xl-3, .l-col-2 .g-start-xl-3, .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .l-col-3 .g-start-xl-4, .l-col-2 .g-start-xl-4, .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .l-col-3 .g-start-xl-5, .l-col-2 .g-start-xl-5, .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .l-col-3 .g-start-xl-6, .l-col-2 .g-start-xl-6, .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .l-col-3 .g-start-xl-7, .l-col-2 .g-start-xl-7, .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .l-col-3 .g-start-xl-8, .l-col-2 .g-start-xl-8, .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .l-col-3 .g-start-xl-9, .l-col-2 .g-start-xl-9, .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .l-col-3 .g-start-xl-10, .l-col-2 .g-start-xl-10, .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .l-col-3 .g-start-xl-11, .l-col-2 .g-start-xl-11, .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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 {
  --wl2-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --wl2-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --wl2-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --wl2-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --wl2-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --wl2-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --wl2-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --wl2-gutter-x: 7rem;
}

.g-9,
.gy-9 {
  --wl2-gutter-y: 7rem;
}

.g-10,
.gx-10 {
  --wl2-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --wl2-gutter-y: 8rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --wl2-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --wl2-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-md-9,
  .gx-md-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-md-9,
  .gy-md-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-md-10,
  .gx-md-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --wl2-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --wl2-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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 {
    --wl2-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --wl2-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --wl2-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --wl2-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --wl2-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --wl2-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --wl2-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --wl2-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --wl2-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --wl2-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --wl2-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --wl2-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --wl2-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --wl2-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --wl2-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --wl2-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --wl2-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --wl2-gutter-y: 6rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --wl2-gutter-x: 7rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --wl2-gutter-y: 7rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --wl2-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --wl2-gutter-y: 8rem;
  }
}
.no-gap.l-col-3, .no-gap.l-col-2 {
  gap: 0 0;
}

@media (max-width: 575.98px) {
  .l-col-3, .l-col-2 {
    grid-template-columns: 100% !important;
  }
}

.l-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2rem;
}
.l-col-2.sidebar-right {
  grid-template-columns: minmax(min-content, 9fr) minmax(min-content, 3fr);
}
.l-col-2.sidebar-right.diminish {
  grid-template-columns: minmax(min-content, 9fr) minmax(min-content, 1.5fr);
}
.l-col-2.sidebar-right.five-to-one {
  grid-template-columns: 5fr 1fr;
}
.l-col-2.sidebar-left {
  grid-template-columns: minmax(min-content, 3fr) minmax(min-content, 9fr);
}
.l-col-2.wider-left {
  grid-template-columns: 7fr 5fr;
}
.l-col-2.wider-right {
  grid-template-columns: 5fr 7fr;
}
.l-col-2.bigger-gap {
  gap: 4rem 4rem;
}
@media (max-width: 992px) {
  .l-col-2.md-break {
    display: block !important;
  }
}

.l-col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2rem;
}
.l-col-3.half-left {
  grid-template-columns: 6fr 3fr 3fr;
}
.l-col-3.half-left.diminish {
  grid-template-columns: 6fr 4fr 2fr;
}
.l-col-3.half-right {
  grid-template-columns: 3fr 3fr 6fr;
}
.l-col-3.half-right.diminish {
  grid-template-columns: 2fr 4fr 6fr;
}

.box {
  background-color: #F0F0F0;
  border-radius: 1rem;
}
.box.br-0 {
  border-radius: 0;
}
.box h1, .box h2 {
  color: #27863D;
}
@media (max-width: 767.98px) {
  .box.box-md-bg-white {
    background-color: #FFF !important;
  }
}
@media (max-width: 575.98px) {
  .box.sm-margin-fix {
    margin: 0 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
body.wl2 .phone-consultation {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wl2 .phone-consultation .icon-container {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
body.wl2 .phone-consultation .icon-container.circled {
  border: 3px solid;
  border-radius: 50%;
  flex-shrink: 0;
}
body.wl2 .phone-consultation .icon-container.circled.thin {
  border: 1px solid;
}
body.wl2 .phone-consultation .icon-container.circled .icon {
  font-size: 1em;
}
body.wl2 .phone-consultation .icon-container.circled .icon:before {
  margin: 0;
}
body.wl2 .phone-consultation .icon-container.bigger {
  height: 3.2rem;
  width: 3.2rem;
}
body.wl2 .phone-consultation .icon-container.bigger.circled {
  border: 2px solid;
}
body.wl2 .phone-consultation .icon-container.bigger.circled.thin {
  border: 1px solid;
}
body.wl2 .phone-consultation .icon-container.bigger.circled .icon {
  font-size: 1.5em;
}
body.wl2 .phone-consultation .icon-container.bigger.circled .icon.emo-icon {
  font-size: 2.5em;
}
body.wl2 .phone-consultation .icon-container.right {
  margin-left: auto;
}
body.wl2 .phone-consultation .icon-container.left {
  margin-right: auto;
}
body.wl2 .phone-consultation .icon-container.highlight {
  height: 2.75rem;
  width: 2.75rem;
}
body.wl2 .phone-consultation .icon-container.highlight.circled {
  border-width: 3px;
}
body.wl2 .phone-consultation .icon-container.highlight.circled .icon {
  font-size: 1.25rem;
}
body.wl2 .phone-consultation.fit-left {
  justify-content: flex-start;
}
body.wl2 .phone-consultation .icon-container {
  margin-right: 1.25rem;
}
body.wl2 .phone-consultation-availability, body.wl2 .phone-consultation-hotline {
  display: block;
}
body.wl2 .phone-consultation-hotline {
  font-weight: bold;
}
body.wl2 .phone-consultation-hotline--highlight {
  color: #27863D;
}

.icon-stern-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-stern-alt.icon-2x:before {
  font-size: 2em;
}
.icon-stern-alt.icon-3x:before {
  font-size: 3em;
}

.icon-check-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-check-alt.icon-2x:before {
  font-size: 2em;
}
.icon-check-alt.icon-3x:before {
  font-size: 3em;
}

.icon-sicher-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-sicher-alt.icon-2x:before {
  font-size: 2em;
}
.icon-sicher-alt.icon-3x:before {
  font-size: 3em;
}

.icon-rueckgabe-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-rueckgabe-alt.icon-2x:before {
  font-size: 2em;
}
.icon-rueckgabe-alt.icon-3x:before {
  font-size: 3em;
}

.icon-lieferung-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-lieferung-alt.icon-2x:before {
  font-size: 2em;
}
.icon-lieferung-alt.icon-3x:before {
  font-size: 3em;
}

.icon-verpflichtung-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-verpflichtung-alt.icon-2x:before {
  font-size: 2em;
}
.icon-verpflichtung-alt.icon-3x:before {
  font-size: 3em;
}

.icon-angebote-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-angebote-alt.icon-2x:before {
  font-size: 2em;
}
.icon-angebote-alt.icon-3x:before {
  font-size: 3em;
}

.icon-anfrage-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-anfrage-alt.icon-2x:before {
  font-size: 2em;
}
.icon-anfrage-alt.icon-3x:before {
  font-size: 3em;
}

.icon-aktuell-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-aktuell-alt.icon-2x:before {
  font-size: 2em;
}
.icon-aktuell-alt.icon-3x:before {
  font-size: 3em;
}

.icon-versprechen-alt.icon-inline:before {
  margin: -0.2em;
}
.icon-versprechen-alt.icon-2x:before {
  font-size: 2em;
}
.icon-versprechen-alt.icon-3x:before {
  font-size: 3em;
}

body.wl2 .animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.table {
  --wl2-table-color: var(--wl2-body-color);
  --wl2-table-bg: transparent;
  --wl2-table-border-color: var(--wl2-border-color);
  --wl2-table-accent-bg: transparent;
  --wl2-table-striped-color: var(--wl2-body-color);
  --wl2-table-striped-bg: rgba(41, 41, 41, 0.05);
  --wl2-table-active-color: var(--wl2-body-color);
  --wl2-table-active-bg: rgba(41, 41, 41, 0.1);
  --wl2-table-hover-color: var(--wl2-body-color);
  --wl2-table-hover-bg: rgba(41, 41, 41, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--wl2-table-color);
  vertical-align: top;
  border-color: var(--wl2-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--wl2-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--wl2-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-xl > :not(caption) > * > * {
  padding: 1.25rem 1.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --wl2-table-accent-bg: var(--wl2-table-striped-bg);
  color: var(--wl2-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --wl2-table-accent-bg: var(--wl2-table-striped-bg);
  color: var(--wl2-table-striped-color);
}

.table-active {
  --wl2-table-accent-bg: var(--wl2-table-active-bg);
  color: var(--wl2-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --wl2-table-accent-bg: var(--wl2-table-hover-bg);
  color: var(--wl2-table-hover-color);
}

.table-primary {
  --wl2-table-color: #292929;
  --wl2-table-bg: #d4e7d8;
  --wl2-table-border-color: #c3d4c7;
  --wl2-table-striped-bg: #cbdecf;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #c3d4c7;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #c7d9cb;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-secondary {
  --wl2-table-color: #292929;
  --wl2-table-bg: #d4d4d4;
  --wl2-table-border-color: #c3c3c3;
  --wl2-table-striped-bg: #cbcbcb;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #c3c3c3;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #c7c7c7;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-success {
  --wl2-table-color: #292929;
  --wl2-table-bg: #d7e6d4;
  --wl2-table-border-color: #c6d3c3;
  --wl2-table-striped-bg: #ceddcb;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #c6d3c3;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #cad8c7;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-info {
  --wl2-table-color: #292929;
  --wl2-table-bg: #edf5ee;
  --wl2-table-border-color: #d9e1da;
  --wl2-table-striped-bg: #e3ebe4;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #d9e1da;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #dee6df;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-warning {
  --wl2-table-color: #292929;
  --wl2-table-bg: #ffebcc;
  --wl2-table-border-color: #ead8bc;
  --wl2-table-striped-bg: #f4e1c4;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #ead8bc;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #efdcc0;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-danger {
  --wl2-table-color: #292929;
  --wl2-table-bg: #f2cccc;
  --wl2-table-border-color: #debcbc;
  --wl2-table-striped-bg: #e8c4c4;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: #debcbc;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #e3c0c0;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-light {
  --wl2-table-color: #292929;
  --wl2-table-bg: #F0F0F0;
  --wl2-table-border-color: gainsboro;
  --wl2-table-striped-bg: #e6e6e6;
  --wl2-table-striped-color: #292929;
  --wl2-table-active-bg: gainsboro;
  --wl2-table-active-color: #292929;
  --wl2-table-hover-bg: #e1e1e1;
  --wl2-table-hover-color: #292929;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-dark {
  --wl2-table-color: #FFF;
  --wl2-table-bg: #292929;
  --wl2-table-border-color: #3e3e3e;
  --wl2-table-striped-bg: #343434;
  --wl2-table-striped-color: #FFF;
  --wl2-table-active-bg: #3e3e3e;
  --wl2-table-active-color: #FFF;
  --wl2-table-hover-bg: #393939;
  --wl2-table-hover-color: #FFF;
  color: var(--wl2-table-color);
  border-color: var(--wl2-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body.wl2 .popover-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}
body.wl2 .popover-background.display {
  display: flex;
}
body.wl2 .popover-container {
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35);
  display: block;
  max-width: 95%;
  max-height: 95%;
  padding: 0 20px 20px;
  background-color: #FFF;
  color: #292929;
  overflow: auto;
}
@media (min-width: 768px) {
  body.wl2 .popover-container {
    max-width: 85%;
    max-height: 85%;
  }
}
@media (min-width: 992px) {
  body.wl2 .popover-container {
    max-width: 75%;
    max-height: 80%;
  }
}
@media (min-width: 1200px) {
  body.wl2 .popover-container {
    max-width: 50%;
    max-height: 80%;
  }
}
body.wl2 .popover-container .popover-content {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  display: none;
}
body.wl2 .popover-container .popover-content.display {
  display: block;
}
body.wl2 .popover-container .popover-content a.link {
  text-decoration: underline;
}
body.wl2 .popover-container .popover-content h3 {
  font-size: 14px;
}
body.wl2 .popover-container .popover-content p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 768px) {
  body.wl2 .popover-container .popover-content h3 {
    font-size: 16px;
  }
  body.wl2 .popover-container .popover-content p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body.wl2 .popover-container .popover-content h3 {
    font-size: 20px;
  }
  body.wl2 .popover-container .popover-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  body.wl2 .popover-container .popover-content h3 {
    font-size: 24px;
  }
  body.wl2 .popover-container .popover-content p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
  }
}

.scroll-to-top-button {
  transition: opacity 0.5s ease-in-out;
  display: none;
  height: 61px;
  width: 61px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #F0F0F0;
  opacity: 0;
  cursor: pointer;
  z-index: 1002;
  border-radius: 11px;
  font-size: 40px;
  text-align: center;
  line-height: 54px;
  color: #292929;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-to-top-button {
    transition: none;
  }
}
.scroll-to-top-button.shown {
  display: block;
  opacity: 0.8;
}
.scroll-to-top-button.shown:hover {
  opacity: 1;
}

.modal-open .scroll-to-top-button.shown {
  display: none;
}

@media (max-width: 767px) {
  .scroll-to-top-button {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
:root {
  --wl2-primary: #27863D;
  --wl2-secondary: #292929;
  --wl2-green: #398127;
  --wl2-lightgreen: #A4CEA8;
  --wl2-red: #BE0000;
  --wl2-orange: #FF9D00;
  --wl2-darkgrey: #707070;
  --wl2-grey: #BCBCBC;
  --wl2-lightgrey: #F0F0F0;
  --wl2-white: #FFF;
  --wl2-black: #292929;
  --wl2-primary-rgb: 39, 134, 61;
  --wl2-secondary-rgb: 41, 41, 41;
  --wl2-green-rgb: 57, 129, 39;
  --wl2-lightgreen-rgb: 164, 206, 168;
  --wl2-red-rgb: 190, 0, 0;
  --wl2-orange-rgb: 255, 157, 0;
  --wl2-darkgrey-rgb: 112, 112, 112;
  --wl2-grey-rgb: 188, 188, 188;
  --wl2-lightgrey-rgb: 240, 240, 240;
  --wl2-white-rgb: 255, 255, 255;
  --wl2-black-rgb: 41, 41, 41;
  --wl2-white-rgb: 255, 255, 255;
  --wl2-black-rgb: 41, 41, 41;
  --wl2-body-color-rgb: 41, 41, 41;
  --wl2-body-bg-rgb: 255, 255, 255;
  --wl2-body-font-family: Montserrat, sans-serif;
  --wl2-body-font-weight: 400;
  --wl2-body-line-height: 1.5;
  --wl2-body-color: #292929;
  --wl2-body-bg: #FFF;
  --wl2-link-color: #292929;
  --wl2-link-hover-color: #212121;
}
:root .icon-cart-full:before {
  margin-left: 0;
}

[class^=icon-emobilio]:before, [class*=icon-emobilio]:before, [class^=icon-zolar]:before, [class*=icon-zolar]:before, [class^=icon-co2-auto]:before, [class*=" icon-co2-auto"]:before {
  width: auto;
  top: -1px;
  position: relative;
  font-size: 1.2em;
}

[class^=icon-zolar]:before, [class*=icon-zolar]:before {
  top: 1px;
}

[class^=icon-co2-auto]:before, [class*=" icon-co2-auto"]:before {
  top: 1px;
}

body.wl2 {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  body.wl2 h1, body.wl2 h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  body.wl2 h3 {
    font-size: 1.25rem;
  }
}
body.wl2 .page-container > .module-list > .module-container,
body.wl2 .module-container {
  max-width: 1175px;
  margin: 0 auto;
}
body.wl2 .page-container {
  overflow-x: hidden;
  height: 100%;
}
body.wl2 .wl2-collapsed {
  display: none !important;
}
@media (min-width: 768px) {
  body.wl2 .header {
    height: initial;
  }
}
body.wl2 .footer {
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  body.wl2 .footer {
    margin: 6.25rem 0;
  }
}
body.wl2 .footer .divider {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.wl2 .footer .divider {
    margin-bottom: 6.25rem;
  }
}
body.wl2 .footer small {
  font-size: 0.875rem;
}
body.wl2 .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.wl2 .footer ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 992px) {
  body.wl2 .footer ul li + li:before {
    content: " | ";
  }
}
body.wl2 .footer ul li + li + li:before {
  content: " | ";
}
body.wl2 .footer .footer-copyright {
  display: block;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-copyright {
    display: inline-block;
  }
}
body.wl2 .footer .footer-content-left {
  display: flex;
  flex-direction: column;
}
body.wl2 .footer .footer-content-left .footer-content-price {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-content-left .footer-content-price {
    margin-bottom: auto;
  }
}
body.wl2 .footer .footer-content-left .footer-content-matching {
  margin-bottom: 3rem;
}
body.wl2 .footer .footer-content-left .footer-content-matching p {
  line-height: 1.75;
}
body.wl2 .footer .footer-content-left .footer-content-legal {
  margin-bottom: 2rem;
}
body.wl2 .footer .footer-content-right {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-content-right {
    text-align: left;
  }
}
body.wl2 .footer .footer-content-right .footer-content-partner {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-content-right .footer-content-partner {
    margin-bottom: 5rem;
  }
}
body.wl2 .footer .footer-content-right .footer-content-icons {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-content-right .footer-content-icons {
    align-items: flex-end;
    flex-direction: row;
  }
}
body.wl2 .footer .footer-content-right .footer-content-icons .trustedshops {
  order: 1;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  body.wl2 .footer .footer-content-right .footer-content-icons .trustedshops {
    order: 2;
    margin: 0;
  }
}
body.wl2 .payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
}
body.wl2 .payments img {
  width: 35px;
  margin: 5px;
}
@media (min-width: 992px) {
  body.wl2 .payments {
    order: 1;
  }
}
body.wl2 .menu-container {
  display: inline-block;
}
body.wl2 .menu-container .link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  height: 2.375rem;
}
body.wl2 .menu-container .link.has-submenu:after {
  font-family: "emo";
  content: "\f107";
  margin-left: 0.5rem;
}
body.wl2 .menu-container .link.has-submenu:hover, body.wl2 .menu-container .link.show-submenu {
  transition: background-color 0.5s;
  background-color: #F0F0F0;
}
body.wl2 .menu-container .link.show-submenu > .label {
  font-weight: 700;
}
body.wl2 .menu-container .link.lvl0.no-submenu, body.wl2 .menu-container .link.lvl0.has-submenu .label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  text-decoration: none;
}
body.wl2 .menu-container .link.lvl0.no-submenu:hover, body.wl2 .menu-container .link.lvl0.has-submenu .label:hover {
  font-weight: 700;
}
body.wl2 .menu-container .link.lvl0.no-submenu:after, body.wl2 .menu-container .link.lvl0.has-submenu .label:after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  body.wl2 .menu-container .link.lvl0.no-submenu:after, body.wl2 .menu-container .link.lvl0.has-submenu .label:after {
    display: none;
  }
}
body.wl2 .menu-container .link.lvl0:first-child {
  padding-left: 0;
}
body.wl2 .menu-container.lvl0 {
  display: flex;
  align-items: center;
}
body.wl2 .menu-container.lvl0 .link + .link {
  margin-left: 0.75rem;
}
body.wl2 .menu-container.lvl1 {
  display: none;
  position: absolute;
  left: 0;
  top: 2.375rem;
  z-index: 1001;
}
body.wl2 .menu-container.lvl1 .link {
  transition: background-color 0.5s;
  margin-left: 0;
  border-top: 0.1875rem #FFF solid;
  white-space: nowrap;
  width: 100%;
  min-width: 330px;
  background-color: #F0F0F0;
}
body.wl2 .menu-container.lvl1 .link:before {
  font-family: "emo";
  content: "\e873";
  font-size: 0.8rem;
  color: #707070;
  margin: 0 0.5rem 0 0.45rem;
}
body.wl2 .menu-container.lvl1 .link:hover {
  background-color: #FFF;
}
body.wl2 .menu-container.lvl1 .link + .link {
  margin-left: 0;
}
body.wl2 .menu-container .menu-icon-wrapper {
  display: flex;
  margin-left: auto;
}
body.wl2 .menu-container .menu-icon-wrapper .link + .link {
  margin-left: 0;
}
body.wl2 .menu-container .menu-icon-wrapper .icon-folder-open-empty,
body.wl2 .menu-container .menu-icon-wrapper .icon-fast-cart {
  color: #292929;
}
body.wl2 .menu-container .menu-icon-wrapper .icon-folder-open-empty,
body.wl2 .menu-container .menu-icon-wrapper .icon-fast-cart, body.wl2 .menu-container .menu-icon-wrapper .icon-cart-full {
  border-radius: 16px;
  border: 1px solid #707070;
  width: 90px;
  text-align: center;
  min-height: 35px;
}
body.wl2 .menu-container .menu-icon-wrapper .icon-folder-open-empty:before {
  font-size: 1.75rem;
  padding-top: 2px;
}
body.wl2 .menu-container .menu-icon-wrapper .icon-fast-cart:before, body.wl2 .menu-container .menu-icon-wrapper .icon-cart-full:before {
  font-size: 1.5rem;
  padding-top: 4px;
}
body.wl2 .show-submenu .menu-container.lvl1 {
  display: block;
}
body.wl2 .mobile-menu {
  position: relative;
  z-index: 1000;
  background: #FFF;
  width: 100%;
  margin: 1rem 0;
}
body.wl2 .mobile-menu [data-bs-toggle=collapse] {
  cursor: pointer;
}
body.wl2 .mobile-menu .mobile-menu-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 60px;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-cart {
  display: block;
  background: #FFF;
  color: #27863D;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.75rem;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-cart .icon:not(.icon-cart-full):before {
  margin-right: 9px;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-cart .icon.icon-cart-full {
  padding: 3px;
  margin-right: 2px;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-cart .icon.icon-cart-full:before {
  margin-right: 6px;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-divider {
  display: none;
  width: 100%;
}
body.wl2 .mobile-menu .mobile-menu-header .icon-down-open {
  margin-left: 0.5rem;
}
body.wl2 .mobile-menu .mobile-menu-header .icon-up-open {
  visibility: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.75rem;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-headline:not(.collapsed) .icon-down-open {
  visibility: hidden;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-headline:not(.collapsed) .icon-up-open {
  visibility: visible;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-headline:not(.collapsed) ~ .mobile-menu-cart {
  visibility: hidden;
  width: 0;
}
body.wl2 .mobile-menu .mobile-menu-header .mobile-menu-headline:not(.collapsed) ~ .mobile-menu-divider {
  display: block;
}
body.wl2 .mobile-menu .mobile-menu-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: linear-gradient(#FFF, #F0F0F0);
  padding: 1rem;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-parent {
  color: #BCBCBC;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-link {
  margin-left: 0.75rem;
  text-decoration: none;
  line-height: 2;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-content-cart {
  color: #292929;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2rem;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-content-cart .icon {
  margin-right: 0.75rem;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-content-close {
  margin-top: 1.5rem;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: underline;
}
body.wl2 .mobile-menu .mobile-menu-content .mobile-menu-content-close .icon {
  margin-left: 0.5rem;
}
body.wl2 [data-cart-count] {
  position: relative;
}
body.wl2 [data-cart-count]::before {
  content: attr(data-cart-count);
  position: absolute;
  top: 8px;
  left: 44%;
  font-size: 0.75rem;
  color: #FFF;
  width: 18px;
  text-align: center;
}
body.wl2 [data-cart-count] .icon {
  color: #27863D;
}
body.wl2 [data-cart-count].mobile-menu-cart::before {
  top: 18.5px;
  right: 18.5px;
  left: initial;
  font-weight: bold;
  color: #FFF;
  background: transparent;
}
body.wl2 [data-cart-count].mobile-menu-cart .icon {
  color: #27863D;
}
body.wl2 [data-cart-count=""] .icon {
  color: initial;
}
body.wl2 [data-cart-count=""].mobile-menu-cart .icon {
  color: #27863D;
}

body.wl2 {
  font-family: "Open Sans", Arial, sans-serif;
}

/*.btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 4px 24px;
      font-family: "Open Sans",sans-serif;
      font-weight: 700;
      font-size: .875rem;
      font-variant-numeric: lining-nums;
      line-height: 2;
      color: $bmw-cl-color-black90;
      fill: $bmw-cl-color-black90;
      border: 2px solid rgba(0,0,0,0);
      border-radius: 4px;
      cursor: pointer;
      text-decoration-line: none;
      box-shadow: none;

      &:hover, &:focus, &:active {
            color: $bmw-cl-color-black90;
            border-color: $bmw-cl-color-black90;
      }

      &:focus {
            box-shadow: 0 0 0 2px #fff,0 0 0 5px $bmw-cl-color-black90;
            outline: none;
      }
}

.btn-primary {
      @extend .btn;

      background-color: $primaryColor;

      &:hover, &:focus, &:active {
            background-color: $primaryColor;
      }
}

.btn-secondary {
      @extend .btn;

      background-color: rgba(0,0,0,0);
      border-color: $bmw-cl-color-black40;
      color: $bmw-cl-color-black90;

      &:hover, &:focus {
            border-color: $bmw-cl-color-black90;
            background-color: white;
      }
} */
#EmoConsentContainer .popover-container {
  color: rgba(0, 0, 0, 0.9);
  padding: 0;
}
#EmoConsentContainer .popover-container .popover-content {
  margin: 1.5rem;
}
#EmoConsentContainer .popover-container .popover-content p {
  font-size: 1rem;
  line-height: 1.3125rem;
}
#EmoConsentContainer .popover-container .popover-content h3 {
  font-size: 1.5rem;
}
#EmoConsentContainer .popover-container .popover-content p, #EmoConsentContainer .popover-container .popover-content h3, #EmoConsentContainer .popover-container .popover-content .consents-container, #EmoConsentContainer .popover-container .popover-content .button-row {
  margin-bottom: 1.5rem;
}
#EmoConsentContainer .popover-container .popover-content .consents-container .consent .name .consent-box {
  border-color: rgba(0, 0, 0, 0.9);
}
#EmoConsentContainer .popover-container .popover-content .consents-container .consent.forced .name .consent-box {
  visibility: visible;
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  cursor: not-allowed;
}
#EmoConsentContainer .popover-container .popover-content .consents-container .toggleMore {
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  #EmoConsentContainer .popover-container .popover-content .button-row {
    display: flex;
    justify-content: end;
    gap: 20px;
  }
}
#EmoConsentContainer .popover-container .popover-content .button-row .button {
  margin-bottom: 0.5rem;
}

.serif-hl, h1, h2, h3 {
  font-family: "Open Sans", serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1.17;
  color: #333;
}

body.wl2 .popover-container {
  padding: 40px;
}
body.wl2 .popover-container h3 {
  margin-top: 0;
}

.co2-footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 32px;
}

.module-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-container .copyright {
  padding: 8px 16px;
}
.module-container .default-link {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-decoration: none;
}
.module-container .default-link:hover, .module-container .default-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.module-container span.spacer {
  display: none;
}

/*# sourceMappingURL=wl2.css.map */
