@charset "UTF-8";
.list-reset {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
}
.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: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 670px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px;
}

@font-face {
  font-family: "Futura passata";
  src: url(../fonts/futurapassata-bold.woff2) format("woff2"), url(../fonts/futurapassata-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grota Sans";
  src: url(../fonts/grotasans-medium.woff2) format("woff2"), url(../fonts/grotasans-medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grota Sans";
  src: url(../fonts/grotasans-bold.woff2) format("woff2"), url(../fonts/grotasans-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grota Sans";
  src: url(../fonts/grotasans-regular.woff2) format("woff2"), url(../fonts/grotasans-regular.woff) format("woff");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Bold"), local("BuenosAires-Bold"), url("../fonts/buenos-aires/BuenosAires-Bold.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Light Italic"), local("BuenosAires-LightItalic"), url("../fonts/buenos-aires/BuenosAires-LightItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Regular"), local("BuenosAires-Regular"), url("../fonts/buenos-aires/BuenosAires-Regular.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Bold Italic"), local("BuenosAires-BoldItalic"), url("../fonts/buenos-aires/BuenosAires-BoldItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires SemiBold"), local("BuenosAires-SemiBold"), url("../fonts/buenos-aires/BuenosAires-SemiBold.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires SemiBold Italic"), local("BuenosAires-SemiBoldItalic"), url("../fonts/buenos-aires/BuenosAires-SemiBoldItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Thin"), local("BuenosAires-Thin"), url("../fonts/buenos-aires/BuenosAires-Thin.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Thin Italic"), local("BuenosAires-ThinItalic"), url("../fonts/buenos-aires/BuenosAires-ThinItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Book"), local("BuenosAires-Book"), url("../fonts/buenos-aires/BuenosAires-Book.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Book Italic"), local("BuenosAires-BookItalic"), url("../fonts/buenos-aires/BuenosAires-BookItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Light"), local("BuenosAires-Light"), url("../fonts/buenos-aires/BuenosAires-Light.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Black"), local("BuenosAires-Black"), url("../fonts/buenos-aires/BuenosAires-Black.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Black Italic"), local("BuenosAires-BlackItalic"), url("../fonts/buenos-aires/BuenosAires-BlackItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Regular Italic"), local("BuenosAires-RegularItalic"), url("../fonts/buenos-aires/BuenosAires-RegularItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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

hr {
  margin: 24px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.5;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Buenos Aires", arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: clamp(2.25rem, 6vw, 3.125rem);
}

h2, .h2 {
  font-size: clamp(2rem, 4.125vw, 2.5rem);
}

h3, .h3 {
  font-size: clamp(1.75rem, 3.1vw, 2.25rem);
}

h4, .h4 {
  font-size: clamp(1.375rem, 2.06vw, 1.5rem);
}

h5, .h5 {
  font-size: clamp(1.25rem, 2.06vw, 1.5rem);
}

h6, .h6 {
  font-size: clamp(1.25rem, 2.06vw, 1.5rem);
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small, .small {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.625rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: 700;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

a {
  color: var(--link-color, rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)));
}
a:hover {
  --bs-link-color-rgb: var(--link-hover-color, var(--bs-link-hover-color-rgb));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ajax-progress {
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
}
.ajax-progress-fullscreen {
  background-image: none !important;
}
.ajax-progress::after {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  display: block;
  width: 3rem;
  height: 3rem;
  content: "";
  animation: spin 1s ease-in-out infinite;
  border: 0.3rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
}

.badge {
  text-transform: uppercase;
}
.badge-quaternary {
  background-color: hsl(56.1904761905, 100%, 75.2941176471%);
}

.button, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
a.button {
  --button-color: var(--button-text-color);
  --button-background-color: var(--button-background-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: var(--button-padding-y, 1rem) var(--button-padding-x, 2rem);
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  transition-property: all;
  text-align: center;
  text-decoration: none;
  color: var(--button-color);
  border-width: var(--button-border-width, 0.1rem);
  border-style: solid;
  border-color: var(--button-border-color, var(--button-background-color));
  border-radius: var(--button-border-radius, 100px);
  outline: 0;
  background-color: var(--button-background-color);
  font-family: var(--button-font-family, serif), serif;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: 1;
}
.button--primary, .banner .button--secondary, .banner #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .banner #onetrust-reject-all-handler, .header-call-to-action .button--secondary, .header-call-to-action #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .header-call-to-action #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
a.button--primary {
  --button-background-color: var(--button-primary-background-color);
  --button-hover-background-color: var(--button-primary-hover-background-color);
  --button-text-color: var(--button-primary-text-color);
  --button-hover-text-color: var(--button-primary-hover-text-color);
}
.button--secondary, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
a.button--secondary {
  --button-background-color: var(--button-secondary-background-color);
  --button-hover-background-color: var(--button-secondary-hover-background-color);
  --button-text-color: var(--button-secondary-text-color);
  --button-hover-text-color: var(--button-secondary-hover-text-color);
}
.button--back,
a.button--back {
  --button-background-color: transparent;
  --button-hover-background-color: transparent;
  --button-text-color: var(--button-back-text-color);
  --button-hover-text-color: var(--button-back-text-color);
  --button-padding-x: 0;
  --button-padding-y: 0;
}
.button--back::before,
a.button--back::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.6rem;
  content: "\ea03";
  font-size: 0.8rem;
}
.button--back::after,
a.button--back::after {
  margin-left: 0 !important;
  content: "" !important;
}
.button--disabled,
a.button--disabled {
  --button-background-color: var(--button-disabled-background-color);
  --button-hover-background-color: var(--button-disabled-background-color);
  --button-text-color: var(--button-disabled-text-color);
}
a:hover .button, a:hover #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:hover #onetrust-pc-btn-handler, a:hover #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:hover #onetrust-accept-btn-handler, a:hover #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:hover #onetrust-reject-all-handler, a:focus .button, a:focus #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus #onetrust-pc-btn-handler, a:focus #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus #onetrust-accept-btn-handler, a:focus #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus #onetrust-reject-all-handler, .button:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover, .button:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus-visible,
a:hover a.button,
a:focus a.button,
a.button:hover,
a.button:focus-visible {
  --button-color: var(--button-hover-text-color, white);
  --button-background-color: var(--button-hover-background-color, black);
  text-decoration: none;
}
a:focus-visible .button, a:focus-visible #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus-visible #onetrust-pc-btn-handler, a:focus-visible #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus-visible #onetrust-accept-btn-handler, a:focus-visible #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk a:focus-visible #onetrust-reject-all-handler, .button:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus-visible, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus-visible,
a:focus-visible a.button,
a.button:focus-visible {
  outline: 0.1rem dotted var(--color-primary);
}
.button--disabled,
a.button--disabled {
  pointer-events: none;
}
.button--full-width,
a.button--full-width {
  justify-content: center;
  width: 100%;
  text-align: center;
}

.back-button {
  padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .back-button {
    padding-bottom: 1rem;
  }
}
.back-button--has-offset-top {
  margin-top: 2.25rem;
}
@media (min-width: 1200px) {
  .back-button--has-offset-top {
    margin-top: 5rem;
  }
}

.category-label {
  padding: 0.625rem 0.9375rem;
  text-transform: var(--text-transform-label);
  color: var(--text-color-label);
  border-radius: var(--border-radius-label);
  background: var(--background-color-label);
  background-size: 100% 100%;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: var(--font-weight-label);
  line-height: 1;
}
.category-label--small {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.category-label--alternate {
  color: var(--text-color-label-alternate);
  background: var(--background-color-label-alternate);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-header-text);
}

.hamburger-box {
  width: 2rem;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2rem;
  height: 4px;
  background-color: var(--color-header-text);
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  display: block;
}

h1, .h1 {
  color: var(--theme-heading-color, var(--bs-heading-color));
}

.h1--is-hero {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

h2, .h2 {
  margin-bottom: 1.8rem;
  color: var(--theme-heading-color, var(--bs-heading-color));
}

h3, .h3 {
  margin-bottom: 1.5rem;
  color: var(--theme-heading-color, var(--bs-heading-color));
}

h4, .h4 {
  margin-bottom: 1rem;
  color: var(--theme-heading-color, var(--bs-heading-color));
}

h5, .h5 {
  margin-bottom: 1rem;
  color: var(--theme-heading-color, var(--bs-heading-color));
}

h2, .h2, h3, .h3, h4, .h4 {
  color: var(--color-heading-text);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.col-form-label {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: clamp(1rem, 2.35vw, 1.25rem);
}

.col-form-label-sm {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}

.form-text {
  margin-top: 0.25rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  color: #cccccc;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: normal;
  line-height: 1.5;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 0.1rem solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  background-color: transparent;
  border-color: #b1d5a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(99, 170, 68, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e6e6e6;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  background-color: transparent;
  border: solid transparent;
  border-width: 0.1rem 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.9rem);
  padding: 0.35rem 0.85rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  border-radius: 0;
}
.form-control-sm::file-selector-button {
  padding: 0.35rem 0.85rem;
  margin: -0.35rem -0.85rem;
  margin-inline-end: 0.85rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.2rem);
  padding: 0.5rem 1rem;
  font-size: clamp(1rem, 2.35vw, 1.25rem);
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.7rem);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.9rem);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.2rem);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.7rem);
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.9rem);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.2rem);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  appearance: none;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 0.1rem solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #b1d5a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(99, 170, 68, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e6e6e6;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 hsl(204, 9.6153846154%, 20.3921568627%);
}

.form-select-sm {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.85rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  border-radius: 0;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: clamp(1rem, 2.35vw, 1.25rem);
  border-radius: 0;
}

.form-check {
  display: block;
  min-height: clamp(0.875rem, 1.875vw, 1.125rem);
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2rem;
}

