/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Bootstrap */

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}

@media (min-width: 1650px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1480px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  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%;
}

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-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 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 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;
}

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

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

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-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;
}

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !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-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-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-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-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-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-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-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;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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;
  }
  .flex-sm-fill {
    flex: 1 1 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;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-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;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !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-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-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-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-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-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-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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-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;
  }
  .flex-md-fill {
    flex: 1 1 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;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-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;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !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-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-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-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-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-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-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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-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;
  }
  .flex-lg-fill {
    flex: 1 1 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;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-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;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !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-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-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-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-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-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-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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-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;
  }
  .flex-xl-fill {
    flex: 1 1 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;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-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;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !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-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-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-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-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-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-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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */

/* Bootstrap */

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  hyphens: auto;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button, {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

[role=button] {
  cursor: pointer;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/*========== Form ============*/

input[type="radio"] {
  margin-right: 10px;
}

form ul {
  padding: 0;
}

form.hs-form {
  position: relative;
}
form.hs-form fieldset {
  border: 0px;
  padding: 0px;
}
form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
.searching-form-sec select,
.searching-form-sec input:not([type="submit"]) {
  height: 70px;
  border: 1px solid var(--black);
  display: block;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  font-family: inherit;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
}
body form.hs-form .input {
  margin-right: 0px !important;
}
form.hs-form .hs-form-field > label,
.searching-form-sec .label label {
  margin: 0px 0px 5px;
  font-size: 15px;
  line-height: 28px;
  display: inline;
}
form.hs-form .hs-form-field > label br {
  display: none;
}
form.hs-form .hs-form-field {
  margin: 0px 20px 20px 0px;
} 
form.hs-form fieldset {
  margin-right: -20px;	
  max-width: 100%;
}
.footer-main form.hs-form fieldset,
.landing-form form.hs-form fieldset {
  margin-right: 0px;
}
form.hs-form fieldset.form-columns-3,
form.hs-form fieldset.form-columns-2,
form.hs-form fieldset.form-columns-4,
.four-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.four-fields {
  width: 100%;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: calc(100%/3 - 20px);
}
form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: calc(100%/2 - 20px);
}
.footer-main form.hs-form .hs-form-field.hs_email.hs-email {
  width: calc(66.666666% - 20px);
}
form.hs-form fieldset.form-columns-4 .hs-form-field,
form.hs-form fieldset.form-columns-2 .four-fields .hs-form-field {
  width: calc(100%/3 - 73.333px)
}
@media (max-width: 767px) {

  form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(100% - 20px);
  }
  form.hs-form fieldset.form-columns-4 .hs-form-field,
  form.hs-form fieldset.form-columns-2 .four-fields .hs-form-field {
    width: calc(100%)
  }
}
.footer-main form.hs-form .hs-submit.hs_submit {
  position: absolute;
  right: 20px;
  text-align: right;
  bottom: 20px;
  width: calc(33.33333% - 20px);
}
body form input[type="submit"],
input[type="submit"] {
  border: var(--dark-green) 2px solid;
  background-color: var(--dark-green);
  color: white;
  transition: all 0.2s ease-in;
  padding: 20px 80px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
body form input[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
}
body .landing-form form input[type="submit"]:hover,
body .register-form form input[type="submit"]:hover,
body .form-outer form input[type="submit"]:hover,
.form-module input[type="submit"] {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;

}
.form-module input[type="submit"]:hover {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;

}

form.hs-form a.text-cta {
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin: 0px 0px 12px;
}
body textarea {
  min-height: 180px;
  resize: none;
}
form.hs-form select.hs-input,
.searching-form-sec select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
ul.inputs-list.multi-container {
  list-style: none;
}
li.hs-form-checkbox input {
  width: 25px;
  border-radius: 0px;
  height: 25px !important;
  box-shadow: none;
  border: 1px solid #000;
}   
li.hs-form-checkbox {
  margin-bottom: 10px;
}
li.hs-form-checkbox > label,
li.hs-form-booleancheckbox > label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 28px;
}
li.hs-form-checkbox > label > span {
  padding-left: 10px;
}
h3.form-title {
  margin: 0px;
}
.form-sec form fieldset:not(:first-child) h5 {
  margin-top: 35px;
}
.form-outer form.hs-form fieldset {
  align-items: flex-start;
}
.hs-richtext.hs-main-font-element p {
  font-size: 18px;
  line-height: 28px;
}
.form-outer form.hs-form .hs_region.hs-form-field select.hs-input,
.form-outer form.hs-form .hs_ausbildungstitel.hs-form-field select.hs-input {
  max-width: 100%;
}
form.hs-form .hs-fieldtype-radio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
form.hs-form .hs-fieldtype-radio ul li,
form.hs-form .hs-fieldtype-radio ul li label {
  margin: 0;
}
form.hs-form .hs-fieldtype-radio ul li:not(:last-child) {
  margin-right: 30px;
}
form.hs-form .hs-fieldtype-radio ul li label {
  font-size: 18px;
}

@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px) {
  .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-custom-style fieldset {
    margin-right:0!important;
    width:100%!important;
  }
  form .form-columns-2 .hs-form-field,
  form .form-columns-3 .hs-form-field {
    float:none;
    width:100%;
  }
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width:100%!important;
  }
  form .form-columns-2 .hs-form-field input[type=checkbox],
  form .form-columns-2 .hs-form-field input[type=radio],
  form .form-columns-3 .hs-form-field input[type=checkbox],
  form .form-columns-3 .hs-form-field input[type=radio] {
    width:auto;
  }
}

form.hs-form .hs-fieldtype-radio ul li label {
  display: flex;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/*** 16-7-2021 ***/
/*========= Header Section =========*/

/* 2024.08.20 */

/* mobile */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (min-width: 767px) {

  .header__container.container {
    gap: 40px;
  }

  body nav .submenu-outer .submenu.level-4 {
    margin-bottom: 70px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li, 
  .navigation-primary .submenu.level-1>li {
    margin-right: 0 !important;
  }

  nav.navigation-primary .submenu.level-1 {
    display: flex;
    justify-content: end;
    column-gap: 40px;
  }

  header.header .header__logo #hs_cos_wrapper_site_logo_scrolled img {
    position: absolute !important;
    opacity: 0;
    visibility: hidden;

  }

  .small-header header.header .header__logo #hs_cos_wrapper_site_logo_scrolled img {
    position: static !important;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;

  }

  header.header .header__logo #hs_cos_wrapper_site_logo img {
    position: static !important;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;

  }

  .small-header header.header .header__logo #hs_cos_wrapper_site_logo img {
    position: fixed !important;
    opacity: 0;
    visibility: hidden;

  }

  .small-header #hs_cos_wrapper_site_logo_scrolled {
    height: 51px;
  }
}

