@charset "UTF-8";
/*!
Theme Name: Lightweb Starter
Theme URI: http://underscores.me/
Author: Lightweb
Author URI: http://www.lightweb.se
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Lightweb Starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1400;
  --breakpoint-xl: 1600px;
}

.modal {
  z-index: 99999 !important;
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
  }
  .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.66666667%;
  }
  .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.1875rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.1875rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.375rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.125rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.125rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.25rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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.1875rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.1875rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.375rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.125rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.125rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.25rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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.1875rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.1875rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.375rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.125rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.125rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.25rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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.1875rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.1875rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.25rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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.1875rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.1875rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.25rem;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0.75rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 0.75rem;
  --bs-modal-header-padding-y: 0.75rem;
  --bs-modal-header-padding: 0.75rem 0.75rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

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

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

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

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  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.1875rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !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.1875rem !important;
  margin-bottom: 0.1875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.1875rem !important;
}

.m-n2 {
  margin: -0.375rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1.125rem !important;
}

.m-n5 {
  margin: -2.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.1875rem !important;
}

.gap-2 {
  gap: 0.375rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1.125rem !important;
}

.gap-5 {
  gap: 2.25rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.1875rem !important;
}

.row-gap-2 {
  row-gap: 0.375rem !important;
}

.row-gap-3 {
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  row-gap: 1.125rem !important;
}

.row-gap-5 {
  row-gap: 2.25rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.1875rem !important;
}

.column-gap-2 {
  column-gap: 0.375rem !important;
}

.column-gap-3 {
  column-gap: 0.75rem !important;
}

.column-gap-4 {
  column-gap: 1.125rem !important;
}

.column-gap-5 {
  column-gap: 2.25rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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.1875rem !important;
  }
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1.125rem !important;
  }
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !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.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-sm-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-sm-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !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.1875rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.375rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.125rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.1875rem !important;
  }
  .me-sm-2 {
    margin-right: 0.375rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1.125rem !important;
  }
  .me-sm-5 {
    margin-right: 2.25rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.125rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.1875rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.375rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.125rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1.125rem !important;
  }
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-sm-n5 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.375rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.125rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2.25rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.375rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.125rem !important;
  }
  .me-sm-n5 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.125rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.375rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.125rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2.25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1.125rem !important;
  }
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-sm-2 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-sm-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-sm-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-sm-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.1875rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.375rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.125rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.25rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.1875rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.375rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.125rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.125rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.1875rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.375rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.125rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.25rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.1875rem !important;
  }
  .gap-sm-2 {
    gap: 0.375rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1.125rem !important;
  }
  .gap-sm-5 {
    gap: 2.25rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.375rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.125rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2.25rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.375rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.125rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2.25rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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.1875rem !important;
  }
  .m-md-2 {
    margin: 0.375rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1.125rem !important;
  }
  .m-md-5 {
    margin: 2.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-md-2 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-md-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !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.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-md-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-md-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !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.1875rem !important;
  }
  .mt-md-2 {
    margin-top: 0.375rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1.125rem !important;
  }
  .mt-md-5 {
    margin-top: 2.25rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.1875rem !important;
  }
  .me-md-2 {
    margin-right: 0.375rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1.125rem !important;
  }
  .me-md-5 {
    margin-right: 2.25rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.375rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.125rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.1875rem !important;
  }
  .ms-md-2 {
    margin-left: 0.375rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1.125rem !important;
  }
  .ms-md-5 {
    margin-left: 2.25rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1.125rem !important;
  }
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-md-n5 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .my-md-n1 {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-md-n2 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-md-n5 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.1875rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.375rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.125rem !important;
  }
  .mt-md-n5 {
    margin-top: -2.25rem !important;
  }
  .me-md-n1 {
    margin-right: -0.1875rem !important;
  }
  .me-md-n2 {
    margin-right: -0.375rem !important;
  }
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  .me-md-n4 {
    margin-right: -1.125rem !important;
  }
  .me-md-n5 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.125rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.1875rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.375rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.125rem !important;
  }
  .ms-md-n5 {
    margin-left: -2.25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  .p-md-2 {
    padding: 0.375rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1.125rem !important;
  }
  .p-md-5 {
    padding: 2.25rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-md-2 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-md-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-md-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-md-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.1875rem !important;
  }
  .pt-md-2 {
    padding-top: 0.375rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1.125rem !important;
  }
  .pt-md-5 {
    padding-top: 2.25rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.1875rem !important;
  }
  .pe-md-2 {
    padding-right: 0.375rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1.125rem !important;
  }
  .pe-md-5 {
    padding-right: 2.25rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.375rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.125rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.25rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.1875rem !important;
  }
  .ps-md-2 {
    padding-left: 0.375rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1.125rem !important;
  }
  .ps-md-5 {
    padding-left: 2.25rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.1875rem !important;
  }
  .gap-md-2 {
    gap: 0.375rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1.125rem !important;
  }
  .gap-md-5 {
    gap: 2.25rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.375rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.125rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2.25rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.375rem !important;
  }
  .column-gap-md-3 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.125rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2.25rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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.1875rem !important;
  }
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1.125rem !important;
  }
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !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.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-lg-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-lg-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !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.1875rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.375rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.125rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.1875rem !important;
  }
  .me-lg-2 {
    margin-right: 0.375rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1.125rem !important;
  }
  .me-lg-5 {
    margin-right: 2.25rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.125rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.1875rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.375rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.125rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1.125rem !important;
  }
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-lg-n5 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.375rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.125rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2.25rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.375rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.125rem !important;
  }
  .me-lg-n5 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.125rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.375rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.125rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2.25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1.125rem !important;
  }
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-lg-2 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-lg-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-lg-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-lg-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.1875rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.375rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.125rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.25rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.1875rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.375rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.125rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.125rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.1875rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.375rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.125rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.25rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.1875rem !important;
  }
  .gap-lg-2 {
    gap: 0.375rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1.125rem !important;
  }
  .gap-lg-5 {
    gap: 2.25rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.375rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.125rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2.25rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.375rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.125rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2.25rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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.1875rem !important;
  }
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1.125rem !important;
  }
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !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.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-xl-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xl-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !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.1875rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.375rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.125rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.1875rem !important;
  }
  .me-xl-2 {
    margin-right: 0.375rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1.125rem !important;
  }
  .me-xl-5 {
    margin-right: 2.25rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.1875rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.375rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.125rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1.125rem !important;
  }
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-xl-n5 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.375rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.125rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2.25rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.375rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.125rem !important;
  }
  .me-xl-n5 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.125rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.375rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.125rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2.25rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1.125rem !important;
  }
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-xl-2 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xl-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-xl-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xl-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.1875rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.375rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.125rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.25rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.1875rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.375rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.125rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.1875rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.375rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.125rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.25rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.1875rem !important;
  }
  .gap-xl-2 {
    gap: 0.375rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1.125rem !important;
  }
  .gap-xl-5 {
    gap: 2.25rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2.25rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2.25rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: 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.1875rem !important;
  }
  .m-xxl-2 {
    margin: 0.375rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1.125rem !important;
  }
  .m-xxl-5 {
    margin: 2.25rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !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.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !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.1875rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.375rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.125rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.1875rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.375rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.125rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.1875rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.1875rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.375rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.125rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.1875rem !important;
  }
  .m-xxl-n2 {
    margin: -0.375rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1.125rem !important;
  }
  .m-xxl-n5 {
    margin: -2.25rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.1875rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.375rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.125rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2.25rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.1875rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.375rem !important;
  }
  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.125rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2.25rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.375rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.125rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2.25rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.1875rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.375rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.125rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2.25rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.1875rem !important;
  }
  .p-xxl-2 {
    padding: 0.375rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1.125rem !important;
  }
  .p-xxl-5 {
    padding: 2.25rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xxl-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.1875rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.375rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.125rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.25rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.1875rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.375rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.125rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.1875rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.1875rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.375rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.125rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.25rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.1875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.375rem !important;
  }
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1.125rem !important;
  }
  .gap-xxl-5 {
    gap: 2.25rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2.25rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 2.25rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "opensans";
  src: url("./../fonts/opensans/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  font-size: 100%;
}

body,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Arial", sans-serif;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  clear: both;
  color: #004f71;
  font-family: "Arial", serif;
  font-weight: bold;
  margin: 0 0 20px;
}

h1 {
  font-size: 2em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media all and (min-width: 767px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
        and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
@media all and (min-width: 767px) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media all and (min-width: 992px) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
@media all and (min-width: 767px) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media all and (min-width: 992px) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.25;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media all and (max-width: 767px) {
  p.has-large-font-size {
    font-size: 24px;
  }
}

a {
  font-family: "Arial", sans-serif;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: "Arial", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 20px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.lightweb {
  /* Hero - Subhero */
  /* Override */
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /*! Flickity v2.2.1
  https://flickity.metafizzy.co
  ---------------------------------------------- */
  /* draggable */
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */
  /* Flickity fullscreen v1.0.1
  ------------------------- */
  /* prevent page scrolling when flickity is fullscreen */
  /* ---- flickity-fullscreen-button ---- */
  /* right-to-left */
  /**
   * SELECTION WRAPPER
   */
  /**
   * IMAGE FLOATING ZOOM
   */
  /**
   * IMAGE FLOATING ICONS
   */
  /**
   * SELECTION GUIDE MENU
   */
  /**
   * GLOBAL NUMBER ICONS
   */
  /** * SELECTION GUIDE MODAL WINDOWS */
}
.lightweb a {
  color: #004f71;
  text-decoration: none;
}
.lightweb a:not([href]):not([class]) {
  color: #004f71;
}
.lightweb a:not([href]):not([class]):hover, .lightweb a:not([href]):not([class]):focus, .lightweb a:not([href]):not([class]):active {
  color: #0073a4;
  text-decoration: none;
}
p .lightweb a {
  color: #004f71;
}
.lightweb a:hover, .lightweb a:focus, .lightweb a:active {
  color: #0073a4;
  text-decoration: none;
}
.lightweb a:focus {
  outline: thin dotted;
}
.lightweb a:hover, .lightweb a:active {
  outline: 0;
}
.lightweb *,
.lightweb *:before,
.lightweb *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.lightweb .ml-auto {
  margin-left: auto;
}
.lightweb .text-orange {
  color: #ff671f;
}
.lightweb hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}
.lightweb ul,
.lightweb ol {
  margin: 0 0 20px;
}
.lightweb ul {
  list-style: disc;
}
.lightweb ol {
  list-style: decimal;
}
.lightweb li > ul,
.lightweb li > ol {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
}
.lightweb dt {
  font-weight: bold;
}
.lightweb dd {
  margin: 0 24px 24px;
}
.lightweb input[type=text],
.lightweb input[type=email],
.lightweb input[type=url],
.lightweb input[type=password],
.lightweb input[type=search],
.lightweb input[type=number],
.lightweb input[type=tel],
.lightweb input[type=range],
.lightweb input[type=date],
.lightweb input[type=month],
.lightweb input[type=week],
.lightweb input[type=time],
.lightweb input[type=datetime],
.lightweb input[type=datetime-local],
.lightweb input[type=color],
.lightweb textarea {
  -webkit-appearance: none;
  -webkit-border-radius: inherit;
}
.lightweb .btn-drop {
  position: relative;
  padding-right: 30px;
}
.lightweb .btn-drop:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: top 0.1s;
}
.lightweb .btn-primary {
  background-color: #004f71;
  border: 2px solid #004f71;
  color: #fff;
}
.lightweb .btn-primary:hover {
  background-color: #002b3e;
  border-color: #002b3e;
  color: #fff;
}
.lightweb .btn-secondary {
  background-color: transparent;
  border: 2px solid #004f71;
  color: #004f71;
}
.lightweb .btn-secondary:hover {
  background-color: #004f71;
  color: #fff;
}
.lightweb .btn-secondary-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.lightweb .btn-secondary-white:hover {
  background-color: #ffffff;
  color: #004f71;
}
.lightweb .btn-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #004f71;
}
.lightweb .btn-white:hover {
  background-color: #e6e6e6;
  color: #004f71;
}
.lightweb .btn-red {
  background-color: #710000;
  border: 2px solid #710000;
  color: #ffffff;
}
.lightweb .btn-red:hover {
  background-color: #3e0000;
  color: #ffffff;
}
.lightweb .btn-orange {
  background-color: #ff671f;
  border-color: #ff671f;
  color: #fff;
}
.lightweb .btn-orange:hover {
  background-color: #eb4c00;
  color: #fff;
}
.lightweb .btn-blue {
  background-color: #004f71;
  border-color: #004f71;
  color: #fff;
}
.lightweb .btn-blue:hover {
  background-color: #002b3e;
  color: #fff;
}
.lightweb .btn {
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lightweb .btn:not(.btn-sm) {
  font-size: 0.9rem;
}
.lightweb .btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  background: #888b8d !important;
  color: #333 !important;
  border-color: #888b8d;
}
.lightweb .btn[target=_blank] {
  position: relative;
}
.lightweb .btn[target=_blank] span {
  position: relative;
}
.lightweb .btn[target=_blank] span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -24px;
  background: url(./../static/images/icons/icon-target-blank.svg) no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}