.form-check-reverse {
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2rem;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #ced4da;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #b1d5a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(99, 170, 68, 0.25);
}
.form-check-input:checked {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  border-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  cursor: pointer;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 0.1rem solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 0.1rem 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #e6e6e6;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 0.1rem solid var(--bs-border-color);
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: clamp(1rem, 2.35vw, 1.25rem);
  border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.35rem 0.85rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  border-radius: 0;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 2.5rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(0.1rem * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  color: #008007;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(0, 128, 7, 0.9);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008007;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008007;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 7, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #008007;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.375rem;
  background-position: right 1.25rem center, center right 1.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #008007;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 7, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.5rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #008007;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #008007;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 7, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008007;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
  color: #E21234;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(226, 18, 52, 0.9);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E21234;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E21234;
  box-shadow: 0 0 0 0.25rem rgba(226, 18, 52, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #E21234;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.375rem;
  background-position: right 1.25rem center, center right 1.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #E21234;
  box-shadow: 0 0 0 0.25rem rgba(226, 18, 52, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.5rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #E21234;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #E21234;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 18, 52, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E21234;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 5px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color, hsl(204, 9.6153846154%, 20.3921568627%));
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: hsla(204, 9.6153846154%, 20.3921568627%, 0.3);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--color-table-striped-text, var(--bs-body-color, hsl(204, 9.6153846154%, 20.3921568627%)));
  --bs-table-striped-bg: var(--color-table-striped-background, rgba(0, 0, 0, 0.1));
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(0 * 2) solid currentcolor;
}

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

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

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

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

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

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

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.badge {
  --bs-badge-padding-x: 1.2rem;
  --bs-badge-padding-y: 0.8rem;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.gutter-bottom {
  margin-bottom: 1.5rem;
}

.cover-link-section {
  position: relative;
  isolation: isolate;
}
.cover-link-section a:not([class^=cover-link]):not([class*=" cover-link"]) {
  position: relative;
  z-index: 1;
}

.cover-link {
  text-decoration: none;
}
.cover-link:hover {
  text-decoration: none;
}
.cover-link::before, .cover-link-after::after {
  position: absolute;
  content: "";
  inset: 0;
}
.cover-link-before::before, .cover-link-after::after {
  position: absolute;
  content: "";
  inset: 0;
}
.cover-link-off::before, .cover-link-off::after {
  position: static;
  inset: unset;
}
@media (min-width: 576px) {
  .cover-link-sm-before::before, .cover-link-sm-after::after {
    position: absolute;
    content: "";
    inset: 0;
  }
  .cover-link-sm-off::before, .cover-link-sm-off::after {
    position: static;
    inset: unset;
  }
}
@media (min-width: 768px) {
  .cover-link-md-before::before, .cover-link-md-after::after {
    position: absolute;
    content: "";
    inset: 0;
  }
  .cover-link-md-off::before, .cover-link-md-off::after {
    position: static;
    inset: unset;
  }
}
@media (min-width: 992px) {
  .cover-link-lg-before::before, .cover-link-lg-after::after {
    position: absolute;
    content: "";
    inset: 0;
  }
  .cover-link-lg-off::before, .cover-link-lg-off::after {
    position: static;
    inset: unset;
  }
}
@media (min-width: 1200px) {
  .cover-link-xl-before::before, .cover-link-xl-after::after {
    position: absolute;
    content: "";
    inset: 0;
  }
  .cover-link-xl-off::before, .cover-link-xl-off::after {
    position: static;
    inset: unset;
  }
}

.more-link {
  margin-top: 24px;
  text-align: center;
}
.more-link a {
  font-weight: 700;
}

body::before {
  display: none;
  content: "xs";
}
@media (min-width: 576px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}

.theme-color-primary {
  --theme-color: var(--bs-primary);
  --theme-background-color: var(--bs-primary);
  --theme-heading-color: var(--color-primary-heading);
  --theme-text-color: var(--color-primary-text);
}

.theme-color-secondary {
  --theme-color: var(--bs-secondary);
  --theme-background-color: var(--bs-secondary);
  --theme-heading-color: var(--color-secondary-heading);
  --theme-text-color: var(--color-secondary-text);
}

.theme-color-accent {
  --theme-color: var(--color-accent);
  --theme-background-color: var(--color-accent);
  --theme-heading-color: var(--color-accent-heading);
  --theme-text-color: var(--color-accent-text);
}

.theme-colors {
  color: var(--theme-text-color);
  fill: var(--theme-text-color);
  background: var(--theme-background-color);
}
.theme-colors {
  color: var(--theme-text-color);
  fill: var(--theme-text-color);
  background-color: var(--theme-background-color);
}
@media (min-width: 576px) {
  .theme-colors-sm {
    color: var(--theme-text-color);
    fill: var(--theme-text-color);
    background-color: var(--theme-background-color);
  }
}
@media (min-width: 768px) {
  .theme-colors-md {
    color: var(--theme-text-color);
    fill: var(--theme-text-color);
    background-color: var(--theme-background-color);
  }
}
@media (min-width: 992px) {
  .theme-colors-lg {
    color: var(--theme-text-color);
    fill: var(--theme-text-color);
    background-color: var(--theme-background-color);
  }
}
@media (min-width: 1200px) {
  .theme-colors-xl {
    color: var(--theme-text-color);
    fill: var(--theme-text-color);
    background-color: var(--theme-background-color);
  }
}

@font-face {
  font-family: "icon";
  src: url("./icons/icon/fonts/icon.woff2?4eed7d6f") format("woff2"), url("./icons/icon/fonts/icon.woff?4eed7d6f") format("woff"), url("./icons/icon/fonts/icon.svg?4eed7d6f#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alarm::before {
  content: "\ea02";
}

.icon-arrow-left::before {
  content: "\ea03";
}

.icon-arrow-right::before {
  content: "\ea04";
}

.icon-calendar::before {
  content: "\ea05";
}

.icon-checkmark::before {
  content: "\ea06";
}

.icon-chevron-down::before {
  content: "\ea07";
}

.icon-chevron-left::before {
  content: "\ea08";
}

.icon-chevron-right::before {
  content: "\ea09";
}

.icon-chevron-up::before {
  content: "\ea0a";
}

.icon-clock::before {
  content: "\ea0b";
}

.icon-copy::before {
  content: "\ea0c";
}

.icon-cross::before {
  content: "\ea0d";
}

.icon-directions::before {
  content: "\ea0e";
}

.icon-envelope::before {
  content: "\ea0f";
}

.icon-external::before {
  content: "\ea10";
}

.icon-language::before {
  content: "\ea11";
}

.icon-location::before {
  content: "\ea12";
}

.icon-logo-facebook::before {
  content: "\ea13";
}

.icon-logo-instagram::before {
  content: "\ea14";
}

.icon-logo-linkedin::before {
  content: "\ea15";
}

.icon-logo-pinterest::before {
  content: "\ea16";
}

.icon-logo-twitter::before {
  content: "\ea17";
}

.icon-logo-vimeo::before {
  content: "\ea18";
}

.icon-logo-whatsapp::before {
  content: "\ea19";
}

.icon-logo-youtube::before {
  content: "\ea1a";
}

.icon-minus::before {
  content: "\ea1b";
}

.icon-persons::before {
  content: "\ea1c";
}

.icon-plus::before {
  content: "\ea1d";
}

.icon-quote-close::before {
  content: "\ea1e";
}

.icon-quote-open::before {
  content: "\ea1f";
}

.icon-search::before {
  content: "\ea20";
}

.icon-thumbs-up::before {
  content: "\ea21";
}

.icon {
  display: inline-block;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.image {
  text-align: center;
}
.image img {
  margin-bottom: 0.625rem;
}

body.freeze {
  overflow: hidden;
}

.paragraph-spacing {
  margin-bottom: var(--paragraph-spacing);
}
.sidebar .paragraph-spacing {
  margin-bottom: var(--paragraph-spacing--small);
}

.wrap {
  --max-width: var(--wrap-max-width--default);
  width: 100%;
  max-width: calc(var(--max-width) + var(--wrap-padding) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wrap-padding);
  padding-left: var(--wrap-padding);
}
.wrap--large {
  --max-width: var(--wrap-max-width--large);
}
.wrap--medium {
  --max-width: var(--wrap-max-width--medium);
}
.wrap--small {
  --max-width: var(--wrap-max-width--small);
}
.wrap .wrap {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.app-store-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.app-store-list li {
  margin: 0 0.5rem 1rem 0;
}
.app-store-list a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 3.6rem;
  text-indent: -999vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.app-store-list a[href*="play.google.com"] {
  width: 12.4rem;
  background-image: url(../images/logos/google-play.svg);
}
.app-store-list a[href*="itunes.apple.com"] {
  width: 11.7rem;
  background-image: url(../images/logos/itunes-app-store.svg);
}

.new-label {
  width: 7rem;
  height: auto;
}
.new-label__image {
  content: var(--src-new-label);
}
.new-label--small {
  width: 4.5rem;
  height: auto;
}

:root {
  --site-branding-logo: 11.125rem;
  --site-branding-logo-md: 6.188rem;
  --site-branding-logo-sm: 6.188rem;
  --site-branding-logo-offset-y: translateY(1rem);
  --site-branding-logo-alignment: start;
  --site-branding-logo-position: absolute;
  --header-menu-font-weight: 700;
  --header-sub-menu-font-weight: 400;
  --header-menu-letter-spacing: 0rem;
  --pagination-border-radius: 999px;
  --font-size-button: clamp(0.875rem, 1.7vw, 1.125rem);
  --font-size-lg: clamp(1rem, 2.35vw, 1.25rem);
  --font-size-base: clamp(0.875rem, 1.875vw, 1.125rem);
  --font-size-sm: clamp(0.75rem, 1.7vw, 0.875rem);
  --font-family-base: Buenos Aires, arial, sans-serif;
  --font-headings-family: Buenos Aires, arial, sans-serif;
  --font-headings-weight: 700;
  --font-form-font-family: Buenos Aires, arial, sans-serif;
  --h1-font-family: Buenos Aires, arial, sans-serif;
  --h1-font-weight: 700;
  --color-header-text: #007D43;
  --color-page-title-text: #2F3539;
  --color-form-label: #007D43;
  --color-form-outline: #2F3539;
  --color-heading-cta-background: var(--bs-primary);
  --color-heading-cta-text: #fff;
  --color-table-striped-background: #F9F3E4;
  --color-table-striped-text: hsl(204, 9.6153846154%, 20.3921568627%);
  --color-pagination: #007D43;
  --color-faq-text: #007D43;
  --color-heading-text: #007D43;
  --color-teaser-hover: var(--bs-primary);
  --color-teaser-hover-text: #fff;
  --color-footer-background: var(--bs-primary);
  --color-banner-title: #fff;
  --color-banner-text: #fff;
  --color-banner-background: var(--bs-primary);
  --color-overview-item-background: #fff;
  --color-overview-item-background-hover: #63AA44;
  --color-overview-item-text: #2F3539;
  --color-overview-item-text-hover: #fff;
  --ordered-list--rounded-color: #007D43;
  --ordered-list--rounded-border-radius: 50%;
  --icons-list--icon-color: #2F3539;
  --button-primary-background-color: #DC7428;
  --button-primary-hover-background-color: #DC7428;
  --button-primary-hover-text-color: #fff;
  --button-primary-text-color: #fff;
  --button-secondary-background-color: #63AA44;
  --button-secondary-hover-background-color: #63AA44;
  --button-secondary-hover-text-color: #fff;
  --button-secondary-text-color: #fff;
  --button-disabled-background-color: #D3D8DA;
  --button-disabled-text-color: #2F3539;
  --button-border-radius: 999px;
  --button-font-family: Buenos Aires, arial, sans-serif;
  --button-font-size: 1rem;
  --button-font-weight: 700;
  --button-default-background-color: white;
  --button-default-text-color: black;
  --button-back-background-color: white;
  --button-back-text-color: #007D43;
  --button-padding-x: clamp(0.938rem, 4vw, 0.938rem);
  --button-padding-y: clamp(0.75rem, 4vw, 0.688rem);
  --color-facet: #007D43;
  --border-radius-facet: 2rem;
  --background-color-label: #F9F3E4;
  --background-color-label-alternate: black;
  --text-color-label: #007D43;
  --text-color-label-alternate: black;
  --border-radius-label: 2rem;
  --font-weight-label: 700;
  --src-new-label: url("/themes/custom/campina/images/design/new-label.png");
  --banner-shape-safe-zone: 6rem;
  --banner-min-height-md: 42.688rem;
  --swiper-bullet-color: #007D43;
  --hero-backdrop-src: url("/themes/custom/campina/images/hero/product.svg");
  --hero-backdrop-src--small: url("/themes/custom/campina/images/hero/product-small.svg");
  --hero-min-height: clamp(37.5rem, 0rem + 50vw, 62.5rem);
  --hero-min-height--small: 47rem;
  --hero-title-text-color: white;
  --hero-description-text-color: white;
  --teaser-product-backdrop: url("/themes/custom/campina/images/teaser/product-footer.svg");
  --teaser-product-text-color: white;
  --teaser-product-font-size: 1.5625rem;
  --teaser-product-font-family: var(--font-headings-family);
  --teaser-product-footer-spacing: 3.5rem;
  --recipe-ingredients-color: #2F3539;
  --recipe-ingredients-background-color: #F9F3E4;
  --color-primary-heading: #fff;
  --color-primary-text: #fff;
  --color-secondary-heading: #fff;
  --color-secondary-text: #fff;
  --color-accent: #F9F3E4;
  --color-accent-heading: #007D43;
  --color-accent-text: #2F3539;
  --timeline-background-color: var(--bs-primary);
  --timeline-item-shape: url("/themes/custom/campina/images/timeline/timeline-item-shape.svg");
  --timeline-item-shape-mobile: url("/themes/custom/campina/images/timeline/timeline-item-shape-mobile.svg");
  --timeline-pagination-text-color: white;
  --timeline-pagination-icon: url("/themes/custom/campina/images/timeline/timeline-active-icon.png");
  --timeline-navigation-color: white;
  --call-to-action-background: #63AA44;
  --call-to-action-background--packshot: linear-gradient(180deg, transparent 58%, hsl(101.7647058824, 42.8571428571%, 46.6666666667%) 58%), radial-gradient(35rem at min(75%, 50% + 17.296875rem) calc(58% + 7rem), #FFFFA9 0%, #88C900 45.22%, #63AA44 100%);
  --call-to-action-background--packshot--small: linear-gradient(180deg, transparent calc(100% - (50vw - var(--wrap-padding) - 2rem)), hsl(101.7647058824, 42.8571428571%, 46.6666666667%) calc(100% - (50vw - var(--wrap-padding) - 2rem))), radial-gradient(80vw at center calc(100% - (50vw - var(--wrap-padding) - 2rem)), #FFFFA9 0%, #88C900 45.22%, #63AA44 100%);
  --call-to-action-content-padding--small: 0;
  --call-to-action-text-color: #fff;
  --call-to-action-title-text-color: var(--call-to-action-text-color);
  --call-to-action-text-color--pristine: var(--call-to-action-text-color);
  --call-to-action-title-text-color--pristine: var(--call-to-action-title-text-color);
  --call-to-action-text-color--packshot: var(--call-to-action-text-color);
  --call-to-action-title-text-color--packshot: var(--call-to-action-title-text-color);
  --call-to-action-text-color--banner: var(--call-to-action-text-color);
  --call-to-action-title-text-color--banner: var(--call-to-action-title-text-color);
  --teaser-article-background-color: #63AA44;
  --teaser-article-text-color: white;
  --teaser-article-shape: url("/themes/custom/campina/images/design/separation-shape.svg");
  --teaser-article-shape-mobile: url("/themes/custom/campina/images/design/separation-shape-mobile.svg");
  --retailers-font-color: #2F3539;
  --link-color: #007D43;
  --link-hover-color: #007D43;
}

:root,
[data-bs-theme=light] {
  --bs-primary: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  --bs-secondary: hsl(25.3333333333, 72%, 50.9803921569%);
  --bs-light: #e6e6e6;
  --bs-dark: hsl(204, 9.6153846154%, 20.3921568627%);
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Buenos Aires", arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Buenos Aires", arial, sans-serif;
  --bs-body-font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: hsl(204, 9.6153846154%, 20.3921568627%);
  --bs-body-color-rgb: 47, 53, 57;
  --bs-body-bg: transparent;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: var(--color-heading-text, hsl(120, 100%, 32.7450980392%));
  --bs-link-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  --bs-link-color-rgb: 99, 170, 68;
  --bs-link-decoration: none;
  --bs-link-hover-color: hsl(101.7647058824, 47.8571428571%, 61.6666666667%);
  --bs-link-hover-color-rgb: 139, 204, 110;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 0.1rem;
  --bs-border-style: solid;
  --bs-border-color: #ced4da;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 5px;
  --bs-border-radius-sm: 0.625rem;
  --bs-border-radius-lg: 20px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 4.375rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

:root {
  --wrap-max-width--large: 86.25rem;
  --wrap-max-width--default: 69.5rem;
  --wrap-max-width--medium: 57.5rem;
  --wrap-max-width--small: 47.5rem;
  --wrap-padding: 1.375rem;
  --paragraph-spacing--small: 0.625rem;
  --paragraph-spacing: 3.125rem;
  --footer-margin-top: 7rem;
}
@media (min-width: 768px) {
  :root {
    --wrap-padding: 1.875rem;
    --paragraph-spacing--small: 1.25rem;
    --paragraph-spacing: 6.25rem;
    --footer-margin-top: 14rem;
  }
}

.time {
  display: block;
}
.time em {
  font-style: normal;
}

.title-page {
  margin: var(--paragraph-spacing) 0 var(--paragraph-spacing--small);
  text-align: center;
}
.title--has-underline {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ced4da;
}

.lead {
  font-size: 1rem;
  font-weight: 700;
}

.display-1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

:focus {
  outline: 0.1rem dotted currentColor;
}

b,
strong {
  font-weight: 700;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 1rem;
}

.lead {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: 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-wrap {
  flex-wrap: wrap !important;
}

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

.justify-content-between {
  justify-content: space-between !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-self-start {
  align-self: flex-start !important;
}

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

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

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

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

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !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: 8px !important;
  margin-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 12px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-100 {
  width: 100% !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) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !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-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !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-self-sm-start {
    align-self: flex-start !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !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: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 12px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-medium {
    margin-top: 4rem !important;
  }
  .mt-sm-large {
    margin-top: 6rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 8px !important;
  }
  .me-sm-2 {
    margin-right: 12px !important;
  }
  .me-sm-3 {
    margin-right: 16px !important;
  }
  .me-sm-4 {
    margin-right: 24px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 12px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 8px !important;
  }
  .ms-sm-2 {
    margin-left: 12px !important;
  }
  .ms-sm-3 {
    margin-left: 16px !important;
  }
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .p-sm-2 {
    padding: 12px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 12px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 12px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !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-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !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-self-md-start {
    align-self: flex-start !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !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: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 8px !important;
  }
  .mt-md-2 {
    margin-top: 12px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-medium {
    margin-top: 4rem !important;
  }
  .mt-md-large {
    margin-top: 6rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 8px !important;
  }
  .me-md-2 {
    margin-right: 12px !important;
  }
  .me-md-3 {
    margin-right: 16px !important;
  }
  .me-md-4 {
    margin-right: 24px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 12px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 8px !important;
  }
  .ms-md-2 {
    margin-left: 12px !important;
  }
  .ms-md-3 {
    margin-left: 16px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .p-md-2 {
    padding: 12px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 8px !important;
  }
  .pt-md-2 {
    padding-top: 12px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 12px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !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-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !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-self-lg-start {
    align-self: flex-start !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !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: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 12px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-medium {
    margin-top: 4rem !important;
  }
  .mt-lg-large {
    margin-top: 6rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 8px !important;
  }
  .me-lg-2 {
    margin-right: 12px !important;
  }
  .me-lg-3 {
    margin-right: 16px !important;
  }
  .me-lg-4 {
    margin-right: 24px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 12px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 8px !important;
  }
  .ms-lg-2 {
    margin-left: 12px !important;
  }
  .ms-lg-3 {
    margin-left: 16px !important;
  }
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .p-lg-2 {
    padding: 12px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 12px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 12px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !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-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !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-self-xl-start {
    align-self: flex-start !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !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: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 8px !important;
  }
  .mt-xl-2 {
    margin-top: 12px !important;
  }
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-medium {
    margin-top: 4rem !important;
  }
  .mt-xl-large {
    margin-top: 6rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 8px !important;
  }
  .me-xl-2 {
    margin-right: 12px !important;
  }
  .me-xl-3 {
    margin-right: 16px !important;
  }
  .me-xl-4 {
    margin-right: 24px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 12px !important;
  }
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 8px !important;
  }
  .ms-xl-2 {
    margin-left: 12px !important;
  }
  .ms-xl-3 {
    margin-left: 16px !important;
  }
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .p-xl-2 {
    padding: 12px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 8px !important;
  }
  .pt-xl-2 {
    padding-top: 12px !important;
  }
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 12px !important;
  }
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !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-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.call-to-action-retain-aspect-ratio {
  position: relative;
}
.call-to-action-retain-aspect-ratio picture, .call-to-action-retain-aspect-ratio img {
  width: 100%;
  height: auto;
}
.call-to-action-retain-aspect-ratio__link:before {
  position: absolute;
  content: "";
  inset: 0;
}

.call-to-action {
  position: relative;
  display: grid;
  grid-template-areas: "content" "visual";
  grid-auto-rows: min-content;
  grid-row-gap: 3.125rem;
  padding: 1.875rem var(--wrap-padding);
  background: var(--call-to-action-background);
}
.call-to-action--pristine {
  --call-to-action-text-color: var(--call-to-action-text-color--pristine);
  --call-to-action-title-text-color: var(--call-to-action-title-text-color--pristine);
}
.call-to-action--packshot {
  --call-to-action-background: var(--call-to-action-background--packshot--small);
  --call-to-action-text-color: var(--call-to-action-text-color--packshot);
  --call-to-action-title-text-color: var(--call-to-action-title-text-color--packshot);
}
@media (min-width: 576px) {
  .call-to-action--packshot {
    --call-to-action-background: var(--call-to-action-background--packshot);
  }
}
.call-to-action--banner {
  --call-to-action-text-color: var(--call-to-action-text-color--banner);
  --call-to-action-title-text-color: var(--call-to-action-title-text-color--banner);
}
.call-to-action--banner, .call-to-action--background-image {
  grid-template-areas: "visual";
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .call-to-action {
    --column-gap: 5.8125rem;
    grid-template-areas: "spacer content visual spacer2";
    grid-template-columns: auto repeat(2, min(31.6875rem, (100% - var(--column-gap)) / 2)) auto;
    align-items: center;
    justify-content: center;
    padding-block: 0;
    column-gap: var(--column-gap);
  }
}
.call-to-action__content {
  z-index: 2;
  display: grid;
  grid-area: content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-row-gap: 1.25rem;
  place-items: start;
  padding: var(--call-to-action-content-padding--small);
  color: var(--call-to-action-text-color);
}
@media (min-width: 576px) {
  .call-to-action__content {
    padding: 2rem 0;
  }
}
@media (max-width: 575.98px) {
  .call-to-action--banner .call-to-action__content {
    grid-area: visual;
    place-self: center;
  }
}
.call-to-action__title {
  margin: 0;
  color: var(--call-to-action-title-text-color);
}
.call-to-action__text > *:first-child {
  margin-block-start: 0;
}
.call-to-action__text > *:last-child {
  margin-block-end: 0;
}
.call-to-action__visual {
  z-index: 1;
  display: flex;
  grid-area: visual;
}
@media (min-width: 576px) {
  .call-to-action__visual {
    min-height: 31rem;
    padding: 2rem 0;
  }
}
.call-to-action--banner .call-to-action__visual, .call-to-action--background-image .call-to-action__visual {
  min-height: 31.25rem;
  padding: 0;
}
.call-to-action--banner .call-to-action__visual:after {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8.8%, rgba(0, 0, 0, 0.63) 100%);
  inset: 0;
}
@media (min-width: 576px) {
  .call-to-action--banner .call-to-action__visual:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) max(0vw, 50vw - 30rem), rgba(0, 0, 0, 0.65) calc(50vw - 20rem), rgba(0, 0, 0, 0) min(100vw, 50vw + 30rem));
  }
}
.call-to-action__visual picture {
  width: 100%;
}
.call-to-action__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 575.98px) {
  .call-to-action--pristine .call-to-action__visual img, .call-to-action--packshot .call-to-action__visual img {
    aspect-ratio: 1/1;
  }
}
.call-to-action--banner .call-to-action__visual img, .call-to-action--background-image .call-to-action__visual img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.call-to-action__link:before {
  position: absolute;
  content: "";
  inset: 0;
}

.collapsible-item--warning {
  color: #921925;
}
.collapsible-item--warning[open] .collapsible-item__summary,
.collapsible-item--warning .collapsible-item__summary:hover {
  background-color: rgba(220, 53, 69, 0.15);
}
.collapsible-item--warning .collapsible-item__summary {
  border-bottom-color: #dc3545;
}
.collapsible-item--warning .collapsible-item__content {
  background-color: rgba(220, 53, 69, 0.1);
}
.collapsible-item__title {
  pointer-events: none;
}
.collapsible-item__summary {
  position: relative;
  margin-bottom: 0;
  padding: 1.2rem 2rem 1.2rem 0;
  list-style-type: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--bs-body-color);
  border-bottom: 0.1rem solid #D3D8DA;
}
.collapsible-item__summary:hover, [open] .collapsible-item__summary {
  color: var(--color-faq-text);
}
.collapsible-item__summary::-webkit-details-marker, .collapsible-item__summary::marker {
  display: none;
}
.collapsible-item__trigger {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transition: transform 0.2s, right 0.2s;
  transform: translateY(-50%);
  font-size: 0.6rem;
}
[open] .collapsible-item__trigger {
  transform: translateY(-50%) rotate(0.5turn);
}
.collapsible-item__content {
  max-width: 58.5rem;
  margin: auto;
  padding: 1.5rem 1.75rem 0 1.75rem;
}
.collapsible-item__likes {
  padding-top: 1rem;
}

.facets a {
  display: block;
  padding: 0.3125rem 1rem;
  text-decoration: none;
  color: var(--color-facet);
  border: 0.1rem solid var(--color-facet);
  border-radius: var(--border-radius-facet);
}
.facets a:hover, .facets a:focus {
  color: white;
  border-color: var(--color-facet);
  background-color: var(--color-facet);
}
.facets a.is-active {
  color: white;
  background-color: var(--color-facet);
}
.facets a.is-active:after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
  content: "\ea0d";
  font-size: 0.8rem;
}
.facets a .facet-item__status {
  display: none;
}
.facets__list--checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.facets__list--checkbox .facet-item {
  display: flex;
  gap: 0.5rem;
}
.facets__list--links {
  justify-content: center;
  gap: 0.625rem;
}
.facets-checkbox {
  accent-color: #2F3539;
  width: 1.563rem;
  height: 1.563rem;
}

.facets-widget-dropdown {
  position: relative;
}
.facets-widget-dropdown::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  content: "\ea07";
  pointer-events: none;
  color: var(--color-form-label);
  font-size: 0.6rem;
}
.facets-widget-dropdown .facets-dropdown {
  width: 100%;
  padding: 0.5rem 0.938rem;
  transition: border-color 0.5s, box-shadow 0.5s;
  color: var(--bs-body-color);
  border: 1px solid var(--color-form-outline);
  border-radius: 0.2rem;
  box-shadow: none;
  font-family: var(--font-form-font-family);
  font-size: var(--font-size-sm);
  appearance: none;
}
.facets-widget-dropdown .facets-dropdown:focus {
  border-color: var(--color-form-outline);
  outline: 0.1rem dotted currentColor;
}

.filter-banner {
  margin-bottom: 2.5rem;
}

.filter-section {
  text-align: center;
  color: white;
  border-radius: 0;
}
@media (min-width: 576px) {
  .filter-section {
    padding: 0 4rem;
  }
}
.filter-section__title {
  color: var(--color-page-title-text);
}
.filter-section__search {
  position: relative;
}
.filter-section__search .form-text {
  width: 100%;
  padding-left: 4rem;
}
.filter-section__search .form-item {
  position: relative;
  width: 100%;
}
.filter-section__search .form-item::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 0.1rem;
  content: "\ea20";
  color: var(--color-form-label);
}
.filter-section__search .form-item input {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  color: var(--bs-body-color);
  border: none;
  border-bottom: 0.1rem solid #cccccc;
  background-color: transparent;
  font-family: var(--font-form-font-family);
  font-size: var(--font-size-base);
}
.filter-section__search .form-item input:focus {
  outline: 0;
  box-shadow: none;
}
.filter-section__search .form-item input:hover {
  border-bottom: 0.1rem solid var(--color-form-outline);
}
.filter-section__search .form-item input:hover::placeholder {
  color: var(--color-form-label);
}
.filter-section__search .form-item label {
  display: none;
}
.filter-section__search .form-actions {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  margin: 0;
}
.filter-section__search .form-actions .form-submit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.filter-section__search .form--inline {
  position: relative;
}
.filter-section__filters {
  margin-bottom: 2.5rem;
}
.filter-section__filters .filter-section__filter {
  margin-top: 1.5rem;
}
.filter-section__reset {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: var(--color-facet);
  border: 0.1rem solid var(--color-facet);
  border-radius: var(--border-radius-facet);
  font-weight: var(--font-weight-facet);
}
.filter-section__reset:hover, .filter-section__reset:focus {
  text-decoration: none;
  color: white;
  border-color: var(--color-facet);
  background-color: var(--color-facet);
}

.header-call-to-action {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header-call-to-action {
    flex-direction: row;
  }
}
.header-call-to-action__visual {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-call-to-action__visual {
    display: flex;
    flex-basis: 41%;
  }
}
.header-call-to-action__visual img {
  width: 100%;
  height: 100%;
  max-height: 9.75rem;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .header-call-to-action__visual img {
    max-height: 100%;
  }
}
.header-call-to-action__visual picture {
  height: 100%;
}
.header-call-to-action__visual-label {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 5.25rem;
  height: 5.25rem;
}
@media (min-width: 1200px) {
  .header-call-to-action__visual-label {
    top: 22px;
    right: 22px;
    width: 7.3rem;
    height: 7.3rem;
  }
}
.header-call-to-action__visual-label img, .header-call-to-action__visual-label picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-call-to-action__content {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  color: var(--color-heading-cta-text, white);
  background: var(--color-heading-cta-background);
  gap: 1rem;
}
@media (min-width: 1200px) {
  .header-call-to-action__content {
    flex-basis: 59%;
    min-width: 18rem;
    padding: 2.5rem;
  }
}
.header-call-to-action__title {
  margin-bottom: 0;
  color: var(--color-heading-cta-text, white);
}
.header-call-to-action__description {
  margin-bottom: 0;
}
.header-call-to-action__description p {
  margin-bottom: 0;
}

.icons-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  --icon-list-spacing: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-block-start: var(--icon-list-spacing);
}
.icons-list--recipe {
  --icon-list-spacing: 0.625rem;
}
.icons-list__item {
  margin: 0 var(--icon-list-spacing) var(--icon-list-spacing) var(--icon-list-spacing);
}
.icons-list__icon {
  display: inline-block;
  margin-right: 0.3rem;
  transform: translateY(0.2rem);
  vertical-align: baseline;
  color: var(--icons-list--icon-color);
}

.image-and-text__text {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .image-and-text__text {
    margin-top: 0;
  }
}
.image-and-text__image img {
  width: 100%;
}
@media (min-width: 992px) {
  .image-and-text .flex-lg-column .image-and-text__image {
    margin-bottom: 1.5rem;
  }
}

.inline-search .form--inline {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .inline-search .form--inline {
    margin-bottom: 0;
  }
}
.inline-search .form--inline label {
  display: none;
}
.inline-search .form--inline input[type=checkbox] + label,
.inline-search .form--inline input[type=radio] + label {
  display: block;
}
.inline-search .form--inline .form-text {
  min-width: 100%;
  padding-left: 4.5rem;
}
.inline-search .form--inline .button, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-pc-btn-handler, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-accept-btn-handler, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-reject-all-handler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 4rem;
  padding: 0;
  text-indent: -999em;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  background: transparent;
  box-shadow: none;
}
.inline-search .form--inline .button::before, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler::before, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-pc-btn-handler::before, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler::before, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-accept-btn-handler::before, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler::before, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-reject-all-handler::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  content: "\ea20";
  text-indent: 0;
  font-size: 2.5rem;
}
.inline-search .form--inline .button:hover, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-pc-btn-handler:hover, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-accept-btn-handler:hover, .inline-search .form--inline #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .inline-search .form--inline #onetrust-reject-all-handler:hover {
  color: #000;
}
.inline-search .form--inline .form-actions {
  margin-left: 0;
}

.internal-nav {
  counter-reset: internal-nav;
}
.internal-nav__item {
  counter-increment: internal-nav;
}
.internal-nav__link {
  text-decoration: none;
}
.internal-nav__link:hover, .internal-nav__link:focus {
  text-decoration: none;
}
.internal-nav__link::before {
  content: counter(internal-nav);
}
.internal-nav--horizontal {
  overflow: auto;
  max-width: 100vw;
}
.internal-nav--horizontal .internal-nav__list {
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--horizontal .internal-nav__item {
  border-right: 0.1rem solid #ced4da;
}
.internal-nav--horizontal .internal-nav__link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-color: #e6e6e6;
  font-weight: 700;
}
.internal-nav--horizontal .internal-nav__link:hover, .internal-nav--horizontal .internal-nav__link:focus {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--horizontal .internal-nav__link::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  text-align: center;
  color: hsl(25.3333333333, 72%, 50.9803921569%);
  border: 0.1rem solid #ced4da;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 2.5rem;
}
.internal-nav--horizontal .internal-nav__link--active {
  padding-left: 4rem;
  color: #fff;
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--horizontal .internal-nav__link--active:hover, .internal-nav--horizontal .internal-nav__link--active:focus {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--horizontal .internal-nav__link--active::before {
  color: hsl(25.3333333333, 72%, 50.9803921569%);
  border-color: transparent;
}
.internal-nav--horizontal .internal-nav__link--active .internal-nav__text {
  width: auto;
  opacity: 1;
}
.internal-nav--horizontal .internal-nav__text {
  display: inline-block;
  overflow: hidden;
  width: 0;
  margin-left: 0.5rem;
  transition: opacity 0.3s;
  vertical-align: bottom;
  white-space: nowrap;
  opacity: 0;
}
.internal-nav--vertical .internal-nav__list {
  padding: 0.5rem 1rem;
  border-radius: 1rem 0 0 1rem;
  background-color: #e6e6e6;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4);
}
.internal-nav--vertical .internal-nav__item {
  margin: 0.5rem 0;
}
.internal-nav--vertical .internal-nav__link {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  border: 0.1rem solid transparent;
  border-radius: 50%;
  background-color: #fff;
}
.internal-nav--vertical .internal-nav__link::before {
  position: absolute;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 2rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.internal-nav--vertical .internal-nav__link:hover, .internal-nav--vertical .internal-nav__link:focus {
  color: hsl(25.3333333333, 72%, 50.9803921569%);
  border-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--vertical .internal-nav__link:hover .internal-nav__text, .internal-nav--vertical .internal-nav__link:focus .internal-nav__text {
  transform: translate(0, -50%);
  opacity: 1;
}
.internal-nav--vertical .internal-nav__link--active {
  color: #fff;
  border-color: hsl(25.3333333333, 72%, 50.9803921569%);
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
  text-shadow: 0 0 0.2rem hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--vertical .internal-nav__link--active:hover, .internal-nav--vertical .internal-nav__link--active:focus {
  color: #fff;
  border-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.internal-nav--vertical .internal-nav__text {
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
  padding: 1rem;
  transition: all 0.2s ease-out;
  transform: translate(-1rem, -50%);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}
.internal-nav--vertical .internal-nav__text::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 0 solid transparent;
  border-width: 0.4rem 0.8rem;
  border-left-color: rgba(255, 255, 255, 0.8);
}

.language-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 100%;
}
.language-dropdown__button {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  text-transform: uppercase;
  color: var(--text-color-label);
  border: none;
  border-radius: 9999px;
  background-color: var(--background-color-label);
  gap: 0.3rem;
}
.language-dropdown__button .icon {
  display: flex;
  color: var(--text-color-label);
  font-size: 1.2rem;
}
.language-dropdown__links {
  position: absolute;
  z-index: 100;
  top: 90%;
  right: 0;
  display: none;
  margin: 0;
  list-style: none;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
  padding-inline: 0.5rem;
}
.language-dropdown__link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.language-dropdown__link:last-child {
  border-bottom: none;
}
.language-dropdown__link .language-link {
  display: block;
  padding: 0.5rem;
}
.language-dropdown__link .active-language {
  font-weight: bold;
}

.dropbutton-widget {
  height: 100%;
}

.leaflet-map {
  position: relative;
}
.leaflet-map__legend {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  padding: 0.5rem 0.875rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.leaflet-map__legend-item + .leaflet-map__legend-item {
  margin-top: 0.1875rem;
}
.leaflet-map__legend-item-img {
  width: 2.5rem;
  height: auto;
  margin-right: 0.4rem;
}
.leaflet-map__legend-item-txt {
  font-size: 0.8125rem;
}
.leaflet-map .leaflet-marker-pane img {
  height: auto !important;
}
.leaflet-map .leaflet-attribution-flag {
  display: none !important;
}
.leaflet-map-mobile-popup {
  position: absolute;
  z-index: 1;
  top: 0;
  visibility: hidden;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background: white;
}
.leaflet-map-mobile-popup.visible {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 576px) {
  .leaflet-map-mobile-popup.visible {
    display: none;
  }
}
.leaflet-map-mobile-popup__inner {
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.leaflet-map-mobile-popup__inner img {
  width: 100%;
}
.leaflet-map-mobile-popup__close {
  position: absolute;
  z-index: 1;
  top: 0.3125rem;
  right: 0.3125rem;
}

.likes {
  display: flex;
  flex-wrap: wrap;
}
.likes__message {
  flex: 1 0 100%;
  min-width: 100%;
  font-size: 0.9em;
}
.likes__button {
  position: relative;
  transition: color 0.2s;
  color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  border: 0;
  outline: 0.1rem solid transparent;
  background-color: transparent;
  appearance: none;
}
.likes__button::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea21";
}
.likes__button:hover, .likes__button:focus {
  color: hsl(101.7647058824, 37.8571428571%, 31.6666666667%);
}
.likes__button:focus {
  outline: 0.1rem dotted currentColor;
}

.checkmark-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.checkmark-list li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 2.5rem;
}
.checkmark-list li::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "\ea06";
  color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.link-list {
  padding-left: 0;
  list-style: none;
}
.link-list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.4rem 0;
  transition: padding-left 300ms ease;
  font-size: 1rem;
}
.link-list a:hover, .link-list a:focus {
  padding-left: 1rem;
  text-decoration: none;
}
.link-list a::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.2rem;
  margin-right: 1rem;
  content: "\ea09";
  font-size: 1.2rem;
}
.link-list a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  opacity: 0.3;
  background-color: var(--contrast-color, currentColor);
}

ol.ordered-list {
  padding-left: 0;
  list-style: none;
  counter-reset: custom-list;
}
ol.ordered-list li {
  counter-increment: custom-list;
}
ol.ordered-list li::before {
  display: inline-block;
  min-width: 0.5em;
  margin-right: 0.5rem;
  content: counter(custom-list) ".";
  vertical-align: baseline;
}
ol.ordered-list li p {
  display: inline;
}
ol.ordered-list--rounded {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 1.25rem;
  counter-reset: custom-list;
}
ol.ordered-list--rounded li {
  display: grid;
  grid-area: auto/span 2;
  grid-template-columns: subgrid;
  align-items: center;
  min-height: 2.625rem;
}
ol.ordered-list--rounded li::before {
  display: flex;
  align-items: center;
  align-self: start;
  justify-content: center;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin: 0;
  content: counter(custom-list);
  text-align: center;
  color: var(--ordered-list--rounded-color);
  border: 1px solid var(--ordered-list--rounded-color);
  border-radius: var(--ordered-list--rounded-border-radius);
}

.social-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.social-list li {
  margin: 0 1rem 1rem 0;
}
.social-list a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999vw;
  color: #fff;
  border-radius: 50%;
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  font-size: 1rem;
}
.social-list a:hover, .social-list a:focus {
  background-color: hsl(101.7647058824, 37.8571428571%, 31.6666666667%);
}
.social-list a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-list a[href*="facebook.com"]::before {
  content: "\ea13";
}
.social-list a[href*="instagram.com"]::before {
  content: "\ea14";
}
.social-list a[href*="linkedin.com"]::before {
  content: "\ea15";
}
.social-list a[href*="pinterest.com"]::before {
  content: "\ea16";
}
.social-list a[href*="twitter.com"]::before {
  content: "\ea17";
}
.social-list a[href*="vimeo.com"]::before {
  content: "\ea18";
}
.social-list a[href*="youtube.com"]::before {
  content: "\ea1a";
}

.nutrients__ri {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.nutrients__header .nutrients__ri {
  max-width: 5rem;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}
.nutrients__footer {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}

.overview-item {
  max-width: 22rem;
  transition: background 200ms linear, color 200ms linear;
}
.overview-item__title {
  transition: color 200ms linear;
  color: var(--color-overview-item-text);
}
.overview-item__image {
  text-align: center;
}
.overview-item__image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  object-fit: cover;
  aspect-ratio: 35/22;
}
.overview-item__content {
  padding: 1.25rem 2rem;
  transition: background 200ms linear, color 200ms linear;
  color: var(--color-overview-item-text);
  background: var(--color-overview-item-background);
}
.overview-item:hover .overview-item__title, .overview-item:focus .overview-item__title {
  color: var(--color-overview-item-text-hover);
}
.overview-item:hover .overview-item__content, .overview-item:focus .overview-item__content {
  color: var(--color-overview-item-text-hover);
  background: var(--color-overview-item-background-hover);
}

.pager {
  margin-top: 1.5rem;
}
.pager__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 0.3rem;
}
.pager__item {
  display: inline-block;
}
.pager__item--ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: var(--color-pagination);
  border: 0.1rem solid var(--color-pagination);
  border-radius: var(--pagination-border-radius);
}
.pager__link {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: var(--color-pagination);
  border: 0.1rem solid var(--color-pagination);
  border-radius: var(--pagination-border-radius);
}
.pager__link:hover, .pager__link:focus {
  text-decoration: none;
  color: #fff;
  border-color: var(--color-pagination);
  background-color: var(--color-pagination);
}
.pager__link--active, .pager__link--active:hover, .pager__link--active:focus {
  color: #fff;
  border-color: var(--color-pagination);
  background-color: var(--color-pagination);
}

.qualitymarks {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.qualitymarks__mark {
  display: flex;
}
.qualitymarks .qualitymark {
  display: flex;
  flex-basis: fit-content;
  align-items: center;
  justify-content: start;
  color: var(--bs-body-color);
  gap: 0.625rem;
}
.qualitymarks .qualitymark:hover {
  text-decoration: none;
}
.qualitymarks .qualitymark img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.retailers-slider .swiper-wrapper {
  align-items: center;
  justify-content: center;
  transition-timing-function: linear;
}
.retailers-slider__title {
  text-align: center;
  color: var(--retailers-font-color);
}
.retailers-slider .retailer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 1rem;
  text-align: center;
}
.retailers-slider .retailer img {
  display: block;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
}

.retailers {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.retailers--full {
  display: flex;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}
.retailers__retailer {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: 33.3333333333%;
}

.retailer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
}
.retailer img {
  display: block;
  backface-visibility: hidden;
}

.share {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 700;
}
.share--active .share__nav {
  pointer-events: all;
  opacity: 1;
}
.share__nav {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5rem);
  left: 0;
  padding: 1rem 0;
  transition: opacity 0.15s, transform 0.2s;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  border: 0.1rem solid hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  border-radius: 5px;
  background-color: #fff;
}
.share__link {
  position: relative;
  display: block;
  padding: 0.3rem 3rem 0.3rem 1rem;
  white-space: nowrap;
  text-decoration: none;
}
.share__link:hover, .share__link:focus {
  text-decoration: none;
}
.share__link--copy::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  content: "\ea06";
  transition: 0.5s ease 0.2s;
  transform: scale(0.7);
  opacity: 0;
  color: green;
}
.share__link--copied::after {
  opacity: 1;
}
.share__icon {
  display: inline-block;
  min-width: 2.5rem;
  transform: translateY(0.2rem);
  vertical-align: baseline;
}
.share__url {
  position: fixed;
  left: -999vw;
}