@media (max-width: 767px) {
  .header.header .header__navigation {
    display: none;
  }

  .header.header .header__navigation.open {
    display: block
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation nav.navigation-primary {
    display: none;
    padding-top: 0;
  }

  .header__navigation.open nav.navigation-primary {
    display: block;
  }

  .header .header__logo.header__logo--main {
    max-width: 137px !important;
  }

  body nav .submenu-outer .submenu.level-4 {
    margin-bottom: 18px;
  }

  header.header div.navigation__wrapper, header.header div.header__column {
    justify-content: end;
    flex-direction: unset;
    gap: 40px;
    align-items: center;
  }

  header.header .header__logo #hs_cos_wrapper_site_logo_scrolled img {
    display: none;
  }

  .header__navigation.open, 
  .header__search.open,
  .header__language-switcher.open {
    background-color: #fff;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    box-shadow: 0 10px 10px -4px rgba(173, 173, 173, 0.2);
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(/hubfs/veb_july_2021/hamburder-black.svg);
    background-size: cover;
    height: 17px;
    width: 24px;
  }

  .header__navigation--toggle.open {
    background-image: url(/hubfs/SwissAccounting_2024/Icons/mobile_menu_close.svg);
    height: 24px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

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

  .header__close--toggle.show {
    display: block;
  }

  body nav .submenu-outer ul.submenu.level-3 {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }

  body nav .submenu-outer .submenu-inner .submenu.level-3>li>a {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  body nav .submenu-outer .submenu-inner .submenu.level-3>li.has-submenu>a {
    margin-bottom: 20px;
  }
  body nav .submenu-outer .submenu-inner .submenu.level-3>li.has-submenu {
    margin-bottom: 10px;
  }
  body nav .submenu-outer .submenu.level-2 {
    padding: 32px 0px !important;
  }
  body nav .submenu-outer .submenu.level-2>li.menu-item>a.menu-link {
    font-size: 17pt;
    line-height: 22pt;
    margin-bottom: 18px;
  }
  .header .submenu-outer {
    border-bottom-right-radius: 130pt;
    margin-top: 20px;
  }

  .submenu-outer {
    background-color: var(--grey) !important;
  }

  body nav .submenu.level-2 {
    background-color: var(--grey) !important;
    border-bottom-left-radius: 200px;
  }

  header.header .welante-user-login-status .cart span, header.header .welante-user-login-status .login span {
    display: none;
  }

  .header div.welante-user-login-status ul {
    gap: 40px;
  }

  .welante-user-login-status>ul>li:first-child {
    margin-right: 0 !important
  }

  .header #search-icon__mobile img {
    display: block;
    height: 15px;
  }

  .header #search-icon__mobile {
    display: block !important;
  }

  body .fixed-sidebar-search {
    display: block;
  }

  body .fixed-sidebar-search > ul {
    display: none;
  }

  body .fixed-sidebar-search .opened-search {
    top: 75px;
  }

  .fixed-sidebar-search .opened-search.searched {
    border-bottom-right-radius: 130pt;
  }

  .fixed-sidebar-search .hs-search-field__suggestions li {
    font-size: 15pt;
    line-height: 20pt;
  }
}

@media (max-width: 440px) {
  header.header div.navigation__wrapper,
  .header div.welante-user-login-status ul {
    gap: 23px;
  }
}

@media (max-width: 360px) {
  .header .header__logo.header__logo--main {
    max-width: 90px !important;
  }
}

@media (max-width: 380px) {
  header.header .welante-user-login {
    font-size: 12px !important;
  }
}
/* mobile */


.submenu-outer {
  border-radius: 0px 0px 200px 0px;
}

.welante-user-login-status > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.welante-user-login-status > ul > li:first-child {
  margin-right: 20px;
}

.welante-user-login-status > ul > li > a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 0;
  position: relative;
}

.welante-user-login-status > ul > li > a > img {
  margin-right: 5px;
}

.header--element.header__navigation {
  display: flex;
  flex-direction: column;
}

.header__container.container {
  display: flex;
  justify-content: space-between;
}

body nav .submenu-outer .submenu.level-2 {
  width: 100%;
}

body nav .submenu.level-2 > li.menu-item  > a.menu-link {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 24px;

}

body nav .submenu-outer .submenu.level-3 {
  flex-direction: unset;
  column-gap: 50px;
  font-size: 25px;
  font-weight: bold !important;
}

body nav .submenu-outer .submenu.level-3 > li > a {
  margin-bottom: 35px;
}

body nav .submenu-outer .submenu.level-3 * {
  font-weight: inherit !important;
}

body nav .submenu.level-4 {
  gap: 19px;
}

body nav .submenu.level-4 > li.menu-item, body nav .submenu.level-4 > li.menu-item  > a.menu-link {
  line-height: 1 !important;
  display: inline-block;
}

header, header * {
  font-family: inherit;
}

header.header nav {
  transition: all 0.3s ease-in-out;
}

.small-header header.header nav {
  padding: 0;
}

header.header .header__logo.header__logo--main {
  position: relative;
}

header.header .header__logo.header__logo--main > * {
  left: 0;
  top: 0;
}

header.header .navigation__wrapper, header.header .header__column {
  align-items: end;
  display: flex;
  gap: 2px;
  flex-direction: column;
  justify-content: start;
}

.small-header header.header .header__column, .small-header header.header .navigation__wrapper {
  justify-content: center;
}

header.header .header__navigation {
  transition: all 0.3s ease-in-out;
}

.small-header header.header .header__navigation {
  margin-top: 0;
}

header.header .submenu.level-1>li.has-submenu.focus .submenu.level-2, header.header .submenu.level-1>li.has-submenu .submenu.level-2 {
  padding: 35px 0 170px 0;
}

@media(max-width:1400px) {
  header.header .submenu.level-1>li.has-submenu.focus .submenu.level-2, header.header .submenu.level-1>li.has-submenu .submenu.level-2 {
    padding: 35px 0;
  }
}

header.header .submenu-close {
  top: 35px;
  right: 50px;
}

header.header .submenu.arrow-listing > li.menu-item {
  display: flex;
  gap: 20px;
}

header.header .arrow-listing img.arrow-list-item {
  width: 13px;
  height: 18px;
}

header.header .welante-user-login-status {
  font-size: 15px;
  font-weight: bold;
}

header.header .welante-user-login-status * {
  font-size: inherit;
  font-weight: inherit;
}

header.header .welante-user-login-status a {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
}

#search-icon__mobile {
  display: none;
}
/* 2024 */