.lightweb .btn.icon-down-blue {
  padding-right: 32px;
  position: relative;
}
.lightweb .btn.icon-down-blue:after {
  content: "";
  background: url(./../static/images/icons/downarrow-blue.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 8px;
  width: 0.8rem;
  height: 0.5rem;
  display: block;
}
.lightweb .btn.icon-erase {
  padding-right: 32px;
  position: relative;
}
.lightweb .btn.icon-erase:after {
  content: "";
  background: url(./../static/images/icons/icon-trash-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.55rem);
  right: 8px;
  width: 0.9rem;
  height: 1.1rem;
  display: block;
}
.lightweb .btn.icon-arrow {
  padding-right: 32px;
  position: relative;
}
.lightweb .btn.icon-arrow:after {
  content: "";
  background: url(./../static/images/icons/icon-right-arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.5rem;
  width: 0.89375rem;
  height: 1.09375rem;
  display: block;
}
.lightweb .wp-block-button.btn .wp-block-button__link {
  background-color: transparent !important;
  color: inherit !important;
  border: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  display: initial !important;
  font-size: inherit !important;
  padding: 0 !important;
  text-align: inherit !important;
  text-decoration: none;
  overflow-wrap: break-word;
}
.lightweb .read-more {
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.lightweb .read-more:after {
  content: "";
  background: url(./../static/images/icons/icon-right-arrow-blue.svg) no-repeat;
  background-size: contain;
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  top: 5px;
  right: -1.8rem;
}
.lightweb .read-more.black {
  color: #000000;
}
.lightweb .read-more.black:after {
  background: url(./../static/images/icons/icon-right-arrow-black.svg) no-repeat;
  background-size: contain;
}
.lightweb .read-more.white {
  color: #ffffff;
}
.lightweb .read-more.white:after {
  background: url(./../static/images/icons/icon-right-arrow-white.svg) no-repeat;
  background-size: contain;
}
.lightweb .read-more.orange {
  color: #ff671f;
}
.lightweb .read-more.orange:after {
  background: url(./../static/images/icons/icon-right-arrow-orange.svg) no-repeat;
  background-size: contain;
}
.lightweb .read-more.lg {
  text-transform: uppercase;
  font-size: 1.25rem;
}
.lightweb .read-more.lg:after {
  top: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
}
.lightweb .btn-sm {
  text-transform: none;
}
.lightweb .btn-sm[target=_blank] {
  padding-right: 20px;
}
.lightweb .btn-half-round {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 0.8rem;
  border-radius: 10px 50px 50px 10px;
  font-weight: bold;
  padding: 8px;
  cursor: pointer;
}
.lightweb .btn-half-round::selection {
  background: transparent;
}
.lightweb .button-wrapper {
  display: flex;
}
.lightweb .button-wrapper.center {
  justify-content: center;
}
.lightweb #compare-notis {
  position: fixed;
  z-index: 1999;
  right: -70px;
  top: 200px;
  width: 55px;
  height: 55px;
  background: #fff url(./../static/images/icons/icon-compare.svg) no-repeat center;
  background-size: 50%;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.4);
  cursor: pointer;
  border: 2px solid transparent;
  transition: box-shadow 0.2s, border-color 0.4s, right 0.2s;
}
@media all and (max-width: 767px) {
  .lightweb #compare-notis {
    width: 40px;
    height: 40px;
    top: calc(100% - 140px);
  }
}
.lightweb #compare-notis.active {
  right: 0;
}
.lightweb #compare-notis:hover {
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.1);
  border-color: rgba(0, 79, 113, 0.3);
}
.lightweb .compare-number {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff671f;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: bold;
  transition: width 0.2s, height 0.2s, top 0.2s, left 0.2s;
}
@media all and (max-width: 767px) {
  .lightweb .compare-number {
    width: 18px;
    height: 18px;
    top: -6px;
    left: -6px;
  }
}
.lightweb .compare-number.expand {
  width: 28px;
  height: 28px;
  top: -14px;
  left: -14px;
}
@media all and (max-width: 767px) {
  .lightweb .compare-number.expand {
    width: 22px;
    height: 22px;
    top: -8px;
    left: -8px;
  }
}
.lightweb .compare-product {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.lightweb .compare-product-checkbox {
  position: absolute;
  left: -100000000px;
}
.lightweb .compare-product-checkbox + label {
  display: flex;
  align-items: center;
}
.lightweb .compare-product-checkbox + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #888b8d;
  margin-left: 4px;
}
.lightweb .compare-product-checkbox:checked + label:after {
  background: #ff671f url(./../static/images/icons/icon-checkmark-white.svg) no-repeat center;
  background-size: 85%;
  border-color: #ff671f;
}
.lightweb .compare-label span {
  font-weight: bold;
  font-size: 0.7rem;
  color: #000000;
}
.lightweb .page-sub-ttile {
  color: #000000;
  font-size: 1.4rem;
}
.lightweb .remove-compare {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff url(./../static/images/menu-cross.svg) no-repeat center;
  background-size: 60%;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  box-shadow: 0 3px 3px rgba(231, 231, 242, 0.9);
  cursor: pointer;
}
.lightweb .product-to-compare h4 {
  color: #000000;
}
.lightweb .product-attributes {
  text-align: left;
  font-size: 0.9rem;
}
.lightweb .product-attributes .woocommerce-product-attributes-item {
  box-shadow: 1px 1px 0 1px #fff, 1px 2px 0 1px #d4d8da;
}
.lightweb #compare-container {
  overflow: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  width: 100%;
  flex-flow: nowrap;
}
.lightweb #compare-container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb #compare-container::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb #compare-container::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb #compare-container::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
@media all and (max-width: 992px) {
  .lightweb #compare-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.lightweb #compare-container li.product {
  width: calc(25% - 1rem);
  min-width: 290px;
  color: #000000 !important;
}
.lightweb .no-products {
  padding: 5rem 1rem;
  color: #000000;
  background: #ececec;
  text-align: center;
}
.lightweb.error404 .breadcrumbs-wrapper .py-2 {
  padding: 0px !important;
}
.lightweb #primary-error {
  background-color: #003e58;
}
.lightweb.error404 .breadcrumbs {
  display: none;
}
.lightweb .error-404 .page-header {
  max-width: 70rem;
}
.lightweb .error-404 .page-header h2 {
  color: #FF671F;
  font-weight: 700;
  font-size: 80px;
}
.lightweb .error-404 .page-header h1 {
  color: #fff;
  font-weight: 300;
  font-size: 80px;
  text-transform: initial;
}
.lightweb .error-404 .preamble {
  font-size: 24px;
  color: #fff;
  max-width: 42rem;
}
@media (max-width: 781px) {
  .lightweb .error-404 .page-header h1 {
    font-size: 42px;
  }
  .lightweb .error-404 .preamble {
    font-size: 18px;
  }
}
.lightweb .error-404 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.lightweb .error-404 ul {
  padding-left: 0px;
  margin: 1rem 0 !important;
}
.lightweb .error-404 ul li {
  color: #fff;
  list-style: none;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.lightweb .error-404 ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/arrow-right.svg");
  position: relative;
  top: 6px;
}
.lightweb .error-404 ul li a {
  text-decoration: underline;
  color: #fff;
}
.lightweb .error-404 ul li a:hover {
  color: #FF671F;
}
.lightweb .error-404 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/spray.png");
  background-position: 70% 70%;
  background-repeat: no-repeat;
}
@media (max-width: 781px) {
  .lightweb .error-404 {
    background-position: 90% 90%;
  }
}
.lightweb .hero-block {
  display: flex;
  padding: 1rem;
  background-color: rgba(255, 103, 31, 0.5);
  gap: 1.5rem;
  margin: 2rem 0;
  width: 100%;
}
.lightweb .hero-block .hero-block-col1 {
  aspect-ratio: 1/1;
  height: 128px;
  min-width: 128px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 781px) {
  .lightweb .hero-block .hero-block-col1 {
    height: 64px;
    min-width: 64px;
  }
}
.lightweb .hero-block .hero-block-col1 img {
  max-width: fit-content;
  position: absolute;
  top: 50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightweb .hero-block .hero-block-col2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lightweb .hero-block .hero-block-col2 .block-cat {
  background-color: rgb(255, 103, 31);
  color: #fff;
  width: fit-content;
  font-weight: 900;
  padding: 0 0.5rem;
}
@media (max-width: 781px) {
  .lightweb .hero-block .hero-block-col2 .block-cat {
    font-size: 12px;
  }
}
.lightweb .hero-block .hero-block-col2 .block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 781px) {
  .lightweb .hero-block .hero-block-col2 .block-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.lightweb .hero-block .hero-block-col2 .block-text {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 781px) {
  .lightweb .hero-block .hero-block-col2 .block-text {
    display: none;
  }
}
.lightweb .hero-block .hero-block-col2 .block-read-more {
  margin-top: auto;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.lightweb .lightweb .dc-swosh-wrapper {
  align-items: start !important;
}
.lightweb .hero .flickity-button {
  display: none !important;
}
.lightweb .hero .carousel {
  height: 200px !important;
}
@media all and (max-width: 767px) {
  .lightweb .tab-mobile:not(.active) {
    display: none;
  }
}
.lightweb .filter-wrapper {
  background: #f0f1f1;
}
.lightweb .filter-wrapper h3 {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .lightweb .filter-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.lightweb ul.catalogue-container {
  list-style: none;
  height: 260px;
  overflow: auto;
  padding-bottom: 0.625rem;
  padding-left: 0;
  margin: 0.5rem 0 0 0;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding-right: 4px;
}
.lightweb ul.catalogue-container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb ul.catalogue-container::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb ul.catalogue-container::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb ul.catalogue-container::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb ul.catalogue-container::-webkit-scrollbar {
  width: 6px;
}
.lightweb ul.catalogue-container li {
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d4d8da;
}
.lightweb ul.catalogue-container .attachment-download-link {
  padding: 6px;
}
.lightweb ul.catalogue-container .attachment-download-link:before {
  margin-right: 0;
  background-position: center;
  background-size: 80%;
}
.lightweb .filter-item {
  font-size: 0.875rem;
  font-weight: bold;
}
.lightweb .search-field-wrapper {
  position: relative;
  width: 100%;
}
.lightweb .search-field-wrapper input {
  font-size: 0.8rem;
  width: 100%;
  padding: 4px 18px 4px 4px;
}
.lightweb .clear-search-field {
  position: absolute;
  top: 3px;
  right: 4px;
  display: none;
}
.lightweb .clear-search-field.show {
  display: block;
}
.lightweb .fast-links {
  display: flex;
  align-items: baseline;
  overflow: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding-bottom: 1px;
  margin-bottom: 2px;
  width: 100%;
}
.lightweb .fast-links::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .fast-links::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .fast-links::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .fast-links::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb .fast-links::-webkit-scrollbar {
  height: 3px;
}
.lightweb .fast-links span {
  font-weight: bold;
  margin-right: 0.25rem;
}
.lightweb .fast-links a {
  font-size: 0.9rem;
  background: #eaeaea;
  color: #444;
  border-radius: 100px;
  padding: 4px 8px;
  margin: 0 2px 4px 0;
  white-space: nowrap;
}
.lightweb .fast-links a:hover {
  background: #f0f0f5;
}
.lightweb .request-form-wrapper {
  background: #ffffff;
}
.lightweb .request-form-wrapper br {
  display: none;
}
.lightweb .request-form-wrapper label {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.lightweb #requestModal .close-modal {
  top: 30px;
  right: 0;
}
.lightweb #thanks-cf7 {
  display: none;
}
.lightweb .show-output #thanks-cf7 {
  display: block;
}
.lightweb .show-output #thanks-cf7 h3 {
  color: #ffffff !important;
}
.lightweb .show-output .wpcf7 {
  display: none;
}
.lightweb .label-name {
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
.lightweb .request-page-field {
  padding: 0.5rem;
  width: 100%;
}
.lightweb #r-title {
  font-size: 1.125rem;
}
.lightweb label.acceptance .wpcf7-list-item {
  margin-left: 0;
}
.lightweb label.acceptance label {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.lightweb label.acceptance label input {
  margin-right: 0.5rem;
}
.lightweb label.newsletter_label .wpcf7-list-item {
  margin-left: 0px;
}
.lightweb label.newsletter_label label {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
.lightweb .r-header {
  font-weight: bold;
  width: 100%;
  background: #ececec;
}
.lightweb .r-header label {
  width: 49%;
}
.lightweb .r-header label input {
  padding: 0;
  background: none !important;
  color: #004f71 !important;
}
.lightweb .r-header h3 {
  width: 100%;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #000000;
}
.lightweb .r-header .request-page-field {
  border: none;
  color: #000000;
  font-weight: bold;
}
.lightweb .r-header .request-page-field:not(:first-child) {
  margin-left: 8px;
}
.lightweb .full-slider:after,
.lightweb .full-slider-dots:after,
.lightweb .slider:after {
  content: "flickity";
  display: none;
}
.lightweb .lightweb .carousel-image {
  top: auto !important;
}
.lightweb .cards-wrapper {
  background: #f0f0f0;
}
.lightweb .card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}
.lightweb .card-item img {
  object-fit: cover;
  object-position: top;
  height: 260px;
  width: 100%;
  border-radius: 0;
}
.lightweb .card-item .card-body {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #ececec;
  border-top: none;
  padding: 0.9375rem;
  flex: 1 1 auto;
}
.lightweb .card-item h3.card-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 1300px) {
  .lightweb .card-item h3.card-title {
    font-size: 1rem;
  }
}
.lightweb .card-item p.card-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.lightweb .card-item:hover .card-body:after {
  right: 12px;
}
.lightweb .card-item:hover .lw-overlay {
  opacity: 0.5;
}
.lightweb .card-meta {
  display: flex;
  align-items: baseline;
}
.lightweb .card-meta * {
  font-size: 0.6875rem !important;
  font-weight: normal !important;
  color: #888b8d !important;
  margin: 1.5rem 0.25rem 0.5rem 0;
}
.lightweb .cards-wrapper .card-item {
  width: 460px;
  margin-right: 10px;
  min-width: 310px;
}
@media all and (max-width: 1300px) {
  .lightweb .cards-wrapper .card-item {
    min-width: 320px;
  }
}
@media all and (max-width: 992px) {
  .lightweb .cards-wrapper .card-item {
    width: 320px;
  }
}
.lightweb .cards-wrapper .card-body {
  padding: 0.9375rem 3.4375rem 0.9375rem 0.9375rem;
}
.lightweb .cards-wrapper .card-body:after {
  position: absolute;
  top: calc(50% - 13px);
  right: 0.9375rem;
  content: "";
  background: url(./../static/images/icons/icon-right-arrow-blue.svg) no-repeat center;
  background-size: contain;
  height: 1.625rem;
  width: 1.625rem;
  display: block;
  transition: right 0.2s;
}
.lightweb .inherit .card-item {
  height: inherit;
}
.lightweb .dc-worldwide .office-region {
  padding: 15px;
}
.lightweb .dc-worldwide .office-region .office-group {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.lightweb .dc-worldwide .office-region .office-group .office {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .lightweb .dc-worldwide .office-region .office-group .office {
    width: 100%;
  }
}
.lightweb .dc-worldwide .office-region .office-group .office h3,
.lightweb .dc-worldwide .office-region .office-group .office p {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
}
.lightweb .dc-worldwide .office-region .office-group .office h3 span,
.lightweb .dc-worldwide .office-region .office-group .office p span {
  display: block;
}
.lightweb .dc-worldwide .dc-loader-nohide {
  position: absolute;
  top: 25%;
  opacity: 0;
}
.lightweb .dc-worldwide .dc-loader-nohide.active {
  opacity: 1;
}
.lightweb .dc-worldwide svg .cls-1 {
  fill: #b2b2b2;
}
.lightweb .dc-worldwide svg [data-region=europe] path {
  fill: #004f71;
}
.lightweb .dc-worldwide svg [data-region=asia] path,
.lightweb .dc-worldwide svg [data-region=oceania] path,
.lightweb .dc-worldwide svg [data-region=northamerica] path {
  fill: #266986;
}
.lightweb .dc-worldwide svg [data-region=africa] path {
  fill: #33728e;
}
.lightweb .dc-worldwide svg [data-region=southamerica] path {
  fill: #4d849c;
}
.lightweb .dc-worldwide svg g:hover path {
  fill: #f60;
}
.lightweb .dc-worldwide svg g,
.lightweb .dc-worldwide svg path {
  cursor: pointer;
}
.lightweb .famfamfam-flags {
  background: url(./../static/images/famfamfam-flags.png) no-repeat;
  background-size: 224px 199px;
}
.lightweb .famfamfam-flags.me {
  width: 16px;
  height: 12px;
  background-position: 0 0;
}
.lightweb .famfamfam-flags.ky {
  width: 16px;
  height: 11px;
  background-position: -16px 0;
}
.lightweb .famfamfam-flags.af {
  width: 16px;
  height: 11px;
  background-position: 0 -12px;
}
.lightweb .famfamfam-flags.ag {
  width: 16px;
  height: 11px;
  background-position: -16px -12px;
}
.lightweb .famfamfam-flags.ai {
  width: 16px;
  height: 11px;
  background-position: -32px 0;
}
.lightweb .famfamfam-flags.al {
  width: 16px;
  height: 11px;
  background-position: -32px -11px;
}
.lightweb .famfamfam-flags.am {
  width: 16px;
  height: 11px;
  background-position: 0 -23px;
}
.lightweb .famfamfam-flags.an {
  width: 16px;
  height: 11px;
  background-position: -16px -23px;
}
.lightweb .famfamfam-flags.ao {
  width: 16px;
  height: 11px;
  background-position: -32px -23px;
}
.lightweb .famfamfam-flags.ar {
  width: 16px;
  height: 11px;
  background-position: 0 -34px;
}
.lightweb .famfamfam-flags.as {
  width: 16px;
  height: 11px;
  background-position: -16px -34px;
}
.lightweb .famfamfam-flags.at {
  width: 16px;
  height: 11px;
  background-position: -32px -34px;
}
.lightweb .famfamfam-flags.au {
  width: 16px;
  height: 11px;
  background-position: -48px 0;
}
.lightweb .famfamfam-flags.aw {
  width: 16px;
  height: 11px;
  background-position: -48px -11px;
}
.lightweb .famfamfam-flags.ax {
  width: 16px;
  height: 11px;
  background-position: -48px -22px;
}
.lightweb .famfamfam-flags.az {
  width: 16px;
  height: 11px;
  background-position: -48px -33px;
}
.lightweb .famfamfam-flags.ba {
  width: 16px;
  height: 11px;
  background-position: 0 -45px;
}
.lightweb .famfamfam-flags.bb {
  width: 16px;
  height: 11px;
  background-position: -16px -45px;
}
.lightweb .famfamfam-flags.bd {
  width: 16px;
  height: 11px;
  background-position: -32px -45px;
}
.lightweb .famfamfam-flags.be {
  width: 16px;
  height: 11px;
  background-position: -48px -45px;
}
.lightweb .famfamfam-flags.bf {
  width: 16px;
  height: 11px;
  background-position: -64px 0;
}
.lightweb .famfamfam-flags.bg {
  width: 16px;
  height: 11px;
  background-position: -64px -11px;
}
.lightweb .famfamfam-flags.bh {
  width: 16px;
  height: 11px;
  background-position: -64px -22px;
}
.lightweb .famfamfam-flags.bi {
  width: 16px;
  height: 11px;
  background-position: -64px -33px;
}
.lightweb .famfamfam-flags.bj {
  width: 16px;
  height: 11px;
  background-position: -64px -44px;
}
.lightweb .famfamfam-flags.bm {
  width: 16px;
  height: 11px;
  background-position: 0 -56px;
}
.lightweb .famfamfam-flags.bn {
  width: 16px;
  height: 11px;
  background-position: -16px -56px;
}
.lightweb .famfamfam-flags.bo {
  width: 16px;
  height: 11px;
  background-position: -32px -56px;
}
.lightweb .famfamfam-flags.br {
  width: 16px;
  height: 11px;
  background-position: -48px -56px;
}
.lightweb .famfamfam-flags.bs {
  width: 16px;
  height: 11px;
  background-position: -64px -56px;
}
.lightweb .famfamfam-flags.bt {
  width: 16px;
  height: 11px;
  background-position: 0 -67px;
}
.lightweb .famfamfam-flags.bv {
  width: 16px;
  height: 11px;
  background-position: -16px -67px;
}
.lightweb .famfamfam-flags.bw {
  width: 16px;
  height: 11px;
  background-position: -32px -67px;
}
.lightweb .famfamfam-flags.by {
  width: 16px;
  height: 11px;
  background-position: -48px -67px;
}
.lightweb .famfamfam-flags.bz {
  width: 16px;
  height: 11px;
  background-position: -64px -67px;
}
.lightweb .famfamfam-flags.ca {
  width: 16px;
  height: 11px;
  background-position: -80px 0;
}
.lightweb .famfamfam-flags.catalonia {
  width: 16px;
  height: 11px;
  background-position: -80px -11px;
}
.lightweb .famfamfam-flags.cc {
  width: 16px;
  height: 11px;
  background-position: -80px -22px;
}
.lightweb .famfamfam-flags.cd {
  width: 16px;
  height: 11px;
  background-position: -80px -33px;
}
.lightweb .famfamfam-flags.cf {
  width: 16px;
  height: 11px;
  background-position: -80px -44px;
}
.lightweb .famfamfam-flags.cg {
  width: 16px;
  height: 11px;
  background-position: -80px -55px;
}
.lightweb .famfamfam-flags.zm {
  width: 16px;
  height: 11px;
  background-position: -80px -66px;
}
.lightweb .famfamfam-flags.ci {
  width: 16px;
  height: 11px;
  background-position: 0 -78px;
}
.lightweb .famfamfam-flags.ck {
  width: 16px;
  height: 11px;
  background-position: -16px -78px;
}
.lightweb .famfamfam-flags.cl {
  width: 16px;
  height: 11px;
  background-position: -32px -78px;
}
.lightweb .famfamfam-flags.cm {
  width: 16px;
  height: 11px;
  background-position: -48px -78px;
}
.lightweb .famfamfam-flags.cn {
  width: 16px;
  height: 11px;
  background-position: -64px -78px;
}
.lightweb .famfamfam-flags.co {
  width: 16px;
  height: 11px;
  background-position: -80px -78px;
}
.lightweb .famfamfam-flags.cr {
  width: 16px;
  height: 11px;
  background-position: -96px 0;
}
.lightweb .famfamfam-flags.cs {
  width: 16px;
  height: 11px;
  background-position: -96px -11px;
}
.lightweb .famfamfam-flags.cu {
  width: 16px;
  height: 11px;
  background-position: -96px -22px;
}
.lightweb .famfamfam-flags.cv {
  width: 16px;
  height: 11px;
  background-position: -96px -33px;
}
.lightweb .famfamfam-flags.cx {
  width: 16px;
  height: 11px;
  background-position: -96px -44px;
}
.lightweb .famfamfam-flags.cy {
  width: 16px;
  height: 11px;
  background-position: -96px -55px;
}
.lightweb .famfamfam-flags.cz {
  width: 16px;
  height: 11px;
  background-position: -96px -66px;
}
.lightweb .famfamfam-flags.de {
  width: 16px;
  height: 11px;
  background-position: -96px -77px;
}
.lightweb .famfamfam-flags.dj {
  width: 16px;
  height: 11px;
  background-position: 0 -89px;
}
.lightweb .famfamfam-flags.dk {
  width: 16px;
  height: 11px;
  background-position: -16px -89px;
}
.lightweb .famfamfam-flags.dm {
  width: 16px;
  height: 11px;
  background-position: -32px -89px;
}
.lightweb .famfamfam-flags.do {
  width: 16px;
  height: 11px;
  background-position: -48px -89px;
}
.lightweb .famfamfam-flags.dz {
  width: 16px;
  height: 11px;
  background-position: -64px -89px;
}
.lightweb .famfamfam-flags.ec {
  width: 16px;
  height: 11px;
  background-position: -80px -89px;
}
.lightweb .famfamfam-flags.ee {
  width: 16px;
  height: 11px;
  background-position: -96px -89px;
}
.lightweb .famfamfam-flags.eg {
  width: 16px;
  height: 11px;
  background-position: 0 -100px;
}
.lightweb .famfamfam-flags.eh {
  width: 16px;
  height: 11px;
  background-position: -16px -100px;
}
.lightweb .famfamfam-flags.england {
  width: 16px;
  height: 11px;
  background-position: -32px -100px;
}
.lightweb .famfamfam-flags.er {
  width: 16px;
  height: 11px;
  background-position: -48px -100px;
}
.lightweb .famfamfam-flags.es {
  width: 16px;
  height: 11px;
  background-position: -64px -100px;
}
.lightweb .famfamfam-flags.et {
  width: 16px;
  height: 11px;
  background-position: -80px -100px;
}
.lightweb .famfamfam-flags.europeanunion {
  width: 16px;
  height: 11px;
  background-position: -96px -100px;
}
.lightweb .famfamfam-flags.fam {
  width: 16px;
  height: 11px;
  background-position: -112px 0;
}
.lightweb .famfamfam-flags.fi {
  width: 16px;
  height: 11px;
  background-position: -112px -11px;
}
.lightweb .famfamfam-flags.fj {
  width: 16px;
  height: 11px;
  background-position: -112px -22px;
}
.lightweb .famfamfam-flags.fk {
  width: 16px;
  height: 11px;
  background-position: -112px -33px;
}
.lightweb .famfamfam-flags.fm {
  width: 16px;
  height: 11px;
  background-position: -112px -44px;
}
.lightweb .famfamfam-flags.fo {
  width: 16px;
  height: 11px;
  background-position: -112px -55px;
}
.lightweb .famfamfam-flags.fr,
.lightweb .famfamfam-flags.gp,
.lightweb .famfamfam-flags.mf,
.lightweb .famfamfam-flags.re,
.lightweb .famfamfam-flags.yt {
  width: 16px;
  height: 11px;
  background-position: -112px -66px;
}
.lightweb .famfamfam-flags.ga {
  width: 16px;
  height: 11px;
  background-position: -112px -77px;
}
.lightweb .famfamfam-flags.gb {
  width: 16px;
  height: 11px;
  background-position: -112px -88px;
}
.lightweb .famfamfam-flags.gd {
  width: 16px;
  height: 11px;
  background-position: -112px -99px;
}
.lightweb .famfamfam-flags.ge {
  width: 16px;
  height: 11px;
  background-position: 0 -111px;
}
.lightweb .famfamfam-flags.gf {
  width: 16px;
  height: 11px;
  background-position: -16px -111px;
}
.lightweb .famfamfam-flags.gg {
  width: 16px;
  height: 11px;
  background-position: -32px -111px;
}
.lightweb .famfamfam-flags.gh {
  width: 16px;
  height: 11px;
  background-position: -48px -111px;
}
.lightweb .famfamfam-flags.gi {
  width: 16px;
  height: 11px;
  background-position: -64px -111px;
}
.lightweb .famfamfam-flags.gl {
  width: 16px;
  height: 11px;
  background-position: -80px -111px;
}
.lightweb .famfamfam-flags.gm {
  width: 16px;
  height: 11px;
  background-position: -96px -111px;
}
.lightweb .famfamfam-flags.gn {
  width: 16px;
  height: 11px;
  background-position: -112px -111px;
}
.lightweb .famfamfam-flags.gp {
  width: 16px;
  height: 11px;
  background-position: -128px 0;
}
.lightweb .famfamfam-flags.gq {
  width: 16px;
  height: 11px;
  background-position: -128px -11px;
}
.lightweb .famfamfam-flags.gr {
  width: 16px;
  height: 11px;
  background-position: -128px -22px;
}
.lightweb .famfamfam-flags.gs {
  width: 16px;
  height: 11px;
  background-position: -128px -33px;
}
.lightweb .famfamfam-flags.gt {
  width: 16px;
  height: 11px;
  background-position: -128px -44px;
}
.lightweb .famfamfam-flags.gu {
  width: 16px;
  height: 11px;
  background-position: -128px -55px;
}
.lightweb .famfamfam-flags.gw {
  width: 16px;
  height: 11px;
  background-position: -128px -66px;
}
.lightweb .famfamfam-flags.gy {
  width: 16px;
  height: 11px;
  background-position: -128px -77px;
}
.lightweb .famfamfam-flags.hk {
  width: 16px;
  height: 11px;
  background-position: -128px -88px;
}
.lightweb .famfamfam-flags.hm {
  width: 16px;
  height: 11px;
  background-position: -128px -99px;
}
.lightweb .famfamfam-flags.hn {
  width: 16px;
  height: 11px;
  background-position: -128px -110px;
}
.lightweb .famfamfam-flags.hr {
  width: 16px;
  height: 11px;
  background-position: 0 -122px;
}
.lightweb .famfamfam-flags.ht {
  width: 16px;
  height: 11px;
  background-position: -16px -122px;
}
.lightweb .famfamfam-flags.hu {
  width: 16px;
  height: 11px;
  background-position: -32px -122px;
}
.lightweb .famfamfam-flags.id {
  width: 16px;
  height: 11px;
  background-position: -48px -122px;
}
.lightweb .famfamfam-flags.ie {
  width: 16px;
  height: 11px;
  background-position: -64px -122px;
}
.lightweb .famfamfam-flags.il {
  width: 16px;
  height: 11px;
  background-position: -80px -122px;
}
.lightweb .famfamfam-flags.in {
  width: 16px;
  height: 11px;
  background-position: -96px -122px;
}
.lightweb .famfamfam-flags.io {
  width: 16px;
  height: 11px;
  background-position: -112px -122px;
}
.lightweb .famfamfam-flags.iq {
  width: 16px;
  height: 11px;
  background-position: -128px -122px;
}
.lightweb .famfamfam-flags.ir {
  width: 16px;
  height: 11px;
  background-position: 0 -133px;
}
.lightweb .famfamfam-flags.is {
  width: 16px;
  height: 11px;
  background-position: -16px -133px;
}
.lightweb .famfamfam-flags.it {
  width: 16px;
  height: 11px;
  background-position: -32px -133px;
}
.lightweb .famfamfam-flags.je {
  width: 16px;
  height: 11px;
  background-position: -48px -133px;
}
.lightweb .famfamfam-flags.jm {
  width: 16px;
  height: 11px;
  background-position: -64px -133px;
}
.lightweb .famfamfam-flags.jo {
  width: 16px;
  height: 11px;
  background-position: -80px -133px;
}
.lightweb .famfamfam-flags.jp {
  width: 16px;
  height: 11px;
  background-position: -96px -133px;
}
.lightweb .famfamfam-flags.ke {
  width: 16px;
  height: 11px;
  background-position: -112px -133px;
}
.lightweb .famfamfam-flags.kg {
  width: 16px;
  height: 11px;
  background-position: -128px -133px;
}
.lightweb .famfamfam-flags.kh {
  width: 16px;
  height: 11px;
  background-position: -144px 0;
}
.lightweb .famfamfam-flags.ki {
  width: 16px;
  height: 11px;
  background-position: -144px -11px;
}
.lightweb .famfamfam-flags.km {
  width: 16px;
  height: 11px;
  background-position: -144px -22px;
}
.lightweb .famfamfam-flags.kn {
  width: 16px;
  height: 11px;
  background-position: -144px -33px;
}
.lightweb .famfamfam-flags.kp {
  width: 16px;
  height: 11px;
  background-position: -144px -44px;
}
.lightweb .famfamfam-flags.kr {
  width: 16px;
  height: 11px;
  background-position: -144px -55px;
}
.lightweb .famfamfam-flags.kw {
  width: 16px;
  height: 11px;
  background-position: -144px -66px;
}
.lightweb .famfamfam-flags.ae {
  width: 16px;
  height: 11px;
  background-position: -144px -77px;
}
.lightweb .famfamfam-flags.kz {
  width: 16px;
  height: 11px;
  background-position: -144px -88px;
}
.lightweb .famfamfam-flags.la {
  width: 16px;
  height: 11px;
  background-position: -144px -99px;
}
.lightweb .famfamfam-flags.lb {
  width: 16px;
  height: 11px;
  background-position: -144px -110px;
}
.lightweb .famfamfam-flags.lc {
  width: 16px;
  height: 11px;
  background-position: -144px -121px;
}
.lightweb .famfamfam-flags.li {
  width: 16px;
  height: 11px;
  background-position: -144px -132px;
}
.lightweb .famfamfam-flags.lk {
  width: 16px;
  height: 11px;
  background-position: 0 -144px;
}
.lightweb .famfamfam-flags.lr {
  width: 16px;
  height: 11px;
  background-position: -16px -144px;
}
.lightweb .famfamfam-flags.ls {
  width: 16px;
  height: 11px;
  background-position: -32px -144px;
}
.lightweb .famfamfam-flags.lt {
  width: 16px;
  height: 11px;
  background-position: -48px -144px;
}
.lightweb .famfamfam-flags.lu {
  width: 16px;
  height: 11px;
  background-position: -64px -144px;
}
.lightweb .famfamfam-flags.lv {
  width: 16px;
  height: 11px;
  background-position: -80px -144px;
}
.lightweb .famfamfam-flags.ly {
  width: 16px;
  height: 11px;
  background-position: -96px -144px;
}
.lightweb .famfamfam-flags.ma {
  width: 16px;
  height: 11px;
  background-position: -112px -144px;
}
.lightweb .famfamfam-flags.mc {
  width: 16px;
  height: 11px;
  background-position: -128px -144px;
}
.lightweb .famfamfam-flags.md {
  width: 16px;
  height: 11px;
  background-position: -144px -144px;
}
.lightweb .famfamfam-flags.ad {
  width: 16px;
  height: 11px;
  background-position: -160px 0;
}
.lightweb .famfamfam-flags.mg {
  width: 16px;
  height: 11px;
  background-position: -160px -11px;
}
.lightweb .famfamfam-flags.mh {
  width: 16px;
  height: 11px;
  background-position: -160px -22px;
}
.lightweb .famfamfam-flags.mk {
  width: 16px;
  height: 11px;
  background-position: -160px -33px;
}
.lightweb .famfamfam-flags.ml {
  width: 16px;
  height: 11px;
  background-position: -160px -44px;
}
.lightweb .famfamfam-flags.mm {
  width: 16px;
  height: 11px;
  background-position: -160px -55px;
}
.lightweb .famfamfam-flags.mn {
  width: 16px;
  height: 11px;
  background-position: -160px -66px;
}
.lightweb .famfamfam-flags.mo {
  width: 16px;
  height: 11px;
  background-position: -160px -77px;
}
.lightweb .famfamfam-flags.mp {
  width: 16px;
  height: 11px;
  background-position: -160px -88px;
}
.lightweb .famfamfam-flags.mq {
  width: 16px;
  height: 11px;
  background-position: -160px -99px;
}
.lightweb .famfamfam-flags.mr {
  width: 16px;
  height: 11px;
  background-position: -160px -110px;
}
.lightweb .famfamfam-flags.ms {
  width: 16px;
  height: 11px;
  background-position: -160px -121px;
}
.lightweb .famfamfam-flags.mt {
  width: 16px;
  height: 11px;
  background-position: -160px -132px;
}
.lightweb .famfamfam-flags.mu {
  width: 16px;
  height: 11px;
  background-position: -160px -143px;
}
.lightweb .famfamfam-flags.mv {
  width: 16px;
  height: 11px;
  background-position: 0 -155px;
}
.lightweb .famfamfam-flags.mw {
  width: 16px;
  height: 11px;
  background-position: -16px -155px;
}
.lightweb .famfamfam-flags.mx {
  width: 16px;
  height: 11px;
  background-position: -32px -155px;
}
.lightweb .famfamfam-flags.my {
  width: 16px;
  height: 11px;
  background-position: -48px -155px;
}
.lightweb .famfamfam-flags.mz {
  width: 16px;
  height: 11px;
  background-position: -64px -155px;
}
.lightweb .famfamfam-flags.na {
  width: 16px;
  height: 11px;
  background-position: -80px -155px;
}
.lightweb .famfamfam-flags.nc {
  width: 16px;
  height: 11px;
  background-position: -96px -155px;
}
.lightweb .famfamfam-flags.ne {
  width: 16px;
  height: 11px;
  background-position: -112px -155px;
}
.lightweb .famfamfam-flags.nf {
  width: 16px;
  height: 11px;
  background-position: -128px -155px;
}
.lightweb .famfamfam-flags.ng {
  width: 16px;
  height: 11px;
  background-position: -144px -155px;
}
.lightweb .famfamfam-flags.ni {
  width: 16px;
  height: 11px;
  background-position: -160px -155px;
}
.lightweb .famfamfam-flags.bq,
.lightweb .famfamfam-flags.nl {
  width: 16px;
  height: 11px;
  background-position: -176px 0;
}
.lightweb .famfamfam-flags.no {
  width: 16px;
  height: 11px;
  background-position: -176px -11px;
}
.lightweb .famfamfam-flags.za {
  width: 16px;
  height: 11px;
  background-position: -176px -22px;
}
.lightweb .famfamfam-flags.nr {
  width: 16px;
  height: 11px;
  background-position: -176px -33px;
}
.lightweb .famfamfam-flags.nu {
  width: 16px;
  height: 11px;
  background-position: -176px -44px;
}
.lightweb .famfamfam-flags.nz {
  width: 16px;
  height: 11px;
  background-position: -176px -55px;
}
.lightweb .famfamfam-flags.om {
  width: 16px;
  height: 11px;
  background-position: -176px -66px;
}
.lightweb .famfamfam-flags.pa {
  width: 16px;
  height: 11px;
  background-position: -176px -77px;
}
.lightweb .famfamfam-flags.pe {
  width: 16px;
  height: 11px;
  background-position: -176px -88px;
}
.lightweb .famfamfam-flags.pf {
  width: 16px;
  height: 11px;
  background-position: -176px -99px;
}
.lightweb .famfamfam-flags.pg {
  width: 16px;
  height: 11px;
  background-position: -176px -110px;
}
.lightweb .famfamfam-flags.ph {
  width: 16px;
  height: 11px;
  background-position: -176px -121px;
}
.lightweb .famfamfam-flags.pk {
  width: 16px;
  height: 11px;
  background-position: -176px -132px;
}
.lightweb .famfamfam-flags.pl {
  width: 16px;
  height: 11px;
  background-position: -176px -143px;
}
.lightweb .famfamfam-flags.pm {
  width: 16px;
  height: 11px;
  background-position: -176px -154px;
}
.lightweb .famfamfam-flags.pn {
  width: 16px;
  height: 11px;
  background-position: 0 -166px;
}
.lightweb .famfamfam-flags.pr {
  width: 16px;
  height: 11px;
  background-position: -16px -166px;
}
.lightweb .famfamfam-flags.ps {
  width: 16px;
  height: 11px;
  background-position: -32px -166px;
}
.lightweb .famfamfam-flags.pt {
  width: 16px;
  height: 11px;
  background-position: -48px -166px;
}
.lightweb .famfamfam-flags.pw {
  width: 16px;
  height: 11px;
  background-position: -64px -166px;
}
.lightweb .famfamfam-flags.py {
  width: 16px;
  height: 11px;
  background-position: -80px -166px;
}
.lightweb .famfamfam-flags.qa {
  width: 16px;
  height: 11px;
  background-position: -96px -166px;
}
.lightweb .famfamfam-flags.re {
  width: 16px;
  height: 11px;
  background-position: -112px -166px;
}
.lightweb .famfamfam-flags.ro {
  width: 16px;
  height: 11px;
  background-position: -128px -166px;
}
.lightweb .famfamfam-flags.rs {
  width: 16px;
  height: 11px;
  background-position: -144px -166px;
}
.lightweb .famfamfam-flags.ru {
  width: 16px;
  height: 11px;
  background-position: -160px -166px;
}
.lightweb .famfamfam-flags.rw {
  width: 16px;
  height: 11px;
  background-position: -176px -166px;
}
.lightweb .famfamfam-flags.sa {
  width: 16px;
  height: 11px;
  background-position: 0 -177px;
}
.lightweb .famfamfam-flags.sb {
  width: 16px;
  height: 11px;
  background-position: -16px -177px;
}
.lightweb .famfamfam-flags.sc {
  width: 16px;
  height: 11px;
  background-position: -32px -177px;
}
.lightweb .famfamfam-flags.scotland {
  width: 16px;
  height: 11px;
  background-position: -48px -177px;
}
.lightweb .famfamfam-flags.sd {
  width: 16px;
  height: 11px;
  background-position: -64px -177px;
}
.lightweb .famfamfam-flags.se {
  width: 16px;
  height: 11px;
  background-position: -80px -177px;
}
.lightweb .famfamfam-flags.sg {
  width: 16px;
  height: 11px;
  background-position: -96px -177px;
}
.lightweb .famfamfam-flags.sh {
  width: 16px;
  height: 11px;
  background-position: -112px -177px;
}
.lightweb .famfamfam-flags.si {
  width: 16px;
  height: 11px;
  background-position: -128px -177px;
}
.lightweb .famfamfam-flags.sj {
  width: 16px;
  height: 11px;
  background-position: -144px -177px;
}
.lightweb .famfamfam-flags.sk {
  width: 16px;
  height: 11px;
  background-position: -160px -177px;
}
.lightweb .famfamfam-flags.sl {
  width: 16px;
  height: 11px;
  background-position: -176px -177px;
}
.lightweb .famfamfam-flags.sm {
  width: 16px;
  height: 11px;
  background-position: -192px 0;
}
.lightweb .famfamfam-flags.sn {
  width: 16px;
  height: 11px;
  background-position: -192px -11px;
}
.lightweb .famfamfam-flags.so {
  width: 16px;
  height: 11px;
  background-position: -192px -22px;
}
.lightweb .famfamfam-flags.sr {
  width: 16px;
  height: 11px;
  background-position: -192px -33px;
}
.lightweb .famfamfam-flags.st {
  width: 16px;
  height: 11px;
  background-position: -192px -44px;
}
.lightweb .famfamfam-flags.sv {
  width: 16px;
  height: 11px;
  background-position: -192px -55px;
}
.lightweb .famfamfam-flags.sy {
  width: 16px;
  height: 11px;
  background-position: -192px -66px;
}
.lightweb .famfamfam-flags.sz {
  width: 16px;
  height: 11px;
  background-position: -192px -77px;
}
.lightweb .famfamfam-flags.tc {
  width: 16px;
  height: 11px;
  background-position: -192px -88px;
}
.lightweb .famfamfam-flags.td {
  width: 16px;
  height: 11px;
  background-position: -192px -99px;
}
.lightweb .famfamfam-flags.tf {
  width: 16px;
  height: 11px;
  background-position: -192px -110px;
}
.lightweb .famfamfam-flags.tg {
  width: 16px;
  height: 11px;
  background-position: -192px -121px;
}
.lightweb .famfamfam-flags.th {
  width: 16px;
  height: 11px;
  background-position: -192px -132px;
}
.lightweb .famfamfam-flags.tj {
  width: 16px;
  height: 11px;
  background-position: -192px -143px;
}
.lightweb .famfamfam-flags.tk {
  width: 16px;
  height: 11px;
  background-position: -192px -154px;
}
.lightweb .famfamfam-flags.tl {
  width: 16px;
  height: 11px;
  background-position: -192px -165px;
}
.lightweb .famfamfam-flags.tm {
  width: 16px;
  height: 11px;
  background-position: -192px -176px;
}
.lightweb .famfamfam-flags.tn {
  width: 16px;
  height: 11px;
  background-position: 0 -188px;
}
.lightweb .famfamfam-flags.to {
  width: 16px;
  height: 11px;
  background-position: -16px -188px;
}
.lightweb .famfamfam-flags.tr {
  width: 16px;
  height: 11px;
  background-position: -32px -188px;
}
.lightweb .famfamfam-flags.tt {
  width: 16px;
  height: 11px;
  background-position: -48px -188px;
}
.lightweb .famfamfam-flags.tv {
  width: 16px;
  height: 11px;
  background-position: -64px -188px;
}
.lightweb .famfamfam-flags.tw {
  width: 16px;
  height: 11px;
  background-position: -80px -188px;
}
.lightweb .famfamfam-flags.tz {
  width: 16px;
  height: 11px;
  background-position: -96px -188px;
}
.lightweb .famfamfam-flags.ua {
  width: 16px;
  height: 11px;
  background-position: -112px -188px;
}
.lightweb .famfamfam-flags.ug {
  width: 16px;
  height: 11px;
  background-position: -128px -188px;
}
.lightweb .famfamfam-flags.um {
  width: 16px;
  height: 11px;
  background-position: -144px -188px;
}
.lightweb .famfamfam-flags.us {
  width: 16px;
  height: 11px;
  background-position: -160px -188px;
}
.lightweb .famfamfam-flags.uy {
  width: 16px;
  height: 11px;
  background-position: -176px -188px;
}
.lightweb .famfamfam-flags.uz {
  width: 16px;
  height: 11px;
  background-position: -192px -188px;
}
.lightweb .famfamfam-flags.va {
  width: 16px;
  height: 11px;
  background-position: -208px 0;
}
.lightweb .famfamfam-flags.vc {
  width: 16px;
  height: 11px;
  background-position: -208px -11px;
}
.lightweb .famfamfam-flags.ve {
  width: 16px;
  height: 11px;
  background-position: -208px -22px;
}
.lightweb .famfamfam-flags.vg {
  width: 16px;
  height: 11px;
  background-position: -208px -33px;
}
.lightweb .famfamfam-flags.vi {
  width: 16px;
  height: 11px;
  background-position: -208px -44px;
}
.lightweb .famfamfam-flags.vn {
  width: 16px;
  height: 11px;
  background-position: -208px -55px;
}
.lightweb .famfamfam-flags.vu {
  width: 16px;
  height: 11px;
  background-position: -208px -66px;
}
.lightweb .famfamfam-flags.wales {
  width: 16px;
  height: 11px;
  background-position: -208px -77px;
}
.lightweb .famfamfam-flags.wf {
  width: 16px;
  height: 11px;
  background-position: -208px -88px;
}
.lightweb .famfamfam-flags.ws {
  width: 16px;
  height: 11px;
  background-position: -208px -99px;
}
.lightweb .famfamfam-flags.ye {
  width: 16px;
  height: 11px;
  background-position: -208px -110px;
}
.lightweb .famfamfam-flags.yt {
  width: 16px;
  height: 11px;
  background-position: -208px -121px;
}
.lightweb .famfamfam-flags.zw {
  width: 16px;
  height: 11px;
  background-position: -208px -132px;
}
.lightweb .famfamfam-flags.ch {
  width: 11px;
  height: 11px;
  background-position: -208px -143px;
}
.lightweb .famfamfam-flags.np {
  width: 9px;
  height: 11px;
  background-position: -208px -154px;
}
.lightweb .acf-country-flag-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -0.2em;
}
.lightweb .select2-container.acf-country {
  width: 100%;
}
.lightweb .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.lightweb .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.lightweb #content[tabindex="-1"]:focus {
  outline: 0;
}
.lightweb .flickity-enabled {
  position: relative;
}
.lightweb .flickity-enabled:focus {
  outline: none;
}
.lightweb .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.lightweb .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lightweb .is-fullscreen .flickity-slider {
  display: flex;
  align-items: center;
}
.lightweb .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightweb .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.lightweb .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button) {
  position: absolute !important;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media all and (min-width: 767px) {
  .lightweb .flickity-button:not(.flickity-fullscreen-button) {
    background: rgb(0, 0, 0);
  }
}
@media all and (min-width: 992px) {
  .lightweb .flickity-button:not(.flickity-fullscreen-button) {
    opacity: 0;
  }
}
.lightweb .flickity-enabled:hover .flickity-button:not(.flickity-fullscreen-button):not(:disabled) {
  opacity: 1;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button):hover {
  background: #000;
  cursor: pointer;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button):focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button):active {
  opacity: 0.6;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button):disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.lightweb .flickity-button:not(.flickity-fullscreen-button) .flickity-button-icon {
  fill: currentColor;
}
.lightweb .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
@media all and (max-width: 992px) {
  .lightweb .flickity-prev-next-button {
    width: 34px;
    height: 34px;
  }
}
.lightweb .flickity-prev-next-button.previous {
  left: 10px;
}
.lightweb .flickity-prev-next-button.next {
  right: 10px;
}
.lightweb .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.lightweb .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.lightweb .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.lightweb .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.lightweb .flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.lightweb .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.lightweb .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.lightweb .flickity-fullscreen-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  font-size: 12px;
}
.lightweb .flickity-fullscreen-button.flickity-fullscreen-button-exit {
  top: initial;
  right: initial;
  left: 10px;
  bottom: 10px;
}
.lightweb .flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
.lightweb .flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 2010;
}
.lightweb .flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}
.lightweb .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}
.lightweb html.is-flickity-fullscreen {
  overflow: hidden;
}
.lightweb .flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.lightweb .flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}
.lightweb .flickity-fullscreen-button-exit {
  display: none;
}
.lightweb .flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}
.lightweb .flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}
.lightweb .flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
.lightweb .flyout.show, .lightweb .flyout-menu.show {
  right: 0;
  opacity: 1;
}
.lightweb .open-flyout {
  color: #ff671f;
}
.lightweb .flyout-background, .lightweb .flyout-background-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.lightweb .flyout-background.show, .lightweb .flyout-background-menu.show {
  opacity: 1;
  pointer-events: auto;
}
.lightweb .flyout, .lightweb .flyout-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: right 0.3s ease-in-out;
  opacity: 0;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
}
@media all and (min-width: 767px) {
  .lightweb .flyout, .lightweb .flyout-menu {
    background-color: #fafafc;
    right: -36rem;
    width: 36rem;
    opacity: 1;
  }
}
.lightweb .flyout.show, .lightweb .flyout-menu.show {
  right: 0;
  opacity: 1;
}
.lightweb .flyout .flyout-img, .lightweb .flyout-menu .flyout-img {
  margin-bottom: 1rem;
  max-width: 120px;
  mix-blend-mode: darken;
}
.lightweb .flyout .flyout-info, .lightweb .flyout-menu .flyout-info {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.lightweb .flyout .hidden-flyout, .lightweb .flyout-menu .hidden-flyout {
  display: none;
}
.lightweb .flyout .text-black .flyout-text-content, .lightweb .flyout-menu .text-black .flyout-text-content {
  margin-bottom: 1.5rem;
}
.lightweb .flyout .flyout-content, .lightweb .flyout-menu .flyout-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.lightweb .flyout .close-flyout, .lightweb .flyout-menu .close-flyout {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  height: 2rem;
  width: 100%;
  justify-content: end;
}
.lightweb .flyout .close-flyout span, .lightweb .flyout-menu .close-flyout span {
  color: #004f71;
  cursor: pointer;
}
.lightweb .flyout .btn-wrp, .lightweb .flyout-menu .btn-wrp {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  flex-wrap: wrap;
}
.lightweb .flyout .btn, .lightweb .flyout-menu .btn {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .flyout .btn-blue, .lightweb .flyout-menu .btn-blue {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .flyout .btn-trans, .lightweb .flyout-menu .btn-trans {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  color: #004f71;
  border: 1px solid #004f71;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .flyout-content-menu {
  display: flex;
  flex-direction: column;
}
.lightweb .flyout-content-menu-inner {
  padding: 0 1.5rem;
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 5.6rem;
  bottom: 0;
  width: 100%;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .lightweb .flyout-content-menu-inner {
    top: 6.7rem;
  }
}
.lightweb .close-flyout-menu {
  display: flex;
  align-items: center;
  color: #004f71;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2rem 1.5rem 2rem 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .lightweb .close-flyout-menu {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.lightweb .flyout-logo {
  max-height: 42px;
}
.lightweb .flyout-logo img {
  display: none;
  width: auto;
  height: 42px;
}
@media all and (max-width: 767px) {
  .lightweb .flyout-logo img {
    display: block;
  }
}
.lightweb .close-flyout-menu-inner {
  display: flex;
  align-items: center;
}
.lightweb .contact-info {
  width: 100%;
  flex-direction: column;
  display: flex;
  margin-top: 2rem;
}
@media all and (min-width: 767px) {
  .lightweb .contact-info {
    display: flex;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb .flyout-menu {
    height: auto;
    width: 100%;
  }
}
.lightweb .flyout-menu .menu-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Arial", serif;
  font-size: 16px;
  font-weight: 700;
  color: #004f71;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}
@media all and (max-width: 767px) {
  .lightweb .flyout-menu .menu-title {
    padding-bottom: 0;
  }
}
.lightweb .flyout-menu .social-items {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.lightweb .flyout-menu .social-items .social-item-menu {
  width: 40px;
  height: 40px;
  border: 1px solid #004f71;
  border-radius: 100%;
  background-size: 24px;
  background-position: center;
}
.lightweb .flyout-menu .social-items .social-item-menu.social-ig {
  background-image: url("./../static/images/icons/icon-instagram-blue.svg");
}
.lightweb .flyout-menu .social-items .social-item-menu.social-fb {
  background-image: url("./../static/images/icons/icon-facebook-blue.svg");
}
.lightweb .flyout-menu .social-items .social-item-menu.social-li {
  background-image: url("./../static/images/icons/icon-linkedin-blue.svg");
}
.lightweb .flyout-menu .social-items .social-item-menu.social-yt {
  background-image: url("./../static/images/icons/icon-youtube-blue.svg");
}
.lightweb .flyout-menu .contact-icon {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #004f71;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
}
.lightweb .flyout-menu .contact-icon .material-symbols-outlined {
  color: #ff671f;
  font-size: 16px;
  margin-right: 0.5rem;
}
.lightweb .gravity-theme {
  background-color: white;
  padding: 1rem;
  max-width: 60rem;
}
@media all and (min-width: 767px) {
  .lightweb .gravity-theme {
    padding: 2rem;
  }
}
.lightweb .gravity-theme .gsection_title {
  margin-bottom: 0;
  margin-top: 1rem;
}
.lightweb .gravity-theme .top_label .gsection_description {
  margin-top: 0 !important;
}
.lightweb .gravity-theme .gfield_header_item,
.lightweb .gravity-theme .gform_fileupload_rules,
.lightweb .gravity-theme .ginput_complex label {
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 4px;
}
.lightweb .gravity-theme .gfield_label {
  font-weight: 400 !important;
}
.lightweb .gravity-theme .field_sublabel_above .gform-field-label--type-sub {
  color: #585e6a;
  margin-bottom: 0.25rem;
  font-size: 13px;
}
.lightweb .gravity-theme input[type=color],
.lightweb .gravity-theme input[type=date],
.lightweb .gravity-theme input[type=datetime-local],
.lightweb .gravity-theme input[type=datetime],
.lightweb .gravity-theme input[type=email],
.lightweb .gravity-theme input[type=month],
.lightweb .gravity-theme input[type=number],
.lightweb .gravity-theme input[type=password],
.lightweb .gravity-theme input[type=search],
.lightweb .gravity-theme input[type=tel],
.lightweb .gravity-theme input[type=text],
.lightweb .gravity-theme input[type=time],
.lightweb .gravity-theme input[type=url],
.lightweb .gravity-theme input[type=week],
.lightweb .gravity-theme select,
.lightweb .gravity-theme textarea {
  border-radius: 3px;
  border: 1px solid #585e6a;
  transition: border-color 0.3s ease;
}
.lightweb .gravity-theme input[type=text]:focus, .lightweb .gravity-theme input[type=email]:focus, .lightweb .gravity-theme input[type=url]:focus, .lightweb .gravity-theme input[type=password]:focus, .lightweb .gravity-theme input[type=search]:focus, .lightweb .gravity-theme input[type=number]:focus, .lightweb .gravity-theme input[type=tel]:focus, .lightweb .gravity-theme input[type=range]:focus, .lightweb .gravity-theme input[type=date]:focus, .lightweb .gravity-theme input[type=month]:focus, .lightweb .gravity-theme input[type=week]:focus, .lightweb .gravity-theme input[type=time]:focus, .lightweb .gravity-theme input[type=datetime]:focus, .lightweb .gravity-theme input[type=datetime-local]:focus, .lightweb .gravity-theme input[type=color]:focus, .lightweb .gravity-theme select:focus, .lightweb .gravity-theme textarea:focus {
  outline: none !important;
  border-color: #ff671f;
  box-shadow: 0 0 1px #ff671f;
}
.lightweb .gravity-theme .ginput_container_consent {
  display: flex;
  gap: 0.5rem;
}
.lightweb .gravity-theme .ginput_container_consent label a {
  margin-left: 4px;
}
.lightweb .gravity-theme .gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 70px;
  width: 100% !important;
}
.lightweb .gravity-theme input.gfield-choice-input {
  z-index: 2;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: white;
  transition: 0.3s all ease-in-out;
  position: absolute;
  background: #dfe1e5;
  position: absolute;
}
.lightweb .gravity-theme input.gfield-choice-input:hover,
.lightweb .gravity-theme .gchoice label:hover {
  cursor: pointer;
}
.lightweb .gravity-theme input.gfield-choice-input:checked {
  background: #ff671f;
}
.lightweb .gravity-theme input.gfield-choice-input:checked + label {
  color: white;
}
.lightweb .gravity-theme .gchoice label {
  z-index: 3;
  font-weight: 700;
  color: #141c25;
  display: block;
  position: absolute;
  padding: 0 20px 0 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
}
.lightweb .gravity-theme input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #c5c9d2;
  z-index: 2;
  top: 50%;
  transition: 0.3s all ease-in-out;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 27px;
  font-weight: 500;
}
.lightweb .gravity-theme input[type=checkbox].gfield-choice-input + label:after {
  border-radius: 5px;
}
.lightweb .gravity-theme input[type=radio].gfield-choice-input + label:after {
  border-radius: 50px;
}
.lightweb .gravity-theme input.gfield-choice-input:checked + label:after {
  content: "×";
  border: 2px solid white;
}
.lightweb .gravity-theme input[type=submit] {
  border: 0;
  padding: 0.825rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  background-color: #ff671f;
  color: #ffffff;
  cursor: pointer;
}
.lightweb .gravity-theme input[type=submit]:hover {
  background-color: #d85c21;
}
.lightweb .gravity-theme input.medium, .lightweb .gravity-theme .gfield select.medium {
  width: 100% !important;
}
@media all and (min-width: 767px) {
  .lightweb .gravity-theme input.medium, .lightweb .gravity-theme .gfield select.medium {
    width: calc(50% - 8px) !important;
  }
}
.lightweb .gravity-theme select {
  appearance: none;
  background-image: url("./../static/images/down.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right 0.5rem center;
}
.lightweb .gravity-theme select::-ms-expand {
  display: none;
}
.lightweb .flyout-content .gravity-theme {
  background-color: transparent;
  padding: 0;
}
.lightweb .site-search-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.header-fixed .lightweb .site-search-wrapper {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.search-bar-open.header-fixed .lightweb .site-search-wrapper {
  overflow: visible;
  height: 70px;
}
@media all and (max-width: 767px) {
  .search-bar-open.header-fixed .lightweb .site-search-wrapper {
    height: 130px;
  }
}
.search-bar-show .lightweb .site-search-wrapper {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .lightweb:not(.header-fixed) .site-search-wrapper {
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 0 1rem;
  }
}
.lightweb.search-active .site-search-wrapper {
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 992px) {
  .lightweb.search-active .site-search-wrapper {
    position: fixed;
    z-index: 1;
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .lightweb:not(.header-fixed).search-active .site-search-wrapper {
    top: 50px;
  }
}
@media all and (max-width: 767px) {
  .lightweb:not(.header-fixed).search-active .site-search-wrapper {
    top: 90px;
  }
}
.lightweb #search-input {
  outline: 0;
  position: relative;
  background: #fafafc;
  width: 100%;
  border: none;
  border-radius: 100px;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
@media all and (max-width: 992px) {
  .lightweb #search-input {
    padding: 6px 6px 6px 34px;
    font-size: 0.9rem;
  }
}
.lightweb #search-input:disabled {
  opacity: 0.5;
}
.lightweb #search-input::placeholder {
  color: #888b8d;
}
.lightweb.search-active #search-input {
  border-radius: 20px 20px 0 0;
}
@media all and (max-width: 992px) {
  .lightweb.search-active #search-input {
    padding: 6px 34px;
    font-size: 0.9rem;
  }
}
.lightweb .search-form {
  display: flex;
  align-items: center;
  position: relative;
  width: 90%;
}
@media all and (max-width: 992px) {
  .lightweb .search-form {
    width: 100%;
  }
}
.lightweb .search-form:before {
  content: "";
  position: absolute;
  left: 4px;
  z-index: 1;
  background: transparent url(./../static/images/search.svg) no-repeat center;
  background-size: 50%;
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
@media all and (max-width: 992px) {
  .lightweb .search-form:before {
    background-size: 60%;
    width: 26px;
    height: 26px;
  }
}
.lightweb .hl {
  color: #555;
}
.lightweb input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.lightweb #clean-search-input,
.lightweb #close-search-result {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(50% - 10px);
  right: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff url(./../static/images/menu-cross.svg) no-repeat center;
  background-size: 50%;
  cursor: pointer;
}
.lightweb #clean-search-input.show,
.lightweb #close-search-result.show {
  display: block;
}
.lightweb #close-search-result {
  top: 6px;
  right: initial;
  left: 32px;
  width: 26px;
  height: 26px;
}
@media all and (max-width: 992px) {
  .lightweb #close-search-result {
    top: 5px;
    right: initial;
    left: 23px;
    width: 22px;
    height: 22px;
  }
}
@media all and (max-width: 992px) {
  .lightweb #clean-search-input {
    right: 8px;
    width: 18px;
    height: 18px;
    top: calc(50% - 8px);
  }
}
.lightweb .search-result-wrapper {
  display: none;
  padding: 0 0 24px;
  top: 100%;
  right: 0;
  position: absolute;
  z-index: 99999;
  background: #fff;
  width: 100%;
  box-shadow: 0 16px 30px 0 rgba(18, 43, 64, 0.2), 0 6px 12px 0 rgba(18, 43, 64, 0.06);
}
@media all and (min-width: 767px) {
  .lightweb .search-result-wrapper {
    min-width: 700px;
  }
}
.lightweb .search-result-wrapper #search-sugg-text {
  display: block;
  font-size: 12px;
  padding: 20px 20px 4px;
  color: #ff671f;
}
.lightweb .search-result-wrapper .search-result-container {
  display: none;
}
.lightweb .search-result-wrapper .search-result-container.show-suggestion {
  display: block;
}
.lightweb .search-result-wrapper ul.search-result {
  padding-left: 0;
  background: #fafafc;
  overflow: auto;
  max-height: calc(100vh - 300px);
}
.lightweb.search-active .search-result-wrapper {
  display: block;
}
.lightweb .search-total {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 20px;
  width: 100%;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
}
.lightweb li.search-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lightweb .search-item-sku {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #888b8d;
}
.lightweb .attachment-download-link {
  display: flex;
  align-items: center;
  background: #ff671f !important;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 12px 3px 8px;
  white-space: nowrap;
}
.lightweb .attachment-download-link::selection {
  background: transparent;
}
.lightweb .attachment-download-link:hover {
  background: #d24300 !important;
}
.lightweb .attachment-download-link:before {
  content: "";
  background: url(./../static/images/icons/icon-download.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.lightweb a.search-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #004f71;
}
.lightweb a.search-item-link:hover {
  background: #fff;
  color: #000;
}
.lightweb a.search-item-link:last-child {
  border-bottom: none;
}
.lightweb a.search-item-link .search-item-info {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.lightweb a.search-item-link .search-item-info .search-item-info-inner {
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-info .search-item-info-inner {
    align-items: flex-start;
  }
}
.lightweb a.search-item-link .search-item-name {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.lightweb a.search-item-link .search-item-price {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-price {
    margin-left: 0;
  }
}
.lightweb a.search-item-link img {
  width: 18px;
  height: 22px;
  object-fit: center;
  margin-right: 8px;
}
.lightweb a.search-item-link .search-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  margin-right: 8px;
  display: block;
}
.lightweb a.search-item-link .search-icon.search-icon-attachment {
  margin-top: -1px;
  background-image: url(./../static/images/icons/icon-file-pdf.svg);
}
.lightweb a.search-item-link .search-icon.search-icon-page {
  background-image: url(./../static/images/icons/icon-page.svg);
}
.lightweb a.search-item-link .search-item-cat {
  text-transform: capitalize;
  font-size: 12px;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-cat {
    margin-left: 0;
  }
}
.lightweb a.search-item-link .search-item-cat:before {
  content: "/";
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-cat:before {
    display: none;
  }
}
.lightweb a.search-item-link .search-item-desc {
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  max-width: 70%;
  height: 1.3em;
}
@media all and (max-width: 767px) {
  .lightweb a.search-item-link .search-item-desc {
    display: none;
  }
}
.lightweb a.search-item-link .search-item-desc h2 {
  display: none;
}
.lightweb a.search-item-link .search-item-img {
  max-height: 60px;
}
@media all and (max-width: 992px) {
  .lightweb a.search-item-link .search-item-img {
    max-width: 60px;
  }
}
.lightweb #chose-search {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-left: 20px;
  white-space: nowrap;
}
.lightweb #chose-search strong {
  margin-right: 5px;
}
.lightweb .chose-search-alt {
  color: grey;
  display: flex;
  align-items: center;
}
.lightweb .chose-search-alt input {
  margin: 0 4px;
}
.lightweb #latest-search-wrapper {
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 8px 50px 8px 20px;
  border-bottom: 1px solid #e8e8e8;
}
@media all and (max-width: 767px) {
  .lightweb #latest-search-wrapper {
    flex-flow: wrap;
    padding: 8px;
  }
}
.lightweb #latest-search-wrapper .latest-search-items {
  display: flex;
  align-items: baseline;
  font-weight: normal;
  margin-left: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 767px) {
  .lightweb #latest-search-wrapper .latest-search-items {
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
  }
}
.lightweb #latest-search-wrapper .latest-word {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.lightweb #latest-search-wrapper .latest-word:not(:last-child) {
  margin-right: 8px;
}
.lightweb #latest-search-wrapper .latest-word:hover {
  color: #004f71;
}
.lightweb #latest-search-wrapper .latest-word:before {
  content: "";
  background: url(./../static/images/search-icon.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 13px;
  height: 12px;
  margin: 1px 4px 0 0;
}
.lightweb #latest-search-wrapper .latest-word:not(:last-child):after {
  content: ",";
}
.lightweb .clear-latest-search {
  position: absolute;
  right: 20px;
  cursor: pointer;
  background: #fafafc;
  padding: 2px 4px;
  font-size: 0.7em;
}
.lightweb #search-filter-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
@media all and (max-width: 767px) {
  .lightweb #search-filter-wrapper {
    padding: 8px;
  }
}
.lightweb #search-filter-wrapper strong {
  font-size: 0.8rem;
  margin-right: 8px;
}
.lightweb .search-filter-item:not(:last-child) {
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  .lightweb .search-filter-item:not(:last-child) {
    margin-right: 8px;
  }
}
.lightweb .search-filter-item input {
  position: absolute;
  left: -100000000px;
}
.lightweb .search-filter-item input + label {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.lightweb .search-filter-item input + label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #888b8d;
  border-radius: 2px;
  margin-left: 4px;
}
.lightweb .search-filter-item input:checked + label:after {
  background: #ff671f url(./../static/images/icons/icon-checkmark-white.svg) no-repeat center;
  background-size: 85%;
  border-color: #ff671f;
}
.lightweb #search-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 767px) {
  .lightweb #search-overlay {
    top: 0 !important;
    height: 100vh !important;
  }
}
.lightweb.search-active #search-overlay {
  display: block;
}
.lightweb.search-active .site-search-wrapper {
  z-index: 9999;
}
.lightweb button.pc-load-more * {
  pointer-events: none;
}
.lightweb button.pc-load-more .loading-text {
  display: none;
}
.lightweb button.pc-load-more.loading .loading-text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.lightweb button.pc-load-more.loading .load-more-text {
  display: none;
}
.lightweb button.pc-load-more .dc-loader-nohide {
  width: 30px;
  height: 14px;
}
.lightweb .search-result-page .page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lightweb .search-page-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  background: #fff;
  margin-bottom: 1rem;
  color: #000000;
  list-style: none;
}
.lightweb .search-page-item:hover {
  color: #004f71;
}
.lightweb .search-page-item:not(:last-child) {
  margin-right: 1rem;
}
.lightweb .search-page-item img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.lightweb .search-page-item h2 {
  font-size: 1.125rem;
  margin: 0.5rem 0 0.5rem 0;
  color: inherit;
}
.lightweb .entry-summary {
  font-size: 0.8rem;
  color: #404548;
}
.lightweb .search-page-date {
  font-size: 0.7rem;
  font-weight: normal;
  color: #888b8d;
  margin-top: 4px;
}
.lightweb .search-page-post-date {
  display: flex;
  align-items: baseline;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 2px 0;
}
.lightweb .search-page-post-type {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 2px 4px;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
}
.lightweb .post-type-product .search-page-post-type {
  background: #004f71;
}
.lightweb .post-type-post .search-page-post-type {
  background: #007f6b;
}
.lightweb .post-type-page .search-page-post-type {
  background: #ff671f;
}
.lightweb .post-cats {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ff671f;
  margin-bottom: 4px;
}
.lightweb .post-cats.overflow {
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: auto;
  white-space: nowrap;
}
.lightweb .post-cats.overflow::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .post-cats.overflow::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .post-cats.overflow::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .post-cats.overflow::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
@media all and (max-width: 767px) {
  .lightweb .post-cats {
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    /* Track */
    /* Handle */
    /* Handle on hover */
    padding-bottom: 1px;
    margin-bottom: 2px;
    overflow: auto;
    white-space: nowrap;
  }
  .lightweb .post-cats::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
  }
  .lightweb .post-cats::-webkit-scrollbar-track {
    background: rgba(207, 199, 199, 0.28);
  }
  .lightweb .post-cats::-webkit-scrollbar-thumb {
    background: #cfc7c7;
    background-color: rgb(207, 199, 199);
    border-radius: 50px;
  }
  .lightweb .post-cats::-webkit-scrollbar-thumb:hover {
    background: #c3b9b9;
  }
  .lightweb .post-cats::-webkit-scrollbar {
    height: 3px;
  }
}
.lightweb .sg-tm-toggle {
  background-color: #01476b;
  margin-bottom: 2px;
}
.lightweb .sg-tm-toggle.active {
  background-color: #f60;
}
.lightweb .sg-tm-toggle a {
  color: #fff;
  display: block;
  padding: 6px 8px;
}
.lightweb .sg-wrapper {
  position: relative;
}
.lightweb .sg-wrapper img {
  max-width: 100%;
  height: auto;
}
.lightweb .sg-zb {
  background: url("/wp-content/themes/dustcontrol.se/static/images/selection-guidetrans.png") 0 0 repeat;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.lightweb .sg-zb-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 3;
}
.lightweb .sg-zb-1 {
  top: 57%;
  left: 26.5%;
  width: 12%;
  height: 14%;
}
.lightweb .sg-zb-img-1 {
  top: 32%;
  left: 7.5%;
}
.lightweb .sg-zb-2 {
  top: 57%;
  left: 56%;
  width: 8%;
  height: 11%;
}
.lightweb .sg-zb-img-2 {
  top: 30.5%;
  left: 35%;
}
.lightweb .sg-zb-3 {
  top: 29.5%;
  left: 78.5%;
  width: 9%;
  height: 17.5%;
}
.lightweb .sg-zb-img-3 {
  top: 6.5%;
  left: 58%;
}
.lightweb .sg-zb-4 {
  top: 76%;
  left: 60%;
  width: 10%;
  height: 20.5%;
}
.lightweb .sg-zb-img-4 {
  top: 54%;
  left: 40%;
}
.lightweb .sg-zb-5 {
  top: 82%;
  left: 71%;
  width: 10%;
  height: 9%;
}
.lightweb .sg-zb-img-5 {
  top: 55%;
  left: 51%;
}
.lightweb .sg-zb-6 {
  top: 58.5%;
  left: 69%;
  width: 9%;
  height: 14%;
}
.lightweb .sg-zb-img-6 {
  top: 33.5%;
  left: 48.5%;
}
.lightweb .sg-zb-7 {
  top: 34%;
  left: 28.5%;
  width: 12%;
  height: 15%;
}
.lightweb .sg-zb-img-7 {
  top: 9.5%;
  left: 9.5%;
}
.lightweb .sg-zb-8 {
  top: 34%;
  left: 65%;
  width: 7%;
  height: 13%;
}
.lightweb .sg-zb-img-8 {
  top: 9%;
  left: 43.5%;
}
.lightweb .sg-zb-9 {
  top: 76%;
  left: 34%;
  width: 12%;
  height: 20%;
}
.lightweb .sg-zb-img-9 {
  top: 54%;
  left: 15%;
}
.lightweb .sg-zb-10 {
  top: 35%;
  left: 48%;
  width: 8%;
  height: 9%;
}
.lightweb .sg-zb-img-10 {
  top: 7.5%;
  left: 27%;
}
.lightweb .sg-zb-11 {
  top: 4.5%;
  left: 47%;
  width: 7.5%;
  height: 17%;
}
.lightweb .sg-zb-img-11 {
  top: -18.5%;
  left: 26%;
}
.lightweb .sg-zb-12 {
  top: 10%;
  left: 64%;
  width: 4.5%;
  height: 11.5%;
}
.lightweb .sg-zb-img-12 {
  top: -16%;
  left: 41%;
}
.lightweb .sg-zb-13 {
  top: 9%;
  left: 55.5%;
  width: 5%;
  height: 11.5%;
}
.lightweb .sg-zb-img-13 {
  top: -17%;
  left: 33%;
}
.lightweb .sg-zb-14 {
  top: 73%;
  left: 18%;
  width: 10%;
  height: 23%;
}
.lightweb .sg-zb-img-14 {
  top: 52%;
  left: -2%;
}
.lightweb .sg-zb-15 {
  top: 58%;
  left: 41%;
  width: 8.5%;
  height: 16.5%;
}
.lightweb .sg-zb-img-15 {
  top: 34%;
  left: 20%;
}
.lightweb .sg-no {
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 2;
}
.lightweb .sg-no.active {
  z-index: 6;
}
.lightweb .sg-no-1 {
  top: 8%;
  left: 17%;
}
.lightweb .sg-no-2 {
  top: 4%;
  left: 43%;
}
.lightweb .sg-no-3 {
  top: 4%;
  left: 58%;
}
.lightweb .sg-no-4 {
  top: 10%;
  left: 69%;
}
.lightweb .sg-no-5 {
  top: 29%;
  left: 21%;
}
.lightweb .sg-no-6 {
  top: 29%;
  left: 89%;
}
.lightweb .sg-no-7 {
  top: 69%;
  left: 53%;
}
.lightweb .sg-no-8 {
  top: 81%;
  left: 13%;
}
.lightweb .sg-menu {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lightweb .sg-menu ul {
  flex: 1;
  padding-left: 0px;
}
.lightweb .sg-menu li {
  cursor: pointer;
  line-height: 25px;
  list-style: none;
  margin-bottom: 8px;
  white-space: nowrap;
}
.lightweb .sg-menu li a {
  cursor: pointer;
}
.lightweb .sg-menu-no-icon {
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 30px;
}
.lightweb .sg-no-icon-1 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P1_blau.png");
}
.lightweb .sg-no-icon-2 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P2_blau.png");
}
.lightweb .sg-no-icon-3 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P3_blau.png");
}
.lightweb .sg-no-icon-4 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P4_blau.png");
}
.lightweb .sg-no-icon-5 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P5_blau.png");
}
.lightweb .sg-no-icon-6 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P6_blau.png");
}
.lightweb .sg-no-icon-7 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P7_blau.png");
}
.lightweb .sg-no-icon-8 {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P8_blau.png");
}
.lightweb .sg-no-icon-1:hover, .lightweb .sg-no-icon-1.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P1_grau.png");
}
.lightweb .sg-no-icon-2:hover, .lightweb .sg-no-icon-2.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P2_grau.png");
}
.lightweb .sg-no-icon-3:hover, .lightweb .sg-no-icon-3.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P3_grau.png");
}
.lightweb .sg-no-icon-4:hover, .lightweb .sg-no-icon-4.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P4_grau.png");
}
.lightweb .sg-no-icon-5:hover, .lightweb .sg-no-icon-5.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P5_grau.png");
}
.lightweb .sg-no-icon-6:hover, .lightweb .sg-no-icon-6.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P6_grau.png");
}
.lightweb .sg-no-icon-7:hover, .lightweb .sg-no-icon-7.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P7_grau.png");
}
.lightweb .sg-no-icon-8:hover, .lightweb .sg-no-icon-8.active {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/P8_grau.png");
}
.lightweb .sg-no-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.lightweb .sg-no-modal-header {
  background-color: #d0d8df;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px 10px 0 0;
  color: #025981;
  display: block;
  font-weight: bold;
  padding: 3%;
}
.lightweb .sg-no-modal-text {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  color: #025981;
  font-size: 0.8em;
  padding: 4%;
}
.lightweb .sg-no-modal-1 {
  top: 11%;
  left: 19%;
  width: 33%;
}
.lightweb .sg-no-modal-2 {
  top: 7%;
  left: 45%;
  width: 33%;
}
.lightweb .sg-no-modal-3 {
  top: 7%;
  left: 26%;
  width: 33%;
}
.lightweb .sg-no-modal-4 {
  top: 12.5%;
  left: 36.5%;
  width: 33%;
}
.lightweb .sg-no-modal-5 {
  top: 32%;
  left: 22%;
  width: 33%;
}
.lightweb .sg-no-modal-6 {
  top: 31%;
  left: 57%;
  width: 33%;
}
.lightweb .sg-no-modal-7 {
  top: auto;
  bottom: 30%;
  left: 21%;
  width: 33%;
}
.lightweb .sg-no-modal-8 {
  top: auto;
  bottom: 18%;
  left: 15%;
  width: 33%;
}
.lightweb .sg-no-modal-1 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal1.png");
  padding-bottom: 58%;
}
.lightweb .sg-no-modal-2 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal2.png");
  background-position: top;
  padding-top: 45%;
}
.lightweb .sg-no-modal-3 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal3.png");
  padding-bottom: 70%;
}
.lightweb .sg-no-modal-4 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal4.png");
  background-position: right;
  background-size: auto 100%;
  padding-bottom: 55%;
}
.lightweb .sg-no-modal-5 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal5.png");
  padding-bottom: 58%;
}
.lightweb .sg-no-modal-6 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal6.png");
  background-position: right;
  background-size: auto 100%;
  padding-bottom: 63%;
}
.lightweb .sg-no-modal-7 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal7.png");
  padding-bottom: 62%;
}
.lightweb .sg-no-modal-8 .sg-no-modal-header {
  background-image: url("/wp-content/themes/dustcontrol.se/static/images/selection-guide/modal8.png");
  background-position: right;
  padding-bottom: 58%;
}
.lightweb .hide {
  opacity: 0.2 !important;
  transition: opacity 0.3s;
}
.lightweb .hidden {
  display: none !important;
}
.lightweb .show {
  display: block !important;
}
.lightweb .category .nav-links {
  display: none;
}
.lightweb .spinner-border,
.lightweb .spinner-grow {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.lightweb .dc-loader,
.lightweb .dc-loader-nohide {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
  animation: dust 1s infinite ease-in-out;
}
.lightweb .dc-loader-nohide {
  position: relative;
  top: initial;
  animation-play-state: paused;
}
.lightweb .dc-loader-nohide.active {
  animation-play-state: running;
}
.lightweb .loading .dc-loader-nohide {
  animation-play-state: running;
}
@keyframes dust {
  0% {
    background-image: none;
  }
  25% {
    background-image: url(./../static/images/dc-load-1.png);
  }
  50% {
    background-image: url(./../static/images/dc-load-2.png);
  }
  75% {
    background-image: url(./../static/images/dc-load-3.png);
  }
  100% {
    background-image: url(./../static/images/dc-load-4.png);
  }
}
.lightweb .loader {
  width: 40px;
  height: 40px;
  animation: spinn 1s infinite;
}
@keyframes spinn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lightweb .loader-onload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  text-align: center;
}
.lightweb .loader-onload h3 {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: bold;
  margin: 10px 20px 0 0;
  line-height: 1;
}
.lightweb .tablet-only {
  display: none !important;
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .lightweb .tablet-only {
    display: flex !important;
  }
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .lightweb .not-tablet {
    display: none !important;
  }
}
@media all and (max-width: 992px) {
  .lightweb .tablet-up-only {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .lightweb .tablet-down-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .lightweb .not-mobile {
    display: none !important;
  }
}
@media all and (min-width: 767px) {
  .lightweb .mobile-only {
    display: none !important;
  }
}
.lightweb .tp .tc {
  position: relative;
  top: -30px;
  left: -20px;
  margin: 0 auto;
  white-space: nowrap;
  display: none;
  color: #ffffff;
  background: #000000;
  padding: 2px 4px;
  font-size: 0.8em;
  pointer-events: none;
}
.lightweb .tp:hover .tc {
  display: inline-block;
}
.lightweb .dp {
  cursor: pointer;
}
.lightweb .ds {
  display: none;
}
.lightweb .ds.active {
  display: block;
}
.lightweb .lw-row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.lightweb ul.nav {
  list-style: none;
}
.lightweb .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  text-align: center;
}
.lightweb .lw-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
}
.lightweb .lw-overlay:not(.sm-overlay) {
  background: -moz-linear-gradient(top, rgba(0, 79, 113, 0.4) 0%, rgba(0, 79, 113, 0.76) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 79, 113, 0.4) 0%, rgba(0, 79, 113, 0.76) 100%);
  background: linear-gradient(to bottom, rgba(0, 79, 113, 0.4) 0%, rgba(0, 79, 113, 0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66004f71", endColorstr="#c2004f71", GradientType=0);
}
.lightweb .lw-overlay.sm-overlay {
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 79, 113, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 79, 113, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 79, 113, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#cc004f71", GradientType=0);
}
.lightweb .hide-on-load {
  opacity: 0 !important;
}
.lightweb .p-10 {
  padding: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .p-10 {
    padding: 5rem !important;
  }
}
.lightweb .pt-10 {
  padding-top: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .pt-10 {
    padding-top: 5rem !important;
  }
}
.lightweb .pr-10 {
  padding-right: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .pr-10 {
    padding-right: 5rem !important;
  }
}
.lightweb .pb-10 {
  padding-bottom: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .pb-10 {
    padding-bottom: 5rem !important;
  }
}
.lightweb .pl-10 {
  padding-left: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .pl-10 {
    padding-left: 5rem !important;
  }
}
.lightweb .px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .px-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}
.lightweb .py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.lightweb .m-10 {
  margin: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .m-10 {
    margin: 5rem !important;
  }
}
.lightweb .mt-10 {
  margin-top: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .mt-10 {
    margin-top: 5rem !important;
  }
}
.lightweb .mr-10 {
  margin-right: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .mr-10 {
    margin-right: 5rem !important;
  }
}
.lightweb .mb-10 {
  margin-bottom: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .mb-10 {
    margin-bottom: 5rem !important;
  }
}
.lightweb .ml-10 {
  margin-left: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .ml-10 {
    margin-left: 5rem !important;
  }
}
.lightweb .mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .mx-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
}
.lightweb .my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
@media all and (min-width: 992px) {
  .lightweb .my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
.lightweb .breadcrumbs-wrapper {
  position: relative;
  padding-top: 105px;
}
@media all and (min-width: 767px) {
  .lightweb .breadcrumbs-wrapper {
    padding-top: 80px;
  }
}
.lightweb .faded {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 29px;
  width: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 50%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 50%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 50%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}
.lightweb .breadcrumbs {
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: -10px;
  overflow: auto;
  padding-top: 5px;
}
@media all and (max-width: 992px) {
  .lightweb .breadcrumbs {
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    /* Track */
    /* Handle */
    /* Handle on hover */
    padding-bottom: 1px;
    margin-bottom: 2px;
  }
  .lightweb .breadcrumbs::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
  }
  .lightweb .breadcrumbs::-webkit-scrollbar-track {
    background: rgba(207, 199, 199, 0.28);
  }
  .lightweb .breadcrumbs::-webkit-scrollbar-thumb {
    background: #cfc7c7;
    background-color: rgb(207, 199, 199);
    border-radius: 50px;
  }
  .lightweb .breadcrumbs::-webkit-scrollbar-thumb:hover {
    background: #c3b9b9;
  }
  .lightweb .breadcrumbs::-webkit-scrollbar {
    height: 3px;
  }
}
.lightweb .breadcrumbs a {
  font-weight: bold;
}
.lightweb .entry-content p a, .lightweb .entry-content ul a, .lightweb .entry-content ol a {
  text-decoration: underline !important;
}
.lightweb .post .entry-header h1 {
  font-size: 1.8rem;
}
.lightweb .post .entry-content h1 {
  font-size: 1.8rem;
}
.lightweb .post .entry-content h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.lightweb .post .entry-content h3 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
}
.lightweb .post-sidemenu {
  position: sticky;
  top: 100px;
  background: #ececec;
}
.lightweb .post-sidemenu ul {
  list-style: none;
  padding-left: 0;
}
.lightweb .post-sidemenu h4 {
  color: #000000;
  border-bottom: 1px solid #888b8d;
  padding-bottom: 0.5rem;
}
.lightweb .post-sidemenu a {
  font-weight: 600;
}
.lightweb .post-sidemenu small {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  color: #888b8d;
}
.lightweb .video-wrapper .video-archive-product {
  flex: 1;
}
.lightweb .video-wrapper.in-post {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4%;
}
.lightweb .video-wrapper.in-post .product-video {
  position: absolute;
}
.lightweb .video-wrapper.in-loop {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 150px;
}
.lightweb .video-wrapper.in-loop:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.lightweb .video-wrapper.in-loop .product-video {
  position: absolute;
  min-height: initial;
  pointer-events: none;
}
.lightweb .col-md-8 .card-item {
  height: 100%;
}
.lightweb .col-md-4 .video-wrapper.in-loop {
  padding-bottom: 260px;
}
.lightweb .woo-filter-btn {
  display: block;
  margin-right: 1rem;
  text-transform: capitalize;
  position: relative;
  padding-left: 32px;
}
.lightweb .woo-filter-btn:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  background-image: url(./../static/images/icons/icon-filter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  transition: background 0.3s;
}
.lightweb .woo-filter-btn:hover {
  color: #ffffff;
  background: #004f71;
}
.lightweb .woo-filter-btn:hover:before {
  background: url(./../static/images/icons/icon-filter-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lightweb.filter-active .woo-filter-btn {
  color: #ffffff;
  background: #004f71;
}
.lightweb.filter-active .woo-filter-btn:before {
  background: url(./../static/images/icons/icon-filter-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lightweb #woo-filters-wrapper {
  position: fixed;
  top: 0;
  right: -450px;
  background: #f0f0f0;
  height: 100vh;
  max-width: 450px;
  width: calc(100vw - 48px);
  z-index: 9999;
  margin: 0 !important;
  transition: right 0.1s;
}
@media all and (min-width: 767px) {
  .lightweb #woo-filters-wrapper {
    width: 100%;
  }
}
.lightweb #woo-filters-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
.lightweb #woo-filters-wrapper li {
  list-style: none;
  padding-left: 0;
}
.lightweb #woo-filters-wrapper li.widget {
  width: calc(50% - 1rem);
  margin: 0.5rem;
}
.lightweb #woo-filters-wrapper li.widget h4 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 1em;
}
.lightweb #woo-filters-wrapper .berocket_single_filter_widget:not(:last-child) {
  margin-right: 1.5rem;
}
.lightweb #woo-filters-wrapper .count {
  font-size: 0.7rem;
  position: absolute;
  right: 12px;
  pointer-events: none;
}
.lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item {
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  margin-bottom: 4px;
  margin-right: 4px;
}
.lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item a {
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
  padding: 4px 34px 4px 8px;
}
.lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen, .lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item:hover {
  background: #000000;
  color: #ffffff !important;
}
.lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen a, .lightweb #woo-filters-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list__item:hover a {
  color: #ffffff !important;
}
.lightweb #woo-filters-wrapper .widget_layered_nav_filters:last-of-type {
  width: 100%;
}
.lightweb #woo-filters-inner {
  position: relative;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  font-size: 0.9rem;
}
.lightweb #woo-filters-inner:after {
  display: none;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 2rem;
  height: 2rem;
  background: #004f71;
  transform: scale(0);
  border-radius: 100px;
  opacity: 0;
  animation: spinner-grow 0.75s infinite;
  animation-play-state: paused;
}
.lightweb #woo-filters-inner.hide:after {
  display: block;
  animation-play-state: running;
}
.lightweb #products-loop-wrapper {
  position: relative;
}
.lightweb #products-loop-wrapper:after {
  display: none;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 2rem;
  height: 2rem;
  background: #004f71;
  transform: scale(0);
  border-radius: 100px;
  opacity: 0;
  animation: spinner-grow 0.75s infinite;
  animation-play-state: paused;
}
.lightweb #products-loop-wrapper.hide:after {
  display: block;
  animation-play-state: running;
}
.lightweb select.orderby {
  font-size: 0.9rem;
  position: relative;
  -webkit-appearance: none;
  background: none;
  border: 2px solid #004f71;
  color: #004f71;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  cursor: pointer;
}
.lightweb .woocommerce-ordering {
  position: relative;
}
.lightweb .woocommerce-ordering:after {
  content: "";
  background: url(./../static/images/icons/downarrow-blue.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 14px;
  top: 19px;
}
.lightweb .bapf_head h3 {
  font-size: 1em;
  margin-bottom: 4px;
}
.lightweb .bapf_body ul li {
  display: flex;
  align-items: center;
}
.lightweb .bapf_body ul li label {
  font-weight: bold;
  font-size: 0.8rem;
  color: #004f71;
  margin-bottom: 0;
}
.lightweb #woo-filters-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
.lightweb.filter-active #woo-filters-overlay {
  display: block;
}
.lightweb.filter-active #woo-filters-wrapper {
  right: 0;
}
.lightweb .close-filter {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff url(./../static/images/menu-cross.svg) no-repeat center;
  background-size: 50%;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.lightweb .site-footer {
  background: #004f71;
  color: #fff;
}
.lightweb .site-footer h3 {
  color: #fff;
}
.lightweb .site-footer h3.footer-col-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.lightweb .site-footer a {
  color: #fff;
}
.lightweb #lw-footer-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  margin: 10px 0;
}
.lightweb #lw-footer-menu li {
  padding: 8px 0;
}
.lightweb #lw-footer-menu a {
  font-weight: bold;
  color: #fff;
  padding-right: 12px;
}
@media all and (min-width: 992px) {
  .lightweb #lw-footer-menu a {
    padding: 0 16px;
  }
}
.lightweb .footer-contact-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.lightweb .footer-contact-item img {
  max-width: 1rem;
  max-height: 1rem;
  margin-right: 8px;
  width: 100%;
  height: auto;
}
.lightweb .news-letter {
  border-bottom: 1px solid #000;
}
.lightweb .news-letter-wrapper {
  display: flex;
  flex-direction: column;
}
.lightweb .news-letter-wrapper .input-wrapper {
  display: flex;
  align-items: center;
  height: 42px;
  background: #fff;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.74);
}
.lightweb .news-letter-wrapper label {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}
.lightweb .news-letter-wrapper input[type=email] {
  background: #fff;
  border: none;
  width: 100%;
  padding-left: 20px;
  font-size: 0.9em;
}
.lightweb .news-letter-wrapper input[type=email]::placeholder {
  color: #8b8e91;
}
.lightweb .news-letter-wrapper input[type=submit] {
  width: 100px;
  height: 100%;
  background: #000 url(./../static/images/paper-plane.svg) no-repeat center;
  background-size: 35%;
  overflow: hidden;
}
.lightweb .news-letter-wrapper input[type=submit]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.lightweb .social-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .lightweb .social-wrapper {
    margin-bottom: 0rem;
  }
}
.lightweb .social-li {
  background: url(./../static/images/icons/icon-linkedin.svg) no-repeat;
}
.lightweb .social-ig {
  background: url(./../static/images/icons/icon-instagram.svg) no-repeat;
}
.lightweb .social-fb {
  background: url(./../static/images/icons/icon-facebook.svg) no-repeat;
}
.lightweb .social-yt {
  background: url(./../static/images/icons/icon-youtube.svg) no-repeat;
  width: 40px !important;
}
.lightweb .social-item {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 20px;
}
.lightweb .social-item:last-child {
  margin-right: 0;
}
.lightweb .footer-boost-wrapper {
  background: #fff;
}
.lightweb .footer-boost-title {
  padding-bottom: 4px;
  border-bottom: 5px solid #ff671f;
  display: inline-block;
}
.lightweb .footer-boost {
  position: relative;
}
.lightweb .footer-boost a {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 50vw;
  max-height: 700px;
  padding: 1rem;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 767px) {
  .lightweb .footer-boost a {
    height: 40vw;
  }
}
.lightweb .footer-boost a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  font-size: 1.125rem;
}
@media all and (min-width: 992px) {
  .lightweb .footer-boost a span {
    font-size: 1.5rem;
  }
}
.lightweb .footer-boost a span:after {
  display: block;
  content: "";
  background: url(./../static/images/icons/icon-right-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  transition: margin 0.3s;
}
.lightweb .footer-boost a:hover span:after {
  margin-right: -4px;
}
.lightweb .newsletter-col {
  position: relative;
}
.lightweb .newsletter-col .flex-row {
  display: flex;
  flex-direction: row;
}
.lightweb .newsletter-col h6 {
  font-family: "Arial", sans-serif;
  color: #ffffff;
}
.lightweb .newsletter-col input[type=email] {
  width: 100%;
  height: 42px;
  padding: 4px 16px;
  border: none;
}
.lightweb .newsletter-col .btn {
  height: 42px;
  font-size: 0.9rem;
}
.lightweb .newsletter-col .wpcf7-spinner {
  position: absolute;
}
.lightweb .site-info {
  background: #003d58;
  color: #ffffff;
  font-size: 0.8rem;
}
.lightweb .footer-content {
  max-width: 460px;
  margin-bottom: 1rem;
}
.lightweb .social-credit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .lightweb .social-credit {
    flex-direction: column;
  }
}
.lightweb .flex-container {
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 767px) {
  .lightweb .flex-container {
    flex-direction: column;
  }
}
.lightweb .flex-container .flex-item-1 {
  flex: 1;
  max-width: 460px;
}
@media all and (max-width: 767px) {
  .lightweb .flex-container .flex-item-1 {
    margin-bottom: 1rem;
  }
}
.lightweb .flex-container .flex-item-2 {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .lightweb .flex-container .flex-item-2 {
    justify-content: left;
  }
}
.lightweb .flex-container .certificate-info {
  font-size: 0.75em;
}
.lightweb .flex-container .policy-link {
  text-decoration: underline;
}
.lightweb #asidemenu {
  position: relative;
  border-right: 1px solid #ececec;
}
@media all and (min-width: 992px) {
  .lightweb #asidemenu {
    margin-top: 0.5rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb #asidemenu {
    height: 55px;
    padding: 0;
  }
}
.lightweb #asidemenu ul {
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .lightweb #asidemenu ul {
    position: sticky;
    top: 115px;
  }
}
@media all and (max-width: 992px) {
  .lightweb #asidemenu ul {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    overflow: auto;
    background: #ffffff;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    /* Track */
    /* Handle */
    /* Handle on hover */
    padding-bottom: 1px;
    margin-bottom: 2px;
  }
  .lightweb #asidemenu ul::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
  }
  .lightweb #asidemenu ul::-webkit-scrollbar-track {
    background: rgba(207, 199, 199, 0.28);
  }
  .lightweb #asidemenu ul::-webkit-scrollbar-thumb {
    background: #cfc7c7;
    background-color: rgb(207, 199, 199);
    border-radius: 50px;
  }
  .lightweb #asidemenu ul::-webkit-scrollbar-thumb:hover {
    background: #c3b9b9;
  }
  .lightweb #asidemenu ul::-webkit-scrollbar {
    height: 3px;
  }
}
@media all and (max-width: 992px) {
  .lightweb #asidemenu.fixed ul {
    position: fixed;
    top: 80px;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb #asidemenu.fixed ul {
    top: 50px;
  }
}
@media all and (max-width: 992px) {
  .lightweb #asidemenu h4 {
    white-space: nowrap;
    font-size: 0.875rem;
    display: none;
  }
  .lightweb #asidemenu h4:after {
    content: ":";
    margin-right: 0.5rem;
  }
}
.lightweb #asidemenu a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
@media all and (min-width: 992px) {
  .lightweb #asidemenu a {
    font-size: 0.875rem;
    border-bottom: 1px solid #ececec;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 0.5rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb #asidemenu a {
    white-space: nowrap;
  }
}
.lightweb #asidemenu a:hover {
  color: #ff671f;
}
.lightweb #asidemenu .current_page_item a {
  color: #ff671f;
}
@media all and (min-width: 992px) {
  .lightweb #asidemenu .current_page_item a {
    background: #ff671f;
    color: #ffffff;
    padding-left: 0.5rem;
  }
  .lightweb #asidemenu .current_page_item a:hover {
    color: #ffffff;
  }
}
.lightweb .lw-top-nav {
  position: relative;
  display: flex;
  height: 30px;
  width: 100%;
  padding: 0 20px;
  background: #003e58;
}
.lightweb .lw-top-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .lightweb .lw-top-nav-inner {
    max-width: 100%;
  }
}
.lightweb .lw-top-nav-offers {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
@media all and (max-width: 767px) {
  .lightweb .lw-top-nav-offers {
    gap: 0.75rem;
  }
}
.lightweb .lw-top-nav-offers .offers-item {
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .lightweb .lw-top-nav-offers .offers-item {
    margin-left: 8px;
  }
}
.lightweb .lw-top-nav-offers .offers-item img {
  max-width: 22px;
  max-height: 20px;
  object-fit: contain;
  margin-right: 8px;
}
.lightweb .lw-top-nav-offers .offers-item .offers-img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media all and (max-width: 992px) {
  .lightweb .lw-top-nav-offers .offers-item {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 767px) {
  .lightweb .lw-top-nav-offers .offers-item {
    font-size: 0.7rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb .lw-top-nav-offers {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .lightweb .lw-top-nav-offers {
    text-align: left;
  }
}
.lightweb #lang-switcher {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .lightweb #lang-switcher {
    margin-right: 0px;
  }
  .lightweb #lang-switcher > span {
    display: none;
  }
}
.lightweb #lang-switcher .offers-img {
  background: url(./../static/images/ionic-globe.png) no-repeat center;
  background-size: contain;
}
.lightweb #lang-switcher:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -14px;
  display: block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.lightweb .lang-switcher-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.74);
}
@media all and (max-width: 767px) {
  .lightweb .lang-switcher-sub-menu {
    right: 0;
  }
}
.lightweb .lang-switcher-sub-menu li {
  white-space: nowrap;
  color: #004f71;
  font-size: 0.8rem;
}
.lightweb .lang-switcher-sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.lightweb .lang-switcher-sub-menu li a {
  font-size: 0.8rem;
  font-weight: normal;
}
.lightweb.lang-open .lw-top-nav {
  z-index: 2001;
}
.lightweb.lang-open .lang-switcher-sub-menu {
  display: block;
}
.lightweb.lang-open .lw-top-nav-offers {
  overflow: visible;
}
.lightweb .lw-top-nav-extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.lightweb .lw-top-nav-extra li {
  list-style: none;
}
.lightweb .menu:not(.lw-mega-menu) {
  display: flex;
  list-style: none;
}
.lightweb .menu:not(.lw-mega-menu) ul {
  list-style: none;
}
.lightweb li.menu-item {
  list-style: none;
}
.lightweb .site-header {
  display: flex;
  position: absolute;
  z-index: 2000;
  height: 86px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .lightweb .site-header {
    height: 50px;
  }
}
@media all and (max-width: 767px) {
  .lightweb:not(.header-fixed) .site-header {
    height: 105px;
    padding-bottom: 45px;
  }
}
.lightweb .site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
}
@media all and (max-width: 992px) {
  .lightweb .site-header-inner {
    max-width: 100%;
  }
}
.lightweb .site-header-inner li {
  list-style: none;
}
.lightweb .site-header {
  background: #004f71;
}
.lightweb.header-fixed .site-header {
  position: fixed;
  top: 0;
  border-bottom-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.lightweb .lw-main-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .lightweb .lw-main-navigation {
    justify-content: space-between;
  }
}
.lightweb .lw-logo-container {
  display: flex;
  align-items: center;
  min-width: 100px;
  padding: 0 10px 0 0;
}
@media all and (min-width: 767px) {
  .lightweb .lw-logo-container {
    padding: 0 20px 0 0;
    min-width: 140px;
    width: 140px;
  }
}
.lightweb .lw-logo-container .custom-logo-link {
  display: flex;
  align-items: center;
  height: 86px;
}
.lightweb .lw-logo-container .custom-logo-link img {
  max-height: 66px;
  width: auto;
}
@media all and (max-width: 767px) {
  .lightweb .lw-logo-container .custom-logo-link img {
    max-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .lightweb.header-fixed .lw-logo-container {
    display: none;
  }
}
.lightweb .menu-area-title > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ff671f;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #004f71 !important;
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .lightweb .menu-area-title > a {
    font-size: 16px;
  }
}
.lightweb .menu-area-title > a:hover {
  color: #eb4c00 !important;
}
.lightweb .menu-area-title > a:hover:after {
  margin-right: -2px;
}
.lightweb .menu-area-title > a:after {
  content: "" !important;
  background: url(./../static/images/arrow-right.svg) no-repeat !important;
  background-size: contain !important;
  width: 1rem !important;
  height: 1rem !important;
  display: block !important;
  margin-right: 0;
  transition: margin-right 0.2s;
}
.lightweb .menu-area-title:not(:first-child) {
  margin-top: 24px !important;
}
.lightweb .desktop-menu {
  flex-shrink: 0;
  margin-left: 2.25rem;
}
@media all and (max-width: 1300px) {
  .lightweb .desktop-menu {
    margin-left: 1rem;
  }
}
.lightweb .desktop-menu > li {
  padding: 17px 0.75rem 17px 0.75rem;
}
@media all and (max-width: 1300px) {
  .lightweb .desktop-menu > li {
    padding-right: 0.75rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb .desktop-menu > li {
    padding-right: 1rem;
  }
}
.lightweb .desktop-menu > li > a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
}
.lightweb .desktop-menu > li.current_page_item > a {
  color: #ffffff;
}
.lightweb .desktop-menu > li.only-mobile {
  display: none !important;
}
.lightweb .desktop-menu > li.menu-item-has-children {
  position: relative;
  margin-right: 8px;
}
@media all and (min-width: 1300px) {
  .lightweb .desktop-menu > li.menu-item-has-children {
    margin-right: 10px;
  }
}
@media all and (min-width: 1400px) {
  .lightweb .desktop-menu > li.menu-item-has-children {
    margin-right: 14px;
  }
}
.lightweb .lw-main-navigation-extra {
  display: flex;
  align-items: center;
}
@media all and (max-width: 992px) {
  .lightweb .lw-main-navigation-extra {
    align-items: flex-start;
    flex-direction: column;
  }
}
.lightweb .lw-main-navigation-extra li {
  position: relative;
  padding: 18px 0;
  list-style: none;
}
.lightweb .nav-right {
  display: flex;
  display: flex;
}
@media all and (max-width: 1300px) {
  .lightweb .nav-right {
    margin-right: 26px;
  }
}
@media all and (max-width: 992px) {
  .lightweb .nav-right {
    margin-right: 4px;
  }
}
@media all and (max-width: 767px) {
  .lightweb .nav-right {
    gap: 0.5rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb.header-fixed .nav-right {
    display: none;
  }
}
.lightweb .docs-link {
  min-width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-image: url(./../static/images/file-document-outline-white.svg);
  display: none;
}
@media all and (max-width: 992px) {
  .lightweb .docs-link {
    display: block;
  }
}
.lightweb .shop-link {
  display: flex;
  align-items: center;
  min-width: 18px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 24px;
  background-repeat: no-repeat;
  margin-right: 1rem;
  color: #ffffff;
  background-image: url(./../static/images/icons/cart-white.svg);
  background-size: 18px;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 1300px) {
  .lightweb .shop-link span {
    display: none;
  }
}
.lightweb .shop-link:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ff671f;
}
@media all and (max-width: 992px) {
  .lightweb .shop-link:hover:after {
    border-bottom: none;
  }
}
.lightweb .shop-link:hover span {
  color: rgb(255, 255, 255);
}
.lightweb .menu-link {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 18px;
  height: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-image: url(./../static/images/icons/menu-white.svg);
  cursor: pointer;
}
.lightweb .menu-link:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ff671f;
}
@media all and (max-width: 992px) {
  .lightweb .menu-link:hover:after {
    border-bottom: none;
  }
}
.lightweb .menu-link:hover span {
  color: rgb(255, 255, 255);
}
.lightweb .menu-text {
  font-weight: normal;
  position: absolute;
  margin-left: 18px;
  left: 17px;
  height: 0px !important;
}
.lightweb .nav-icons {
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 767px) {
  .lightweb:not(.header-fixed) .lw-hamburger-button {
    position: absolute;
    right: 6px;
    top: 22px;
  }
}
.lightweb .lw-hamburger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  padding-right: 0 !important;
}
@media all and (min-width: 992px) {
  .lightweb .lw-hamburger-button {
    position: relative;
    left: -36px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 1rem;
    background: #ffffff;
  }
}
.lightweb .lw-hamburger-button .lw-hamburger.mega-item-child {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  margin-right: 0;
  padding: 8px 6px;
  background-repeat: no-repeat;
}
@media all and (max-width: 992px) {
  .lightweb .lw-hamburger-button .lw-hamburger.mega-item-child {
    width: 20px;
    height: 14px;
    margin-left: 1rem;
    margin-right: 50px;
    padding: 0;
  }
}
.lightweb .lw-hamburger-button .lw-hamburger.mega-item-child:before, .lightweb .lw-hamburger-button .lw-hamburger.mega-item-child:after, .lightweb .lw-hamburger-button .lw-hamburger.mega-item-child > span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #004f71;
}
.lightweb .lw-hamburger-button .lw-hamburger.mega-item-child:before {
  transition: width 0.2s;
}
.lightweb .lw-hamburger-button .lw-hamburger.mega-item-child > span {
  top: 5px;
}
@media all and (max-width: 992px) {
  .lightweb .lw-hamburger-button .lw-hamburger.mega-item-child > span {
    top: -2px;
  }
}
.lightweb .lw-hamburger-button .lw-hamburger.mega-item-child:after {
  transition: width 0.2s;
  position: initial !important;
  top: initial !important;
  right: initial !important;
  display: initial !important;
  height: 2px !important;
  border-right: initial !important;
  border-bottom: initial !important;
  transform: initial !important;
}
.lightweb .lw-hamburger-button.active .lw-hamburger:after, .lightweb .lw-hamburger-button.active .lw-hamburger:before {
  width: 100%;
}
.lightweb #lw-primary-menu.desktop-menu > li {
  display: block;
}
@media all and (max-width: 767px) {
  .lightweb #lw-primary-menu.desktop-menu > li {
    display: none !important;
  }
}
.lightweb #lw-primary-menu.desktop-menu > li:first-child,
.lightweb #lw-primary-menu.desktop-menu > li:nth-child(2),
.lightweb #lw-primary-menu.desktop-menu > li:nth-child(3) {
  display: block;
}
@media all and (max-width: 992px) {
  .lightweb #lw-primary-menu.desktop-menu > li:nth-child(4),
  .lightweb #lw-primary-menu.desktop-menu > li:nth-child(5), .lightweb #lw-primary-menu.desktop-menu > li:nth-child(6) {
    display: none;
  }
}
.lightweb #lw-primary-mobile-menu > li {
  padding: 12px 0px !important;
}
.lightweb #lw-primary-mobile-menu > li.only-mobile {
  display: list-item;
}
.lightweb #lw-primary-mobile-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #004f71;
  width: fit-content;
}
.lightweb #lw-primary-mobile-menu > li > a:after {
  transform: rotate(0);
  background-image: url(./../static/images/icons/chevron-right.svg);
  background-size: contain;
  right: -10px;
  top: -1px;
  width: 28px;
  height: 28px;
}
.lightweb #lw-primary-mobile-menu > li > .sub-menu {
  left: 0;
  z-index: 1;
  list-style: none;
  width: 100%;
}
.lightweb #lw-primary-mobile-menu > li > .sub-menu > .sub-back {
  display: block;
}
@media all and (max-width: 767px) {
  .lightweb #lw-primary-mobile-menu > li:hover > a:after {
    right: -10px;
  }
}
.lightweb .menu-description,
.lightweb .attr-title {
  font-size: 0.8rem;
  color: #333;
  font-weight: normal;
}
.lightweb .has-sub-icon .menu-description,
.lightweb .has-sub-icon .attr-title {
  margin-left: 34px;
}
.lightweb .sub-menu-icon {
  display: none;
}
.lightweb .no-bg-image .sub-menu-icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 0.5rem;
}
.lightweb .has-description .sub-menu-icon {
  margin-bottom: -24px;
}
.lightweb .no-bg-image li {
  background-image: none !important;
}
.lightweb .mega-sub-menu {
  cursor: initial;
  width: calc(100% - 2rem);
  max-width: 1400px;
  display: none;
  padding: 4px 0;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .lightweb .mega-sub-menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: inherit;
    height: 100%;
    width: calc(100vw - 48px);
    background: #fff;
    overflow: hidden;
    margin: 0;
  }
}
.lightweb .mega-sub-menu a {
  color: #000000;
  display: flex;
  align-items: center;
}
.lightweb .mega-sub-menu .menu-item.has-sub-icon a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  line-height: 22px;
}
.lightweb .sub-menu {
  display: none;
}
@media all and (max-width: 767px) {
  .lightweb .sub-menu {
    overflow: auto;
  }
}
.lightweb .mega-item.active .mega-sub-menu {
  display: block !important;
  z-index: 9999;
  margin: 0 1rem;
}
.lightweb .mega-item.active .menu-overlay {
  display: block;
}
.lightweb .lw-mega-menu #lw-primary-mobile-menu {
  padding-left: 0;
  list-style: none;
}
.lightweb .lw-mega-menu #lw-primary-mobile-menu .menu-overlay {
  display: none !important;
}
.lightweb .flyout-menu {
  height: 100%;
}
.lightweb .lw-mega-menu {
  position: relative;
  background: #fff;
  height: inherit;
  border-radius: 3px;
  width: 33vw;
  padding: 12px 12px;
  pointer-events: auto;
}
@media all and (min-width: 767px) {
  .lightweb .lw-mega-menu {
    min-width: 280px;
    min-height: 472px;
    padding: 16px 16px;
  }
}
@media all and (min-width: 992px) {
  .lightweb .lw-mega-menu {
    padding: 18px 28px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .lw-mega-menu {
    padding: 18px 42px;
    width: 465px;
    max-width: 488px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .lw-mega-menu {
    min-width: 380px;
    min-height: 472px;
  }
}
@media all and (max-width: 767px) {
  .lightweb .lw-mega-menu {
    padding: 12px 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb .lw-mega-menu {
    width: calc(100vw - 48px);
  }
}
.lightweb .lw-mega-menu ul.sub-menu li {
  background-image: none !important;
}
.lightweb .lw-mega-menu li {
  padding: 8px 0px;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 1rem;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media all and (max-width: 767px) {
  .lightweb .lw-mega-menu li {
    background-image: none !important;
  }
}
@media all and (min-width: 767px) and (max-width: 992px) {
  .lightweb .lw-mega-menu li {
    font-size: 0.9rem;
  }
}
.lightweb .lw-mega-menu li.menu-area-title {
  border-bottom: none;
}
.lightweb .lw-mega-menu li:not(.menu-title):not(.menu-area-title):hover {
  border-bottom: 1px solid rgba(136, 136, 136, 0.33);
}
.lightweb .lw-mega-menu li.menu-item-has-children {
  position: initial !important;
  cursor: pointer;
}
.lightweb .lw-mega-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 40px);
  pointer-events: none;
  margin-right: 1.5rem;
}
.lightweb .lw-mega-menu li.menu-item-has-children > a span {
  pointer-events: none;
  margin-right: 1.5rem;
}
.lightweb .lw-mega-menu li.menu-item-has-children > a:after {
  content: "";
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: -36px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(./../static/images/menu-arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.1s;
  border: none !important;
}
.lightweb .lw-mega-menu li.menu-item-has-children:hover > a:after {
  right: -40px;
}
.lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu {
  display: block;
  border-radius: 3px;
  position: absolute;
  min-height: 100%;
  width: 32vw;
  margin-left: -1rem;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 18px 42px;
}
@media all and (min-width: 1400px) {
  .lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu {
    min-width: 380px;
    width: calc(480px - 1vw);
  }
}
@media all and (max-width: 1300px) {
  .lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu {
    width: 33.7vw;
  }
}
@media all and (max-width: 992px) {
  .lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu {
    padding: 16px 24px;
    width: 32vw;
  }
}
@media all and (max-width: 767px) {
  .lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu {
    width: 100%;
    min-height: 100%;
    padding-bottom: 220px !important;
    left: 0;
    overflow: auto;
    z-index: 3;
  }
}
.lightweb .lw-mega-menu li.menu-item-has-children.active > .sub-menu:before {
  content: "";
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: calc(100% - 4rem);
  display: block;
  width: 1px;
  position: absolute;
  left: 0.5rem;
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu {
    width: auto;
    display: flex;
    gap: 2rem;
    max-width: 1380px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .full-width-menu .lw-mega-menu {
    gap: 5rem;
    min-height: auto;
  }
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_list {
    column-count: 2;
    column-gap: 10px;
  }
}
@media all and (min-width: 992px) {
  .lightweb .full-width-menu .lw-mega-menu .div_list {
    column-gap: 30px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .full-width-menu .lw-mega-menu .div_list {
    column-gap: 30px;
  }
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_list .div-end-start {
    position: absolute;
    width: -webkit-fill-available;
    top: -60px;
  }
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
    height: fit-content;
  }
}
@media all and (min-width: 767px) and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image {
    text-align: center;
    overflow: hidden;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    height: 8rem;
    border-radius: 10px;
  }
}
@media all and (min-width: 767px) and (min-width: 767px) and (max-width: 992px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image {
    height: 6rem;
  }
}
@media all and (min-width: 767px) and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image:not(.alt-style):before {
    background-color: rgba(0, 79, 113, 0.8);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image:not(.alt-style):hover:before {
    background-color: rgba(0, 79, 113, 0.5);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image.alt-style:before {
    background-color: rgba(255, 103, 31, 0.8);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image.alt-style:hover:before {
    background-color: rgba(255, 103, 31, 0.5);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image.alt-style a:after {
    filter: brightness(0) invert(1);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 79, 113, 0.8);
    background-size: cover;
    background-position: center;
    transition: all 250ms;
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image:hover:before {
    background-color: rgba(0, 79, 113, 0.5);
  }
}
@media all and (min-width: 767px) and (min-width: 767px) and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image:hover a:after {
    right: 5px;
  }
}
@media all and (min-width: 767px) and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image a {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-align: left;
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image a:after {
    content: "";
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(./../static/images/chevron-down.svg) no-repeat;
    background-size: contain;
    transition: all 0.1s;
    border: none !important;
    bottom: 14px;
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li.has-bg-image a span {
    padding: 1rem 2rem 1rem 1rem;
    margin-right: 5px;
  }
}
.lightweb .full-width-menu .lw-mega-menu .div_tn .menu-area-title {
  flex: 100%;
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li {
    flex: calc(50% - 1rem);
    border-bottom: 0 solid;
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li:hover {
    border-bottom: 0;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .full-width-menu .lw-mega-menu .div_tn li {
    flex: calc(33% - 1rem);
    max-width: calc(33% - 1rem);
  }
  .lightweb .full-width-menu .lw-mega-menu .div_tn li:first-child {
    max-width: 100%;
  }
}
@media all and (min-width: 767px) {
  .lightweb .full-width-menu .lw-mega-menu .div_list {
    flex: 1;
    top: 60px;
    position: relative;
  }
}
.lightweb .mega-item {
  cursor: pointer;
  font-size: 0.9rem;
  color: #004f71;
  padding: 0 !important;
}
.lightweb .mega-item .mega-item-child {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 14px;
  padding: 19px 1.5rem 18px 0;
}
@media all and (max-width: 767px) {
  .lightweb .mega-item .mega-item-child {
    padding: 19px 0 18px 0;
  }
}
.lightweb .mega-item .mega-item-child:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: top 0.1s;
}
@media all and (max-width: 992px) {
  .lightweb .mega-item .mega-item-child:after {
    right: 4px;
  }
}
@media all and (max-width: 992px) {
  .lightweb .mega-item {
    padding-right: 1rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb .mega-item {
    font-size: 14px;
  }
}
.lightweb #menu-item-products > a {
  pointer-events: none;
}
.lightweb.mega-menu-active {
  overflow: hidden;
}
.lightweb .menu-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 767px) {
  .lightweb .menu-overlay {
    top: 0 !important;
    height: 100vh !important;
  }
}
.lightweb.header-fixed .menu-overlay {
  top: 80px;
  height: calc(100vh - 80px);
}
.lightweb span.close-overlay {
  flex-direction: column;
  align-items: center;
  position: fixed;
  display: none;
  top: 50%;
  right: 1%;
  color: #fff;
  pointer-events: none;
}
.lightweb span.close-overlay:before {
  content: "";
  background: url(./../static/images/menu-cross-white.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  transform: scale(1);
  animation: scale 1s forwards;
  animation-play-state: paused;
}
@media all and (max-width: 767px) {
  .lightweb span.close-overlay {
    display: flex;
  }
}
.lightweb .active span.close-overlay:before {
  animation-delay: 0.3s;
  animation-play-state: running;
}
@keyframes scale {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.lightweb li.menu-title {
  border-bottom: 0px;
}
.lightweb li.menu-title a {
  color: #004f71 !important;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ff671f;
}
.lightweb li.menu-title a:after {
  content: "" !important;
  background: url(./../static/images/arrow-right.svg) no-repeat !important;
  background-size: contain !important;
  width: 1rem !important;
  height: 1rem !important;
  display: block !important;
  margin-right: 0;
  transition: margin-right 0.2s;
}
@media all and (min-width: 767px) {
  .lightweb li.menu-title a {
    font-size: 20px;
    text-decoration: none;
  }
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .lightweb li.menu-title a {
    font-size: 16px;
  }
}
.lightweb li.menu-title a:hover {
  color: #eb4c00 !important;
}
.lightweb li.menu-title a:hover:after {
  margin-right: -2px;
}
.lightweb .sub-back {
  width: 24px;
  height: 24px;
  background: url(./../static/images/icons/icon-left-arrow-black.svg) no-repeat center;
  background-size: contain;
  margin-left: 15px;
  margin-bottom: 6px;
}
@media all and (min-width: 767px) {
  .lightweb .sub-back {
    display: none;
  }
}
.lightweb li[class*=current-] > a {
  font-weight: bold;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu {
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  border-radius: 0;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-title {
  display: none;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .div-list.menu-title {
  display: list-item;
  margin-top: 1rem;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-area-title a {
  border: none;
  font-size: 18px;
  width: fit-content;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-area-title a span {
  color: #ff671f !important;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-area-title a:after {
  margin-left: 1rem;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-title {
  margin-bottom: 0 !important;
  width: fit-content;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .menu-title a::after {
  margin-left: 1rem;
}
@media all and (min-width: 767px) {
  .lightweb .flyout-content-menu-inner .lw-mega-menu .mega-item {
    display: none !important;
  }
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-menu {
  margin-left: 0 !important;
  padding-bottom: 120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #ffffff !important;
}
@media all and (min-width: 767px) {
  .lightweb .flyout-content-menu-inner .lw-mega-menu .sub-menu {
    background-color: #fafafc !important;
  }
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-menu li {
  border-bottom: 0 !important;
  padding: 0.25rem 0;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-menu li a {
  color: #000000 !important;
  display: flex;
  align-items: center;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-menu:before {
  display: none !important;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu li.menu-title a {
  color: #ff671f !important;
  border: none;
  font-size: 18px;
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-back {
  display: flex !important;
  justify-items: left;
  width: 100%;
  height: 3rem;
  margin-left: 0px;
  background-size: 1.5rem !important;
  background: url(./../static/images/icons/icon-left-arrow-black.svg) no-repeat left 8px;
  background-size: contain;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 767px) {
  .lightweb .flyout-content-menu-inner .lw-mega-menu .sub-back {
    display: none;
  }
}
.lightweb .flyout-content-menu-inner .lw-mega-menu .sub-back .back-text {
  margin-top: auto;
  margin-left: 3rem;
  pointer-events: none;
  width: 100%;
}
.lightweb .mobile-logo a.custom-logo-link img {
  max-height: 38px;
  width: auto;
}
.lightweb #lw-primary-menu.menu:not(.desktop-menu) {
  display: none;
}
.lightweb.lw-menu-open #lw-primary-menu.mobile-menu {
  display: block;
  position: absolute;
  top: 70px;
  background: #ffffff;
  width: 100%;
  left: 0;
  padding: 0 16px;
}
@media all and (max-width: 767px) {
  .lightweb.lw-menu-open #lw-primary-menu.mobile-menu {
    top: 100px;
  }
}
@media all and (max-width: 992px) {
  .lightweb.header-fixed #lw-primary-menu.mobile-menu {
    top: 70px;
  }
}
@media all and (max-width: 767px) {
  .lightweb.header-fixed #lw-primary-menu.mobile-menu {
    top: 50px;
  }
}
.lightweb header.customer-header {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 300px;
}
.lightweb header.customer-header h1 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.lightweb header.customer-header img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lightweb .container-fluid.related, .lightweb .related.container-sm, .lightweb .related.container-md, .lightweb .related.container-lg, .lightweb .related.container-xl, .lightweb .related.container-xxl {
  background: #ffffff;
}
.lightweb .extra-info {
  background: #ececec;
}
.lightweb .extra-info h3 {
  font-size: 1.125rem;
  color: #000000;
}
.lightweb .extra-info-container:not(:first-child) {
  border-top: 1px solid #888b8d;
}
.lightweb .equipment ul {
  list-style: none;
  padding-left: 0;
}
.lightweb .equipment ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.lightweb .equipment ul li:before {
  flex-shrink: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 1rem;
  background: url(./../static/images/icons/icon-checkmark-full.svg) no-repeat;
  background-size: contain;
  display: block;
}
.lightweb.mobilinformation-template-default .lw-top-nav,
.lightweb.mobilinformation-template-default .site-header,
.lightweb.mobilinformation-template-default #compare-notis,
.lightweb.mobilinformation-template-default .breadcrumbs-wrapper,
.lightweb.mobilinformation-template-default .site-footer,
.lightweb.mobilinformation-template-default .site-info, .lightweb.mobilgrupp-template-default .lw-top-nav,
.lightweb.mobilgrupp-template-default .site-header,
.lightweb.mobilgrupp-template-default #compare-notis,
.lightweb.mobilgrupp-template-default .breadcrumbs-wrapper,
.lightweb.mobilgrupp-template-default .site-footer,
.lightweb.mobilgrupp-template-default .site-info {
  display: none !important;
}
.lightweb .mobile-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.lightweb .logotype-container {
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.lightweb .logotype-container img {
  margin: 40px auto;
  max-width: 800px;
  width: 100%;
}
.lightweb .mobile-card {
  margin: 0 auto;
  border: 1px solid #ececec;
  position: relative;
  padding: 44px 24px 24px 24px;
}
.lightweb .mobile-card ul.mobile-list-container {
  margin: 0;
  list-style: none;
  padding: 0;
}
.lightweb .mobile-card .language-card {
  border: 1px solid #ececec;
}
.lightweb .mobile-card li a {
  display: block;
  color: #337ab7;
  word-break: break-all;
  text-decoration: none;
  padding: 4px 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ececec;
}
.lightweb .mobile-card li a:hover {
  background-color: #f5f5f5;
}
.lightweb .mobile-card li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.lightweb .mobile-card .mobile-text {
  text-align: center;
  margin: 1em 0 0.5em 0;
}
.lightweb .mobile-card .mobile-list {
  font-size: 16px;
}
.lightweb .mobile-card h4.language-title {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid #888b8d;
  padding: 8px;
}
.lightweb .mobile-card .search-field-wrapper {
  padding: 0 0 4px;
}
.lightweb .mobile-card .search-field-wrapper input {
  padding-left: 8px;
}
.lightweb .mobile-card .language-card {
  background: #ffffff;
  min-width: 200px;
}
.lightweb .mobile-card .mobile-icon {
  position: absolute;
  width: 3em;
  height: 3em;
  top: -1.5em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.lightweb .wide-card {
  width: 100%;
  max-width: 800px;
}
.lightweb ul.products {
  list-style: none;
  padding-left: 0;
  margin-top: 3rem;
}
.lightweb .woocommerce-pagination {
  display: none;
}
.lightweb .woocommerce-products-header {
  position: relative;
}
.lightweb .woocommerce-products-header.has-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 560px;
}
@media all and (max-width: 767px) {
  .lightweb .woocommerce-products-header.has-image {
    height: 280px;
  }
}
.lightweb .woocommerce-products-header.has-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#000000", GradientType=0);
}
.lightweb .woocommerce-products-header.has-image .container {
  display: flex;
  align-items: flex-end;
  height: inherit;
}
.lightweb .woocommerce-products-header.has-image h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 0;
}
.lightweb .woocommerce-products-header.has-image h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 0;
  font-weight: 100;
}
.lightweb .woocommerce-products-header.has-image .woocommerce-products-header__title__wrapper {
  margin-bottom: 70px;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header.has-image .woocommerce-products-header__title__wrapper {
    margin-bottom: 160px;
  }
}
.lightweb .woocommerce-products-header h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.lightweb .woocommerce-products-header-info .video-wrapper {
  flex: 1;
  position: relative;
}
.lightweb .woocommerce-products-header-info .term-description-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  background: #fff;
  flex-flow: wrap;
  padding: 0.9375rem 0.9375rem 2.125rem;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper {
    padding: 1.5rem 1.5rem 2.125rem;
    flex-flow: wrap;
  }
}
@media all and (max-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper {
    flex-direction: column;
  }
}
.lightweb .woocommerce-products-header-info .term-description-wrapper.too-high:not(.higher) {
  max-height: 200px;
  overflow: hidden;
}
.lightweb .woocommerce-products-header-info .term-description-wrapper .term-description-col1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper .term-description-col1 {
    flex: 1;
    margin-bottom: 0;
  }
}
.lightweb .woocommerce-products-header-info .term-description-wrapper .video-archive-product {
  width: 100%;
}
.lightweb .woocommerce-products-header-info .term-description-wrapper .video-archive-product.novideo {
  display: none;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper .video-archive-product.novideo {
    display: flex;
  }
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper .video-archive-product {
    display: flex;
  }
}
.lightweb .woocommerce-products-header-info .term-description-wrapper.max-h-container {
  max-height: 370px;
  overflow: hidden;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info .term-description-wrapper.max-h-container {
    max-height: 460px;
  }
}
.lightweb .woocommerce-products-header-info .term-preamble {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.lightweb .woocommerce-products-header-info.container {
  position: relative;
  font-size: 0.9rem;
}
.lightweb .woocommerce-products-header-info.container .nav {
  width: 100%;
}
.lightweb .woocommerce-products-header-info.container.has-image {
  margin-top: -70px;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info.container.has-image {
    margin-top: -160px;
  }
}
.lightweb .woocommerce-products-header-info.container.has-image .term-description-wrapper {
  padding: 0.9375rem 0.9375rem 2.125rem;
  border-radius: 8px;
  box-shadow: 0 14px 24px -14px rgba(0, 0, 0, 0.2);
  background-color: white;
}
@media all and (min-width: 767px) {
  .lightweb .woocommerce-products-header-info.container.has-image .term-description-wrapper {
    padding: 2.875rem 2rem 2rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: nowrap;
  }
}
.lightweb .woocommerce-products-header-info.container .term-description-inner {
  margin-right: 40px;
  position: relative;
}
@media all and (max-width: 767px) {
  .lightweb .woocommerce-products-header-info.container .term-description-inner {
    width: 100%;
  }
}
.lightweb .woocommerce-products-header-info.container .term-description-inner.too-high {
  max-height: 200px;
  overflow: hidden;
}
.lightweb .woocommerce-products-header-info.container .term-description-inner.too-high.higher {
  max-height: 100%;
  padding-bottom: 2rem;
}
.lightweb .archive-pdf-wrapper {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  width: 340px;
}
@media all and (max-width: 767px) {
  .lightweb .archive-pdf-wrapper {
    width: 100%;
  }
}
.lightweb .archive-pdf-wrapper h4 {
  font-weight: normal;
  width: 100%;
  font-size: 1.125rem;
}
@media all and (max-width: 992px) {
  .lightweb .archive-pdf-wrapper h4 {
    font-size: 1rem;
  }
}
.lightweb .archive-pdf-wrapper h4 span {
  font-weight: bold;
}
.lightweb .archive-pdf-wrapper .archive-pdf {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding-left: 36px;
}
.lightweb .archive-pdf-wrapper .archive-pdf:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(./../static/images/icons/icon-file-pdf.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 36px;
  margin-right: 8px;
  display: block;
}
.lightweb .archive-pdf-wrapper .archive-pdf h5 {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.lightweb .archive-pdf-wrapper .archive-pdf .download {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #000000;
}
.lightweb .archive-pdf-wrapper .archive-pdf .download:hover {
  color: #333333;
}
.lightweb .archive-pdf-wrapper .archive-pdf .download:after {
  content: "";
  background: url(./../static/images/icons/icon-download-black.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 4px;
}
.lightweb .show-more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px -10px 40px 30px #fff;
  color: #ff671f;
  font-size: 1.1rem;
  width: 100%;
  height: 34px;
  padding: 3px;
  cursor: pointer;
}
.lightweb .show-more:hover {
  color: #b83b00;
}
.lightweb .show-more .more {
  position: relative;
}
.lightweb .show-more .less {
  display: none;
  position: relative;
}
.lightweb .too-high .show-more {
  display: block;
}
.lightweb .too-high.higher .show-more {
  box-shadow: none;
}
.lightweb .too-high.higher .less {
  display: inline;
}
.lightweb .too-high.higher .more {
  display: none;
}
.lightweb .tabs-wrapper .btn {
  font-size: 0.8rem;
  text-transform: none;
  background: #fff;
  border: none;
}
.lightweb .tabs-wrapper .btn:not(.active) {
  background: #ccc;
}
.lightweb .tabs-wrapper .btn:hover {
  color: #004f71;
  background: #fff;
}
.lightweb .split-header .term-description-wrapper {
  flex-direction: column;
}
@media all and (min-width: 767px) {
  .lightweb .split-header .term-description-col1 {
    margin-bottom: 2rem !important;
  }
}
.lightweb .split-header .show-more {
  display: none;
}
.lightweb .split-header .woocommerce-products-header {
  position: relative;
  min-height: 250px;
}
@media all and (min-width: 500px) {
  .lightweb .split-header .woocommerce-products-header {
    min-height: 450px;
  }
}
@media all and (min-width: 767px) {
  .lightweb .split-header .woocommerce-products-header {
    min-height: 550px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .split-header .woocommerce-products-header {
    min-height: 650px;
  }
}
.lightweb .split-header .woocommerce-products-header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media all and (min-width: 992px) {
  .lightweb .split-header .woocommerce-products-header img {
    object-position: center;
    left: 0.75rem;
    width: calc(100% - 12px);
  }
}
@media all and (min-width: 992px) {
  .lightweb .split-header .lw-overlay {
    width: calc(100% - 12px);
    margin-left: 0.75rem;
  }
}
.lightweb .split-header .archive-pdf-wrapper {
  width: 100%;
}
@media all and (min-width: 767px) {
  .lightweb .split-header .archive-pdf-wrapper .archive-pdf {
    width: 50%;
  }
}
@media all and (min-width: 767px) {
  .lightweb .split-header .too-high:not(.higher) {
    max-height: 550px !important;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .split-header .too-high:not(.higher) {
    max-height: 650px !important;
  }
}
.lightweb.archive .boost-wrapper .slider:after {
  content: "flickity";
  display: none;
}
@media all and (min-width: 992px) {
  .lightweb.archive .boost-wrapper .slider:after {
    content: none !important;
    display: none;
  }
}
.lightweb.archive .boost-wrapper .boost-item {
  max-height: 650px;
}
@media all and (max-width: 992px) {
  .lightweb.archive .boost-wrapper .boost-item {
    width: 36vw;
    margin-right: 0.9375rem;
  }
}
@media all and (max-width: 767px) {
  .lightweb.archive .boost-wrapper .boost-item {
    width: 300px;
    min-height: 400px;
  }
}
.lightweb .tax-product_cat .woocommerce-no-products-found {
  display: none;
}
.lightweb .flyout-trigger-box-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-top: 2rem;
}
.lightweb .flyout-trigger-box {
  color: #004f71;
  cursor: pointer;
  border: 1px solid rgba(0, 79, 113, 0.25);
  display: flex;
  padding: 1rem 1.5rem;
  font-weight: 700;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  transition: all 0.2s;
}
.lightweb .flyout-trigger-box:hover {
  border: 1px solid rgba(255, 103, 31, 0.5);
}
.lightweb .video-wrapper-mp4 {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.lightweb .video-wrapper-mp4 .play-btn {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 80px;
  display: block;
  top: calc(50% - 40px);
  height: 80px;
  z-index: 1;
  left: calc(50% - 40px);
  border-radius: 100%;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease-in-out;
}
.lightweb .video-wrapper-mp4 .play-btn:after {
  content: "";
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.lightweb .video-wrapper-mp4:hover .play-btn {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.43);
  backdrop-filter: blur(5px);
}
.lightweb .video-wrapper-mp4:hover .play-btn:after {
  transform: scale(1.05);
  opacity: 1;
}
.lightweb .video-wrapper-mp4:after {
  content: "";
  top: 0;
  left: 0;
  background-color: #004f71;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
}
.lightweb .video-wrapper-mp4 img {
  object-fit: cover;
  min-width: 100%;
}
.lightweb .single-product-header {
  position: relative;
}
.lightweb .single-product-header > .container {
  background: #fff;
}
.lightweb h1.product-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .lightweb h1.product-title {
    font-size: 1.6rem;
  }
}
.lightweb h4.product-cat {
  color: #888b8d;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
@media all and (min-width: 767px) {
  .lightweb .single-product-header-info {
    align-self: flex-start;
  }
}
.lightweb .carousel {
  height: 450px;
}
.lightweb .carousel:after {
  content: "flickity";
  display: none;
}
.lightweb .carousel-image {
  display: block;
  height: 100%;
  min-width: 50%;
  max-width: 100%;
  margin-right: 10px;
  object-fit: contain;
  transform: translateY(-50%);
}
.lightweb .carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.lightweb .yt-video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4%;
}
.lightweb .yt-video-wrapper .full-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lightweb .product-video {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.lightweb .single-product-first-image {
  background: #fff;
  object-fit: contain;
}
.lightweb .to-gallery-btn {
  background: #fff;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.74);
  color: #000;
}
.lightweb .to-gallery-btn:hover {
  color: #666666;
}
.lightweb .to-gallery-btn:after {
  content: "";
  background: url(./../static/images/icons/icon-images.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 8px;
}
.lightweb .close-video-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  display: none;
  background: #000 url(./../static/images/menu-cross-white.svg) no-repeat center;
  background-size: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0.9rem;
  padding: 4px 8px;
}
.lightweb .close-yt-modal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
}
.lightweb .close-modal {
  position: absolute;
  background: #000 url(./../static/images/menu-cross-white.svg) no-repeat center;
  background-size: 50%;
  border: none;
  margin-top: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0.9rem;
  padding: 4px 8px;
  cursor: pointer;
}
.lightweb .single-product-first-image,
.lightweb .video-wrapper {
  transition: all 0.3s;
}
.lightweb .play-video .close-video-btn {
  display: block;
}
.lightweb .play-video .btn-half-round,
.lightweb .play-video .watch-video-overlay {
  display: none;
}
.lightweb .play-video .video-wrapper {
  left: 0 !important;
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.lightweb .watch-video-overlay {
  position: absolute;
  top: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 100%;
  cursor: pointer;
}
.lightweb .watch-video-btn {
  background: #000;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.74);
  color: #fff;
}
.lightweb .watch-video-btn:hover {
  background: #1a1a1a;
}
.lightweb .watch-video-btn:after {
  content: "";
  background: url(./../static/images/icons/icon-play.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 8px;
}
.lightweb #single-product-gallery-wrapper .row {
  flex-flow: nowrap;
  overflow: auto;
  padding-bottom: 20px;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.lightweb #single-product-gallery-wrapper .row::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb #single-product-gallery-wrapper .row::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb #single-product-gallery-wrapper .row::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb #single-product-gallery-wrapper .row::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb #single-product-gallery-wrapper h3 {
  color: #000000;
}
.lightweb .models-items-header {
  font-weight: bold;
}
.lightweb .single-product-model {
  position: relative;
}
@media all and (max-width: 767px) {
  .lightweb .single-product-model .btn {
    width: 49%;
  }
}
.lightweb .models-dropdown {
  position: relative;
  right: 0;
  z-index: 1;
  display: none;
  list-style: none;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(48, 48, 77, 0.5);
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding-right: 4px;
  padding-right: 1rem;
}
.lightweb .models-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .models-dropdown::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .models-dropdown::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .models-dropdown::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb .models-dropdown::-webkit-scrollbar {
  width: 6px;
}
.lightweb.models-dropdown-active .models-dropdown {
  display: block;
}
.lightweb.models-dropdown-active .models-btn {
  background-color: #004f71;
  color: #fff;
}
.lightweb.models-dropdown-active .models-btn:after {
  top: calc(50% - 2px);
}
.lightweb .models-item {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "mname mname mname mname mart mbtn";
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ececec;
}
.lightweb .models-item * {
  font-size: 0.875rem;
}
.lightweb .models-item .btn {
  width: inherit;
}
.lightweb .models-item-name {
  grid-area: mname;
  font-weight: bold;
  padding: 0 2px;
}
.lightweb .models-item-art {
  grid-area: mart;
}
.lightweb .models-inquery,
.lightweb .models-item-link {
  grid-area: mbtn;
}
.lightweb section.upsells,
.lightweb section.related {
  margin-top: 2rem;
  width: 100%;
  width: 100%;
  padding: 0 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 576px) {
  .lightweb section.upsells,
  .lightweb section.related {
    max-width: 100%;
  }
}
@media all and (min-width: 767px) {
  .lightweb section.upsells,
  .lightweb section.related {
    max-width: 100%;
  }
  .lightweb section.upsells.full-width,
  .lightweb section.related.full-width {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .lightweb section.upsells,
  .lightweb section.related {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .lightweb section.upsells,
  .lightweb section.related {
    max-width: 1200px;
  }
}
@media all and (min-width: 1400px) {
  .lightweb section.upsells,
  .lightweb section.related {
    max-width: 1400px;
  }
}
.lightweb section.upsells ul.products,
.lightweb section.related ul.products {
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.lightweb section.upsells ul.products:after,
.lightweb section.related ul.products:after {
  content: "flickity";
  display: none;
}
.lightweb section.upsells ul.products li.product,
.lightweb section.related ul.products li.product {
  min-width: 300px;
}
.lightweb section.upsells ul.products li.product img,
.lightweb section.related ul.products li.product img {
  height: 320px;
}
.lightweb .inherit li.product {
  height: inherit !important;
}
.lightweb h3.upsells-title span {
  text-transform: lowercase;
}
.lightweb .btn-wrapper-col .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.lightweb .symbols-wrapper {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
  cursor: zoom-in;
  margin: 10px 0 20px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 0 2px 2px rgba(231, 231, 242, 0.4);
  border: 1px solid #ececec;
}
.lightweb .symbols-wrapper img {
  max-height: 40px;
  max-width: 40px;
  object-fit: contain;
}
.lightweb .symbol-item {
  position: relative;
}
.lightweb .symbol-item:not(:last-child) {
  margin-right: 4px;
}
.lightweb .symbol-item .symbol-info {
  position: absolute;
  padding: 4px 8px;
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  bottom: calc(100% + 8px);
  right: 0;
  white-space: nowrap;
  font-size: 12px;
  display: none;
  text-align: center;
  min-width: 40px;
}
.lightweb .symbol-item .symbol-info:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  transform: rotate(45deg);
  position: absolute;
  bottom: -6px;
  right: 10px;
}
.lightweb .symbol-item:hover .symbol-info {
  display: inline-table;
}
.lightweb #symbolModal .modal-body {
  background: #ffffff;
  padding: 15px;
}
.lightweb #symbolModal .close-modal {
  top: 30px;
  right: 0;
}
@media all and (min-width: 767px) {
  .lightweb #symbolModal .close-modal {
    top: 15px;
    right: -15px;
  }
}
.lightweb table caption {
  caption-side: initial;
  text-align: center;
  color: #000;
}
.lightweb #flyout-document {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lightweb #flyout-document h3 {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.lightweb ul.tabs.wc-tabs {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  overflow: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding: 0;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(231, 231, 242, 0.5);
}
.lightweb ul.tabs.wc-tabs::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb ul.tabs.wc-tabs::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb ul.tabs.wc-tabs::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb ul.tabs.wc-tabs::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb ul.tabs.wc-tabs li {
  font-weight: bold;
  color: #004f71;
  padding: 0 1rem;
  font-size: 0.9rem;
  white-space: nowrap;
}
.lightweb ul.tabs.wc-tabs li a {
  display: flex;
  align-items: center;
  position: relative;
  color: inherit;
  font-weight: inherit;
  padding: 1rem 0;
}
.lightweb ul.tabs.wc-tabs li a:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 0.9rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.lightweb ul.tabs.wc-tabs li.active {
  color: #ff671f;
}
.lightweb ul.tabs.wc-tabs li.active a {
  border-bottom: 2px solid #ff671f;
  padding-bottom: calc(1rem - 2px);
}
.lightweb .woocommerce-Tabs-panel {
  padding: 2rem;
  background: #fff;
  margin-top: 0;
}
@media all and (max-width: 992px) {
  .lightweb .woocommerce-Tabs-panel {
    padding: 1rem;
  }
}
.lightweb #tab-title-description a:before {
  background-image: url(./../static/images/icons/icon-desc.svg);
}
.lightweb #tab-title-description.active a:before {
  background-image: url(./../static/images/icons/icon-desc-active.svg);
}
.lightweb #tab-title-additional_information a:before,
.lightweb #tab-title-tech_info a:before {
  background-image: url(./../static/images/icons/icon-tech.svg);
}
.lightweb #tab-title-additional_information.active a:before,
.lightweb #tab-title-tech_info.active a:before {
  background-image: url(./../static/images/icons/icon-tech-active.svg);
}
.lightweb #tab-title-tab_documents a:before {
  background-image: url(./../static/images/icons/icon-docs.svg);
}
.lightweb #tab-title-tab_documents.active a:before {
  background-image: url(./../static/images/icons/icon-docs-active.svg);
}
.lightweb #tab-title-tab_accessories a:before {
  background-image: url(./../static/images/icons/icon-plus.svg);
}
.lightweb #tab-title-tab_accessories.active a:before {
  background-image: url(./../static/images/icons/icon-plus-active.svg);
}
.lightweb table.woocommerce-product-attributes {
  margin-bottom: 0;
}
.lightweb table.woocommerce-product-attributes tr {
  box-shadow: 1px 1px 0 1px #fff, 1px 2px 0 1px #d4d8da;
}
.lightweb table.woocommerce-product-attributes tr p {
  margin: 0;
  text-align: right;
}
.lightweb table.woocommerce-product-attributes tr p a {
  color: #000000;
}
.lightweb table.woocommerce-product-attributes td {
  padding: 8px;
}
.lightweb table.woocommerce-product-attributes th {
  text-align: left;
}
.lightweb #tab-tab_documents ul {
  list-style: none;
  padding: 0;
}
.lightweb #tab-tab_documents ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.lightweb #tab-tab_documents ul li a {
  display: flex;
}
.lightweb #tab-tab_documents ul li a:first-child:before {
  content: "";
  background: url(./../static/images/icons/icon-file-pdf.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 22px;
  margin-right: 8px;
  display: block;
}
.lightweb #tab-tab_documents ul li .attachment-download-link {
  padding: 5px 12px 5px 8px;
}
.lightweb .acc-item-wrapper .row {
  overflow: auto;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.lightweb .acc-item-wrapper .row::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .acc-item-wrapper .row::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .acc-item-wrapper .row::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .acc-item-wrapper .row::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb .acc-item-wrapper .row li.product {
  min-width: 200px;
}
.lightweb .acc-item-wrapper .row li.product .acc-item {
  text-align: center;
}
.lightweb .acc-item-wrapper .row li.product .acc-item img {
  height: 150px;
}
.lightweb .acc-item-wrapper .row li.product .acc-item h3 {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.lightweb .acc-item-wrapper .row li.product .acc-item .acc-item-excerpt {
  font-size: 0.8rem;
  color: #565859;
}
.lightweb .acc-item-wrapper .row li.product .acc-item .acc-item-cats {
  font-size: 0.7rem;
  font-weight: bold;
  color: #888b8d;
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  .lightweb .products-wrapper .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.lightweb ul.products:not(.flickity-enabled) {
  display: flex;
  flex-flow: wrap;
}
.lightweb li.product {
  position: relative;
  width: calc(20% - 12px);
  padding: 0.75rem;
  opacity: 1;
  background: #fff;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #000000;
  list-style: none;
  border: 2px solid transparent;
  transition: border-color 0.4s, opacity 0.3s;
}
.lightweb li.product:hover {
  color: #004f71;
  border-color: rgba(0, 79, 113, 0.3);
}
.lightweb li.product:not(:last-child) {
  margin-right: 0.9375rem;
}
.lightweb li.product img {
  height: 250px;
  object-fit: contain;
  width: 100%;
}
@media all and (min-width: 767px) {
  .lightweb li.product img {
    height: 200px;
  }
}
@media all and (min-width: 992px) {
  .lightweb li.product img {
    height: 300px;
  }
}
.lightweb li.product h2,
.lightweb li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  margin: 0.5rem 0 0.5rem 0;
  color: #004f71;
}
.lightweb div.col-lg-3 li.product {
  width: 100%;
}
.lightweb .product-excerpt {
  font-size: 0.8rem;
  color: #888b8d;
}
.lightweb .product-tags {
  display: flex;
  align-items: center;
  overflow: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding-bottom: 1px;
  margin-bottom: 2px;
  margin-top: 0.5rem;
}
.lightweb .product-tags::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .product-tags::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .product-tags::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .product-tags::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
.lightweb .product-tags::-webkit-scrollbar {
  height: 3px;
}
.lightweb .product-tag {
  font-size: 0.6rem;
  background: #ececec;
  color: #888b8d;
  border-radius: 100px;
  padding: 2px 8px;
  margin: 0 2px 4px 0;
}
.lightweb ul:not(.flickity-enabled) li.product:nth-child(5n+5) {
  margin-right: 0;
}
@media all and (max-width: 992px) {
  .lightweb ul:not(.flickity-enabled) li.product {
    width: calc(25% - 0.75rem);
    min-width: initial;
  }
  .lightweb ul:not(.flickity-enabled) li.product:nth-child(5n+5) {
    margin-right: 1rem;
  }
  .lightweb ul:not(.flickity-enabled) li.product:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb ul:not(.flickity-enabled) li.product {
    width: 50%;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ececec;
  }
  bo .lightweb ul:not(.flickity-enabled) li.product:nth-child(4n+4) {
    margin-right: 1rem;
  }
  .lightweb ul:not(.flickity-enabled) li.product:nth-child(2n+2) {
    margin-right: 0;
    border-left: 1px solid #ececec;
  }
}
.lightweb .woocommerce-no-products-found .wc-block-components-notice-banner.is-info {
  display: none;
  background-color: white;
  border: none;
  font-style: italic;
}
.lightweb .wp-block-group {
  margin: 0 auto;
  padding: 0.75rem 0;
}
@media all and (min-width: 767px) {
  .lightweb .wp-block-group {
    padding: 1.5rem 0;
  }
}
@media all and (min-width: 992px) {
  .lightweb .wp-block-group {
    padding: 3rem 0.75rem;
  }
}
.lightweb .wp-block-group .wp-block-group__inner-container {
  width: 100%;
  padding: 0 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 576px) {
  .lightweb .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
  }
}
@media all and (min-width: 767px) {
  .lightweb .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
  }
  .lightweb .wp-block-group .wp-block-group__inner-container.full-width {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .lightweb .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .lightweb .wp-block-group .wp-block-group__inner-container {
    max-width: 1200px;
  }
}
@media all and (min-width: 1400px) {
  .lightweb .wp-block-group .wp-block-group__inner-container {
    max-width: 1400px;
  }
}
@media all and (max-width: 1440px) {
  .lightweb .wp-block-group.mobile-no-break {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.lightweb .wp-block-group.mobile-no-break .wp-block-columns {
  max-width: 100%;
  flex-flow: nowrap;
}
.lightweb .wp-block-group.mobile-no-break .wp-block-group__inner-container {
  flex-flow: nowrap;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1440px) {
  .lightweb .wp-block-group.mobile-no-break .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.lightweb .wp-block-group.mobile-no-break .wp-block-group__inner-container .wp-block-column {
  max-width: inherit !important;
  width: 340px;
  margin-right: 10px;
  margin-left: 0 !important;
  flex: none !important;
}
@media all and (max-width: 992px) {
  .lightweb .wp-block-group.mobile-no-break .wc-block-grid__products {
    flex-flow: nowrap;
    width: 100%;
    overflow: auto;
    padding: 0;
    max-width: none;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 992px) {
  .lightweb .wp-block-group.mobile-no-break .wc-block-grid__products li.wc-block-grid__product {
    max-width: inherit !important;
    margin-right: 1% !important;
    margin-left: 0 !important;
    flex: none !important;
  }
  .lightweb .wp-block-group.mobile-no-break .wc-block-grid__products li.wc-block-grid__product:nth-child(2n) {
    margin-right: 1% !important;
  }
}
@media all and (max-width: 992px) {
  .lightweb .wp-block-group.mobile-no-break .has-4-columns li.wc-block-grid__product {
    width: 280px;
  }
}
@media all and (max-width: 992px) {
  .lightweb .wp-block-group.mobile-no-break .has-6-columns li.wc-block-grid__product {
    width: 180px;
  }
}
.lightweb .wp-block-group h1 {
  margin-bottom: 0;
}
.lightweb .wc-block-grid__product {
  background: #e6ebf3;
  border-width: 4px 4px 8px;
  border-color: #f9fafc;
}
.lightweb .wp-block-button.wc-block-grid__product-add-to-cart {
  margin: 0;
}
.lightweb .wc-block-grid__product-title {
  margin: 0;
  padding: 0 8px 5px;
  font-size: 0.9rem !important;
}
@media all and (min-width: 767px) {
  .lightweb .wc-block-grid__product-title {
    padding: 0 16px 5px;
    font-size: inherit !important;
  }
}
.lightweb .wp-block-embed,
.lightweb .wp-block-gallery {
  width: 100%;
  padding: 0 0.75rem;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
}
@media all and (min-width: 576px) {
  .lightweb .wp-block-embed,
  .lightweb .wp-block-gallery {
    max-width: 100%;
  }
}
@media all and (min-width: 767px) {
  .lightweb .wp-block-embed,
  .lightweb .wp-block-gallery {
    max-width: 100%;
  }
  .lightweb .wp-block-embed.full-width,
  .lightweb .wp-block-gallery.full-width {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .lightweb .wp-block-embed,
  .lightweb .wp-block-gallery {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .lightweb .wp-block-embed,
  .lightweb .wp-block-gallery {
    max-width: 1200px;
  }
}
@media all and (min-width: 1400px) {
  .lightweb .wp-block-embed,
  .lightweb .wp-block-gallery {
    max-width: 1400px;
  }
}
@media all and (max-width: 767px) {
  .lightweb .wp-block-spacer {
    height: 40px !important;
  }
}
.lightweb .wp-block-table-wrapper {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightweb .wp-block-table {
  width: 100%;
  padding: 0 0.75rem;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: 0px 0px 14px -2px rgba(67, 67, 78, 0.74);
  margin-bottom: 60px;
}
@media all and (min-width: 576px) {
  .lightweb .wp-block-table {
    max-width: 100%;
  }
}
@media all and (min-width: 767px) {
  .lightweb .wp-block-table {
    max-width: 100%;
  }
  .lightweb .wp-block-table.full-width {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .lightweb .wp-block-table {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .lightweb .wp-block-table {
    max-width: 1200px;
  }
}
@media all and (min-width: 1400px) {
  .lightweb .wp-block-table {
    max-width: 1400px;
  }
}
.lightweb .wp-block-table tbody {
  min-width: 900px;
}
.lightweb .wp-block-table tr {
  height: 2.4em;
  border: 1px solid #efefef;
  transition: border 0.3s;
}
.lightweb .wp-block-table tr:first-child {
  font-weight: 600;
  color: #fff;
  background: #8b8e91;
  border: none !important;
}
.lightweb .wp-block-table tr:nth-child(even) {
  background: rgba(249, 249, 249, 0.8);
}
.lightweb .wp-block-table tr:hover {
  border-bottom: 1px solid #333;
}
.lightweb .wp-block-table td {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  white-space: nowrap;
}
.lightweb .wp-block-cover.full-header {
  min-height: initial !important;
  height: 100vh;
}
.lightweb .wc-block-grid__products {
  list-style: none;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
@media all and (min-width: 992px) {
  .lightweb .wc-block-grid__products {
    max-width: 960px;
  }
}
@media all and (min-width: 1200px) {
  .lightweb .wc-block-grid__products {
    max-width: 1140px;
  }
}
.lightweb .wc-block-grid.has-6-columns .wc-block-grid__products, .lightweb .wc-block-grid.has-4-columns .wc-block-grid__products, .lightweb .wc-block-grid.has-2-columns .wc-block-grid__products {
  display: flex;
}
@media all and (max-width: 767px) {
  .lightweb .wc-block-grid.has-6-columns .wc-block-grid__products, .lightweb .wc-block-grid.has-4-columns .wc-block-grid__products, .lightweb .wc-block-grid.has-2-columns .wc-block-grid__products {
    padding: 0;
  }
}
.lightweb .wc-block-grid.has-6-columns li.wc-block-grid__product, .lightweb .wc-block-grid.has-4-columns li.wc-block-grid__product, .lightweb .wc-block-grid.has-2-columns li.wc-block-grid__product {
  flex: none;
}
@media all and (min-width: 992px) {
  .lightweb .wc-block-grid.has-6-columns li.wc-block-grid__product img, .lightweb .wc-block-grid.has-4-columns li.wc-block-grid__product img, .lightweb .wc-block-grid.has-2-columns li.wc-block-grid__product img {
    transform: scale(1);
    transition: transform 0.5s;
  }
  .lightweb .wc-block-grid.has-6-columns li.wc-block-grid__product:hover img, .lightweb .wc-block-grid.has-4-columns li.wc-block-grid__product:hover img, .lightweb .wc-block-grid.has-2-columns li.wc-block-grid__product:hover img {
    transform: scale(1.02);
  }
}
@media all and (max-width: 767px) {
  .lightweb .wc-block-grid.has-6-columns li.wc-block-grid__product, .lightweb .wc-block-grid.has-4-columns li.wc-block-grid__product, .lightweb .wc-block-grid.has-2-columns li.wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.lightweb .wc-block-grid.full-width .wc-block-grid__products {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.lightweb .wc-block-grid .add_to_cart_button {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px !important;
  border-radius: 0 !important;
}
@media all and (min-width: 767px) {
  .lightweb .wc-block-grid .add_to_cart_button {
    margin-top: -4px !important;
  }
}
@media all and (min-width: 992px) {
  .lightweb .wc-block-grid .add_to_cart_button {
    margin-top: -8px !important;
  }
}
.lightweb .full-height {
  height: 90vh;
  min-height: 700px;
}
.lightweb .full-width {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.lightweb .full-cover {
  max-width: 100%;
  height: calc(100vh - 100px);
  padding: 0;
}
.lightweb .small-width {
  max-width: 720px;
}
.lightweb .btn-inverted-wrapper .wp-block-button__link {
  background: #e2efff;
  color: #004f71;
  transition: color 0.3s;
}
.lightweb .btn-inverted-wrapper .wp-block-button__link:hover {
  color: #0073a4;
}
.lightweb .wp-block-media-text {
  min-height: 26vw;
}
.lightweb .block-coworker img {
  width: 100%;
}
.lightweb .block-coworker h3.co-name {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.lightweb .block-coworker h6 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lightweb .block-coworker .co-tel a, .lightweb .block-coworker .co-mail a {
  white-space: nowrap;
  color: #004f71;
  text-decoration: underline;
}
.lightweb .block-coworker .co-tel a:hover, .lightweb .block-coworker .co-mail a:hover {
  color: #0073a4;
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .lightweb .wp-block-group__inner-container .block-coworker {
    margin: 0 -12px;
  }
}
.lightweb .block-menu {
  position: relative;
  background: #fff;
  text-align: center;
  margin-bottom: 3rem;
  height: 55px;
}
.lightweb .block-menu #menu-container {
  position: absolute;
  background: #fff;
  justify-content: flex-start;
  flex-flow: nowrap;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding: 1rem 1rem;
}
.lightweb .block-menu #menu-container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
.lightweb .block-menu #menu-container::-webkit-scrollbar-track {
  background: rgba(207, 199, 199, 0.28);
}
.lightweb .block-menu #menu-container::-webkit-scrollbar-thumb {
  background: #cfc7c7;
  background-color: rgb(207, 199, 199);
  border-radius: 50px;
}
.lightweb .block-menu #menu-container::-webkit-scrollbar-thumb:hover {
  background: #c3b9b9;
}
@media all and (min-width: 767px) {
  .lightweb .block-menu #menu-container {
    justify-content: center;
  }
}
.lightweb .block-menu #menu-container a {
  padding: 0.5rem 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.lightweb .block-menu #menu-container a:hover {
  color: #ff671f;
}
.lightweb .block-menu #menu-container .active a {
  color: #ff671f;
  border-bottom: 1px solid #ff671f;
}
.lightweb .block-menu.fixed #menu-container {
  position: fixed;
  top: 50px;
}
@media all and (min-width: 767px) {
  .lightweb .block-menu.fixed #menu-container {
    top: 80px;
  }
}
.lightweb .block-menu .nav-link {
  display: inline;
}
.lightweb .block-faq .container .faq-wrapper {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .lightweb .block-faq .row {
    flex-wrap: wrap-reverse;
  }
}
.lightweb .block-faq.center .row {
  justify-content: center;
}
.lightweb .block-faq h2 {
  text-align: center;
}
.lightweb .block-faq .center h2 {
  text-align: left;
}
.lightweb h3.faq-question {
  position: relative;
  padding: 20px 60px 20px 20px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  background-color: transparent;
  transition: background-color 0.3s;
  font-size: 20px;
  cursor: pointer;
}
.lightweb h3.faq-question:hover {
  background-color: #ececec;
}
.lightweb h3.faq-question:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  background: url(./../static/images/icons/icon-plus-nobg.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.lightweb h3.faq-question.active:after {
  background: url(./../static/images/icons/icon-minus-nobg.svg) no-repeat center;
  background-size: contain;
}
.lightweb .faq-answer {
  border: 1px solid #b8b8b8;
  border-top: 0;
  padding: 20px;
  display: none;
}
.lightweb .faq-answer.active {
  display: block;
}
.lightweb .faq-answer h1,
.lightweb .faq-answer h2,
.lightweb .faq-answer h3,
.lightweb .faq-answer h4,
.lightweb .faq-answer h5 {
  font-size: 1.2rem;
}
@media all and (min-width: 767px) {
  .lightweb .faq-sidebar {
    position: sticky;
    top: 100px;
  }
}
.lightweb .faq-sidebar h3 {
  font-size: 1.4rem;
}
.lightweb .faq-sidebar ul {
  padding-left: 0;
}
.lightweb .faq-sidebar ul a {
  color: #000000;
  font-size: 0.9rem;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
.lightweb .block-splitheader {
  position: relative;
}
@media all and (max-width: 767px) {
  .lightweb .block-splitheader {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb .block-splitheader .container {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb .block-splitheader .col-md-6:first-of-type {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .lightweb .block-splitheader .col-md-6:last-of-type {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.lightweb .block-splitheader .row {
  margin: 0;
}
@media all and (min-width: 767px) {
  .lightweb .block-splitheader .row {
    margin: 0 -12px;
    flex-direction: row-reverse;
  }
}
.lightweb .split-header-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (max-width: 767px) {
  .lightweb .split-header-img {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
.lightweb .boost-wrapper h2.section-wrapper-title {
  padding: 15px;
  margin-bottom: 0;
  background: #ff671f;
  color: #ffffff;
}
.lightweb .boost-wrapper .boost-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 40vw;
  min-height: 500px;
}
.lightweb .boost-wrapper .boost-item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
.lightweb .boost-wrapper .boost-item:hover img {
  opacity: 0.9;
}
.lightweb .boost-wrapper .boost-item .boost-body {
  position: relative;
  z-index: 1;
  padding: 30px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .lightweb .boost-wrapper .boost-item .boost-body {
    padding: 15px;
  }
}
.lightweb .boost-wrapper .boost-item h3.boost-title {
  color: #ff671f;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
@media all and (min-width: 992px) {
  .lightweb .boost-wrapper .boost-item h3.boost-title {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .boost-wrapper .boost-item h3.boost-title {
    font-size: 2.125rem;
  }
}
@media all and (min-width: 1400px) {
  .lightweb .boost-wrapper .boost-item h3.boost-title {
    font-size: 2.625rem;
  }
}
.lightweb .boost-wrapper .boost-item p.boost-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
}
.lightweb .hero {
  position: relative;
  width: 100%;
  height: 40vw;
}
@media all and (max-width: 1500px) {
  .lightweb .hero {
    height: 50vw;
  }
}
@media all and (max-width: 1400px) {
  .lightweb .hero {
    height: 750px;
  }
}
@media all and (max-width: 1300px) {
  .lightweb .hero {
    height: 650px;
  }
}
@media all and (max-width: 767px) {
  .lightweb .hero {
    height: auto;
  }
}
.lightweb .hero-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightweb .hero-content {
  position: relative;
  z-index: 1;
}
.lightweb .hero-content h2 {
  color: #fff;
  font-size: 5rem;
}
@media all and (max-width: 1300px) {
  .lightweb .hero-content h2 {
    font-size: 4rem;
  }
}
@media all and (max-width: 992px) {
  .lightweb .hero-content h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .lightweb .hero-content h2 {
    font-size: 2rem;
  }
}
.lightweb .hero-content p {
  color: #fff;
  font-size: 1.2rem;
}
@media all and (max-width: 992px) {
  .lightweb .hero-content p {
    font-size: 1rem;
  }
}
.lightweb .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightweb .dc-swosh-wrapper {
  display: flex;
  pointer-events: none;
}
@media all and (max-width: 992px) {
  .lightweb .dc-swosh-wrapper {
    justify-content: center;
    height: 30vw;
    display: none;
  }
}
.lightweb .dc-swosh {
  content: "";
  position: absolute;
  left: -60px;
  width: 120%;
  height: 150%;
  display: block;
  background: url(./../static/images/dc-swosh-orange.png) no-repeat;
  background-size: contain;
}
@media all and (max-width: 992px) {
  .lightweb .dc-swosh {
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.lightweb .news-wrapper .card-item {
  min-width: 310px;
  width: 380px;
  margin-right: 10px;
}
@media all and (max-width: 1300px) {
  .lightweb .news-wrapper .card-item {
    width: 320px;
  }
}
.lightweb .news-wrapper .card-item img {
  height: 150px;
}
.lightweb .news-wrapper .card-item .card-body:after {
  content: none;
}
.lightweb .latest-case-wrapper {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
@media all and (min-width: 767px) {
  .lightweb .latest-case-wrapper {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.lightweb .logo-wrapper {
  background: #fff;
}
.lightweb .logo-wrapper h2 {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .lightweb .logo-wrapper h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.lightweb .case-img {
  height: 40px;
  object-fit: contain;
}
@media all and (max-width: 767px) {
  .lightweb .case-img {
    height: 30px;
  }
}
.lightweb .latest-case-item {
  display: block;
  height: 100%;
}
.lightweb .latest-case-img {
  object-fit: cover;
  height: inherit;
}
.lightweb .quote-wrapper {
  position: relative;
}
.lightweb .quote-wrapper .full-slider-dots .text {
  width: 100%;
  text-align: center;
}
.lightweb .quote-wrapper .flickity-page-dots {
  position: relative;
  bottom: initial;
}
.lightweb .quote-wrapper .flickity-page-dots .dot {
  opacity: 1;
  height: 12px;
  width: 12px;
  background: #004f71;
}
.lightweb .quote-wrapper .flickity-page-dots .dot.is-selected {
  background: #ff671f;
}
.lightweb .quote-wrapper .btn {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-top: 2.5rem;
}
.lightweb .expo-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper.list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.lightweb .expo-wrapper .expo-row {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: column;
  width: fit-content;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  flex: 0 1 100%;
}
@media all and (min-width: 767px) {
  .lightweb .expo-wrapper .expo-row {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
@media all and (min-width: 992px) {
  .lightweb .expo-wrapper .expo-row {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.lightweb .expo-wrapper .expo-row.grid {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.grid {
    flex: 0 1 calc(50% - 0.5rem);
    padding-bottom: 1rem;
  }
  .lightweb .expo-wrapper .expo-row.grid .align-end {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list {
    background-color: transparent;
    flex-direction: row;
    width: 100%;
    border: none;
    padding: 0px;
    overflow: auto;
  }
}
.lightweb .expo-wrapper .expo-row .expo_img_container {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: darken;
}
@media all and (min-width: 767px) {
  .lightweb .expo-wrapper .expo-row .expo_img_container {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row .expo_img_container {
    width: 60px;
    height: 60px;
  }
}
@media all and (min-width: 767px) {
  .lightweb .expo-wrapper .expo-row.grid .expo_img_container {
    width: 80px;
    height: 80px;
  }
}
.lightweb .expo-wrapper .expo-row hr {
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0rem;
  background-color: rgba(0, 79, 113, 0.5);
  opacity: 1;
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list hr {
    display: block;
  }
}
.lightweb .expo-wrapper .expo-row .flex-content-col {
  display: flex;
  flex: 1;
  align-items: center;
  color: #004f71;
  gap: 1rem;
  padding: 0.5rem 0;
  margin: 0.5rem 1rem 0 1rem;
}
.lightweb .expo-wrapper .expo-row .flex-content-col h4 {
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-right: auto;
  align-items: center;
  display: flex;
  padding-right: 1rem;
}
@media all and (min-width: 992px) {
  .lightweb .expo-wrapper .expo-row .flex-content-col h4 {
    font-size: 24px;
  }
}
.lightweb .expo-wrapper .expo-row .flex-content-col .icon-col {
  max-width: 240px;
}
.lightweb .expo-wrapper .expo-row .flex-content-col.first-col {
  justify-content: space-between;
}
.lightweb .expo-wrapper .expo-row .flex-content-col.align-end {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col {
    padding: 0.75rem 0;
    margin: 0;
  }
}
.lightweb .expo-wrapper .expo-row.list .flex-content-col h4 {
  font-size: 18px;
}
@media all and (min-width: 992px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col h4 {
    font-size: 24px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col h4 {
    font-size: 18px;
    margin-bottom: 0;
    marign-top: 0;
    color: #004f71;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col.first-col {
    padding: 0.75rem 0;
    margin: 0;
    background-color: transparent;
    color: #004f71;
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col.not-first-col {
    border-top: 1px solid rgba(0, 79, 113, 0.2);
  }
}
.lightweb .expo-wrapper .expo-row.list .flex-content-col .icon-col {
  max-width: 240px;
}
.lightweb .expo-wrapper .expo-row.list .flex-content-col.align-end {
  justify-content: center;
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .flex-content-col.align-end {
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 0;
    max-width: 300px;
  }
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row.list .not-first-title {
    display: none;
  }
}
.lightweb .expo-wrapper .expo-row .align-end {
  text-align: end;
  justify-content: center;
}
@media all and (min-width: 1300px) {
  .lightweb .expo-wrapper .expo-row .align-end {
    max-width: 360px;
    justify-content: right;
  }
}
.lightweb .expo-wrapper .expo-row .btn-orange {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .expo-wrapper .expo-row .btn-blue {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .expo-wrapper .expo-row .btn-trans {
  border-radius: 32px;
  padding: 0.65rem 1.5rem;
  color: #004f71;
  border: 1px solid #004f71;
  text-transform: none;
  white-space: nowrap;
}
.lightweb .lang-popup-backdrop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.lightweb .lang-popup {
  margin: auto;
  margin-top: 120px;
  width: 96%;
  max-width: 500px;
  background-color: white;
  padding: 16px;
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.5), 0 12px 90px 0 rgba(103, 151, 255, 0.5);
}
@media all and (min-width: 767px) {
  .lightweb .lang-popup {
    width: 100%;
    margin-top: 200px;
    padding: 24px;
  }
}
@media all and (min-width: 992px) {
  .lightweb .lang-popup {
    margin-top: 300px;
    padding: 32px;
  }
}
.lightweb .lang-popup h1,
.lightweb .lang-popup h2,
.lightweb .lang-popup h3,
.lightweb .lang-popup h4 {
  margin-bottom: 8px;
}
.lightweb .lang-popup-lang-list {
  list-style: none;
  padding-left: 0;
}
.lightweb .lang-popup-lang-list li {
  margin-bottom: 8px;
  font-size: 18px;
}
.lightweb .lang-popup-lang-list li a * {
  pointer-events: none;
}
.lightweb .lang-popup-lang-list li a img {
  height: auto !important;
  width: 20px !important;
  margin-right: 8px;
}

html {
  box-sizing: border-box;
}

body.lightweb {
  background: #fafafc;
  position: relative;
  margin: 0;
  color: #000;
  font-size: 100%;
  font-family: "Arial", sans-serif;
  line-height: 1.4;
}
body.lightweb * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body.home .site-main {
  padding-top: 6.5625rem;
}
@media all and (min-width: 767px) {
  body.home .site-main {
    padding-top: 5rem;
  }
}

p {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.m-l {
  margin-left: 10px;
}