.site-branding {
  display: flex;
  align-items: var(--site-branding-logo-alignment, start);
  width: var(--site-branding-logo-sm);
}
@media (min-width: 1200px) {
  .site-branding {
    width: var(--site-branding-logo);
    margin: 0;
  }
}
.site-branding__logo {
  width: var(--site-branding-logo-sm);
  margin: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .site-branding__logo {
    width: var(--site-branding-logo);
    margin: 0;
  }
}
.header .site-branding__link {
  position: var(--site-branding-logo-position);
}
.header .site-branding__logo {
  transform: var(--site-branding-logo-offset-y);
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.slider {
  overflow: hidden;
}
.slider--overflow .swiper {
  overflow: visible;
}
.slider .swiper-slide {
  height: auto;
}
.slider .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
  --swiper-pagination-bullet-size: 0.9375rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--swiper-bullet-color);
  --swiper-pagination-bullet-inactive-color: transparent;
  position: static;
  margin-top: 1.25rem;
}
.slider .swiper-pagination-bullet {
  border: 1px solid var(--swiper-bullet-color);
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.article-teaser {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: currentColor;
}
.article-teaser__content {
  background: white;
}
.article-teaser:hover, .article-teaser:focus {
  text-decoration: none;
}
.article-teaser:hover .article-teaser__image img, .article-teaser:focus .article-teaser__image img {
  transform: scale(1.02);
}
.article-teaser:hover .article-teaser__title, .article-teaser:focus .article-teaser__title {
  color: var(--color-teaser-hover-text);
}
.article-teaser:hover .article-teaser__content, .article-teaser:focus .article-teaser__content {
  background: var(--color-teaser-hover);
}
.article-teaser__title {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--bs-body-color);
}
.article-teaser__image {
  position: relative;
  overflow: hidden;
}
.article-teaser__image img {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.article-teaser__image img, .article-teaser__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.89/1;
}
@media (min-width: 576px) {
  .article-teaser__image img, .article-teaser__image picture {
    aspect-ratio: 1.65/1;
  }
}
.article-teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem 1.75rem 1.25rem 1.75rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 0.625rem;
}