/* 2021 */
.header-top-row-0-vertical-alignment > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0;
}
.header-container-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}
.header-container,
.small-header .header-container {
  padding: 0px;
}
.header-main {
  padding: 26px 0px 41.3px;
  /*     background-color: #ffffff; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header.header {
  padding: 25px 0px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.small-header:not(.search-open) .header-main,
.small-header:not(.search-open) header.header {
  padding: 17px 0px;
  box-shadow: 0 4px 20px -2px rgb(173 173 173 / 50%);
}
.small-header.search-open header.header {
  padding: 17px 0px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-container .hs_cos_wrapper_type_logo a:after {
  display: none;
}
.header-container .hs_cos_wrapper_type_logo a {
  border-bottom: 0px;
}
.header-container .hs_cos_wrapper_type_logo a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 73.73px;
  vertical-align: bottom;
}
.small-header .header-container .hs_cos_wrapper_type_logo a img {
  max-width: 44.82px;
}
.header-login-cart,
.header .welante-user-login-status ul {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  height: 19.5px;
}
.small-header .header-login-cart,
.small-header .header .welante-user-login-status ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header-login-cart ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-login-cart ul li:not(:last-child) {
  margin-right: 20px;
}
.header-login-cart ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 0;
}
.header-login-cart ul li a img {
  margin-right: 5px;
}
.navigation-primary {
  padding: 20px 0px 0px;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul,
.navigation-primary .submenu.level-1 {
  padding: 0;
  margin: 0px;
  display: initial;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li,
.navigation-primary .submenu.level-1 > li {
  margin-right: 50px;
  list-style: none;
  float: left;
  position: static !important;
  /*   padding: 0px 0px 49.317px; */
  padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
.navigation-primary .submenu.level-1 > li:last-child {
  margin-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li  a,
.navigation-primary .submenu.level-1 > li a {
  font-size: 18px;
  line-height: 20px;
  text-transform: initial;
  color: #000;
  font-weight: 600;
  padding: 0;
  border-bottom: 4px solid transparent;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.navigation-primary .submenu.level-1 > li a:hover,
.navigation-primary .submenu.level-1 > li a.active-item,
.navigation-primary .submenu.level-1 > li.active > a,
.navigation-primary .submenu.level-1 > li a.active-branch {
  border-color: var(--black);
}
.custom-menu-primary.header-menu {
  margin: 20px 0px 0px;
}
.sub-menu {
  position: absolute;
  width: 100%;
  background-color: var(--green);
  left: 0px;
  top: 100%;
  right: 0px;
  display: none;
  overflow-y: auto;
}
.sub-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 70px 0px 140px;
  overflow: hidden;
}
.sub-menu-inner > *:not(.submenu-close) {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.submenu-outer .submenu-inner > .page-center {
  position: ;
  position: relative;
  overflow: hidden;
}
.submenu-left h4 {
  max-width: 417px;
  margin: 0px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item {
  list-style: none;
  margin-bottom: 13px;
}
.submenu-right > ul.hs-menu-children-wrapper >  li.hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
  margin-bottom: 0px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a,
nav .submenu.level-2 li.menu-item .menu-link {
  font-weight: 400;
  background-color: var(--green);
  position: relative;
  z-index: 1;
  transition: all 0.3s !important;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a:hover {
  border-color: var(--black);
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a::after,
nav .submenu.level-2 li.menu-item .menu-link::after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 1;
  background-color: var(--green);
  height: 100%;
  width: 24px;
  bottom: -1px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
  font-weight: 600;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children {
  position: relative;
}
.submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul,
nav .submenu.level-2 ul {
  position: relative;

}

.submenu-outer {
  position: absolute;
  width: 100%;
  background-color: var(--green);
  left: 0;
  top: 100%;
  /*   transition: all 0.3s; */
  opacity: 1;
  visibility: visible;
  display: none;
  overflow-y: auto;
}
body nav .submenu.level-2 {
  position: static;
  left: 0;
  border: 0;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  background-color: transparent;
  width: 50%;
  padding: 70px 0px 140px;
}

body nav .submenu.level-2 ul,
body nav .submenu.level-2 li {
  border-radius: 0px !important;
}
nav .submenu.level-2 li.menu-item .menu-link {
  border-radius: 0px !important;
  background-color: transparent !important;
  display: inline-block;
  padding: 0px;
}

nav .submenu.level-2 li.menu-item .menu-link:hover {
  border-color: var(--black);
}
nav .submenu.level-2 li.menu-item .menu-link:not([href]):hover {
  border-color: var(--green);
  cursor: default;
}
body nav .submenu.level-2 > li.menu-item  > a.menu-link {
  font-weight: 600;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu-outer,
.submenu.level-1 > li.has-submenu:hover .submenu-outer {
  /*   visibility: visible;
  opacity: 1;  */
}
.submenu-close {
  position: absolute;
  right: 0;
  top: 35px;
}
.submenu-close a {
  border: 0px !important;
}
.header-login-cart ul li.cart a {
  position: relative;
}
.header-login-cart ul li .cart-number {
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 50%;
  left: -9px;
  top: -9px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  justify-content: flex-end;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 0;
  position: relative;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li:not(:last-child) {
  margin-right: 20px;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a img {
  margin-right: 5px;
}
.header span.cart-number {
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #ef2f2c;
  border-radius: 50%;
  left: -9px;
  top: -9px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
nav .submenu.level-1 > .has-submenu > .menu-arrow,
nav .submenu.level-2 > li:first-child::before,
.menu-arrow {
  display: none;
}
.submenu-outer ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.opened-search.active-mobile {
  display: block;
  right: 0 !important;
}

@media (max-width: 1600px){
  .header-login-cart ul li .cart-number,
  .header span.cart-number {
    width: 14px;
    height: 14px;
    left: -6px;
    top: -6px;
    font-size: 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 16px;
    line-height: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .navigation-primary .submenu.level-1 > li {
    margin-right: 40px;
  }
  .header-login-cart ul li a,
  .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
    font-size: 14px;
    line-height: 19px;
  }

  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before,
  nav .submenu.level-2 ul::before {
    left: -190px;
  }
  .submenu-left h4 {
    max-width: 350px;
  }
}

@media (max-width: 1200px) {
  .content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 1199px){
  .sub-menu-inner > .submenu-left {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .sub-menu-inner > .submenu-right {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .navigation-primary .submenu.level-1 > li {
    margin-right: 25px;
  }
  body nav .submenu.level-2 {
    width: 70%;
    overflow: hidden;
  }
  .submenu-close {
    right: 15px;
  }
  .navigation-primary .submenu.level-1 > li {
    padding-right: 0px !important;
  }
}

@media (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .navigation-primary .submenu.level-1 > li {
    margin-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 14px;
    line-height: 17px;
  }
  .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 60px;
  }
  .header-login-cart ul li a,
  .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .sub-menu-inner > .submenu-left {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .sub-menu-inner > .submenu-right {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  body nav .submenu.level-2 {
    width: 75%;
  }
}

@media (max-width: 767px){
  .header-main,
  header.header {
    padding: 15px 0px;
  }
  .header-container-wrapper {
    position: relative;
  }
  .custom-menu-primary.header-menu {
    display: none;
    margin: 0px 0px 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background-color: #fff;
    padding: 20px 0px;
  }
  .mobile-toggle {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 48px;
  }
  .mobile-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: var(--black);
    margin: 0 0 4px;
  }
  .mobile-toggle span:last-child {
    margin: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0px;
    float: none;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
  }
  .sub-menu {
    position: static;
  }   
  .sub-menu-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-menu-inner > .submenu-left,
  .sub-menu-inner > .submenu-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul {
    left: 0px;
    padding-left: 20px;
  }
  .submenu-close {
    top: 15px;
    display: none;
  }
  .submenu-close img {
    max-width: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li, 
  .navigation-primary .submenu.level-1 > li {
    margin-right: 0;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    position: relative;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before {
    left: 0;
    display: none;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul ul {
    /*display: none;*/
  }
  .sub-menu-inner {
    padding: 20px 0px;
  }
  .sub-menu-inner > .submenu-right {
    margin: 20px 0px 0px;
  }
  .header-container .hs_cos_wrapper_type_logo a img,
  .small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
    background-repeat: no-repeat;
    top: 18px;
    background-size: 10px;
    width: 11px;
    height: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children li.hs-item-has-children > a::after {
    top: 10px;
    right: -20px;
    left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a {
    display: inline-block;
  }
  .header--toggle.header__search--toggle {
    display: none;
  }
  .header .header__row-2 {
    justify-content: flex-end;
    padding: 0;
  }
  .header--toggle.header__navigation--toggle {
    margin: 5px 0;
  }
  .header__close--toggle.show {
    display: none !important;
  }
  .navigation-primary {
    margin: 0px 0px 0px;
    padding: 20px 0px 50px 0px;
  }
  .small-header header.header nav {
    padding: 20px 0px 50px 0px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a, 
  .navigation-primary .submenu.level-1 > li a {
    padding: 10px 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li, 
  .navigation-primary .submenu.level-1 > li {
    padding: 0px 0px 0;
    position: relative !important;
  }
  .submenu > .has-submenu > a {
    width: 100% !important;
  }
  .submenu-outer {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  body nav .submenu.level-2 {
    width: 100%;
    padding: 10px 15px 20px;
    display: none;
    border-radius: 0px;
    background-color: var(--green);
    display: block;
  }
  body nav .submenu.level-2 .menu-item {
    background-color: transparent;
    border-bottom: 0;
    border-top: 0px solid #ebeff3;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 15px;
  }
  nav .submenu.level-2 li.menu-item .menu-link {
    width: auto;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul, 
  nav .submenu.level-2 ul {
    left: 0;
  }
  nav .submenu.level-2 li.menu-item .menu-link {
    width: auto !important;
  }
  .submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a::after,
  nav .submenu.level-2 li.menu-item .menu-link::after,
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before,
  nav .submenu.level-2 ul::before {
    display: none;
  }
  .submenu.level-2 ul {
    padding-left: 75px;
  }
  nav .submenu.level-1 > .has-submenu > .menu-arrow, 
  nav .submenu.level-2 > li:first-child::before,
  .menu-arrow {
    display: none !important; 
    height: auto !important;
    padding: 0 !important;
    top: 17px !important;
    width: auto !important;
    right: 15px;
  } 
  nav .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  nav .submenu > .has-submenu > .menu-arrow-bg, .submenu .menu-arrow-bg {
    background-image: url("/hubfs/veb_july_2021/bern/arrow_open_text.svg") !important;
    background-size: 10px;
    height: 6px !important;
    width: 11px !important;
    margin-right: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    border-bottom: 0px solid transparent;
  }
  .submenu > .has-submenu > .menu-arrow {
    display: none;
  }
  .header__navigation--toggle::after {
    display: none !important;
  }
  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(180deg) !important;
  }
  body nav .submenu.level-2 li:last-child {
    margin-bottom: 0;
  }
  body nav .submenu.level-2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submenu-outer .page-center {
    padding: 0px !important;
  }
  body nav .submenu.level-4 > li.menu-item > a.menu-link {
    font-size: 15pt;
    line-height: 20pt;        
  }
  .navigation-primary .submenu.level-1 > li > a {
    font-size: 15pt;
    line-height: 20pt;    
  }
  .navigation-primary .submenu.level-1 > li.has-submenu > a {
    position: relative;
  }
  .navigation-primary .submenu.level-1 > li.has-submenu > a::before {
    content: "";
    background-image: url("/hubfs/veb_july_2021/bern/arrow_open_text.svg");
    background-size: 10px;
    height: 6px;
    width: 11px;
    right: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .small-header .header-main, .small-header header.header {
    padding: 15px 0px;
    box-shadow: none;
  }

  .small-header .header-login-cart, 
  .small-header .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  @media (prefers-color-scheme: dark) {
    .header__navigation--toggle {
      /*        background-image: url(https://weiterbildung.veb.ch/hubfs/veb_july_2021/hamburger-white.svg); */
    }
  }
}

@media (max-width: 1650px) {  
  header.header .header__logo #hs_cos_wrapper_site_logo {
    margin-bottom: -2px;
  }
  
  .header__logo.header__logo--main {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  header.header .header__logo #hs_cos_wrapper_site_logo img {
    width: 164px !important;
  }
}
/*========= Footer Section =========*/

/* 2024 */

footer.footer {
  position: relative;
}

footer.footer a {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
}

footer.footer ul[role="menu"] {
  font-family: bold;
}

footer.footer .social-links-wrapper {
  position: relative;
}

footer.footer .social-links-wrapper img {
  transition: all 0.3s ease-in-out;
}

footer.footer form {
  background-color: #eaecee !important;
}

footer.footer form input.hs-button[type="submit"] {
  background-color: black;
  border: black;
  border-radius: 0;
  border: 2px var(--black) solid !important;
  padding: 21px 50px;
  min-width: unset;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

footer.footer form input.hs-button[type="submit"]:hover {
  color: var(--black);
  background-color: transparent !important;
  border: 2px var(--black) solid !important;
}

footer.footer .social-links-wrapper img.hover-img {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

footer.footer .social-links-wrapper:hover img.hover-img {
  visibility: visible;
  opacity: 1;
}

.footer-no-navigation .footer-top-sec .row-number-1.dnd-section>.row-fluid {
  gap: 70px;
  justify-content: flex-start;
}

/* responsive */

@media (max-width: 767px) {

  .footer-top-sec .row-number-1.dnd-section>.row-fluid{
    flex-direction: column;
    align-items: start;
  }

  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul {
    width: 100%;
    justify-content: start;
    padding: 0;
    margin-top: 30px;
  }

  footer.footer .hs_cos_wrapper.form-title {
    margin-top: 0 !important;
  }

  footer .footer-main {
    padding: 45px 0px 64px;
  }

  footer .widget-type-logo img {
    margin-bottom: 20px;
  }

  footer.footer .footer-main .hs_cos_wrapper.form-title {
    padding: 0;
    font-size: 18pt;
    line-height: 24pt;
  }

  footer.footer form.hs-form {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }

  footer.footer form.hs-form fieldset {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }

  .footer-main form.hs-form .hs-submit.hs_submit {
    position: static !important;
    width: 95% !important;
  }

  body .footer-main form.hs-form input[type=submit] {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16pt;
    line-height: 22pt;
    padding: 10px 30px;
    width: auto;
    float: left;
  }
  footer.footer form.hs-form{
    max-width: none !important;
  }

  form.hs-form .hs-fieldtype-radio ul {
    margin-bottom: 0;
  }

  .footer-main form.hs-form .hs-form-field.hs_email.hs-email {
    width: 100% !important;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  footer.footer .footer-main .span3.widget-span.widget-type-cell.dnd-column:last-child {
    width: 15%;
  }
  .footer-top-right ul, footer.footer .footer-main .span3.widget-span.widget-type-cell.dnd-column:last-child ul {
    justify-content: flex-start;
  }
}

/* 2024 */


.footer .footer-column-1-row-0-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.footer-main {
  background-color: var(--light-gray);
  padding: 85px 10px 64px;
}
.footer-top,
.footer-top-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-main ul li {
  list-style: none;
}
.footer-top-left {
  max-width: 66.218%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.218%;
  flex: 0 0 66.218%;
}
.footer-top-right ul,
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-top-right ul li:not(:last-child),
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-top-cols {
  max-width: 869px;
}
.footer-col p,
.footer-col ul li a {
  font-size: 18px;
  line-height: 30px;
}
.footer-top-form {
  margin: 48px 0px 0px;
}
.footer-top-form h4 {
  font-weight: 800;
}
.back-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
}
.back-to-top a {
  /*width: 77px;
  height: 77px;
  background-color: var(--primary-color);*/
  display: inline-block;
  vertical-align: bottom;
  border: 0px;
}

.back-to-top a img {
  vertical-align: bottom;
}
.footer-top-form h4 {
  font-weight: 800;
  margin: 0 0 27px;
}
.footer-bottom {
  margin: 50px 0px 0px;
}
.footer-middle-sec p {
  font-weight: 600;
}
.footer-col a:hover,
.footer-main ul li a:hover,
.footer-top-sec .row-depth-1.row-number-3.dnd-row p a:hover {
  border-color: var(--primary-color);
}
.footer-logo a,
.footer-bottom a,
.footer-top-sec .row-depth-1.row-number-5.dnd-row a {
  border-bottom: 0px;
}
footer.footer .container-fluid.footer__container.content-wrapper,
.footer .dnd-section > .row-fluid {
  max-width: 1480px !important;
}
footer.footer .footer-top-sec p {
  font-size: 18px;
  line-height: 30px;
}
footer.footer .hs_cos_wrapper.form-title {
  background: transparent;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin: 48px 0 0;
}
.footer-logo a, 
.footer-main ul li a, 
.footer-bottom a {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.footer-middle-sec a {
  border-bottom: 0px;
}

footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
  text-align: right;
  width: 29%;
}

footer.footer form.hs-form select.hs-input {
  max-width: 100%;
}
footer.footer form.hs-form {
  max-width: 67.57%;
}
.footer-middle-sec p {
  margin-top: 50px !important;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid::before,
.footer-top-sec .row-number-1.dnd-section > .row-fluid::after {
  display: none;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.footer-bottom p {
  font-weight: 600;
}
.footer-bottom p a {
  line-height: 28px;
}

.footer .hs-menu-item a[href]:hover {
  border-bottom: 1px solid var(--black);
}

@media (min-width: 767px) {
  .footer .footer-main .footer__container .form-columns-3 > .hs-form-field {
    margin-bottom: 8px !important;
  }  

  .footer .footer-main .footer__container .form-columns-3 .inputs-list {
    margin-bottom: 0px
  }

  .footer .footer-main .footer__container .form-columns-1 {
    margin-bottom: 70px;
  }

  /* making sure the form is in a grid */
  .footer .footer-main .footer__container .form-columns-3 > .hs-salutation.hs-form-field {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-right: 10px;
    margin-right: 0px;
  }

  .footer .footer-main .footer__container .form-columns-3 > .hs-firstname.hs-form-field,
  .footer .footer-main .footer__container .form-columns-3 > .hs-lastname.hs-form-field {
    flex: 0 0 auto;
    width: 25%;
    padding: 0px 10px;
    margin-right: 0px;
  }

  .footer .footer-main .footer__container .form-columns-1 > .hs-email.hs-form-field {
    flex: 0 0 auto;
    width: 41.66666667%;
    padding-right: 10px;
    margin-right: 0px;
  }

  .footer-main form.hs-form .hs-submit.hs_submit {
    position: absolute;
    right: 33.33333%;
    text-align: right;
    bottom: 20px;
    width: 25%;
    padding: 0px 10px;
  }

  footer.footer form.hs-form {
    max-width: 100%;
  }
  
  body .footer-main form.hs-form .actions > input[type="submit"] {
    font-size: 16pt;
    line-height: 22pt;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-main .footer__container .form-columns-3 > .hs-salutation.hs-form-field {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Theme
Custom Theme Css
*/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/






:root {
  --green: #00DA7A;
  --dark-green: #008F70;
  --orange: #FF021F;
  --light-red: #FF021F;
  --black: #000;
  --white: #FFF;
  --grey: #EAECEE;
  --container-max-width: calc(1480px + 20px);
  --container-max-width-xxl: calc(1220px + 20px);
  --container-max-width-xl: calc(1220px + 20px);
  --container-max-width-lg: calc(960px + 20px);
  --container-max-width-md: calc(720px + 20px);
  --container-max-width-sm: calc(540px + 20px);
}

.module-container {
  position: relative;
}

/* spacing */

.module-container {
  padding: 170px 0;
}

.top-buffer {
  padding-top: 100px;
}

.bottom-buffer {
  padding-bottom: 100px;
}

/* spacing */

@media (max-width: 1200px) {
  .module-container {
    padding: 75px 0 !important;
  }
  .top-buffer {
    padding-top: 50px;
  }
  .bottom-buffer {
    padding-bottom: 75px;
  }
}

@media (max-width: 768px) {
  .module-container {
    padding: 40px 0 !important;
  }
  .top-buffer {
    padding-top: 50px;
  }
  .bottom-buffer {
    padding-bottom: 75px;
  }
}

/* Typography */

@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, .content p {
    hyphens: auto !important;
    text-wrap: pretty;
  }
}

/* Buttons and links */

.link, span.link, div.link, a.link, html body span.link {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: var(--light-red);
  border-bottom: 2px solid var(--light-red);
}

.link:hover {
  color: var(--black);
  border-bottom: 2px solid var(--black);
}

.link-small {
  font-weight: light;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: var(--black);
  border-bottom: 2px solid var(--orange);
}

a.link-small:hover {
  border-color: var(--black);
}

a.none,
.konto-welante li.resp-tab-item .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
}
.btn, a.btn,
.konto-welante .login-register-outer input[type="submit"], body form input[type=submit].hs-button, input[type=submit].hs-button,
.cta_button.dark-cta {
  border: var(--dark-green) 2px solid;
  background-color: var(--dark-green);
  color: white;
  transition: all 0.2s ease-in;
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  min-width: 355px;
  text-align: center;
  cursor: pointer;
}

.btn.active, .btn:hover, a.btn.active, a.btn:hover, .btn:focus, #load-more:focus,
.konto-welante .login-register-outer input[type="submit"]:hover, body form input[type=submit].hs-button:hover, input[type=submit].hs-button:hover,
.cta_button.dark-cta:hover {
  color: var(--dark-green);
  background-color: transparent;
}

@media (max-width: 768px) {
  .btn, a.btn,
  .konto-welante .login-register-outer input[type="submit"], body form input[type=submit].hs-button, input[type=submit].hs-button,
  .cta_button.dark-cta {  
    font-size: 22px;
    line-height: 29px;
    padding: 10px 30px;
    min-width: 0px;
  }
}

a.rounded-cta {
  background-color: var(--black);
  color: var(--white);
  width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  /* -webkit-transform: rotate(-345deg); */
  -ms-transform: rotate(-345deg);
  transform: rotate(-345deg);
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0px;
  font-size: 53px;
  line-height: 48px;
  padding: 0px;
  min-width: unset;
  border-bottom: 0px;
  transition: all 0.2s ease-in;
}

a.rounded-cta:hover {
  background-color: var(--green);
}

a.rounded-cta span {
  font-size: 37px;
  line-height: 48px;
  color: var(--white);
  word-spacing: 100vw;
}

a.rounded-cta:hover {
  background-color: var(--green);
  color: var(--white);
}

strong > a {
  font-weight: bolder;
}

.tab,
.konto-welante li.resp-tab-item .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
  border: var(--black) 2px solid;
  padding: 20px 70px; 
  background-color: transparent;
  color: black;
  transition: all 0.2s ease-in;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.tab.resp-tab-active,
.tab.active {
  border: var(--dark-green) 2px solid;
  background-color: var(--dark-green);
  color: white;  
}

.konto-welante li.resp-tab-item.resp-tab-active .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
  border: var(--dark-green) 2px solid;
  padding: 20px 70px; 
  background-color: var(--dark-green);
  color: white;
}

.tab:hover,
.konto-welante li.resp-tab-item .resp-tab-item:hover,
#welante-navigation a.resp-tab-item:hover,
#welante-content a.resp-tab-item:hover {
  border-radius: 35px;
  background-color: var(--orange);
  border: var(--orange) 2px solid;
  color: white;
}


/* Welante Konto fix */
.konto-welante > div.container > div.page-center {
  padding-top: 10px;
  padding-bottom: 160px;
}
.konto-welante ul.resp-tabs-list,
#welante-navigation ul.resp-tabs-list,
#welante-content ul.resp-tabs-list{
  list-style: none;
  padding-inline: 0px;
  display: flex;
  flex-wrap: wrap;
}
.konto-welante ul.resp-tabs-list > li.resp-tab-item,
#welante-navigation ul.resp-tabs-list li.resp-tab-item,
#welante-content ul.resp-tabs-list li.resp-tab-item
{
  padding-right: 30px !important;
  padding-left: 0px !important;
  margin-bottom: 20px;
}
.konto-welante .login-register-outer input[type="submit"] {
  cursor: pointer;
  letter-spacing: normal;
}
.konto-welante form,
.konto-welante .form-title {
  background: unset !important;
}
.konto-welante ul.inputs-list {
  list-style: none;
}
.konto-welante ul.inputs-list > li input {
  margin-right: 10px;
}
.konto-welante .remarks-area textarea {
  width: 100%;
}

@media (max-width: 1200px) {
  a.rounded-cta {
    width: 250px;
    height: 250px;
    font-size: 43px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  a.rounded-cta {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1199px) {
  .tab, .btn, a.btn, body form input[type=submit].hs-button, input[type=submit].hs-button, .cta_button.dark-cta {  
    font-size: 20px;
    font-weight: 700;
    padding: 15px 50px;
    min-width: unset;
  }
}

@media (max-width: 576px) {
  .tab, .btn, a.btn, body form input[type=submit].hs-button, input[type=submit].hs-button, .cta_button.dark-cta {  
    padding: 10px 30px;
  }
}

.content p a:not(.btn), .content li a {
  border-bottom: 2px solid #ff021f;
  text-decoration: none;
  line-height: 25px
}

/* Buttons */

/* Blog Detail START */

.blog-detail {
  margin-top: 70px;
  margin-bottom: 170px;
}

.blog-detail .image-banner,
.blog-detail .image-banner .container-fluid{
  height: 510px;
}

.blog-detail .image-banner .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.blog-detail .image-banner img {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 200px;
  object-fit: cover;
}

.blog-detail .backButton {
  margin-top: 30px;
  font-weight: bold;
  border-bottom: 2px solid black;
  text-decoration: none;
  float: right;
}

.blog-detail .author {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
}

.blog-detail .author > div {
  display: inline-block;
}

.blog-detail .author .image {
  margin-bottom: 35px;
}

.blog-detail .author .image img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-detail .author .name {
  font-weight: bold;
}

.blog-detail .printPage {
  margin-top: 30px;
}

.blog-detail .printPage a {
  text-decoration: none;
  display: flex;
}

.blog-detail .printPage a img {
  width: 25px;
  height: 25px;
}

.blog-detail .printPage a span {
  margin-left: 10px;
}

.blog-detail .pageTitle {
  margin-bottom: 50px;
}

.blog-detail .otherPosts {
  margin-top: 100px;
  margin-bottom: 150px;
}

.blog-detail .otherPosts .post {
  position: relative;
  text-decoration: none;
}

.blog-detail .otherPosts .post .content {
  padding: 6px 60px;
}

.blog-detail .otherPosts .post .content .text-xl {
  margin-top: 30px;
}

.blog-detail .otherPosts .post .icon {
  position: absolute;
}

.blog-detail .otherPosts .post .icon .default,
.blog-detail .otherPosts .post .icon .hover {
  position: absolute;
  transform: all 0.3s;
}

.blog-detail .otherPosts .post .icon .hover {
  visibility: hidden;
}

.blog-detail .otherPosts .post:hover .icon .default {
  visibility: hidden;
}

.blog-detail .otherPosts .post:hover .icon .hover {
  visibility: visible;
}

.blog-detail .otherPosts .post.nextPost .icon,
.blog-detail .otherPosts .post.nextPost .icon .default,
.blog-detail .otherPosts .post.nextPost .icon .hover {
  top: 0;
  right: 0;
}

.blog-detail .otherPosts .post.nextPost .content {
  text-align: right;
}

.blog-detail .box {
}

.blog-detail .box .image {
  position: relative;
}

.blog-detail .box .image img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}

.blog-detail .box .image .tag {
  position: absolute;
  bottom: 8px;
  right: 0;
  padding: 10px 25px;
  background-color: black;
  color: white;
  border-top-left-radius: 27px;
}

.blog-detail .box .content {
  padding: 10px 60px 50px;
  border-left: 1px solid #CACBCC;
  border-bottom: 1px solid #CACBCC;
  border-right: 1px solid #CACBCC;
  margin-top: -8px; /* needs to be the same as the bottom value of .image .tag, just negative */
}

.blog-detail .box .content .date {
  margin-bottom: 20px;
}

.blog-detail .box .content .title {
  margin-bottom: 15px;
}

.blog-detail .box .content .text {
  margin-bottom: 40px;
}

/* Blog Detail END */

/* Member Area START */

.memberArea .menu {
  width: 100%;
  padding: 70px 50px 100px 50px;
  background-color: #008F70;
  border-bottom-right-radius: 200px;
  display: inline-block;
  color: white;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .memberArea .menu  {
    width: 120%;
  }

  .memberArea .menu ul li > a {
    line-height: 20px !important;
  }

  .memberArea .menu ul li.hs-menu-depth-1 {
    margin-bottom: 30px !important;
  }

  .memberArea .menu h4 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 5px !important;
  }

  .memberArea .menu .person {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 1400px) {
  .memberArea .menu  {
    padding: 70px 40px 100px 40px;
  }
}
@media (max-width: 1200px) {
  .memberArea .menu  {
    padding: 30px 30px 30px 30px;
  }
}

.memberArea .menu a {
  text-decoration: none;
  color: white;
}

.memberArea .menu h4 {
  color: white;
  margin-bottom: 5px;
}

.memberArea .menu .person {
  margin-bottom: 50px;
}

.memberArea .menu .btn {
  margin-top: 50px;
  background-color: #00DA7A;
  color: black;
  font-size: 22px;
  line-height: 22px;
  min-width: unset;
  padding: 8px 60px;
}
@media (max-width: 1400px) {
  .memberArea .menu .btn {
    padding: 8px 50px;
  }
}
@media (max-width: 1200px) {
  .memberArea .menu .btn {
    padding: 8px 40px;
  }
}
@media (max-width: 768px) {
  .memberArea .menu {
    border-bottom-right-radius: 130pt;
  }
  .memberArea .menu .btn {
    padding: 8px 30px;
  }
}

.memberArea .menu ul li > a {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.memberArea .menu ul li > a:hover {
  color: white;
  border-bottom: 2px solid white;
}

/* Could not find a solution with border bottom */
.hs-menu-depth-2 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  border: 0px !important;
}

.memberArea .menu ul li.hs-menu-depth-1 {
  margin-bottom: 20px;
}

.memberArea .menu ul li.hs-menu-depth-1 > ul {
  display: none;
  margin-top: 5px;
  transition; all 0.3s;
}

.memberArea .menu ul li.hs-menu-depth-1:hover > ul {
  display: block;
}

.memberArea .menu ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.memberArea .menu ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2::before {
  content: url(/hubfs/SwissAccounting_2024/Bilder/pfeil_subnavigation.svg);
  margin-right: 15px;
  filter: invert(100%) sepia(100%);
  transform: scale(0.8);
  display: inline-block;
  transform-origin: center;
}

.memberArea .menu ul li.hs-item-has-children {
  position: relative;
}

@media (max-width: 1200px) {
  .memberArea .menu ul li.hs-item-has-children::after {
    content: url(/hubfs/SwissAccounting_2024/Bilder/Icons/pfeil_dropdown.svg);
    position: absolute;
    filter: invert(100%) sepia(100%);
    display: inline-block;
    top: 0;
    right: 0;
  }
}

/* Member Area  END */



/* Blog Detail */
.blog-detail .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-detail  .content {
  position: relative;
  flex-grow: 1;
}

.blog-detail  .content > .text {
  padding-bottom: 30px;
}

.blog-detail  .link {
  position: absolute;
  bottom: 60px;
}

.blog-detail > .container >.row > div {
  margin-bottom: 40px
}

.memberArea .member-area-blog > .pageTitle {
  padding-top: 70px;
}

/* Mobile */
@media (max-width: 768px) {
  .container, .container-fluid {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 768px) {
  .blog-detail .image-banner, .blog-detail .image-banner .container-fluid {
    height: unset;    
  }

  .blog-detail .image-banner img {
    height: unset;
  }
  
  .blog-detail {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

/* Custom CTA Styling */
.centered-box-cta-link > strong:hover {
  color: var(--black);
  border-bottom: 2px solid var(--black);
}

.centered-box-cta-link > strong {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: var(--light-red);
  border-bottom: 2px solid var(--light-red);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* button */
.konto-welante li.resp-tab-item .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
	text-decoration: none;
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
}

.konto-welante .login-register-outer input[type="submit"], body form input[type=submit].hs-button, input[type=submit].hs-button {
	border: var(--dark-green) 2px solid;
	background-color: var(--dark-green);
	color: white;
	transition: all 0.2s ease-in;
	padding: 20px 50px;
	border-radius: 50px;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	min-width: 355px;
	text-align: center;
}

.konto-welante .login-register-outer input[type="submit"]:hover, body form input[type=submit].hs-button:hover, input[type=submit].hs-button:hover {
	color: var(--dark-green);
	background-color: transparent;
}

/* tab-button */
.konto-welante li.resp-tab-item .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
	border: var(--black) 2px solid;
	padding: 20px 70px; 
	background-color: transparent;
	color: black;
	transition: all 0.2s ease-in;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.konto-welante li.resp-tab-item.resp-tab-active .resp-tab-item,
#welante-navigation a.resp-tab-item,
#welante-content a.resp-tab-item {
	border: var(--dark-green) 2px solid;
	padding: 20px 70px; 
	background-color: var(--dark-green);
	color: white;
}

.konto-welante li.resp-tab-item .resp-tab-item:hover,
#welante-navigation a.resp-tab-item:hover,
#welante-content a.resp-tab-item:hover {
	border-radius: 35px;
	background-color: var(--orange);
	border: var(--orange) 2px solid;
	color: white;
}

/* Welante Konto */
.konto-welante > div.container > div.page-center {
	padding-top: 10px;
	padding-bottom: 160px;
}

.konto-welante ul.resp-tabs-list,
#welante-navigation ul.resp-tabs-list,
#welante-content ul.resp-tabs-list{
	list-style: none;
	padding-inline: 0px;
	display: flex;
	flex-wrap: wrap;
}

.konto-welante ul.resp-tabs-list > li.resp-tab-item,
#welante-navigation ul.resp-tabs-list li.resp-tab-item,
#welante-content ul.resp-tabs-list li.resp-tab-item
{
	padding-right: 30px !important;
	padding-left: 0px !important;
	margin-bottom: 20px;
}

.konto-welante .login-register-outer input[type="submit"] {
	cursor: pointer;
	letter-spacing: normal;
}

.konto-welante form,
.konto-welante .form-title {
	background: unset !important;
}

.konto-welante ul.inputs-list {
	list-style: none;
}

.konto-welante ul.inputs-list > li input {
	margin-right: 10px;
}


/* Welante Warenkorb */

.table-head-row {
    background-color: var(--grey);
    color: #000;
    display: flex;
    align-items: center;
    padding: 24px 50px 25px;
}

.table-head-col:first-child, .table-content-col:first-child {
    flex: 0 0 15%;
    max-width: 15%;
}

.table-head-col:nth-child(2), .table-content-col:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
}

.table-head-col:nth-child(3), .table-content-col:nth-child(3) {
    flex: 0 0 22%;
    max-width: 22%;
}

.table-head-col:nth-child(4), .table-content-col:nth-child(4) {
    flex: 0 0 20%;
    max-width: 20%;
}

.table-head-row p {
  margin: 0;
}

.table-content-row {
  background-color: #ffffff;
  padding: 24px 50px 25px;
  display: flex;
  border-bottom: 1px solid var(--black);
}

.table-head-col:first-child,
.table-content-col:first-child {
  flex: 0 0 15%;
  max-width: 15%;
}
.table-head-col:nth-child(2), 
.table-content-col:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.table-head-col:nth-child(3),
.table-content-col:nth-child(3) {
  flex: 0 0 22%;
  max-width: 22%;
  text-align: right;
}
.table-head-col:nth-child(4),
.table-content-col:nth-child(4) {
  flex: 0 0 13%;
  max-width: 13%;
  text-align: right;
}

span.cart-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: var(--black);
  text-decoration: none;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 17px;
  position: relative;
}
span.cart-close::before,
span.cart-close::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 11px;
  background-color: #fff;
  transform: rotate(45deg);
  margin: 0px -2px 2px 0;
}
span.cart-close::after {
  transform: rotate(-45deg);
  margin: 0 12px 2px 0;
}

.price-additions fieldset select, #basket-table select {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid var(--black);
    margin-top: 10px;
    font: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
    background-position: right 15px top 1em,right 10px top 1em;
    background-size: 5px 5px,5px 5px;
}

.cart-confirmation {
    padding: 30px 0px 0px;
}

.cart-confirmation label {
    display: flex;
    align-items: center;
}

a.cart-cancel {
    border: 0px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
  .table-content-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .table-content-row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  
}

/* Welante Warenkorb */

/* Welante Login */

.welante-account-navigation > .resp-tab-item >.resp-tab-item,
.login-register-outer > .resp-tab-list >.resp-tab-item,
.konto-welante li.resp-tab-item.resp-tab-active .resp-tab-item, #welante-navigation a.resp-tab-item, #welante-content a.resp-tab-item {
  display: block;
  width: auto;
}

@media (max-width: 767px) {  
  .welante-account-navigation > .resp-tab-item > .resp-tab-item,
  .login-register-outer > .resp-tab-list > .resp-tab-item,
  .konto-welante li.resp-tab-item.resp-tab-active .resp-tab-item, #welante-navigation a.resp-tab-item, #welante-content a.resp-tab-item,
  .konto-welante .login-register-outer input[type="submit"] {
    font-size: 20px;
    padding: 15px 30px;
  }
  
  .konto-welante ul.resp-tabs-list > li.resp-tab-item, #welante-navigation ul.resp-tabs-list li.resp-tab-item, #welante-content ul.resp-tabs-list li.resp-tab-item {
    margin-bottom: 0px !important;
  }
}

/* Welante Login */

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: 'Gilroy';
  src: url('//8295350.fs1.hubspotusercontent-eu1.net/hubfs/8295350/raw_assets/public/SwissAccounting_2024/Fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    }

@font-face {
  font-family: 'Gilroy';
  src: url('//8295350.fs1.hubspotusercontent-eu1.net/hubfs/8295350/raw_assets/public/SwissAccounting_2024/Fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
  font-family: 'Gilroy';
  src: url('//8295350.fs1.hubspotusercontent-eu1.net/hubfs/8295350/raw_assets/public/SwissAccounting_2024/Fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    }

body {
  font-family: 'Gilroy', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
}


p, span, div, li, a, form, label {
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

.lead, div.lead, span.lead, p.lead {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

/* text default :) */
.text-d, div.text-d, span.text-d, p.text-d {
  font-size: 18px;
	line-height: 28px;
}

.text-lg, div.text-lg, span.text-lg, p.text-lg {
  font-size: 20px;
	line-height: 30px;
}

.text-xl, div.text-xl, span.text-xl, p.text-xxl {
  font-size: 25px;
	line-height: 35px;
}

.text-xxl, div.text-xxl, span.text-xxl, p.text-xxl {
  font-size: 30px;
	line-height: 40px;
}

.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.light {
  font-weight: lighter !important;
}

@media (max-width: 767px) {
  .lead, div.lead, span.lead, p.lead {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  } 
  
  h1, h2, h3, h4, h5, .lead {
    margin-bottom: 15px;
  }
  
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  
  p {
    font-size: 17px;
    line-height: 26px;    
  }
}