.cta-article-teaser {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none !important;
  color: currentColor;
}
@media (min-width: 768px) {
  .cta-article-teaser {
    flex-direction: row;
  }
}
.cta-article-teaser__title {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--teaser-article-text-color);
}
.cta-article-teaser__summary {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .cta-article-teaser__summary {
    margin-bottom: 4rem;
    font-size: 1.25rem;
  }
}
.cta-article-teaser__image {
  position: relative;
  flex-basis: 50%;
}
.cta-article-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-article-teaser__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.cta-article-teaser__image .field-media-image {
  height: 100%;
}
.cta-article-teaser__shape {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  width: 100%;
  content: var(--teaser-article-shape-mobile);
}
@media (min-width: 768px) {
  .cta-article-teaser__shape {
    top: 0;
    right: -1px;
    bottom: 0;
    left: unset;
    width: unset;
    height: 100%;
    content: var(--teaser-article-shape);
  }
}
.cta-article-teaser__link {
  bottom: 0;
  align-self: end;
  width: fit-content;
  margin-top: auto;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .cta-article-teaser__link {
    font-size: 1rem;
  }
}
.cta-article-teaser__content {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex-grow: 1;
  padding: 1.25rem 1.75rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--teaser-article-text-color);
  background: var(--teaser-article-background-color);
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .cta-article-teaser__content {
    padding: 3.125rem 4rem 3.125rem 2.5rem;
  }
}
.view-articles:has(.article-overview) .cta-article-teaser {
  margin-bottom: 2rem;
}

.product-teaser {
  position: relative;
  height: 100%;
  padding: 0 1.75rem var(--teaser-product-footer-spacing) 1.75rem;
}
.product-teaser:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-image: var(--teaser-product-backdrop);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  inset: 16% 0 0 0;
}
.product-teaser__visual {
  --product-teaser-media-height: 17.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--product-teaser-media-height);
}
.product-teaser__visual-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-teaser__visual-container picture img {
  width: auto;
  max-width: 100%;
  max-height: var(--product-teaser-media-height);
  transition: transform 200ms ease;
  transform: rotate(0);
  will-change: transform;
}
.product-teaser:hover .product-teaser__visual-container picture img {
  transform: rotate(-10deg);
}
.product-teaser__visual .new-label {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-10%);
}
.product-teaser__link {
  display: block;
  min-height: 2em;
  margin-block-start: 1em;
  text-align: center;
  color: var(--teaser-product-text-color);
}
.product-teaser__link:before {
  position: absolute;
  content: "";
  inset: 0;
}
.product-teaser__link:hover {
  text-decoration: none;
  color: var(--teaser-product-text-color);
}

.recipe-teaser {
  display: flex;
  flex-direction: column;
  max-width: 28rem;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: currentColor;
}
.recipe-teaser:hover, .recipe-teaser:focus {
  text-decoration: none;
}
.recipe-teaser:hover .recipe-teaser__image img, .recipe-teaser:focus .recipe-teaser__image img {
  transform: scale(1.02);
}
.recipe-teaser:hover .recipe-teaser__title, .recipe-teaser:hover .recipe-teaser__info, .recipe-teaser:focus .recipe-teaser__title, .recipe-teaser:focus .recipe-teaser__info {
  color: var(--color-teaser-hover-text);
}
.recipe-teaser:hover .recipe-teaser__content, .recipe-teaser:focus .recipe-teaser__content {
  background: var(--color-teaser-hover);
}
.recipe-teaser__title {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--bs-body-color);
}
.recipe-teaser__visual {
  position: relative;
}
.recipe-teaser__image {
  position: relative;
  display: flex;
  overflow: hidden;
}
.recipe-teaser__image img {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.recipe-teaser__image img, .recipe-teaser__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.89/1;
}
@media (min-width: 576px) {
  .recipe-teaser__image img, .recipe-teaser__image picture {
    aspect-ratio: 1.65/1;
  }
}
.recipe-teaser .new-label {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 7rem;
}
.recipe-teaser .new-label__image {
  margin-bottom: 0;
}
.recipe-teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem 1.75rem 1.25rem 1.75rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 0.625rem;
}
.recipe-teaser__overlay {
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.recipe-teaser--has-overlay .recipe-teaser__image::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.7;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 50%);
}
.recipe-teaser__info {
  display: flex;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.recipe-teaser__info .icon {
  margin-right: 0.6rem;
  font-size: 0.5rem;
  line-height: 0;
}
.recipe-teaser__info .icon.icon-clock {
  font-size: 0.7rem;
}

.text-teaser {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: currentColor;
  border-bottom: 0.1rem solid #ced4da;
}
.text-teaser:hover, .text-teaser:focus {
  text-decoration: none;
  border-color: hsl(101.7647058824, 37.8571428571%, 31.6666666667%);
  background-color: rgba(230, 230, 230, 0.35);
}
.text-teaser:hover .text-teaser__message, .text-teaser:focus .text-teaser__message {
  transform: translateX(1.5rem);
}
.text-teaser:hover .text-teaser__chevron, .text-teaser:focus .text-teaser__chevron {
  right: 1rem;
}
.text-teaser:hover .text-teaser__title, .text-teaser:focus .text-teaser__title {
  color: hsl(101.7647058824, 37.8571428571%, 31.6666666667%);
}
.text-teaser__message {
  padding-right: 2rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-teaser__title {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #52525c;
}
.text-teaser__chevron {
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.video {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.video--active .video__play-button {
  display: block;
}
.video--youtube .video__thumbnail {
  height: 100%;
  object-fit: cover;
}
.video__screen {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #000;
}
.video-oembed--is-portrait .video__screen {
  aspect-ratio: 9/16;
  max-height: 40rem;
}
.video__screen:hover, .video__screen:focus {
  cursor: pointer;
}
.video__screen:hover .video__wallpaper::after, .video__screen:focus .video__wallpaper::after {
  opacity: 0.5;
}
.video__screen:hover .video__thumbnail, .video__screen:focus .video__thumbnail {
  transform: scale(1.02);
}
.video__wallpaper {
  position: relative;
  overflow: hidden;
}
.video__wallpaper img {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.video__wallpaper::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.2);
}
.video__wallpaper:focus ~ .video__play-button {
  outline: 0.1rem dotted rgba(255, 255, 255, 0.5);
  outline-offset: 0.5rem;
}
.video__wallpaper,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video__thumbnail {
  width: 100%;
  max-width: none;
}
.video__play-button {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: calc(50% - 1.25rem);
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color 0.3s;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.video__play-button::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%);
  border: 1px solid transparent;
  border-width: 0.5rem 0.8rem;
  border-left-color: #fff;
}
@media (min-width: 576px) {
  .video__play-button {
    transform: scale(1.4);
  }
}
@media (min-width: 992px) {
  .video__play-button {
    transform: scale(1.6);
  }
}
@media (min-width: 1200px) {
  .video__play-button {
    transform: scale(2);
  }
}
.video--playing .video__play-button,
.video--playing .video__thumbnail,
.video--playing .video__title {
  opacity: 0;
}
.video--playing .video__native {
  z-index: 1;
}

@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Bold"), local("BuenosAires-Bold"), url("../fonts/buenos-aires/BuenosAires-Bold.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Light Italic"), local("BuenosAires-LightItalic"), url("../fonts/buenos-aires/BuenosAires-LightItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Regular"), local("BuenosAires-Regular"), url("../fonts/buenos-aires/BuenosAires-Regular.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Bold Italic"), local("BuenosAires-BoldItalic"), url("../fonts/buenos-aires/BuenosAires-BoldItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires SemiBold"), local("BuenosAires-SemiBold"), url("../fonts/buenos-aires/BuenosAires-SemiBold.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires SemiBold Italic"), local("BuenosAires-SemiBoldItalic"), url("../fonts/buenos-aires/BuenosAires-SemiBoldItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Thin"), local("BuenosAires-Thin"), url("../fonts/buenos-aires/BuenosAires-Thin.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Thin Italic"), local("BuenosAires-ThinItalic"), url("../fonts/buenos-aires/BuenosAires-ThinItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Book"), local("BuenosAires-Book"), url("../fonts/buenos-aires/BuenosAires-Book.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Book Italic"), local("BuenosAires-BookItalic"), url("../fonts/buenos-aires/BuenosAires-BookItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Light"), local("BuenosAires-Light"), url("../fonts/buenos-aires/BuenosAires-Light.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Black"), local("BuenosAires-Black"), url("../fonts/buenos-aires/BuenosAires-Black.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Black Italic"), local("BuenosAires-BlackItalic"), url("../fonts/buenos-aires/BuenosAires-BlackItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Buenos Aires";
  src: local("Buenos Aires Regular Italic"), local("BuenosAires-RegularItalic"), url("../fonts/buenos-aires/BuenosAires-RegularItalic.woff2") format("woff2"), url("../fonts/buenos-aires/BuenosAires-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.admin-tasks {
  position: relative;
  z-index: 100;
}
.admin-tasks__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  padding-right: 6rem;
  transition: transform 300ms ease;
  transform: translateY(100%);
  background-color: var(--gin-bg-layer);
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.075);
}
.admin-tasks__toggle:checked ~ .admin-tasks__bar {
  transform: translateY(0);
}
.admin-tasks__toggle {
  display: none;
}
.admin-tasks__toggle-label {
  position: fixed;
  z-index: 1;
  right: 22px;
  bottom: 19px;
  display: inline-block;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 300ms ease;
  transform: rotate(0.75turn);
  border: 1px solid var(--gin-border-color);
  border-radius: 50%;
  background: var(--gin-bg-layer) url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 1.7109375,0.31445312 0.2890625,1.7226562 5.5917969,7.0761719 0.2890625,12.429688 1.7109375,13.837891 8.4082031,7.0761719 Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat center center;
  font-size: 1rem;
}
.admin-tasks__toggle:checked ~ .admin-tasks__toggle-label {
  transform: rotate(0.25turn);
}
.admin-tasks__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
}
.admin-tasks li {
  height: 100%;
}
.admin-tasks li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem !important;
  text-decoration: none;
  color: var(--gin-color-text);
  border: 1px solid transparent;
}
.admin-tasks li a:focus, .admin-tasks li a:hover {
  color: var(--gin-color-primary);
  background-color: var(--gin-bg-item-hover);
}
.admin-tasks li.is-active a {
  color: var(--gin-color-primary);
}

.banner {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  min-height: 30rem;
  background: var(--color-banner-background);
  background-size: cover;
}
.banner--shape-hidden {
  min-height: 21.875rem;
}
@media (min-width: 768px) {
  .banner {
    min-height: var(--banner-min-height-md);
  }
  .banner--shape-hidden {
    min-height: 43.75rem;
  }
}
.banner__shape {
  position: absolute;
  z-index: -2;
  bottom: -1px;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.banner__shape img {
  width: 100%;
}
.banner__backdrop-fade {
  position: absolute;
  z-index: -2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  inset: 0;
}
.banner__content-visual {
  position: relative;
  flex-basis: 40%;
}
@media (max-width: 767.98px) {
  .banner__content-visual {
    max-width: 20rem;
  }
}
.banner__content-visual__background {
  display: none;
}
.banner__content-visual--has-mobile-visual .banner__content-visual__media {
  display: none;
}
@media (min-width: 768px) {
  .banner__content-visual--has-mobile-visual .banner__content-visual__media {
    display: block;
  }
}
.banner__content-visual__media-mobile {
  display: block;
}
@media (min-width: 768px) {
  .banner__content-visual__media-mobile {
    display: none;
  }
}
.banner__content-visual img, .banner__content-visual video {
  width: 100%;
  height: 100%;
  object-position: center;
}
.banner__visual {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner__visual .field-media-video-file {
  height: 100%;
}
.banner__visual .video--youtube .video__screen, .banner__visual .video--vimeo .video__screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  container-type: size;
}
.banner__visual .video--youtube .video__screen > iframe, .banner__visual .video--vimeo .video__screen > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@container (min-aspect-ratio: 16/9) {
  .banner__visual .video--youtube .video__screen > iframe, .banner__visual .video--vimeo .video__screen > iframe {
    height: 56.25cqw; /* 100*9/16 */
  }
}
@container (max-aspect-ratio: 16/9) {
  .banner__visual .video--youtube .video__screen > iframe, .banner__visual .video--vimeo .video__screen > iframe {
    width: 177.78cqh; /* 100*16/9 */
  }
}
.banner__visual .video-oembed, .banner__visual .video--youtube, .banner__visual .video--vimeo {
  width: 100%;
  height: 100%;
}
.banner__visual img, .banner__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__visual--has-mobile-visual .banner__visual__media {
  display: none;
}
@media (min-width: 768px) {
  .banner__visual--has-mobile-visual .banner__visual__media {
    display: block;
  }
}
.banner__visual__media-mobile {
  display: block;
}
@media (min-width: 768px) {
  .banner__visual__media-mobile {
    display: none;
  }
}
.banner__visual__media, .banner__visual__media-mobile, .banner__visual__media-fallback {
  width: 100%;
  height: 100%;
}
.banner__visual__media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__visual:has(.cookie-content-blocker) .banner__visual__media, .banner__visual:has(.cookie-content-blocker) .banner__visual__media-mobile {
  display: none;
}
.banner__visual:not(:has(.cookie-content-blocker)) .banner__visual__media-fallback {
  display: none;
}
.banner__text {
  margin-bottom: 1rem;
  color: white;
  font-size: clamp(1rem, 2.35vw, 1.25rem);
}
.banner__text p {
  margin-bottom: 0;
}
.banner--type-side_image .banner__text {
  color: var(--color-banner-text);
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: var(--banner-shape-safe-zone);
  padding-top: var(--paragraph-spacing);
  padding-bottom: var(--paragraph-spacing);
}
@media (min-width: 768px) {
  .banner__content {
    flex-direction: row;
  }
}
.banner--shape-hidden .banner__content {
  margin-top: 0;
  margin-bottom: 0;
}
.banner--type-background_image .banner__content {
  justify-content: center;
  text-align: center;
}
.banner--type-background_image .banner__message {
  align-items: center;
}
.banner--type-side_image .banner__message {
  max-width: none;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .banner--type-side_image .banner__message {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.banner__message {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
  align-items: flex-start;
  max-width: 41.25rem;
}
@media (max-width: 767.98px) {
  .banner__message {
    margin-top: 2rem;
  }
}
.banner--type-side_image .banner__title {
  color: var(--color-banner-title);
}
.banner__title {
  margin-bottom: 0.2em;
  color: white;
  line-height: 1.1;
}
.column .banner__title {
  font-size: clamp(2.25rem, 6vw, 3.125rem);
}
.banner__title:last-child {
  margin-bottom: 0;
}

.paragraph--banner:has(+ .section--background) {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 2.5rem;
  margin-bottom: 24px;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-top: 4.5rem;
  }
}
.breadcrumb__list {
  display: flex;
  margin-bottom: 0;
}
.breadcrumb__list-item {
  display: inline-flex;
}
.breadcrumb__list-item::after {
  margin: 0 0.5rem;
  content: "/";
  color: hsl(204, 9.6153846154%, 20.3921568627%);
}
.breadcrumb__list-item:last-child::after {
  display: none;
}

.paragraph-spacing + .breadcrumb-block {
  margin-top: calc(var(--paragraph-spacing) / 2 * -1);
}

.collapsible-filter .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.collapsible-filter .block-title::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\ea07";
  font-size: 80%;
}
@media (min-width: 768px) {
  .collapsible-filter .block-title::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .collapsible-filter .block-title {
    pointer-events: none;
  }
}
.collapsible-filter .block-facet__wrapper {
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 768px) {
  .collapsible-filter .block-facet__wrapper {
    max-height: 100vh;
  }
}
.collapsible-filter--opened .block-title::after {
  transform: rotate(180deg);
}
.collapsible-filter--opened .block-facet__wrapper {
  max-height: 100vh;
}

.csl-form form {
  display: flow-root;
}
.csl-form .csl-fieldgroup {
  float: none;
  width: auto;
}
.csl-form .csl-input {
  padding: 0.625rem 0.938rem 0.625rem 0.938rem;
  color: var(--input-text-color);
  border-color: var(--input-border-color);
  border-radius: 0;
  background-color: var(--theme-background-color, white);
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
}
.csl-form .csl-input:focus {
  border-color: var(--bs-primary);
}
.csl-form .csl-input:disabled {
  color: #ced4da;
  border-color: #ced4da;
  background-color: var(--theme-background-color, white) !important;
}
.csl-form .csl-field {
  --input-text-color: color($color-body);
  --input-border-color: $color-med-grey;
  margin-bottom: 1rem;
}
.color-primary .csl-form .csl-field {
  --input-text-color: white;
  --input-border-color: white;
}
.csl-form .csl-field > .csl-fieldlabel label, .csl-form .csl-field.csl-field-focussed > .csl-fieldlabel label, .csl-form .csl-field.csl-field-filled > .csl-fieldlabel label {
  color: var(--input-text-color);
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
}
.csl-form .csl-field.csl-field-focussed > .csl-fieldlabel label, .csl-form .csl-field.csl-field-filled > .csl-fieldlabel label {
  top: -0.625rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  opacity: 1;
  background-color: var(--theme-background-color, white);
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.csl-form .csl-field-textarea > div:before {
  background-color: var(--theme-background-color, white);
}
.csl-form .csl-file-upload.csl-file-current,
.csl-form .csl-file-upload.csl-file-current label {
  text-decoration: underline;
  color: var(--button-primary-background-color);
}
.csl-form .csl-submitbtn {
  --button-background-color: var(--button-primary-background-color);
  --button-hover-background-color: var(--button-primary-hover-background-color);
  --button-text-color: var(--button-primary-text-color);
  --button-hover-text-color: var(--button-primary-hover-text-color);
  float: right;
  width: auto;
  height: auto;
  padding: var(--button-padding-y, 1rem) var(--button-padding-x, 2rem);
  color: var(--button-text-color);
  border: 0;
  border-radius: var(--button-border-radius, 100px);
  background-color: var(--button-background-color);
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: 700;
}
.csl-form .csl-submitbtn:hover, .csl-form .csl-submitbtn:focus {
  transform: none;
  color: var(--button-hover-text-color);
  background-color: var(--button-hover-background-color);
}
.csl-form .csl-validationerrors ul,
.csl-form .csl-field.csl-field-invalid .csl-fieldlabel label {
  color: #dc3545;
}
.csl-form .csl-field.csl-field-invalid .csl-input {
  border-color: #dc3545;
}

.cookie-content-blocker__button {
  min-height: 2.25rem;
}
.cookie-content-blocker__message-wrapper {
  position: relative;
  padding: 1.5rem;
}
.gallery-item .cookie-content-blocker__message-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  overflow: auto;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 0.9em;
}
.gallery-item .cookie-content-blocker__message-wrapper .button, .gallery-item .cookie-content-blocker__message-wrapper #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .gallery-item .cookie-content-blocker__message-wrapper #onetrust-pc-btn-handler, .gallery-item .cookie-content-blocker__message-wrapper #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .gallery-item .cookie-content-blocker__message-wrapper #onetrust-accept-btn-handler, .gallery-item .cookie-content-blocker__message-wrapper #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .gallery-item .cookie-content-blocker__message-wrapper #onetrust-reject-all-handler {
  margin-bottom: 1rem;
}
.cookie-content-blocker .embedded_video-full__thumbnail,
.cookie-content-blocker .embedded_video-banner__thumbnail,
.cookie-content-blocker .embedded_video-gallery_item__thumbnail {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-content-blocker .embedded_video-full__thumbnail::after,
.cookie-content-blocker .embedded_video-banner__thumbnail::after,
.cookie-content-blocker .embedded_video-gallery_item__thumbnail::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.cookie-content-blocker .embedded_video-full__thumbnail img,
.cookie-content-blocker .embedded_video-banner__thumbnail img,
.cookie-content-blocker .embedded_video-gallery_item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  object-fit: cover;
  filter: blur(4px);
}

.footer-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.footer-bottom .footer-bottom__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .footer-bottom .wrap {
    display: flex;
    align-items: center;
  }
  .footer-bottom .menu--footer {
    flex: 1 0 auto;
  }
}
.footer-bottom__logo {
  width: 8.25rem;
}
.footer-bottom__copyright-logo-container {
  gap: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
}

.footer-main {
  overflow: hidden;
  margin-top: var(--footer-margin-top);
  color: white;
  background-color: var(--color-footer-background);
}
.footer-main h1, .footer-main .h1, .footer-main h2, .footer-main .h2, .footer-main h3, .footer-main .h3, .footer-main h4, .footer-main .h4, .footer-main h5, .footer-main .h5, .footer-main a {
  color: white;
}
.footer-main h3, .footer-main .h3 {
  margin-bottom: 0.5rem;
}
.footer-main .site-branding-footer {
  margin-bottom: 2rem;
}
.footer-main .site-branding-footer__logo {
  width: 6.875rem;
}
@media (min-width: 768px) {
  .footer-main .site-branding-footer__logo {
    width: var(--site-branding-logo);
  }
}
.footer-main .footer-shape {
  position: absolute;
  z-index: 1;
  width: calc(100% - var(--gin-toolbar-x-offset, 0px));
  transform: translate(0, calc(-100% + 1px));
  pointer-events: none;
}
.footer-main .footer-shape svg, .footer-main .footer-shape img {
  width: 100%;
  height: auto;
}
.footer-main .footer-content {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .footer-main .footer-content {
    flex-direction: row;
  }
}
.footer-main .footer-content > .block {
  flex-grow: 1;
}
.footer-main .section:last-child {
  margin-bottom: 0;
}
.footer-main ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-main ul.app-store-list, .footer-main ul.social-list {
  margin-bottom: 1rem;
}
.footer-main ul a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}
.footer-main ul a:hover, .footer-main ul a:focus {
  text-decoration: underline;
}
.footer-main .menu__title.visually-hidden {
  position: static !important;
  clip: none;
  width: auto;
  height: auto;
}
@media (max-width: 575.98px) {
  .footer-main .menu__title.visually-hidden {
    display: none;
  }
  .footer-main .menu__title.visually-hidden + .menu-footer {
    margin-top: calc(var(--paragraph-spacing) * -1);
  }
}
@media (min-width: 992px) {
  .footer-main .menu__title.visually-hidden {
    pointer-events: none;
    color: transparent;
  }
}
@media (max-width: 575.98px) {
  .footer-main .menu-footer {
    display: none;
  }
  .footer-main .menu-footer[opened] {
    display: block;
  }
  .footer-main .menu__title {
    position: relative;
    cursor: pointer;
  }
  .footer-main .menu__title::after {
    text-transform: none;
    font-family: "icon" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0.5rem;
    right: 0;
    content: "\ea07";
    transition: transform 0.2s;
    pointer-events: none;
    font-size: 0.45rem;
  }
  .footer-main nav.navigation:has(ul[opened]) .menu__title::after {
    transform: rotate(180deg);
  }
}

.menu-footerbottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.menu-footerbottom__list-item:not(:last-child) {
  padding-right: 1.25rem;
  border-right: 0.1rem solid #2F3539;
}
.menu-footerbottom__link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
  line-height: clamp(0.75rem, 1.7vw, 0.875rem);
}
.menu-footerbottom__link:hover, .menu-footerbottom__link:focus {
  text-decoration: underline;
  color: hsl(101.7647058824, 47.8571428571%, 61.6666666667%);
}
.menu-footerbottom__list-item--first .menu-footerbottom__link {
  padding-left: 0;
  border-left: 0;
}

.form--inline {
  display: flex;
  align-items: center;
}
.form--inline .form-item {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .form--inline .form-item {
    display: flex;
    align-items: center;
  }
}
.form--inline .form-actions {
  margin-left: 2rem;
}
.form--inline label {
  flex-basis: auto;
  min-width: 0;
  padding: 0.5rem 2rem 0 0;
}
.form--inline input[type=checkbox] + label,
.form--inline input[type=radio] + label {
  padding-top: 0;
  padding-bottom: 0;
}
.form--inline .form-text {
  flex-basis: auto;
}

.gallery--square-images .gallery-item__media {
  padding-bottom: 100%;
}
.gallery-item {
  position: relative;
}
.gallery-item__link {
  display: block;
  height: 100%;
}
.gallery-item__link--video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.gallery-item__link--video .video {
  position: absolute;
  right: 0;
  left: 0;
}
.gallery-item__link--video .video__wallpaper::after {
  display: none;
}
.gallery-item__link--video .video__title {
  display: none;
}
@media (min-width: 768px) {
  .gallery-item__link--video .video__play-button {
    transform: scale(1.2);
  }
}
.gallery-item__link--video .video__wallpaper img {
  margin-top: 0;
}
.gallery-item__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  object-fit: cover;
}
.gallery-item:hover img, .gallery-item:focus img {
  transform: scale(1.02);
}
.gallery-item__media {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.gallery-item__wallpaper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  object-fit: cover;
}
.gallery-item__caption {
  padding-top: 1rem;
}
.gallery-item--custom-wallpaper .gallery-item__link,
.gallery-item--custom-wallpaper .video__screen {
  background-color: transparent;
}
.gallery-item--custom-wallpaper .gallery-item__link .video__thumbnail,
.gallery-item--custom-wallpaper .video__screen .video__thumbnail {
  display: none;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev {
  line-height: 1;
}
.glightbox-container .gclose::before,
.glightbox-container .gnext::before,
.glightbox-container .gprev::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0d";
  color: white;
}
.glightbox-container .gclose svg,
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
  display: none;
}
.glightbox-container .gslide-description {
  color: #fff;
  background-color: transparent;
  font-size: clamp(1.75rem, 3.1vw, 2.25rem);
  font-weight: 700;
}
.glightbox-container .gslide-description .gdesc-inner {
  padding: 1rem;
}
.glightbox-mobile .glightbox-container .gslide-description {
  bottom: 1.875rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 576px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    bottom: 0;
    padding-bottom: 1.25rem;
  }
}
.glightbox-container .gclose {
  width: 3.4375rem;
  height: 3.4375rem;
  opacity: 1;
  border-radius: 50%;
}
.glightbox-container .gclose:hover, .glightbox-container .gclose:focus {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.glightbox-container .gclose::before {
  content: "\ea0d";
}
.glightbox-container .gnext,
.glightbox-container .gprev {
  top: auto;
  bottom: 1.875rem;
  width: 3.4375rem;
  height: 3.4375rem;
  transition: background-color 300ms ease;
  border-radius: 50%;
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
@media (min-width: 576px) {
  .glightbox-container .gnext,
  .glightbox-container .gprev {
    top: 50%;
    bottom: auto;
    margin-top: -1.71875rem;
  }
}
.glightbox-container .gnext:hover, .glightbox-container .gnext:focus,
.glightbox-container .gprev:hover,
.glightbox-container .gprev:focus {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.glightbox-container .gnext::before {
  content: "\ea09";
}
.glightbox-container .gprev::before {
  content: "\ea08";
}
.glightbox-container .gslide-desc {
  font-family: inherit;
}
.glightbox-container .plyr--video .plyr__control.plyr__tab-focus, .glightbox-container .plyr--video .plyr__control:hover, .glightbox-container .plyr--video .plyr__control[aria-expanded=true] {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.glightbox-container .plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 3.125px hsl(25.3333333333, 72%, 50.9803921569%);
}
.glightbox-container .plyr__control--overlaid {
  background-color: hsl(25.3333333333, 72%, 50.9803921569%);
}
.glightbox-container .plyr--full-ui input[type=range] {
  color: hsl(25.3333333333, 72%, 50.9803921569%);
}

.header {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}
.header .site-branding {
  z-index: 5;
  flex: 1 0 auto;
}
.header__wrap {
  --max-width: calc(var(--wrap-max-width--large) + (var(--wrap-padding) * 2));
  display: flex;
  height: 100%;
  min-height: 64px;
}
@media (max-width: 1199.98px) {
  .header__wrap {
    padding-right: 1rem;
  }
}
.header__nav {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 3rem;
  width: 100vw;
  padding: 6rem 0 4rem;
  transition: transform 0.4s cubic-bezier(0.7, 0.01, 0.4, 1);
  transform: translate3d(0, -100vh, 0);
  background-color: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {
  .header__nav {
    bottom: 0;
    width: 28rem;
    transform: translate3d(28rem, 0, 0);
  }
}
@media (min-width: 1200px) {
  .header__nav {
    position: static;
    width: auto;
    margin-left: 2rem;
    padding: 0;
    transform: none;
    background-color: transparent;
    box-shadow: none;
  }
}
.header__nav-main {
  overflow: auto;
  height: 100%;
  background-color: #FFF;
}
@media (min-width: 1200px) {
  .header__nav-main {
    overflow: inherit;
  }
}
.header__toggle-button:focus, .header__search-button:focus {
  outline: 0.1rem dotted currentColor;
}
.header__toggle-button {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
}
@media (min-width: 1200px) {
  .header__toggle-button {
    display: none;
  }
}
.header__toggle-button .hamburger-box {
  pointer-events: none;
}
.search-is-open .header__toggle-button {
  display: none;
}
.header__search + .header__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search-button {
  position: relative;
  z-index: 4;
  display: none;
  width: 4rem;
  border: 0;
  outline: 0;
  background: none;
}
.header--menu-opened .header__search-button {
  display: none;
}
.header__search-button .icon {
  position: relative;
  display: flex;
  color: var(--color-header-text);
  font-size: 1.5rem;
}
.header__menu-underlay {
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100vw;
  bottom: 0;
  width: 100vw;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .header__menu-underlay {
    display: none;
  }
}
.header--menu-opened .header__nav {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {
  .header--menu-opened .header__nav {
    width: 28rem;
    transform: translate3d(0, 0, 0);
  }
}
.header--menu-opened .header__nav .menu-main--level-1 {
  opacity: 1;
}
.header--menu-opened .header__menu-underlay {
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.header--is-sticky {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.menu-main--level-0 {
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .menu-main--level-0 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
}
.menu-main--level-0--cta {
  display: block;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
@media (min-width: 1200px) {
  .menu-main--level-0--cta {
    display: none;
  }
}
.menu-main--level-1--container {
  z-index: 2;
}
@media (min-width: 1200px) {
  .menu-main--level-1--container {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-property: all;
    pointer-events: none;
    opacity: 0;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .menu-main--level-1--wrapper {
    --max-width: calc(var(--wrap-max-width--large) + (var(--wrap-padding) * 2));
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    margin-right: auto;
    margin-left: auto;
    padding: 3rem var(--wrap-padding) 2rem 22rem;
  }
}
.menu-main--level-1--cta {
  display: none;
  max-width: 35.375rem;
}
@media (min-width: 1200px) {
  .menu-main--level-1--cta {
    display: block;
  }
}
.menu-main__link {
  display: block;
  padding: 0.5rem 3rem 0.5rem 3rem;
  cursor: pointer;
  text-decoration: none;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
}
@media (min-width: 1200px) {
  .menu-main__link {
    padding: 1rem 1.2rem;
    border: 0;
  }
}
.menu-main__link:hover, .menu-main__link:focus, .menu-main__link--active, .menu-main__link.submenu-is-active, .menu-main__link[open] {
  text-decoration: none;
  color: var(--color-header-text);
}
@media (max-width: 1199.98px) {
  .menu-main__link--expandible {
    position: relative;
    padding-right: 4rem;
  }
  .menu-main__link--expandible + .menu-main {
    display: none;
  }
  .menu-main__link--expandible.submenu-is-active::after {
    transform: rotate(0.5turn);
  }
  .menu-main__link--expandible.submenu-is-active + .menu-main {
    display: block;
  }
}
@media (min-width: 1200px) {
  .menu-main__link--expandible[open]::after {
    transform: rotate(0.5turn) translateY(0.1rem);
  }
  .menu-main__link--expandible[open] + .menu-main {
    pointer-events: all;
    opacity: 1;
  }
}
.menu-main__link--expandible::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 0.75em;
  content: "\ea07";
  font-size: 0.45rem;
}
@media (max-width: 1199.98px) {
  .menu-main__link--expandible::after {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    transition: transform 0.2s;
    transform: translateY(0);
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .menu-main__link-text {
    position: relative;
  }
  .menu-main__link-text::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    height: 0.2rem;
    content: "";
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transform: scale(0.8, 0);
    opacity: 0;
    background-color: currentColor;
  }
}
.menu-main__link-text--level-0 {
  letter-spacing: var(--header-menu-letter-spacing, 0rem);
  font-size: var(--font-size-lg, 1rem);
  font-weight: var(--header-menu-font-weight);
}
@media (min-width: 1200px) {
  .menu-main__link-text--level-0 {
    font-size: var(--font-size-base, 1rem);
  }
}
.menu-main__link-text--level-1 {
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--header-sub-menu-font-weight);
}
.menu-main__link--level-1 {
  border-bottom-color: #e6e6e6;
  font-size: 0.95em;
}
@media (min-width: 1200px) {
  .menu-main__link--level-1 {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    white-space: nowrap;
  }
  .menu-main__link--level-1 .menu-main__link-text {
    position: static;
  }
}
.menu-main__mobile-subnav-toggler {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 4rem;
}

.header-search {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  transition: opacity 0.1s;
  pointer-events: none;
  opacity: 0;
  background-color: #FFF;
}
.header-search .block-title {
  margin-bottom: 1.2rem;
  color: var(--bs-body-color);
}
.header-search__container {
  --max-width: 47rem;
  width: 100%;
  max-width: var(--max-width);
  margin-right: auto;
  margin-left: auto;
  padding: 10rem var(--wrap-padding) 6rem var(--wrap-padding);
}
.search-is-open .header-search {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 1200px) {
  .header-search {
    position: absolute;
    bottom: initial;
  }
}
.header-search .form--inline {
  position: relative;
}
.header-search .form--inline .form-item__label {
  display: none;
}
.header-search .form--inline .form-item {
  width: 100%;
}
.header-search .form--inline .form__item-clearinput {
  position: absolute;
  top: 0;
  right: 4.7rem;
  bottom: 0;
  display: none;
  align-items: center;
  padding: 0 0.5rem;
  cursor: pointer;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .header-search .form--inline .form__item-clearinput {
    right: 3rem;
  }
}
.header-search .form--inline label {
  display: none;
}
.header-search .form--inline input {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  color: var(--bs-body-color);
  border: none;
  border-bottom: 0.1rem solid #cccccc;
  background-color: transparent;
  background-image: none;
  font-family: var(--font-form-font-family);
  font-size: var(--font-size-base);
}
.header-search .form--inline input:focus {
  outline: 0;
  box-shadow: none;
}
.header-search .form--inline input:hover {
  border-bottom: 0.1rem solid var(--color-form-outline);
}
.header-search .form--inline input:hover::placeholder {
  color: var(--color-form-label);
}
.header-search .form-actions {
  position: absolute;
  top: 0.3rem;
  bottom: 0;
  left: 0;
  margin: 0;
}
.header-search .form-actions::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 0.1rem;
  content: "\ea20";
  pointer-events: none;
  color: var(--color-form-label);
}
.header-search .form-actions .button, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-pc-btn-handler, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-accept-btn-handler, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-reject-all-handler {
  position: relative;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.header-search .form-actions .button:hover, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-pc-btn-handler:hover, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-accept-btn-handler:hover, .header-search .form-actions #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk .header-search .form-actions #onetrust-reject-all-handler:hover {
  border: none;
}

.hero {
  --width: var(--wrap-max-width--large);
  --button-back-text-color: var(--hero-title-text-color);
  display: grid;
  grid-template-areas: ". back-to-overview ." ". labels ." ". title ." ". description ." ". visual .";
  grid-template-rows: repeat(4, min-content) 1fr;
  grid-template-columns: var(--wrap-padding) 1fr var(--wrap-padding);
  min-height: var(--hero-min-height--small);
  margin-block-end: 2rem;
  padding-block-start: 2.25rem;
  background-image: var(--hero-backdrop-src--small);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(100%, 125rem) auto;
  container-name: hero;
  container-type: inline-size;
}
@media (min-width: 576px) {
  .hero {
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .hero {
    grid-template-areas: ". back-to-overview back-to-overview back-to-overview ." ". visual labels labels ." ". visual title title ." ". visual description description .";
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: calc(50% - (var(--width) / 2 + var(--wrap-padding) * 2)) 6fr 5fr 1fr calc(50% - (var(--width) / 2 + var(--wrap-padding) * 2));
    grid-column-gap: var(--wrap-padding);
    padding-block-start: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .hero {
    grid-template-areas: ". back-to-overview back-to-overview back-to-overview ." ". visual labels . ." ". visual title . ." ". visual description . .";
    min-height: var(--hero-min-height);
    background-image: var(--hero-backdrop-src);
    background-position: center top;
  }
}
.hero__back-to-overview {
  position: relative;
  z-index: 2;
  grid-area: back-to-overview;
  padding-block-end: 2.5rem;
}
@media (min-width: 992px) {
  .hero__back-to-overview {
    padding-block-start: 0.875rem;
  }
}
.hero__visual {
  --product-hero-media-height: 30rem;
  position: relative;
  z-index: 1;
  display: flex;
  grid-area: visual;
  place-content: center;
  align-items: center;
  justify-content: center;
  max-height: var(--product-hero-media-height);
}
@media (max-width: 991.98px) {
  .hero__visual {
    align-items: start;
    --product-hero-media-height: 20rem;
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .hero__visual {
    margin-right: 2.5rem;
  }
}
.hero__visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--product-hero-media-height);
  margin: 0;
}
@media (max-width: 991.98px) {
  .hero__visual img {
    max-width: 20rem;
  }
}
.hero__visual-image {
  position: relative;
}
.hero__visual-new-label {
  position: absolute;
  top: -2rem;
  right: -2rem;
}
.hero__visual-new-label img {
  width: 100%;
}
.hero__labels {
  grid-area: labels;
}
.hero__title {
  grid-area: title;
  margin: 0.625rem 0 0 0;
  color: var(--hero-title-text-color);
}
@media (min-width: 992px) {
  .hero__title {
    margin-block-start: 0;
  }
  .hero__labels + .hero__title {
    margin-block-start: 1.25rem;
  }
}
.hero__description {
  grid-area: description;
  margin: 0.625rem 0 0 0;
  hyphens: auto;
  color: var(--hero-description-text-color);
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .hero__description {
    margin-block-start: 1.25rem;
  }
}
.hero__description > *:first-child {
  margin-block-start: 0;
}
.hero__description > *:last-child {
  margin-block-end: 0;
}

.ui-autocomplete {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: calc(100vw - var(--wrap-padding, 2rem) * 2);
  max-height: 50rem;
  padding: 0.4rem 0.5rem;
  border: 0.1rem solid #cccccc;
  font-family: "Buenos Aires", arial, sans-serif;
}
.ui-autocomplete .ui-menu-divider {
  display: flex;
  align-items: center;
  height: auto;
  padding: 0 1rem;
  color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}
.ui-autocomplete .ui-menu-divider::after {
  position: absolute;
  display: block;
  content: "";
  position: static;
  flex: 1 0 auto;
  height: 0.1rem;
  margin-left: 1rem;
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.ui-autocomplete .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 0.2rem 0.5rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  text-decoration: underline;
  color: inherit;
  border: none;
  background: none;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion {
  color: inherit;
  background-color: transparent;
}
.ui-autocomplete .autocomplete-suggestion-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-dialog {
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.ui-dialog .ui-button {
  display: block;
  overflow: hidden;
  width: 2rem;
}
.ui-dialog .ui-button.ui-dialog-titlebar-close {
  width: 3rem;
  height: 3rem;
  transition: 0.2s;
  border: 0.1rem solid gray-800;
  border-radius: 50%;
  background-color: #ced4da;
}

.ui-widget-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
  border: 0.1rem solid #ced4da;
}
.leaflet-container .ui-autocomplete-input {
  width: 100% !important;
  padding: 0.6rem 1.5rem !important;
  transition: border-color 0.5s, box-shadow 0.5s;
  border: 0.1rem solid #cccccc !important;
  border-radius: 1rem !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}
.leaflet-container .ui-autocomplete-input:focus {
  border-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%) !important;
  outline: 0;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2) !important;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  visibility: hidden;
  filter: inherit;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  z-index: 800;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  position: absolute;
  display: inline-block;
  behavior: url(#default#VML);
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  outline: 0;
  background: #ddd;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general toolbar styles */
.leaflet-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

/* zoom control */
.leaflet-bar .leaflet-control-zoom-in,
.leaflet-bar .leaflet-control-zoom-out {
  font-size: 0;
}
.leaflet-bar .leaflet-control-zoom-in::before,
.leaflet-bar .leaflet-control-zoom-out::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  font-size: 16px;
}

.leaflet-bar .leaflet-control-zoom-in::before {
  content: "\ea1d";
}

.leaflet-bar .leaflet-control-zoom-out::before {
  content: "\ea1b";
}

/* layers control */
.leaflet-control-layers {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
  background-image: url(images/layers.png);
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  position: relative;
  display: block;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  position: relative;
  top: 1px;
  margin-top: 2px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  margin: 5px -10px 5px -6px;
  border-top: 1px solid #ddd;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  flex-direction: row;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px 1px;
  white-space: nowrap;
  border: 2px solid #777;
  border-top: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.1;
}

.leaflet-control-scale-line:not(:first-child) {
  margin-top: -2px;
  border-top: 2px solid #777;
  border-bottom: none;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* popup */
.leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center;
}

.leaflet-popup-content {
  overflow-y: auto;
  min-width: 450px;
  max-height: 400px;
}

.leaflet-popup-content-wrapper {
  text-align: left;
}

.leaflet-popup-content p {
  margin-bottom: 1rem;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #333;
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  color: #c3c3c3;
  border: none;
  border-radius: 5px;
  background: transparent;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 0;
}
.leaflet-container a.leaflet-popup-close-button::before {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "\ea0d";
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  font-size: 12px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  background-color: #f4f4f4;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(m11=0.70710678, m12=0.70710678, m21=-0.70710678, m22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  border: 1px solid #666;
  background: #fff;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  color: #222;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.marker-cluster-small {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.marker-cluster-small:hover {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.marker-cluster-small div {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.marker-cluster-small div:hover {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.marker-cluster-medium, .marker-cluster-large {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.marker-cluster-medium:hover, .marker-cluster-large:hover {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.marker-cluster-medium div, .marker-cluster-large div {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.marker-cluster-medium div:hover, .marker-cluster-large div:hover {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.marker-cluster {
  border-radius: 20px;
  background-clip: padding-box;
}

.marker-cluster {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
}

.marker-cluster div {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
  border-radius: 100%;
}

.marker-cluster span {
  color: white;
  font-weight: 700;
  line-height: 40px;
}

.location-marker {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.location-marker__site-link {
  text-decoration: none;
  color: inherit;
}
.location-marker__site-link:before {
  font-size: clamp(0.75rem, 1.7vw, 0.875rem);
}
.location-marker__directions--offset-right {
  margin-right: 40px;
}

@media (max-width: 575.98px) {
  .block--menu-inline {
    display: none;
  }
}

.menu-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.menu-inline__list-item {
  margin: 0.3rem;
}
.menu-inline__link {
  display: block;
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  border-radius: 2rem;
  background-color: #e6e6e6;
}
.menu-inline__link:hover, .menu-inline__link:focus, .menu-inline__link--active, .menu-inline__link.is-active {
  color: #fff;
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.menu-inline__link:hover, .menu-inline__link:focus {
  text-decoration: none;
  box-shadow: inset 0 0.5rem 1rem hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.menu-inline__link--active, .menu-inline__link.is-active {
  box-shadow: inset 0 2.5rem 2rem hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}

.modal {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  will-change: opacity;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal--js-ready {
  transition: opacity 0.5s;
}
.modal--active {
  pointer-events: all;
  opacity: 1;
}
.modal__markup {
  display: none;
}
.modal__container {
  position: relative;
  margin: var(--wrap-padding);
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
}
.modal__content {
  overflow-y: auto;
  max-width: 80rem;
  max-height: 90vh;
  padding: var(--wrap-padding);
}
@media (min-width: 768px) {
  .modal__content {
    max-height: 70vh;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  transform: translate(50%, -50%);
  text-align: center;
  border-radius: 50%;
}
.modal__close-icon {
  vertical-align: middle;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-title {
  color: hsl(204, 9.6153846154%, 20.3921568627%);
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title a[tabindex],
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a[tabindex],
#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc a[tabindex],
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc a[tabindex],
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-title a[tabindex] {
  color: var(--link-color);
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title a[tabindex]:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title a[tabindex]:focus,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a[tabindex]:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a[tabindex]:focus,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc a[tabindex]:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc a[tabindex]:focus,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc a[tabindex]:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc a[tabindex]:focus,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-title a[tabindex]:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-title a[tabindex]:focus {
  color: var(--link-hover-color);
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title .ot-cookie-policy-link,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text .ot-cookie-policy-link,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc .ot-cookie-policy-link,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc .ot-cookie-policy-link,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-title .ot-cookie-policy-link {
  color: var(--link-color);
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  font-size: 0.9rem;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler {
  width: auto;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
  width: auto;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  width: auto;
  color: black;
  border: 0.1rem solid black !important;
  background-color: transparent;
}
#onetrust-consent-sdk #onetrust-pc-sdk.otPcPanel.ot-animated {
  animation-duration: 0.3s;
}
#onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler {
  color: var(--button-secondary-text-color) !important;
  border-color: var(--button-secondary-background-color) !important;
  background-color: var(--button-secondary-background-color) !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler {
  color: var(--button-primary-text-color) !important;
  border-color: var(--button-primary-background-color) !important;
  background-color: var(--button-primary-background-color) !important;
}

@media (min-width: 992px) {
  .section-column .paragraph-spacing:last-child {
    margin-bottom: 0;
  }
}
.section--background {
  padding-top: var(--paragraph-spacing);
  padding-bottom: var(--paragraph-spacing);
}
.section--background + .section--background {
  margin-top: calc(var(--paragraph-spacing) * -1);
}
.section--background:last-child {
  margin-bottom: calc(var(--footer-margin-top) * -1);
  padding-bottom: var(--footer-margin-top);
}
.section--light {
  border: 0.1rem solid #ced4da;
  border-width: 0.1rem 0;
  background-color: #e6e6e6;
}

.snippet iframe {
  width: 100%;
  height: var(--editor-snippet-iframe-height);
  border: 0;
}

.timeline-item {
  height: 100%;
  background-color: white;
}
.timeline-item__active .timeline-item__container {
  cursor: initial;
  opacity: 100%;
}
.timeline-item__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 18.625rem;
  cursor: pointer;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-property: all;
  opacity: 60%;
}
@media (min-width: 768px) {
  .timeline-item__container {
    flex-direction: row;
  }
}
.timeline-item__media {
  overflow: hidden;
}
@media (min-width: 768px) {
  .timeline-item__media {
    flex-basis: 45%;
  }
}
.timeline-item__media:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: calc(100% + 4px);
  height: 100%;
  content: "";
  pointer-events: none;
  background-image: var(--timeline-item-shape-mobile);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .timeline-item__media:after {
    top: -2px;
    bottom: inherit;
    left: 2px;
    width: 100%;
    height: calc(100% + 4px);
    background-image: var(--timeline-item-shape);
    background-position: right;
  }
}
.timeline-item__content {
  flex-basis: 55%;
  padding: 1.25rem 1.5rem;
}
@media (min-width: 768px) {
  .timeline-item__content {
    padding: 3.125rem 4rem 3.125rem 2.5rem;
  }
}
.timeline-item__media {
  position: relative;
}
.timeline-item__media img {
  width: 100%;
  height: 15.6rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .timeline-item__media img {
    position: absolute;
    height: 100%;
  }
}
.timeline-item__label, .timeline-item__title {
  margin-bottom: 1rem;
}
.timeline-item__text p:last-of-type {
  margin-bottom: 0;
}
.timeline-item .button, .timeline-item #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk .timeline-item #onetrust-reject-all-handler, .timeline-item #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .timeline-item #onetrust-accept-btn-handler, .timeline-item #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk .timeline-item #onetrust-pc-btn-handler {
  margin-top: 1rem;
}

.timeline {
  overflow: hidden;
}
.timeline .swiper-slide {
  height: auto;
}
.timeline__container {
  position: relative;
  margin-bottom: var(--paragraph-spacing);
}
.timeline__items {
  overflow: visible;
}
.timeline__pagination {
  margin-bottom: -5rem;
  padding-bottom: 5rem;
}
.timeline__pagination .swiper-slide {
  color: var(--timeline-pagination-text-color);
}
.timeline__pagination .swiper-slide:after {
  position: absolute;
  right: -1rem;
  bottom: calc(-100% - 2rem);
  left: -1rem;
  visibility: hidden;
  height: 3rem;
  content: "";
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
  transition-property: all;
  pointer-events: none;
  opacity: 0;
  background-image: var(--timeline-pagination-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* Ensure the image scales to fit within the element */
}
.timeline__pagination .swiper-slide[active]:after {
  visibility: visible;
  opacity: 1;
}
.timeline__background {
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--timeline-background-color);
}
.timeline__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: var(--timeline-pagination-text-color);
  gap: 10rem;
}
.timeline__footer .swiper-slide {
  display: flex;
  align-items: center;
  width: fit-content;
}
.timeline .navigation__previous-button, .timeline .navigation__next-button {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: var(--timeline-navigation-color);
  border: 0.1rem solid var(--timeline-navigation-color);
  border-radius: var(--pagination-border-radius);
  background-color: transparent;
  appearance: none;
}
.timeline__navigation {
  display: none;
  gap: 1rem;
}
@media (min-width: 768px) {
  .timeline__navigation {
    display: flex;
  }
}
.timeline__pagination .swiper-slide {
  cursor: pointer;
}

.webform-multiple-table table {
  width: 100%;
}
.webform-multiple-table tbody tr {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 0.1rem solid #ced4da;
}
.webform-multiple-table tbody tr + tr {
  margin-top: 4rem;
}
.webform-multiple-table td {
  display: block;
  width: 100%;
}
.webform-multiple-table td.webform-multiple-table--operations {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: red;
}
.webform-multiple-table td.webform-multiple-table--operations::before, .webform-multiple-table td.webform-multiple-table--operations::after,
.webform-multiple-table td.webform-multiple-table--operations input[type=image] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: color 0.2s, background-color 0.2s;
}
.webform-multiple-table td.webform-multiple-table--operations::before {
  border: 0.1rem solid gray-800;
  border-radius: 50%;
  background-color: #ced4da;
}
.webform-multiple-table td.webform-multiple-table--operations:hover::before {
  background-color: gray-800;
}
.webform-multiple-table td.webform-multiple-table--operations:hover::after {
  color: #fff;
}
.webform-multiple-table td.webform-multiple-table--operations::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0d";
  font-size: 1.4rem;
}
.webform-multiple-table td.webform-multiple-table--operations input[type=image]:first-child {
  position: fixed;
  top: -100vh;
}
.webform-multiple-table td.webform-multiple-table--operations input[type=image]:last-child {
  z-index: 3;
  margin: 0;
  opacity: 0;
}
.webform-multiple-table .form-item:last-child {
  margin-bottom: 0;
}

.webform {
  max-width: 42rem;
}

.form-item {
  margin: 0 0 1.5rem;
}
.form-item__label, .form-item__legend {
  display: block;
  margin-bottom: 0.4rem;
  padding: 0;
}
.form-item__label.form-required::after {
  margin-left: 0.2rem;
  content: "*";
  color: warning;
}
.form-item__input,
.form-item .form-text {
  width: 100%;
  padding: 0.625rem 0.938rem 0.625rem 0.938rem;
  transition: border-color 0.5s, box-shadow 0.5s;
  color: hsl(204, 9.6153846154%, 20.3921568627%);
  border-width: 1px;
  border-color: #757575;
  border-radius: 0;
  font-size: clamp(0.875rem, 1.875vw, 1.125rem);
}
.form-item__input:focus,
.form-item .form-text:focus {
  border-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  outline: 0.1rem dotted #342d34;
  outline-offset: 0.1rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}
.form-item__input--textarea,
.form-item .form-text--textarea {
  resize: vertical;
}
.form-item__input--select,
.form-item .form-text--select {
  padding-right: 4rem;
}
.form-item__input--date,
.form-item .form-text--date {
  max-width: 17rem;
}
.form-item .form-checkbox,
.form-item .form-radio {
  position: fixed;
  left: -9999em;
}
.form-item .form-checkbox ~ label,
.form-item .form-radio ~ label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.form-item .form-checkbox ~ label.error,
.form-item .form-radio ~ label.error {
  position: static;
  padding-left: 0;
}
.form-item .form-checkbox ~ label.error::before, .form-item .form-checkbox ~ label.error::after,
.form-item .form-radio ~ label.error::before,
.form-item .form-radio ~ label.error::after {
  display: none;
}
.form-item .form-checkbox ~ label::before, .form-item .form-checkbox ~ label::after,
.form-item .form-radio ~ label::before,
.form-item .form-radio ~ label::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  transition: all 0.2s;
}
.form-item .form-checkbox ~ label::before,
.form-item .form-radio ~ label::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1rem solid currentColor;
  background: #fff;
  box-shadow: 0 0 0.3125rem hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.form-item .form-checkbox ~ label::after,
.form-item .form-radio ~ label::after {
  transform: scale(0.5);
  opacity: 0;
}
.form-item .form-checkbox:checked ~ label::after,
.form-item .form-radio:checked ~ label::after {
  transform: scale(1);
  opacity: 1;
}
.form-item .form-checkbox:focus ~ label::before,
.form-item .form-radio:focus ~ label::before {
  border-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
  outline-offset: 0.1rem;
  box-shadow: 0 0 5px hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.form-item .form-checkbox:checked ~ label::before {
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.form-item .form-checkbox ~ label::before {
  top: 1px;
}
.form-item .form-checkbox ~ label::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 5px;
  width: 20px;
  margin: 0;
  content: "\ea06";
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}
.form-item .form-radio ~ label::before, .form-item .form-radio ~ label::after {
  border-radius: 50%;
}
.form-item .form-radio ~ label::after {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.3125rem 0 0 0.3125rem;
  border: 0.1rem solid transparent;
  background-color: hsl(101.7647058824, 42.8571428571%, 46.6666666667%);
}
.form-item .form-select {
  appearance: none;
}
.form-item .form-select::-ms-expand {
  display: none;
}
.form-item .error {
  color: warning;
}
.form-item label.error {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9em;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  text-transform: none;
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2.7rem;
  right: 1.5rem;
  display: block;
  content: "\ea07";
  transform: translateY(-50%);
}
.select-wrapper .form-select.error {
  color: hsl(204, 9.6153846154%, 20.3921568627%);
}

.form-type-checkbox,
.form-type-radio {
  margin-bottom: 1rem;
}

.form-actions {
  margin-top: 3rem;
}

.article-overview__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .article-overview__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
.article-overview__item--is-first {
  grid-column: 1/span 3;
}

.page {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  margin: 0 auto;
}
.page__main {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.page__main::before, .page__main::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  transform: scale(0.6);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .page__main::before, .page__main::after {
    transform: scale(0.4);
  }
}
@media (max-width: 575.98px) {
  .page__main::before, .page__main::after {
    display: none;
  }
}
.page__main [id] {
  scroll-margin-top: 6rem;
}
@media (min-width: 992px) {
  .page__main [id] {
    scroll-margin-top: 8rem;
  }
}
.page__sticky-flag {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 9rem;
}
@media (min-width: 1200px) {
  .page__sticky-flag {
    height: 6rem;
  }
}
.page--locked {
  overflow: hidden;
  height: 100%;
}
.page__backdrop {
  position: fixed;
  z-index: 1;
  inset: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
  transition-property: all;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page__backdrop[open] {
  pointer-events: all;
  opacity: 100;
}

.node--unpublished::before {
  position: fixed;
  z-index: 10000;
  top: 6rem;
  right: 1rem;
  display: block;
  padding: 0.9rem;
  content: "Unpublished";
  color: red;
  border: 5px solid currentColor;
  background-color: white;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .node--unpublished::before {
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: calc(var(--ginToolbarWidthCollapsed) + 2rem);
  }
}

.view-products {
  margin-block-start: 2.5rem;
}
.view-products .row {
  --bs-gutter-x: 2.125rem;
}
.view-products .row .views-row.gutter-bottom {
  margin-block-end: 1.875rem;
}

.article__back-button {
  margin-bottom: 2.5rem;
}
.article__section {
  margin-bottom: 2.5rem;
}
.article__labels {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.article__title {
  color: var(--color-heading-text);
}
.article__share {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: var(--paragraph-spacing);
}
.article__share hr {
  width: 100%;
  margin: 0 0 1.875rem 0;
  border-color: lightgray;
}
@media (min-width: 768px) {
  .article__share hr {
    margin: 0 0 3.75rem 0;
  }
}
.article__more-articles {
  margin-bottom: calc(var(--footer-margin-top) * -1);
  padding-top: var(--paragraph-spacing);
  padding-bottom: var(--footer-margin-top);
  background: var(--color-accent);
}
.article__more-articles-title {
  margin-bottom: 2.5rem;
}

.product {
  position: relative;
}
.product__section {
  margin-bottom: 2.5rem;
}
.product__section--description {
  overflow-wrap: break-word;
}
.product__subtitle--h4 {
  color: var(--bs-body-color);
}
.product ul li p, .product ol li p {
  margin-bottom: 0;
}
.product__related-items {
  margin-top: var(--paragraph-spacing);
  margin-bottom: var(--paragraph-spacing);
}
.product__more-products {
  margin-bottom: calc(var(--footer-margin-top) * -1);
  padding-top: var(--paragraph-spacing);
  padding-bottom: var(--footer-margin-top);
  background: var(--color-accent);
}
.product__more-products-title {
  margin-bottom: 2.5rem;
}

.recipe {
  --width: var(--wrap-max-width--default);
  padding-inline: var(--wrap-padding);
  width: 100%;
  margin-block-end: 5rem;
}
@media (min-width: 768px) {
  .recipe {
    display: grid;
    grid-template-areas: ". title title ." ". metadata metadata ." ". introduction introduction ." ". visual visual ." ". ingredients preparations ." ". related-items related-items .";
    grid-template-columns: calc(50% - (var(--width) / 2 + var(--wrap-padding) * 2)) 2fr 3fr calc(50% - (var(--width) / 2 + var(--wrap-padding) * 2));
    grid-auto-rows: min-content;
    column-gap: var(--wrap-padding);
  }
}
.recipe__title {
  grid-area: title;
  max-width: var(--wrap-max-width--small);
  margin: 0 0 0.625rem 0;
  text-align: center;
  place-self: center;
}
.recipe__metadata {
  grid-area: metadata;
}
.recipe__metadata .icons-list {
  justify-content: center;
  width: 100%;
}
.recipe__introduction {
  grid-area: introduction;
  max-width: var(--wrap-max-width--small);
  margin: 0.625rem 0 0 0;
  text-align: center;
  place-self: center;
}
.recipe__introduction > *:first-child {
  margin-block-start: 0;
}
.recipe__introduction > *:last-child {
  margin-block-end: 0;
}
.recipe__visual {
  grid-area: visual;
  margin-block: 3.125rem 1.25rem;
}
@media (min-width: 768px) {
  .recipe__visual {
    margin-block: 2.5rem;
  }
}
.recipe__visual img {
  width: 100%;
  aspect-ratio: 9/5;
  object-fit: cover;
  object-position: center center;
}
.recipe__ingredients {
  display: grid;
  gap: 1.25rem;
  grid-area: ingredients;
  align-self: start;
  color: var(--recipe-ingredients-color);
}
.recipe__ingredients a {
  text-decoration: underline;
  color: var(--recipe-ingredients-color);
}
@media (min-width: 768px) {
  .recipe__ingredients {
    gap: 2.375rem;
  }
}
.recipe__ingredients-group {
  padding: 1.25rem;
  background-color: var(--recipe-ingredients-background-color);
}
.recipe__ingredients-title {
  margin: 0;
  color: inherit;
}
.recipe__ingredients-list {
  display: grid;
  grid-auto-rows: min-content;
  align-items: start;
  margin: 0.625rem 0 0 0;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .recipe__ingredients-list {
    margin-block-start: 1.25rem;
    gap: 1.25rem;
  }
}
.recipe__preparations {
  grid-area: preparations;
}
@media (max-width: 767.98px) {
  .recipe__preparations {
    margin-block-start: 1.25rem;
  }
}
.recipe__preparations-title {
  margin-block-end: 1.25rem;
}
.recipe__related-items {
  grid-area: related-items;
  margin-block: 4rem 1rem;
}
@media (min-width: 768px) {
  .recipe__related-items {
    margin-block-start: 11rem;
  }
}

.button, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link,
a.button {
  transition-timing-function: linear;
  transition-duration: 250ms;
  transition-property: all;
  text-transform: uppercase;
  border: 0;
  background-repeat: no-repeat;
  background-position: bottom 4.2rem center;
  background-size: cover;
}
.button--primary, .banner .button--secondary, .header-call-to-action .button--secondary, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, .button--secondary, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
a.button--primary,
a.button--secondary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1441 899.9' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 0v786.9s212.4 106.4 653.7 111.9S1441 717.2 1441 717.2V0H0z' fill='%23008007'/%3E%3C/svg%3E");
}
.button:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
a.button:hover {
  background-position: top 0 center;
}

.product-teaser:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  padding-block-end: 15.1%;
  content: "";
  background: #63AA44;
  background-image: url("/themes/custom/campina/images/teaser/product-header.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-clip: content-box;
  background-size: 100% auto;
  inset: 3.75rem 0 0 0;
}

.recipe-teaser .new-label {
  bottom: -1.5rem;
  max-width: 6rem;
}

.banner--effect-sunrise .banner__content-visual__background {
  position: absolute;
  z-index: -1;
  right: -75%;
  bottom: 25%;
  left: -75%;
  display: block;
  pointer-events: none;
}
.article__title {
  color: var(--bs-body-color);
}