/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --wu-primary: #7a0012;
  --wu-secondary: #0B0812;
  --wu-success: #198754;
  --wu-info: #0dcaf0;
  --wu-warning: #ffc107;
  --wu-danger: #dc3545;
  --wu-light: #f8f9fa;
  --wu-dark: #212529;
  --wu-white: #fff;
  --wu-black: #000;
  --wu-primary-rgb: 0, 105, 166;
  --wu-secondary-rgb: 0, 191, 214;
  --wu-success-rgb: 25, 135, 84;
  --wu-info-rgb: 13, 202, 240;
  --wu-warning-rgb: 255, 193, 7;
  --wu-danger-rgb: 220, 53, 69;
  --wu-light-rgb: 248, 249, 250;
  --wu-dark-rgb: 33, 37, 41;
  --wu-white-rgb: 255, 255, 255;
  --wu-black-rgb: 0, 0, 0;
  --wu-body-bg: #fff;
  --wu-body-color: #666;
  --wu-body-bg-rgb: 255, 255, 255;
  --wu-body-color-rgb: 102, 102, 102;
  --wu-font-heading: "Montserrat", sans-serif;
  --wu-font-body: "Roboto", sans-serif;
  --wu-border-color: #dee2e6;
  --wu-border-color-translucent: rgba(0, 0, 0, 0.175);
  --wu-border-radius: 0.625rem;
  --wu-link-color: #7a0012;
  --wu-link-hover-color: #7a0012;
  --wu-title-color: #212121;
}

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

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

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

hr {
  margin: 3.75rem 0 2.5rem;
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2.25rem;
  color: var(--wu-title-color);
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.5;
}
h6:last-child, .h6:last-child, h5:last-child, .h5:last-child, h4:last-child, .h4:last-child, h3:last-child, .h3:last-child, h2:last-child, .h2:last-child, h1:last-child, .h1:last-child {
  margin-bottom: 0;
}
h6 strong, .h6 strong, h5 strong, .h5 strong, h4 strong, .h4 strong, h3 strong, .h3 strong, h2 strong, .h2 strong, h1 strong, .h1 strong {
  color: var(--wu-primary);
  font-weight: inherit;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
p:last-child {
  margin-bottom: 0;
}

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

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: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: #fff3cd;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

code {
  color: #d63384;
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  color: var(--wu-secondary);
  font-size: 1.25rem;
}

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

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

.img-fluid, .paragraph--texte img, .paragraph--img_txt:not(.media_fullscreen) .media img, .paragraph--form .content img, .paragraph--equipe .equipe_detail .item-media img, .main-footer__body img, body.cke_editable img {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.paragraph--slider.header--phami .custom-navigation .wrapper,
.paragraph--slider.header--explo .custom-navigation .wrapper,
.error-401 .main-wrapper,
.error-403 .main-wrapper,
.error-404 .main-wrapper,
.path-search .main-wrapper,
.path-user .main-wrapper,
.container-lg,
.container-md,
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container-md, .container-lg, .container-xl, .paragraph--slider.header--phami .custom-navigation .wrapper, .paragraph--slider.header--explo .custom-navigation .wrapper, .error-401 .main-wrapper,
  .error-403 .main-wrapper,
  .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper, .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-lg, .container-xl, .paragraph--slider.header--phami .custom-navigation .wrapper, .paragraph--slider.header--explo .custom-navigation .wrapper, .error-401 .main-wrapper,
  .error-403 .main-wrapper,
  .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper, .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-xl, .paragraph--slider.header--phami .custom-navigation .wrapper, .paragraph--slider.header--explo .custom-navigation .wrapper, .error-401 .main-wrapper,
  .error-403 .main-wrapper,
  .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper, .container-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .paragraph--slider.header--phami .custom-navigation .wrapper, .paragraph--slider.header--explo .custom-navigation .wrapper, .error-401 .main-wrapper,
  .error-403 .main-wrapper,
  .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container-xxl {
    max-width: 1320px;
  }
}
.grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.grid:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .grid.grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid.grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid--1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .grid.grid--2-1 {
    grid-template-columns: 2fr 1fr;
  }
}

.row {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .row .col-md-2 {
    grid-column-end: span 4;
  }
  .row .col-md-3 {
    grid-column-end: span 3;
  }
  .row .col-md-4 {
    grid-column-end: span 4;
  }
  .row .col-md-6 {
    grid-column-end: span 6;
  }
}
@media (min-width: 1024px) {
  .row .col-md-2 {
    grid-column-end: span 2;
  }
}
@media (min-width: 768px) {
  .row.base-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.row.base-10 .col-md-2 {
  grid-column-end: span 5;
}
@media (min-width: 1024px) {
  .row.base-10 .col-md-2 {
    grid-column-end: span 2;
  }
}

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

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

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

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

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

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

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

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

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

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

.table-primary {
  --wu-table-border-color: #b8cbd5;
  --wu-table-bg: #cce1ed;
  --wu-table-color: #000;
  --wu-table-striped-bg: #c2d6e1;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #b8cbd5;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #bdd0db;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-secondary {
  --wu-table-border-color: #b8dade;
  --wu-table-bg: #ccf2f7;
  --wu-table-color: #000;
  --wu-table-striped-bg: #c2e6eb;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #b8dade;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #bde0e4;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-success {
  --wu-table-border-color: #bcd0c7;
  --wu-table-bg: #d1e7dd;
  --wu-table-color: #000;
  --wu-table-striped-bg: #c7dbd2;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #bcd0c7;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #c1d6cc;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-info {
  --wu-table-border-color: #badce3;
  --wu-table-bg: #cff4fc;
  --wu-table-color: #000;
  --wu-table-striped-bg: #c5e8ef;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #badce3;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #bfe2e9;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-warning {
  --wu-table-border-color: #e6dbb9;
  --wu-table-bg: #fff3cd;
  --wu-table-color: #000;
  --wu-table-striped-bg: #f2e7c3;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #e6dbb9;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #ece1be;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-danger {
  --wu-table-border-color: #dfc2c4;
  --wu-table-bg: #f8d7da;
  --wu-table-color: #000;
  --wu-table-striped-bg: #eccccf;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #dfc2c4;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #e5c7ca;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-light {
  --wu-table-border-color: #dfe0e1;
  --wu-table-bg: #f8f9fa;
  --wu-table-color: #000;
  --wu-table-striped-bg: #ecedee;
  --wu-table-striped-color: #000;
  --wu-table-active-bg: #dfe0e1;
  --wu-table-active-color: #000;
  --wu-table-hover-bg: #e5e6e7;
  --wu-table-hover-color: #000;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

.table-dark {
  --wu-table-border-color: #373b3e;
  --wu-table-bg: #212529;
  --wu-table-color: #fff;
  --wu-table-striped-bg: #2c3034;
  --wu-table-striped-color: #fff;
  --wu-table-active-bg: #373b3e;
  --wu-table-active-color: #fff;
  --wu-table-hover-bg: #323539;
  --wu-table-hover-color: #fff;
  border-color: var(--wu-table-border-color);
  color: var(--wu-table-color);
}

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

.responsive-table > thead {
  position: absolute;
  margin: -1px;
  border: none;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.responsive-table > :not(caption) > * {
  display: block;
  border-bottom-width: 1px;
}
.responsive-table > :not(caption) > * > * {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 0;
}
.responsive-table > :not(caption) > * > *::before {
  content: attr(data-label);
  margin-right: 1rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-sm > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-sm > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-sm > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-sm > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-md > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-md > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-md > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-md > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-lg > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-lg > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-lg > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-lg > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xxl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xxl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xxl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xxl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
.form-label, .form-item > label:not(.option) {
  margin-bottom: 0.625rem;
  color: var(--wu-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  text-transform: uppercase;
}

.col-form-label, .webform-element--title-inline > label:not(.option) {
  margin-bottom: 0;
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
}

.form-description, .form-item > .description {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.875em;
}

.form-control, .form-color,
.form-date,
.form-datetime-local,
.form-email,
.form-file,
.form-month,
.form-number,
.form-password,
.form-search,
.form-tel,
.form-text,
.form-time,
.form-url,
.form-week,
.form-textarea,
.form-select {
  display: block;
  border: 1px solid #979797;
  border-radius: 0;
  padding: 0.625rem 1.375rem;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .form-color,
  .form-date,
  .form-datetime-local,
  .form-email,
  .form-file,
  .form-month,
  .form-number,
  .form-password,
  .form-search,
  .form-tel,
  .form-text,
  .form-time,
  .form-url,
  .form-week,
  .form-textarea,
  .form-select {
    transition: none;
  }
}
.form-control:focus, .form-color:focus,
.form-date:focus,
.form-datetime-local:focus,
.form-email:focus,
.form-file:focus,
.form-month:focus,
.form-number:focus,
.form-password:focus,
.form-search:focus,
.form-tel:focus,
.form-text:focus,
.form-time:focus,
.form-url:focus,
.form-week:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--wu-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
  outline: 0;
}
.form-control:disabled, .form-color:disabled,
.form-date:disabled,
.form-datetime-local:disabled,
.form-email:disabled,
.form-file:disabled,
.form-month:disabled,
.form-number:disabled,
.form-password:disabled,
.form-search:disabled,
.form-tel:disabled,
.form-text:disabled,
.form-time:disabled,
.form-url:disabled,
.form-week:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: #e9ecef;
}

.form-control, .form-color,
.form-date,
.form-datetime-local,
.form-email,
.form-file,
.form-month,
.form-number,
.form-password,
.form-search,
.form-tel,
.form-text,
.form-time,
.form-url,
.form-week,
.form-textarea {
  background-clip: padding-box;
}
.form-control[type=file], [type=file].form-color,
[type=file].form-date,
[type=file].form-datetime-local,
[type=file].form-email,
[type=file].form-file,
[type=file].form-month,
[type=file].form-number,
[type=file].form-password,
[type=file].form-search,
[type=file].form-tel,
[type=file].form-text,
[type=file].form-time,
[type=file].form-url,
[type=file].form-week,
[type=file].form-textarea {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].form-color:not(:disabled):not([readonly]),
[type=file].form-date:not(:disabled):not([readonly]),
[type=file].form-datetime-local:not(:disabled):not([readonly]),
[type=file].form-email:not(:disabled):not([readonly]),
[type=file].form-file:not(:disabled):not([readonly]),
[type=file].form-month:not(:disabled):not([readonly]),
[type=file].form-number:not(:disabled):not([readonly]),
[type=file].form-password:not(:disabled):not([readonly]),
[type=file].form-search:not(:disabled):not([readonly]),
[type=file].form-tel:not(:disabled):not([readonly]),
[type=file].form-text:not(:disabled):not([readonly]),
[type=file].form-time:not(:disabled):not([readonly]),
[type=file].form-url:not(:disabled):not([readonly]),
[type=file].form-week:not(:disabled):not([readonly]),
[type=file].form-textarea:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .form-color:focus,
.form-date:focus,
.form-datetime-local:focus,
.form-email:focus,
.form-file:focus,
.form-month:focus,
.form-number:focus,
.form-password:focus,
.form-search:focus,
.form-tel:focus,
.form-text:focus,
.form-time:focus,
.form-url:focus,
.form-week:focus,
.form-textarea:focus {
  background-color: #fff;
  color: #000;
}
.form-control::-webkit-date-and-time-value, .form-color::-webkit-date-and-time-value,
.form-date::-webkit-date-and-time-value,
.form-datetime-local::-webkit-date-and-time-value,
.form-email::-webkit-date-and-time-value,
.form-file::-webkit-date-and-time-value,
.form-month::-webkit-date-and-time-value,
.form-number::-webkit-date-and-time-value,
.form-password::-webkit-date-and-time-value,
.form-search::-webkit-date-and-time-value,
.form-tel::-webkit-date-and-time-value,
.form-text::-webkit-date-and-time-value,
.form-time::-webkit-date-and-time-value,
.form-url::-webkit-date-and-time-value,
.form-week::-webkit-date-and-time-value,
.form-textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .form-color::-moz-placeholder, .form-date::-moz-placeholder, .form-datetime-local::-moz-placeholder, .form-email::-moz-placeholder, .form-file::-moz-placeholder, .form-month::-moz-placeholder, .form-number::-moz-placeholder, .form-password::-moz-placeholder, .form-search::-moz-placeholder, .form-tel::-moz-placeholder, .form-text::-moz-placeholder, .form-time::-moz-placeholder, .form-url::-moz-placeholder, .form-week::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder, .form-color::placeholder,
.form-date::placeholder,
.form-datetime-local::placeholder,
.form-email::placeholder,
.form-file::placeholder,
.form-month::placeholder,
.form-number::placeholder,
.form-password::placeholder,
.form-search::placeholder,
.form-tel::placeholder,
.form-text::placeholder,
.form-time::placeholder,
.form-url::placeholder,
.form-week::placeholder,
.form-textarea::placeholder {
  color: #000;
  opacity: 1;
}
.form-control:disabled, .form-color:disabled,
.form-date:disabled,
.form-datetime-local:disabled,
.form-email:disabled,
.form-file:disabled,
.form-month:disabled,
.form-number:disabled,
.form-password:disabled,
.form-search:disabled,
.form-tel:disabled,
.form-text:disabled,
.form-time:disabled,
.form-url:disabled,
.form-week:disabled,
.form-textarea:disabled {
  opacity: 1;
}
.form-control::file-selector-button, .form-color::file-selector-button,
.form-date::file-selector-button,
.form-datetime-local::file-selector-button,
.form-email::file-selector-button,
.form-file::file-selector-button,
.form-month::file-selector-button,
.form-number::file-selector-button,
.form-password::file-selector-button,
.form-search::file-selector-button,
.form-tel::file-selector-button,
.form-text::file-selector-button,
.form-time::file-selector-button,
.form-url::file-selector-button,
.form-week::file-selector-button,
.form-textarea::file-selector-button {
  margin: -0.625rem -1.375rem;
  margin-inline-end: 1.375rem;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 0.625rem 1.375rem;
  background-color: #e9ecef;
  color: #000;
  pointer-events: none;
  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, .form-color::file-selector-button,
  .form-date::file-selector-button,
  .form-datetime-local::file-selector-button,
  .form-email::file-selector-button,
  .form-file::file-selector-button,
  .form-month::file-selector-button,
  .form-number::file-selector-button,
  .form-password::file-selector-button,
  .form-search::file-selector-button,
  .form-tel::file-selector-button,
  .form-text::file-selector-button,
  .form-time::file-selector-button,
  .form-url::file-selector-button,
  .form-week::file-selector-button,
  .form-textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .form-color:hover:not(:disabled):not([readonly])::file-selector-button,
.form-date:hover:not(:disabled):not([readonly])::file-selector-button,
.form-datetime-local:hover:not(:disabled):not([readonly])::file-selector-button,
.form-email:hover:not(:disabled):not([readonly])::file-selector-button,
.form-file:hover:not(:disabled):not([readonly])::file-selector-button,
.form-month:hover:not(:disabled):not([readonly])::file-selector-button,
.form-number:hover:not(:disabled):not([readonly])::file-selector-button,
.form-password:hover:not(:disabled):not([readonly])::file-selector-button,
.form-search:hover:not(:disabled):not([readonly])::file-selector-button,
.form-tel:hover:not(:disabled):not([readonly])::file-selector-button,
.form-text:hover:not(:disabled):not([readonly])::file-selector-button,
.form-time:hover:not(:disabled):not([readonly])::file-selector-button,
.form-url:hover:not(:disabled):not([readonly])::file-selector-button,
.form-week:hover:not(:disabled):not([readonly])::file-selector-button,
.form-textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext, .form-item-plaintext {
  display: block;
  margin-bottom: 0;
  border: solid transparent;
  border-width: 1px 0;
  padding: 0.625rem 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
.form-control-plaintext:focus, .form-item-plaintext:focus {
  outline: 0;
}

textarea.form-control, textarea.form-color,
textarea.form-date,
textarea.form-datetime-local,
textarea.form-email,
textarea.form-file,
textarea.form-month,
textarea.form-number,
textarea.form-password,
textarea.form-search,
textarea.form-tel,
textarea.form-text,
textarea.form-time,
textarea.form-url,
textarea.form-week,
textarea.form-textarea {
  min-height: calc(1.5em + 1.25rem + 2px);
}

.form-control-color, .form-color {
  padding: 0.625rem;
  width: 3rem;
  height: calc(1.5em + 1.25rem + 2px);
}
.form-control-color:not(:disabled):not([readonly]), .form-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch, .form-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch, .form-color::-webkit-color-swatch {
  border-radius: 0;
}

.form-select {
  padding-right: 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.375rem;
  background-image: none;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-check, .js-form-type-checkbox,
.js-form-type-radio {
  display: block;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
  min-height: 1.5rem;
}
.form-check .form-check-input, .js-form-type-checkbox .form-check-input, .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .form-radio,
.js-form-type-radio .form-check-input,
.js-form-type-radio .form-checkbox,
.js-form-type-radio .form-radio {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-check-reverse .form-checkbox,
.form-check-reverse .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-check-reverse .form-radio,
.form-check-reverse .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-check-reverse .form-checkbox,
.form-check-reverse .js-form-type-radio .form-radio,
.js-form-type-radio .form-check-reverse .form-radio {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input, .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .form-radio,
.js-form-type-radio .form-checkbox,
.js-form-type-radio .form-radio {
  vertical-align: top;
  margin-top: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 1em;
  height: 1em;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox], .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-radio [type=checkbox].form-checkbox,
.js-form-type-radio [type=checkbox].form-radio {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-checkbox [type=radio].form-radio,
.js-form-type-radio [type=radio].form-checkbox,
.js-form-type-radio [type=radio].form-radio {
  border-radius: 50%;
}
.form-check-input:active, .js-form-type-checkbox .form-checkbox:active,
.js-form-type-checkbox .form-radio:active,
.js-form-type-radio .form-checkbox:active,
.js-form-type-radio .form-radio:active {
  filter: brightness(90%);
}
.form-check-input:focus, .js-form-type-checkbox .form-checkbox:focus,
.js-form-type-checkbox .form-radio:focus,
.js-form-type-radio .form-checkbox:focus,
.js-form-type-radio .form-radio:focus {
  border-color: var(--wu-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
  outline: 0;
}
.form-check-input:checked, .js-form-type-checkbox .form-checkbox:checked,
.js-form-type-checkbox .form-radio:checked,
.js-form-type-radio .form-checkbox:checked,
.js-form-type-radio .form-radio:checked {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary);
}
.form-check-input:checked[type=checkbox], .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-radio .form-checkbox:checked[type=checkbox],
.js-form-type-radio .form-radio:checked[type=checkbox] {
  background-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-radio .form-checkbox:checked[type=radio],
.js-form-type-radio .form-radio:checked[type=radio] {
  background-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, .js-form-type-checkbox [type=checkbox].form-checkbox:indeterminate,
.js-form-type-checkbox [type=checkbox].form-radio:indeterminate,
.js-form-type-radio [type=checkbox].form-checkbox:indeterminate,
.js-form-type-radio [type=checkbox].form-radio:indeterminate {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary);
  background-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, .js-form-type-checkbox .form-checkbox:disabled,
.js-form-type-checkbox .form-radio:disabled,
.js-form-type-radio .form-checkbox:disabled,
.js-form-type-radio .form-radio:disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: none;
}
.form-check-input[disabled] ~ .form-check-label, .js-form-type-checkbox [disabled].form-checkbox ~ .form-check-label,
.js-form-type-checkbox [disabled].form-radio ~ .form-check-label,
.js-form-type-radio [disabled].form-checkbox ~ .form-check-label,
.js-form-type-radio [disabled].form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input[disabled] ~ .option, .js-form-type-checkbox [disabled].form-checkbox ~ .option,
.js-form-type-checkbox [disabled].form-radio ~ .option,
.js-form-type-radio .form-check-input[disabled] ~ .option,
.js-form-type-radio [disabled].form-checkbox ~ .option,
.js-form-type-radio [disabled].form-radio ~ .option, .form-check-input:disabled ~ .form-check-label, .js-form-type-checkbox .form-checkbox:disabled ~ .form-check-label,
.js-form-type-checkbox .form-radio:disabled ~ .form-check-label,
.js-form-type-radio .form-checkbox:disabled ~ .form-check-label,
.js-form-type-radio .form-radio:disabled ~ .form-check-label, .js-form-type-checkbox .form-check-input:disabled ~ .option, .js-form-type-checkbox .form-checkbox:disabled ~ .option,
.js-form-type-checkbox .form-radio:disabled ~ .option,
.js-form-type-radio .form-check-input:disabled ~ .option,
.js-form-type-radio .form-checkbox:disabled ~ .option,
.js-form-type-radio .form-radio:disabled ~ .option {
  opacity: 0.5;
  cursor: default;
}

.form-switch, .switch .js-form-type-checkbox,
.switch .js-form-type-radio {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .switch .js-form-type-checkbox .form-check-input,
.switch .js-form-type-radio .form-check-input, .form-switch .js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch .form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox,
.form-switch .js-form-type-checkbox .form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio,
.switch .js-form-type-radio .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-switch .form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .switch .js-form-type-radio .form-radio,
.switch .js-form-type-checkbox .js-form-type-radio .form-radio,
.form-switch .js-form-type-radio .form-checkbox,
.switch .js-form-type-radio .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-switch .form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox,
.js-form-type-radio .switch .js-form-type-radio .form-checkbox,
.form-switch .js-form-type-radio .form-radio,
.switch .js-form-type-radio .js-form-type-radio .form-radio,
.js-form-type-radio .form-switch .form-radio,
.js-form-type-radio .switch .js-form-type-checkbox .form-radio,
.js-form-type-radio .switch .js-form-type-radio .form-radio {
  margin-left: -2.5em;
  width: 2em;
  background-image: 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");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .switch .js-form-type-checkbox .form-check-input,
  .switch .js-form-type-radio .form-check-input, .form-switch .js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
  .switch .js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch .form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox,
  .js-form-type-checkbox .switch .js-form-type-radio .form-checkbox,
  .switch .js-form-type-checkbox .js-form-type-radio .form-checkbox,
  .form-switch .js-form-type-checkbox .form-radio,
  .switch .js-form-type-checkbox .js-form-type-checkbox .form-radio,
  .switch .js-form-type-radio .js-form-type-checkbox .form-radio,
  .js-form-type-checkbox .form-switch .form-radio,
  .js-form-type-checkbox .switch .js-form-type-checkbox .form-radio,
  .js-form-type-checkbox .switch .js-form-type-radio .form-radio,
  .switch .js-form-type-checkbox .js-form-type-radio .form-radio,
  .form-switch .js-form-type-radio .form-checkbox,
  .switch .js-form-type-radio .js-form-type-radio .form-checkbox,
  .js-form-type-radio .form-switch .form-checkbox,
  .js-form-type-radio .switch .js-form-type-checkbox .form-checkbox,
  .js-form-type-radio .switch .js-form-type-radio .form-checkbox,
  .form-switch .js-form-type-radio .form-radio,
  .switch .js-form-type-radio .js-form-type-radio .form-radio,
  .js-form-type-radio .form-switch .form-radio,
  .js-form-type-radio .switch .js-form-type-checkbox .form-radio,
  .js-form-type-radio .switch .js-form-type-radio .form-radio {
    transition: none;
  }
}
.form-switch .form-check-input[type=checkbox], .switch .js-form-type-checkbox .form-check-input[type=checkbox],
.switch .js-form-type-radio .form-check-input[type=checkbox], .form-switch .js-form-type-checkbox [type=checkbox].form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox [type=checkbox].form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox [type=checkbox].form-checkbox, .js-form-type-checkbox .form-switch [type=checkbox].form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio [type=checkbox].form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio [type=checkbox].form-checkbox,
.form-switch .js-form-type-checkbox [type=checkbox].form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox [type=checkbox].form-radio,
.switch .js-form-type-radio .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-checkbox .form-switch [type=checkbox].form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-checkbox .switch .js-form-type-radio [type=checkbox].form-radio,
.switch .js-form-type-checkbox .js-form-type-radio [type=checkbox].form-radio,
.form-switch .js-form-type-radio [type=checkbox].form-checkbox,
.switch .js-form-type-radio .js-form-type-radio [type=checkbox].form-checkbox,
.js-form-type-radio .form-switch [type=checkbox].form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-radio .switch .js-form-type-radio [type=checkbox].form-checkbox,
.form-switch .js-form-type-radio [type=checkbox].form-radio,
.switch .js-form-type-radio .js-form-type-radio [type=checkbox].form-radio,
.js-form-type-radio .form-switch [type=checkbox].form-radio,
.js-form-type-radio .switch .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-radio .switch .js-form-type-radio [type=checkbox].form-radio, .form-switch .form-check-input[type=radio], .switch .js-form-type-checkbox .form-check-input[type=radio],
.switch .js-form-type-radio .form-check-input[type=radio], .form-switch .js-form-type-checkbox [type=radio].form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox [type=radio].form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox [type=radio].form-checkbox, .js-form-type-checkbox .form-switch [type=radio].form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio [type=radio].form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio [type=radio].form-checkbox,
.form-switch .js-form-type-checkbox [type=radio].form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox [type=radio].form-radio,
.switch .js-form-type-radio .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-checkbox .form-switch [type=radio].form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-checkbox .switch .js-form-type-radio [type=radio].form-radio,
.switch .js-form-type-checkbox .js-form-type-radio [type=radio].form-radio,
.form-switch .js-form-type-radio [type=radio].form-checkbox,
.switch .js-form-type-radio .js-form-type-radio [type=radio].form-checkbox,
.js-form-type-radio .form-switch [type=radio].form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-radio .switch .js-form-type-radio [type=radio].form-checkbox,
.form-switch .js-form-type-radio [type=radio].form-radio,
.switch .js-form-type-radio .js-form-type-radio [type=radio].form-radio,
.js-form-type-radio .form-switch [type=radio].form-radio,
.js-form-type-radio .switch .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-radio .switch .js-form-type-radio [type=radio].form-radio {
  border-radius: 2em;
}
.form-switch .form-check-input:checked[type=checkbox], .switch .js-form-type-checkbox .form-check-input:checked[type=checkbox],
.switch .js-form-type-radio .form-check-input:checked[type=checkbox], .form-switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox], .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox:checked[type=checkbox], .js-form-type-checkbox .form-switch .form-checkbox:checked[type=checkbox], .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox:checked[type=checkbox],
.form-switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-checkbox .form-switch .form-radio:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-radio .form-radio:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-radio .form-radio:checked[type=checkbox],
.form-switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-radio .form-checkbox:checked[type=checkbox],
.js-form-type-radio .form-switch .form-checkbox:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.form-switch .js-form-type-radio .form-radio:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-radio .form-radio:checked[type=checkbox],
.js-form-type-radio .form-switch .form-radio:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-radio .form-radio:checked[type=checkbox], .form-switch .form-check-input:checked[type=radio], .switch .js-form-type-checkbox .form-check-input:checked[type=radio],
.switch .js-form-type-radio .form-check-input:checked[type=radio], .form-switch .js-form-type-checkbox .form-checkbox:checked[type=radio], .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox:checked[type=radio],
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox:checked[type=radio], .js-form-type-checkbox .form-switch .form-checkbox:checked[type=radio], .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox:checked[type=radio],
.form-switch .js-form-type-checkbox .form-radio:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio:checked[type=radio],
.switch .js-form-type-radio .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-checkbox .form-switch .form-radio:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-radio .form-radio:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-radio .form-radio:checked[type=radio],
.form-switch .js-form-type-radio .form-checkbox:checked[type=radio],
.switch .js-form-type-radio .js-form-type-radio .form-checkbox:checked[type=radio],
.js-form-type-radio .form-switch .form-checkbox:checked[type=radio],
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-radio .switch .js-form-type-radio .form-checkbox:checked[type=radio],
.form-switch .js-form-type-radio .form-radio:checked[type=radio],
.switch .js-form-type-radio .js-form-type-radio .form-radio:checked[type=radio],
.js-form-type-radio .form-switch .form-radio:checked[type=radio],
.js-form-type-radio .switch .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-radio .switch .js-form-type-radio .form-radio:checked[type=radio] {
  background-image: 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");
  background-position: right center;
}
.form-switch.form-check-reverse, .switch .form-check-reverse.js-form-type-checkbox,
.switch .form-check-reverse.js-form-type-radio {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input, .switch .form-check-reverse.js-form-type-checkbox .form-check-input,
.switch .form-check-reverse.js-form-type-radio .form-check-input, .form-switch.form-check-reverse .js-form-type-checkbox .form-checkbox, .switch .form-check-reverse.js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
.switch .form-check-reverse.js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch.form-check-reverse .form-checkbox, .js-form-type-checkbox .switch .form-check-reverse.js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .form-check-reverse.js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-radio .form-checkbox,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-radio .form-checkbox,
.form-switch.form-check-reverse .js-form-type-checkbox .form-radio,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-checkbox .form-radio,
.switch .form-check-reverse.js-form-type-radio .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-switch.form-check-reverse .form-radio,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-checkbox .form-radio,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-checkbox .form-radio,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-radio .form-radio,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-radio .form-radio,
.form-switch.form-check-reverse .js-form-type-radio .form-checkbox,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-radio .form-checkbox,
.switch .form-check-reverse.js-form-type-radio .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-switch.form-check-reverse .form-checkbox,
.js-form-type-radio .switch .form-check-reverse.js-form-type-checkbox .form-checkbox,
.switch .js-form-type-radio .form-check-reverse.js-form-type-checkbox .form-checkbox,
.js-form-type-radio .switch .form-check-reverse.js-form-type-radio .form-checkbox,
.switch .js-form-type-radio .form-check-reverse.js-form-type-radio .form-checkbox,
.form-switch.form-check-reverse .js-form-type-radio .form-radio,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-radio .form-radio,
.switch .form-check-reverse.js-form-type-radio .js-form-type-radio .form-radio,
.js-form-type-radio .form-switch.form-check-reverse .form-radio,
.js-form-type-radio .switch .form-check-reverse.js-form-type-checkbox .form-radio,
.switch .js-form-type-radio .form-check-reverse.js-form-type-checkbox .form-radio,
.js-form-type-radio .switch .form-check-reverse.js-form-type-radio .form-radio,
.switch .js-form-type-radio .form-check-reverse.js-form-type-radio .form-radio {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline, .webform-options-display-side-by-side .js-form-type-checkbox,
.webform-options-display-side-by-side .js-form-type-radio {
  display: inline-block;
  margin-right: 1rem;
}

.form-range {
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--wu-primary);
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-runnable-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range::-moz-range-thumb {
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--wu-primary);
  -moz-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-color,
.form-floating > .form-date,
.form-floating > .form-datetime-local,
.form-floating > .form-email,
.form-floating > .form-file,
.form-floating > .form-month,
.form-floating > .form-number,
.form-floating > .form-password,
.form-floating > .form-search,
.form-floating > .form-tel,
.form-floating > .form-text,
.form-floating > .form-time,
.form-floating > .form-url,
.form-floating > .form-week,
.form-floating > .form-textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-item-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  padding: 1rem 0.75rem;
  width: 100%;
  height: 100%;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  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-color,
.form-floating > .form-date,
.form-floating > .form-datetime-local,
.form-floating > .form-email,
.form-floating > .form-file,
.form-floating > .form-month,
.form-floating > .form-number,
.form-floating > .form-password,
.form-floating > .form-search,
.form-floating > .form-tel,
.form-floating > .form-text,
.form-floating > .form-time,
.form-floating > .form-url,
.form-floating > .form-week,
.form-floating > .form-textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-item-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-color::-moz-placeholder, .form-floating > .form-date::-moz-placeholder, .form-floating > .form-datetime-local::-moz-placeholder, .form-floating > .form-email::-moz-placeholder, .form-floating > .form-file::-moz-placeholder, .form-floating > .form-month::-moz-placeholder, .form-floating > .form-number::-moz-placeholder, .form-floating > .form-password::-moz-placeholder, .form-floating > .form-search::-moz-placeholder, .form-floating > .form-tel::-moz-placeholder, .form-floating > .form-text::-moz-placeholder, .form-floating > .form-time::-moz-placeholder, .form-floating > .form-url::-moz-placeholder, .form-floating > .form-week::-moz-placeholder, .form-floating > .form-textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-item-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .form-color::placeholder,
.form-floating > .form-date::placeholder,
.form-floating > .form-datetime-local::placeholder,
.form-floating > .form-email::placeholder,
.form-floating > .form-file::placeholder,
.form-floating > .form-month::placeholder,
.form-floating > .form-number::placeholder,
.form-floating > .form-password::placeholder,
.form-floating > .form-search::placeholder,
.form-floating > .form-tel::placeholder,
.form-floating > .form-text::placeholder,
.form-floating > .form-time::placeholder,
.form-floating > .form-url::placeholder,
.form-floating > .form-week::placeholder,
.form-floating > .form-textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-item-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-color:not(:-moz-placeholder-shown), .form-floating > .form-date:not(:-moz-placeholder-shown), .form-floating > .form-datetime-local:not(:-moz-placeholder-shown), .form-floating > .form-email:not(:-moz-placeholder-shown), .form-floating > .form-file:not(:-moz-placeholder-shown), .form-floating > .form-month:not(:-moz-placeholder-shown), .form-floating > .form-number:not(:-moz-placeholder-shown), .form-floating > .form-password:not(:-moz-placeholder-shown), .form-floating > .form-search:not(:-moz-placeholder-shown), .form-floating > .form-tel:not(:-moz-placeholder-shown), .form-floating > .form-text:not(:-moz-placeholder-shown), .form-floating > .form-time:not(:-moz-placeholder-shown), .form-floating > .form-url:not(:-moz-placeholder-shown), .form-floating > .form-week:not(:-moz-placeholder-shown), .form-floating > .form-textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-item-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-color:focus,
.form-floating > .form-date:focus,
.form-floating > .form-datetime-local:focus,
.form-floating > .form-email:focus,
.form-floating > .form-file:focus,
.form-floating > .form-month:focus,
.form-floating > .form-number:focus,
.form-floating > .form-password:focus,
.form-floating > .form-search:focus,
.form-floating > .form-tel:focus,
.form-floating > .form-text:focus,
.form-floating > .form-time:focus,
.form-floating > .form-url:focus,
.form-floating > .form-week:focus,
.form-floating > .form-textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-color:not(:placeholder-shown),
.form-floating > .form-date:not(:placeholder-shown),
.form-floating > .form-datetime-local:not(:placeholder-shown),
.form-floating > .form-email:not(:placeholder-shown),
.form-floating > .form-file:not(:placeholder-shown),
.form-floating > .form-month:not(:placeholder-shown),
.form-floating > .form-number:not(:placeholder-shown),
.form-floating > .form-password:not(:placeholder-shown),
.form-floating > .form-search:not(:placeholder-shown),
.form-floating > .form-tel:not(:placeholder-shown),
.form-floating > .form-text:not(:placeholder-shown),
.form-floating > .form-time:not(:placeholder-shown),
.form-floating > .form-url:not(:placeholder-shown),
.form-floating > .form-week:not(:placeholder-shown),
.form-floating > .form-textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-item-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-item-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-color:-webkit-autofill,
.form-floating > .form-date:-webkit-autofill,
.form-floating > .form-datetime-local:-webkit-autofill,
.form-floating > .form-email:-webkit-autofill,
.form-floating > .form-file:-webkit-autofill,
.form-floating > .form-month:-webkit-autofill,
.form-floating > .form-number:-webkit-autofill,
.form-floating > .form-password:-webkit-autofill,
.form-floating > .form-search:-webkit-autofill,
.form-floating > .form-tel:-webkit-autofill,
.form-floating > .form-text:-webkit-autofill,
.form-floating > .form-time:-webkit-autofill,
.form-floating > .form-url:-webkit-autofill,
.form-floating > .form-week:-webkit-autofill,
.form-floating > .form-textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-item-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:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-color:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-date:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-datetime-local:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-email:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-file:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-month:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-number:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-password:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-search:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-tel:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-text:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-time:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-url:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-week:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-textarea:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-color:focus ~ label,
.form-floating > .form-date:focus ~ label,
.form-floating > .form-datetime-local:focus ~ label,
.form-floating > .form-email:focus ~ label,
.form-floating > .form-file:focus ~ label,
.form-floating > .form-month:focus ~ label,
.form-floating > .form-number:focus ~ label,
.form-floating > .form-password:focus ~ label,
.form-floating > .form-search:focus ~ label,
.form-floating > .form-tel:focus ~ label,
.form-floating > .form-text:focus ~ label,
.form-floating > .form-time:focus ~ label,
.form-floating > .form-url:focus ~ label,
.form-floating > .form-week:focus ~ label,
.form-floating > .form-textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-color:not(:placeholder-shown) ~ label,
.form-floating > .form-date:not(:placeholder-shown) ~ label,
.form-floating > .form-datetime-local:not(:placeholder-shown) ~ label,
.form-floating > .form-email:not(:placeholder-shown) ~ label,
.form-floating > .form-file:not(:placeholder-shown) ~ label,
.form-floating > .form-month:not(:placeholder-shown) ~ label,
.form-floating > .form-number:not(:placeholder-shown) ~ label,
.form-floating > .form-password:not(:placeholder-shown) ~ label,
.form-floating > .form-search:not(:placeholder-shown) ~ label,
.form-floating > .form-tel:not(:placeholder-shown) ~ label,
.form-floating > .form-text:not(:placeholder-shown) ~ label,
.form-floating > .form-time:not(:placeholder-shown) ~ label,
.form-floating > .form-url:not(:placeholder-shown) ~ label,
.form-floating > .form-week:not(:placeholder-shown) ~ label,
.form-floating > .form-textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-item-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .form-color:-webkit-autofill ~ label,
.form-floating > .form-date:-webkit-autofill ~ label,
.form-floating > .form-datetime-local:-webkit-autofill ~ label,
.form-floating > .form-email:-webkit-autofill ~ label,
.form-floating > .form-file:-webkit-autofill ~ label,
.form-floating > .form-month:-webkit-autofill ~ label,
.form-floating > .form-number:-webkit-autofill ~ label,
.form-floating > .form-password:-webkit-autofill ~ label,
.form-floating > .form-search:-webkit-autofill ~ label,
.form-floating > .form-tel:-webkit-autofill ~ label,
.form-floating > .form-text:-webkit-autofill ~ label,
.form-floating > .form-time:-webkit-autofill ~ label,
.form-floating > .form-url:-webkit-autofill ~ label,
.form-floating > .form-week:-webkit-autofill ~ label,
.form-floating > .form-textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-item-plaintext ~ label {
  border-width: 1px 0;
}

.input-group, .webform-has-field-prefix,
.webform-has-field-suffix {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.input-group > .form-control, .webform-has-field-prefix > .form-control,
.webform-has-field-suffix > .form-control, .input-group > .form-color, .webform-has-field-prefix > .form-color,
.webform-has-field-suffix > .form-color,
.input-group > .form-date,
.webform-has-field-prefix > .form-date,
.webform-has-field-suffix > .form-date,
.input-group > .form-datetime-local,
.webform-has-field-prefix > .form-datetime-local,
.webform-has-field-suffix > .form-datetime-local,
.input-group > .form-email,
.webform-has-field-prefix > .form-email,
.webform-has-field-suffix > .form-email,
.input-group > .form-file,
.webform-has-field-prefix > .form-file,
.webform-has-field-suffix > .form-file,
.input-group > .form-month,
.webform-has-field-prefix > .form-month,
.webform-has-field-suffix > .form-month,
.input-group > .form-number,
.webform-has-field-prefix > .form-number,
.webform-has-field-suffix > .form-number,
.input-group > .form-password,
.webform-has-field-prefix > .form-password,
.webform-has-field-suffix > .form-password,
.input-group > .form-search,
.webform-has-field-prefix > .form-search,
.webform-has-field-suffix > .form-search,
.input-group > .form-tel,
.webform-has-field-prefix > .form-tel,
.webform-has-field-suffix > .form-tel,
.input-group > .form-text,
.webform-has-field-prefix > .form-text,
.webform-has-field-suffix > .form-text,
.input-group > .form-time,
.webform-has-field-prefix > .form-time,
.webform-has-field-suffix > .form-time,
.input-group > .form-url,
.webform-has-field-prefix > .form-url,
.webform-has-field-suffix > .form-url,
.input-group > .form-week,
.webform-has-field-prefix > .form-week,
.webform-has-field-suffix > .form-week,
.input-group > .form-textarea,
.webform-has-field-prefix > .form-textarea,
.webform-has-field-suffix > .form-textarea,
.input-group > .form-select,
.webform-has-field-prefix > .form-select,
.webform-has-field-suffix > .form-select,
.input-group > .form-floating,
.webform-has-field-prefix > .form-floating,
.webform-has-field-suffix > .form-floating {
  flex: 1 1 auto;
  position: relative;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .webform-has-field-prefix > .form-control:focus,
.webform-has-field-suffix > .form-control:focus, .input-group > .form-color:focus, .webform-has-field-prefix > .form-color:focus,
.webform-has-field-suffix > .form-color:focus,
.input-group > .form-date:focus,
.webform-has-field-prefix > .form-date:focus,
.webform-has-field-suffix > .form-date:focus,
.input-group > .form-datetime-local:focus,
.webform-has-field-prefix > .form-datetime-local:focus,
.webform-has-field-suffix > .form-datetime-local:focus,
.input-group > .form-email:focus,
.webform-has-field-prefix > .form-email:focus,
.webform-has-field-suffix > .form-email:focus,
.input-group > .form-file:focus,
.webform-has-field-prefix > .form-file:focus,
.webform-has-field-suffix > .form-file:focus,
.input-group > .form-month:focus,
.webform-has-field-prefix > .form-month:focus,
.webform-has-field-suffix > .form-month:focus,
.input-group > .form-number:focus,
.webform-has-field-prefix > .form-number:focus,
.webform-has-field-suffix > .form-number:focus,
.input-group > .form-password:focus,
.webform-has-field-prefix > .form-password:focus,
.webform-has-field-suffix > .form-password:focus,
.input-group > .form-search:focus,
.webform-has-field-prefix > .form-search:focus,
.webform-has-field-suffix > .form-search:focus,
.input-group > .form-tel:focus,
.webform-has-field-prefix > .form-tel:focus,
.webform-has-field-suffix > .form-tel:focus,
.input-group > .form-text:focus,
.webform-has-field-prefix > .form-text:focus,
.webform-has-field-suffix > .form-text:focus,
.input-group > .form-time:focus,
.webform-has-field-prefix > .form-time:focus,
.webform-has-field-suffix > .form-time:focus,
.input-group > .form-url:focus,
.webform-has-field-prefix > .form-url:focus,
.webform-has-field-suffix > .form-url:focus,
.input-group > .form-week:focus,
.webform-has-field-prefix > .form-week:focus,
.webform-has-field-suffix > .form-week:focus,
.input-group > .form-textarea:focus,
.webform-has-field-prefix > .form-textarea:focus,
.webform-has-field-suffix > .form-textarea:focus,
.input-group > .form-select:focus,
.webform-has-field-prefix > .form-select:focus,
.webform-has-field-suffix > .form-select:focus,
.input-group > .form-floating:focus-within,
.webform-has-field-prefix > .form-floating:focus-within,
.webform-has-field-suffix > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .webform-has-field-prefix .btn,
.webform-has-field-suffix .btn, .input-group .form-button, .webform-has-field-prefix .form-button,
.webform-has-field-suffix .form-button,
.input-group .form-reset,
.webform-has-field-prefix .form-reset,
.webform-has-field-suffix .form-reset,
.input-group .form-submit,
.webform-has-field-prefix .form-submit,
.webform-has-field-suffix .form-submit, .input-group .paragraph--slider .slider_detail .item-content .item-cta .item-link, .webform-has-field-prefix .paragraph--slider .slider_detail .item-content .item-cta .item-link,
.webform-has-field-suffix .paragraph--slider .slider_detail .item-content .item-cta .item-link, .paragraph--slider .slider_detail .item-content .item-cta .input-group .item-link, .paragraph--slider .slider_detail .item-content .item-cta .webform-has-field-prefix .item-link,
.paragraph--slider .slider_detail .item-content .item-cta .webform-has-field-suffix .item-link, .input-group .paragraph--slider_video .paragraph__body .cta .link, .webform-has-field-prefix .paragraph--slider_video .paragraph__body .cta .link,
.webform-has-field-suffix .paragraph--slider_video .paragraph__body .cta .link, .paragraph--slider_video .paragraph__body .cta .input-group .link, .paragraph--slider_video .paragraph__body .cta .webform-has-field-prefix .link,
.paragraph--slider_video .paragraph__body .cta .webform-has-field-suffix .link, .input-group .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .webform-has-field-prefix .paragraph--service_produit .service_produit_detail .item-cta .item-linktext,
.webform-has-field-suffix .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .paragraph--service_produit .service_produit_detail .item-cta .input-group .item-linktext, .paragraph--service_produit .service_produit_detail .item-cta .webform-has-field-prefix .item-linktext,
.paragraph--service_produit .service_produit_detail .item-cta .webform-has-field-suffix .item-linktext, .input-group .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .webform-has-field-prefix .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link,
.webform-has-field-suffix .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .input-group .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .webform-has-field-prefix .item-link,
.paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .webform-has-field-suffix .item-link, .input-group .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .webform-has-field-prefix .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link,
.webform-has-field-suffix .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .input-group .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .webform-has-field-prefix .item-link,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .webform-has-field-suffix .item-link, .input-group .paragraph--cta .paragraph__body .cta .link, .webform-has-field-prefix .paragraph--cta .paragraph__body .cta .link,
.webform-has-field-suffix .paragraph--cta .paragraph__body .cta .link, .paragraph--cta .paragraph__body .cta .input-group .link, .paragraph--cta .paragraph__body .cta .webform-has-field-prefix .link,
.paragraph--cta .paragraph__body .cta .webform-has-field-suffix .link, .input-group .main-footer__reviews .buttons > div > a, .webform-has-field-prefix .main-footer__reviews .buttons > div > a,
.webform-has-field-suffix .main-footer__reviews .buttons > div > a, .main-footer__reviews .input-group .buttons > div > a, .main-footer__reviews .webform-has-field-prefix .buttons > div > a,
.main-footer__reviews .webform-has-field-suffix .buttons > div > a, .input-group .eu-cookie-compliance-default-button, .webform-has-field-prefix .eu-cookie-compliance-default-button,
.webform-has-field-suffix .eu-cookie-compliance-default-button,
.input-group .eu-cookie-compliance-secondary-button,
.webform-has-field-prefix .eu-cookie-compliance-secondary-button,
.webform-has-field-suffix .eu-cookie-compliance-secondary-button,
.input-group .eu-cookie-compliance-hide-button,
.webform-has-field-prefix .eu-cookie-compliance-hide-button,
.webform-has-field-suffix .eu-cookie-compliance-hide-button,
.input-group .eu-cookie-withdraw-button,
.webform-has-field-prefix .eu-cookie-withdraw-button,
.webform-has-field-suffix .eu-cookie-withdraw-button,
.input-group .eu-cookie-compliance-save-preferences-button,
.webform-has-field-prefix .eu-cookie-compliance-save-preferences-button,
.webform-has-field-suffix .eu-cookie-compliance-save-preferences-button,
.input-group .eu-cookie-compliance-personalize-button,
.webform-has-field-prefix .eu-cookie-compliance-personalize-button,
.webform-has-field-suffix .eu-cookie-compliance-personalize-button, .input-group .btn4, .webform-has-field-prefix .btn4,
.webform-has-field-suffix .btn4, .input-group .btn3, .webform-has-field-prefix .btn3,
.webform-has-field-suffix .btn3, .input-group .btn2, .webform-has-field-prefix .btn2,
.webform-has-field-suffix .btn2, .input-group .btn1, .webform-has-field-prefix .btn1,
.webform-has-field-suffix .btn1, .input-group .block--references .item--reference .item-linktext, .webform-has-field-prefix .block--references .item--reference .item-linktext,
.webform-has-field-suffix .block--references .item--reference .item-linktext, .block--references .item--reference .input-group .item-linktext, .block--references .item--reference .webform-has-field-prefix .item-linktext,
.block--references .item--reference .webform-has-field-suffix .item-linktext, .input-group .block--eshop .eshop-produit .content form > a, .webform-has-field-prefix .block--eshop .eshop-produit .content form > a,
.webform-has-field-suffix .block--eshop .eshop-produit .content form > a, .block--eshop .eshop-produit .content .input-group form > a, .block--eshop .eshop-produit .content .webform-has-field-prefix form > a,
.block--eshop .eshop-produit .content .webform-has-field-suffix form > a, .input-group .block--blog .item--news .item-linktext, .webform-has-field-prefix .block--blog .item--news .item-linktext,
.webform-has-field-suffix .block--blog .item--news .item-linktext, .block--blog .item--news .input-group .item-linktext, .block--blog .item--news .webform-has-field-prefix .item-linktext,
.block--blog .item--news .webform-has-field-suffix .item-linktext, .input-group .block--agenda .item--event .item-linktext, .webform-has-field-prefix .block--agenda .item--event .item-linktext,
.webform-has-field-suffix .block--agenda .item--event .item-linktext, .block--agenda .item--event .input-group .item-linktext, .block--agenda .item--event .webform-has-field-prefix .item-linktext,
.block--agenda .item--event .webform-has-field-suffix .item-linktext {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .webform-has-field-prefix .btn:focus,
.webform-has-field-suffix .btn:focus, .input-group .form-button:focus, .webform-has-field-prefix .form-button:focus,
.webform-has-field-suffix .form-button:focus,
.input-group .form-reset:focus,
.webform-has-field-prefix .form-reset:focus,
.webform-has-field-suffix .form-reset:focus,
.input-group .form-submit:focus,
.webform-has-field-prefix .form-submit:focus,
.webform-has-field-suffix .form-submit:focus, .input-group .paragraph--slider .slider_detail .item-content .item-cta .item-link:focus, .webform-has-field-prefix .paragraph--slider .slider_detail .item-content .item-cta .item-link:focus,
.webform-has-field-suffix .paragraph--slider .slider_detail .item-content .item-cta .item-link:focus, .paragraph--slider .slider_detail .item-content .item-cta .input-group .item-link:focus, .paragraph--slider .slider_detail .item-content .item-cta .webform-has-field-prefix .item-link:focus,
.paragraph--slider .slider_detail .item-content .item-cta .webform-has-field-suffix .item-link:focus, .input-group .paragraph--slider_video .paragraph__body .cta .link:focus, .webform-has-field-prefix .paragraph--slider_video .paragraph__body .cta .link:focus,
.webform-has-field-suffix .paragraph--slider_video .paragraph__body .cta .link:focus, .paragraph--slider_video .paragraph__body .cta .input-group .link:focus, .paragraph--slider_video .paragraph__body .cta .webform-has-field-prefix .link:focus,
.paragraph--slider_video .paragraph__body .cta .webform-has-field-suffix .link:focus, .input-group .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:focus, .webform-has-field-prefix .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:focus,
.webform-has-field-suffix .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:focus, .paragraph--service_produit .service_produit_detail .item-cta .input-group .item-linktext:focus, .paragraph--service_produit .service_produit_detail .item-cta .webform-has-field-prefix .item-linktext:focus,
.paragraph--service_produit .service_produit_detail .item-cta .webform-has-field-suffix .item-linktext:focus, .input-group .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:focus, .webform-has-field-prefix .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:focus,
.webform-has-field-suffix .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:focus, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .input-group .item-link:focus, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .webform-has-field-prefix .item-link:focus,
.paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .webform-has-field-suffix .item-link:focus, .input-group .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:focus, .webform-has-field-prefix .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:focus,
.webform-has-field-suffix .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:focus, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .input-group .item-link:focus, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .webform-has-field-prefix .item-link:focus,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .webform-has-field-suffix .item-link:focus, .input-group .paragraph--cta .paragraph__body .cta .link:focus, .webform-has-field-prefix .paragraph--cta .paragraph__body .cta .link:focus,
.webform-has-field-suffix .paragraph--cta .paragraph__body .cta .link:focus, .paragraph--cta .paragraph__body .cta .input-group .link:focus, .paragraph--cta .paragraph__body .cta .webform-has-field-prefix .link:focus,
.paragraph--cta .paragraph__body .cta .webform-has-field-suffix .link:focus, .input-group .main-footer__reviews .buttons > div > a:focus, .webform-has-field-prefix .main-footer__reviews .buttons > div > a:focus,
.webform-has-field-suffix .main-footer__reviews .buttons > div > a:focus, .main-footer__reviews .input-group .buttons > div > a:focus, .main-footer__reviews .webform-has-field-prefix .buttons > div > a:focus,
.main-footer__reviews .webform-has-field-suffix .buttons > div > a:focus, .input-group .eu-cookie-compliance-default-button:focus, .webform-has-field-prefix .eu-cookie-compliance-default-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-default-button:focus,
.input-group .eu-cookie-compliance-secondary-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-secondary-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-secondary-button:focus,
.input-group .eu-cookie-compliance-hide-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-hide-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-hide-button:focus,
.input-group .eu-cookie-withdraw-button:focus,
.webform-has-field-prefix .eu-cookie-withdraw-button:focus,
.webform-has-field-suffix .eu-cookie-withdraw-button:focus,
.input-group .eu-cookie-compliance-save-preferences-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-save-preferences-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-save-preferences-button:focus,
.input-group .eu-cookie-compliance-personalize-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-personalize-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-personalize-button:focus, .input-group .btn4:focus, .webform-has-field-prefix .btn4:focus,
.webform-has-field-suffix .btn4:focus, .input-group .btn3:focus, .webform-has-field-prefix .btn3:focus,
.webform-has-field-suffix .btn3:focus, .input-group .btn2:focus, .webform-has-field-prefix .btn2:focus,
.webform-has-field-suffix .btn2:focus, .input-group .btn1:focus, .webform-has-field-prefix .btn1:focus,
.webform-has-field-suffix .btn1:focus, .input-group .block--references .item--reference .item-linktext:focus, .webform-has-field-prefix .block--references .item--reference .item-linktext:focus,
.webform-has-field-suffix .block--references .item--reference .item-linktext:focus, .block--references .item--reference .input-group .item-linktext:focus, .block--references .item--reference .webform-has-field-prefix .item-linktext:focus,
.block--references .item--reference .webform-has-field-suffix .item-linktext:focus, .input-group .block--eshop .eshop-produit .content form > a:focus, .webform-has-field-prefix .block--eshop .eshop-produit .content form > a:focus,
.webform-has-field-suffix .block--eshop .eshop-produit .content form > a:focus, .block--eshop .eshop-produit .content .input-group form > a:focus, .block--eshop .eshop-produit .content .webform-has-field-prefix form > a:focus,
.block--eshop .eshop-produit .content .webform-has-field-suffix form > a:focus, .input-group .block--blog .item--news .item-linktext:focus, .webform-has-field-prefix .block--blog .item--news .item-linktext:focus,
.webform-has-field-suffix .block--blog .item--news .item-linktext:focus, .block--blog .item--news .input-group .item-linktext:focus, .block--blog .item--news .webform-has-field-prefix .item-linktext:focus,
.block--blog .item--news .webform-has-field-suffix .item-linktext:focus, .input-group .block--agenda .item--event .item-linktext:focus, .webform-has-field-prefix .block--agenda .item--event .item-linktext:focus,
.webform-has-field-suffix .block--agenda .item--event .item-linktext:focus, .block--agenda .item--event .input-group .item-linktext:focus, .block--agenda .item--event .webform-has-field-prefix .item-linktext:focus,
.block--agenda .item--event .webform-has-field-suffix .item-linktext:focus {
  z-index: 5;
}

.input-group-text, .webform-has-field-prefix .field-prefix,
.webform-has-field-prefix .field-suffix,
.webform-has-field-suffix .field-prefix,
.webform-has-field-suffix .field-suffix {
  display: flex;
  align-items: center;
  border: 1px solid #979797;
  border-radius: 0;
  padding: 0.625rem 1.375rem;
  background-color: #e9ecef;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  text-align: center;
  white-space: nowrap;
}

.input-group:not(.has-validation) > :not(:last-child):not(.form-floating), .webform-has-field-prefix:not(.has-validation) > :not(:last-child):not(.form-floating),
.webform-has-field-suffix:not(.has-validation) > :not(:last-child):not(.form-floating),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.webform-has-field-suffix: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(.form-floating), .has-validation.webform-has-field-prefix > :nth-last-child(n+3):not(.form-floating),
.has-validation.webform-has-field-suffix > :nth-last-child(n+3):not(.form-floating),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-color,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-color,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-color,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-date,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-date,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-date,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-email,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-email,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-email,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-file,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-file,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-file,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-month,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-month,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-month,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-number,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-number,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-number,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-password,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-password,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-password,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-search,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-search,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-search,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-tel,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-tel,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-tel,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-text,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-text,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-text,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-time,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-time,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-time,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-url,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-url,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-url,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-week,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-week,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-week,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-textarea,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-textarea,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.webform-has-field-suffix > .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(.valid-feedback):not(.invalid-feedback), .webform-has-field-prefix > :not(:first-child):not(.valid-feedback):not(.invalid-feedback),
.webform-has-field-suffix > :not(:first-child):not(.valid-feedback):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .webform-has-field-prefix > .form-floating:not(:first-child) > .form-control,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-color, .webform-has-field-prefix > .form-floating:not(:first-child) > .form-color,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-color,
.input-group > .form-floating:not(:first-child) > .form-date,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-date,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-date,
.input-group > .form-floating:not(:first-child) > .form-datetime-local,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-datetime-local,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-datetime-local,
.input-group > .form-floating:not(:first-child) > .form-email,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-email,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-email,
.input-group > .form-floating:not(:first-child) > .form-file,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-file,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-file,
.input-group > .form-floating:not(:first-child) > .form-month,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-month,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-month,
.input-group > .form-floating:not(:first-child) > .form-number,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-number,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-number,
.input-group > .form-floating:not(:first-child) > .form-password,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-password,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-password,
.input-group > .form-floating:not(:first-child) > .form-search,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-search,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-search,
.input-group > .form-floating:not(:first-child) > .form-tel,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-tel,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-tel,
.input-group > .form-floating:not(:first-child) > .form-text,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-text,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-text,
.input-group > .form-floating:not(:first-child) > .form-time,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-time,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-time,
.input-group > .form-floating:not(:first-child) > .form-url,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-url,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-url,
.input-group > .form-floating:not(:first-child) > .form-week,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-week,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-week,
.input-group > .form-floating:not(:first-child) > .form-textarea,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-textarea,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-select,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #198754;
  font-size: 0.875em;
}

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

.was-validated .form-control:valid, .was-validated .form-color:valid,
.was-validated .form-date:valid,
.was-validated .form-datetime-local:valid,
.was-validated .form-email:valid,
.was-validated .form-file:valid,
.was-validated .form-month:valid,
.was-validated .form-number:valid,
.was-validated .form-password:valid,
.was-validated .form-search:valid,
.was-validated .form-tel:valid,
.was-validated .form-text:valid,
.was-validated .form-time:valid,
.was-validated .form-url:valid,
.was-validated .form-week:valid,
.was-validated .form-textarea:valid, .form-control.is-valid, .is-valid.form-color,
.is-valid.form-date,
.is-valid.form-datetime-local,
.is-valid.form-email,
.is-valid.form-file,
.is-valid.form-month,
.is-valid.form-number,
.is-valid.form-password,
.is-valid.form-search,
.is-valid.form-tel,
.is-valid.form-text,
.is-valid.form-time,
.is-valid.form-url,
.is-valid.form-week,
.is-valid.form-textarea {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .form-color:valid:focus,
.was-validated .form-date:valid:focus,
.was-validated .form-datetime-local:valid:focus,
.was-validated .form-email:valid:focus,
.was-validated .form-file:valid:focus,
.was-validated .form-month:valid:focus,
.was-validated .form-number:valid:focus,
.was-validated .form-password:valid:focus,
.was-validated .form-search:valid:focus,
.was-validated .form-tel:valid:focus,
.was-validated .form-text:valid:focus,
.was-validated .form-time:valid:focus,
.was-validated .form-url:valid:focus,
.was-validated .form-week:valid:focus,
.was-validated .form-textarea:valid:focus, .form-control.is-valid:focus, .is-valid.form-color:focus,
.is-valid.form-date:focus,
.is-valid.form-datetime-local:focus,
.is-valid.form-email:focus,
.is-valid.form-file:focus,
.is-valid.form-month:focus,
.is-valid.form-number:focus,
.is-valid.form-password:focus,
.is-valid.form-search:focus,
.is-valid.form-tel:focus,
.is-valid.form-text:focus,
.is-valid.form-time:focus,
.is-valid.form-url:focus,
.is-valid.form-week:focus,
.is-valid.form-textarea:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.form-color:valid,
.was-validated textarea.form-date:valid,
.was-validated textarea.form-datetime-local:valid,
.was-validated textarea.form-email:valid,
.was-validated textarea.form-file:valid,
.was-validated textarea.form-month:valid,
.was-validated textarea.form-number:valid,
.was-validated textarea.form-password:valid,
.was-validated textarea.form-search:valid,
.was-validated textarea.form-tel:valid,
.was-validated textarea.form-text:valid,
.was-validated textarea.form-time:valid,
.was-validated textarea.form-url:valid,
.was-validated textarea.form-week:valid,
.was-validated textarea.form-textarea:valid, textarea.form-control.is-valid, textarea.is-valid.form-color,
textarea.is-valid.form-date,
textarea.is-valid.form-datetime-local,
textarea.is-valid.form-email,
textarea.is-valid.form-file,
textarea.is-valid.form-month,
textarea.is-valid.form-number,
textarea.is-valid.form-password,
textarea.is-valid.form-search,
textarea.is-valid.form-tel,
textarea.is-valid.form-text,
textarea.is-valid.form-time,
textarea.is-valid.form-url,
textarea.is-valid.form-week,
textarea.is-valid.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5 6 6 6-6'/%3e%3c/svg%3e"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-check-input:valid, .was-validated .js-form-type-checkbox .form-checkbox:valid, .js-form-type-checkbox .was-validated .form-checkbox:valid,
.was-validated .js-form-type-checkbox .form-radio:valid,
.js-form-type-checkbox .was-validated .form-radio:valid,
.was-validated .js-form-type-radio .form-checkbox:valid,
.js-form-type-radio .was-validated .form-checkbox:valid,
.was-validated .js-form-type-radio .form-radio:valid,
.js-form-type-radio .was-validated .form-radio:valid, .form-check-input.is-valid, .js-form-type-checkbox .is-valid.form-checkbox,
.js-form-type-checkbox .is-valid.form-radio,
.js-form-type-radio .is-valid.form-checkbox,
.js-form-type-radio .is-valid.form-radio {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated .js-form-type-checkbox .form-checkbox:valid:checked, .js-form-type-checkbox .was-validated .form-checkbox:valid:checked,
.was-validated .js-form-type-checkbox .form-radio:valid:checked,
.js-form-type-checkbox .was-validated .form-radio:valid:checked,
.was-validated .js-form-type-radio .form-checkbox:valid:checked,
.js-form-type-radio .was-validated .form-checkbox:valid:checked,
.was-validated .js-form-type-radio .form-radio:valid:checked,
.js-form-type-radio .was-validated .form-radio:valid:checked, .form-check-input.is-valid:checked, .js-form-type-checkbox .is-valid.form-checkbox:checked,
.js-form-type-checkbox .is-valid.form-radio:checked,
.js-form-type-radio .is-valid.form-checkbox:checked,
.js-form-type-radio .is-valid.form-radio:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated .js-form-type-checkbox .form-checkbox:valid:focus, .js-form-type-checkbox .was-validated .form-checkbox:valid:focus,
.was-validated .js-form-type-checkbox .form-radio:valid:focus,
.js-form-type-checkbox .was-validated .form-radio:valid:focus,
.was-validated .js-form-type-radio .form-checkbox:valid:focus,
.js-form-type-radio .was-validated .form-checkbox:valid:focus,
.was-validated .js-form-type-radio .form-radio:valid:focus,
.js-form-type-radio .was-validated .form-radio:valid:focus, .form-check-input.is-valid:focus, .js-form-type-checkbox .is-valid.form-checkbox:focus,
.js-form-type-checkbox .is-valid.form-radio:focus,
.js-form-type-radio .is-valid.form-checkbox:focus,
.js-form-type-radio .is-valid.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-checkbox:valid ~ .form-check-label, .js-form-type-checkbox .was-validated .form-checkbox:valid ~ .form-check-label,
.was-validated .js-form-type-checkbox .form-radio:valid ~ .form-check-label,
.js-form-type-checkbox .was-validated .form-radio:valid ~ .form-check-label,
.was-validated .js-form-type-radio .form-checkbox:valid ~ .form-check-label,
.js-form-type-radio .was-validated .form-checkbox:valid ~ .form-check-label,
.was-validated .js-form-type-radio .form-radio:valid ~ .form-check-label,
.js-form-type-radio .was-validated .form-radio:valid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-check-input:valid ~ .option, .was-validated .js-form-type-checkbox .form-checkbox:valid ~ .option,
.was-validated .js-form-type-checkbox .form-radio:valid ~ .option, .js-form-type-checkbox .was-validated .form-check-input:valid ~ .option, .js-form-type-checkbox .was-validated .form-checkbox:valid ~ .option,
.js-form-type-checkbox .was-validated .form-radio:valid ~ .option,
.was-validated .js-form-type-radio .form-check-input:valid ~ .option,
.was-validated .js-form-type-radio .form-checkbox:valid ~ .option,
.was-validated .js-form-type-radio .form-radio:valid ~ .option,
.js-form-type-radio .was-validated .form-check-input:valid ~ .option,
.js-form-type-radio .was-validated .form-checkbox:valid ~ .option,
.js-form-type-radio .was-validated .form-radio:valid ~ .option, .form-check-input.is-valid ~ .form-check-label, .js-form-type-checkbox .is-valid.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .is-valid.form-radio ~ .form-check-label,
.js-form-type-radio .is-valid.form-checkbox ~ .form-check-label,
.js-form-type-radio .is-valid.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.is-valid ~ .option, .js-form-type-checkbox .is-valid.form-checkbox ~ .option,
.js-form-type-checkbox .is-valid.form-radio ~ .option,
.js-form-type-radio .form-check-input.is-valid ~ .option,
.js-form-type-radio .is-valid.form-checkbox ~ .option,
.js-form-type-radio .is-valid.form-radio ~ .option {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .form-check-input ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .form-check-input ~ .valid-feedback, .form-check-inline .js-form-type-checkbox .form-checkbox ~ .valid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-checkbox ~ .valid-feedback, .js-form-type-checkbox .form-check-inline .form-checkbox ~ .valid-feedback, .js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-checkbox ~ .valid-feedback,
.form-check-inline .js-form-type-checkbox .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-checkbox .form-check-inline .form-radio ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-radio ~ .valid-feedback,
.form-check-inline .js-form-type-radio .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-checkbox ~ .valid-feedback,
.js-form-type-radio .form-check-inline .form-checkbox ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .valid-feedback,
.form-check-inline .js-form-type-radio .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-radio ~ .valid-feedback,
.js-form-type-radio .form-check-inline .form-radio ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .webform-has-field-prefix > .form-control:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-control:not(:focus):valid, .was-validated .input-group > .form-color:not(:focus):valid, .was-validated .webform-has-field-prefix > .form-color:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-color:not(:focus):valid,
.was-validated .input-group > .form-date:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-date:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-date:not(:focus):valid,
.was-validated .input-group > .form-datetime-local:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-datetime-local:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-datetime-local:not(:focus):valid,
.was-validated .input-group > .form-email:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-email:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-email:not(:focus):valid,
.was-validated .input-group > .form-file:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-file:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-file:not(:focus):valid,
.was-validated .input-group > .form-month:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-month:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-month:not(:focus):valid,
.was-validated .input-group > .form-number:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-number:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-number:not(:focus):valid,
.was-validated .input-group > .form-password:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-password:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-password:not(:focus):valid,
.was-validated .input-group > .form-search:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-search:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-search:not(:focus):valid,
.was-validated .input-group > .form-tel:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-tel:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-tel:not(:focus):valid,
.was-validated .input-group > .form-text:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-text:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-text:not(:focus):valid,
.was-validated .input-group > .form-time:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-time:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-time:not(:focus):valid,
.was-validated .input-group > .form-url:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-url:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-url:not(:focus):valid,
.was-validated .input-group > .form-week:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-week:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-week:not(:focus):valid,
.was-validated .input-group > .form-textarea:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-textarea:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .webform-has-field-prefix > .form-control:not(:focus).is-valid,
.webform-has-field-suffix > .form-control:not(:focus).is-valid, .input-group > .form-color:not(:focus).is-valid, .webform-has-field-prefix > .form-color:not(:focus).is-valid,
.webform-has-field-suffix > .form-color:not(:focus).is-valid,
.input-group > .form-date:not(:focus).is-valid,
.webform-has-field-prefix > .form-date:not(:focus).is-valid,
.webform-has-field-suffix > .form-date:not(:focus).is-valid,
.input-group > .form-datetime-local:not(:focus).is-valid,
.webform-has-field-prefix > .form-datetime-local:not(:focus).is-valid,
.webform-has-field-suffix > .form-datetime-local:not(:focus).is-valid,
.input-group > .form-email:not(:focus).is-valid,
.webform-has-field-prefix > .form-email:not(:focus).is-valid,
.webform-has-field-suffix > .form-email:not(:focus).is-valid,
.input-group > .form-file:not(:focus).is-valid,
.webform-has-field-prefix > .form-file:not(:focus).is-valid,
.webform-has-field-suffix > .form-file:not(:focus).is-valid,
.input-group > .form-month:not(:focus).is-valid,
.webform-has-field-prefix > .form-month:not(:focus).is-valid,
.webform-has-field-suffix > .form-month:not(:focus).is-valid,
.input-group > .form-number:not(:focus).is-valid,
.webform-has-field-prefix > .form-number:not(:focus).is-valid,
.webform-has-field-suffix > .form-number:not(:focus).is-valid,
.input-group > .form-password:not(:focus).is-valid,
.webform-has-field-prefix > .form-password:not(:focus).is-valid,
.webform-has-field-suffix > .form-password:not(:focus).is-valid,
.input-group > .form-search:not(:focus).is-valid,
.webform-has-field-prefix > .form-search:not(:focus).is-valid,
.webform-has-field-suffix > .form-search:not(:focus).is-valid,
.input-group > .form-tel:not(:focus).is-valid,
.webform-has-field-prefix > .form-tel:not(:focus).is-valid,
.webform-has-field-suffix > .form-tel:not(:focus).is-valid,
.input-group > .form-text:not(:focus).is-valid,
.webform-has-field-prefix > .form-text:not(:focus).is-valid,
.webform-has-field-suffix > .form-text:not(:focus).is-valid,
.input-group > .form-time:not(:focus).is-valid,
.webform-has-field-prefix > .form-time:not(:focus).is-valid,
.webform-has-field-suffix > .form-time:not(:focus).is-valid,
.input-group > .form-url:not(:focus).is-valid,
.webform-has-field-prefix > .form-url:not(:focus).is-valid,
.webform-has-field-suffix > .form-url:not(:focus).is-valid,
.input-group > .form-week:not(:focus).is-valid,
.webform-has-field-prefix > .form-week:not(:focus).is-valid,
.webform-has-field-suffix > .form-week:not(:focus).is-valid,
.input-group > .form-textarea:not(:focus).is-valid,
.webform-has-field-prefix > .form-textarea:not(:focus).is-valid,
.webform-has-field-suffix > .form-textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-select:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.webform-has-field-prefix > .form-select:not(:focus).is-valid,
.webform-has-field-suffix > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .webform-has-field-prefix > .form-floating:not(:focus-within):valid,
.was-validated .webform-has-field-suffix > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.webform-has-field-prefix > .form-floating:not(:focus-within).is-valid,
.webform-has-field-suffix > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

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

.was-validated .form-control:invalid, .was-validated .form-color:invalid,
.was-validated .form-date:invalid,
.was-validated .form-datetime-local:invalid,
.was-validated .form-email:invalid,
.was-validated .form-file:invalid,
.was-validated .form-month:invalid,
.was-validated .form-number:invalid,
.was-validated .form-password:invalid,
.was-validated .form-search:invalid,
.was-validated .form-tel:invalid,
.was-validated .form-text:invalid,
.was-validated .form-time:invalid,
.was-validated .form-url:invalid,
.was-validated .form-week:invalid,
.was-validated .form-textarea:invalid, .form-control.is-invalid, .is-invalid.form-color,
.is-invalid.form-date,
.is-invalid.form-datetime-local,
.is-invalid.form-email,
.is-invalid.form-file,
.is-invalid.form-month,
.is-invalid.form-number,
.is-invalid.form-password,
.is-invalid.form-search,
.is-invalid.form-tel,
.is-invalid.form-text,
.is-invalid.form-time,
.is-invalid.form-url,
.is-invalid.form-week,
.is-invalid.form-textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .form-color:invalid:focus,
.was-validated .form-date:invalid:focus,
.was-validated .form-datetime-local:invalid:focus,
.was-validated .form-email:invalid:focus,
.was-validated .form-file:invalid:focus,
.was-validated .form-month:invalid:focus,
.was-validated .form-number:invalid:focus,
.was-validated .form-password:invalid:focus,
.was-validated .form-search:invalid:focus,
.was-validated .form-tel:invalid:focus,
.was-validated .form-text:invalid:focus,
.was-validated .form-time:invalid:focus,
.was-validated .form-url:invalid:focus,
.was-validated .form-week:invalid:focus,
.was-validated .form-textarea:invalid:focus, .form-control.is-invalid:focus, .is-invalid.form-color:focus,
.is-invalid.form-date:focus,
.is-invalid.form-datetime-local:focus,
.is-invalid.form-email:focus,
.is-invalid.form-file:focus,
.is-invalid.form-month:focus,
.is-invalid.form-number:focus,
.is-invalid.form-password:focus,
.is-invalid.form-search:focus,
.is-invalid.form-tel:focus,
.is-invalid.form-text:focus,
.is-invalid.form-time:focus,
.is-invalid.form-url:focus,
.is-invalid.form-week:focus,
.is-invalid.form-textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.form-color:invalid,
.was-validated textarea.form-date:invalid,
.was-validated textarea.form-datetime-local:invalid,
.was-validated textarea.form-email:invalid,
.was-validated textarea.form-file:invalid,
.was-validated textarea.form-month:invalid,
.was-validated textarea.form-number:invalid,
.was-validated textarea.form-password:invalid,
.was-validated textarea.form-search:invalid,
.was-validated textarea.form-tel:invalid,
.was-validated textarea.form-text:invalid,
.was-validated textarea.form-time:invalid,
.was-validated textarea.form-url:invalid,
.was-validated textarea.form-week:invalid,
.was-validated textarea.form-textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid.form-color,
textarea.is-invalid.form-date,
textarea.is-invalid.form-datetime-local,
textarea.is-invalid.form-email,
textarea.is-invalid.form-file,
textarea.is-invalid.form-month,
textarea.is-invalid.form-number,
textarea.is-invalid.form-password,
textarea.is-invalid.form-search,
textarea.is-invalid.form-tel,
textarea.is-invalid.form-text,
textarea.is-invalid.form-time,
textarea.is-invalid.form-url,
textarea.is-invalid.form-week,
textarea.is-invalid.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5 6 6 6-6'/%3e%3c/svg%3e"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-check-input:invalid, .was-validated .js-form-type-checkbox .form-checkbox:invalid, .js-form-type-checkbox .was-validated .form-checkbox:invalid,
.was-validated .js-form-type-checkbox .form-radio:invalid,
.js-form-type-checkbox .was-validated .form-radio:invalid,
.was-validated .js-form-type-radio .form-checkbox:invalid,
.js-form-type-radio .was-validated .form-checkbox:invalid,
.was-validated .js-form-type-radio .form-radio:invalid,
.js-form-type-radio .was-validated .form-radio:invalid, .form-check-input.is-invalid, .js-form-type-checkbox .is-invalid.form-checkbox,
.js-form-type-checkbox .is-invalid.form-radio,
.js-form-type-radio .is-invalid.form-checkbox,
.js-form-type-radio .is-invalid.form-radio {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated .js-form-type-checkbox .form-checkbox:invalid:checked, .js-form-type-checkbox .was-validated .form-checkbox:invalid:checked,
.was-validated .js-form-type-checkbox .form-radio:invalid:checked,
.js-form-type-checkbox .was-validated .form-radio:invalid:checked,
.was-validated .js-form-type-radio .form-checkbox:invalid:checked,
.js-form-type-radio .was-validated .form-checkbox:invalid:checked,
.was-validated .js-form-type-radio .form-radio:invalid:checked,
.js-form-type-radio .was-validated .form-radio:invalid:checked, .form-check-input.is-invalid:checked, .js-form-type-checkbox .is-invalid.form-checkbox:checked,
.js-form-type-checkbox .is-invalid.form-radio:checked,
.js-form-type-radio .is-invalid.form-checkbox:checked,
.js-form-type-radio .is-invalid.form-radio:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated .js-form-type-checkbox .form-checkbox:invalid:focus, .js-form-type-checkbox .was-validated .form-checkbox:invalid:focus,
.was-validated .js-form-type-checkbox .form-radio:invalid:focus,
.js-form-type-checkbox .was-validated .form-radio:invalid:focus,
.was-validated .js-form-type-radio .form-checkbox:invalid:focus,
.js-form-type-radio .was-validated .form-checkbox:invalid:focus,
.was-validated .js-form-type-radio .form-radio:invalid:focus,
.js-form-type-radio .was-validated .form-radio:invalid:focus, .form-check-input.is-invalid:focus, .js-form-type-checkbox .is-invalid.form-checkbox:focus,
.js-form-type-checkbox .is-invalid.form-radio:focus,
.js-form-type-radio .is-invalid.form-checkbox:focus,
.js-form-type-radio .is-invalid.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-checkbox:invalid ~ .form-check-label, .js-form-type-checkbox .was-validated .form-checkbox:invalid ~ .form-check-label,
.was-validated .js-form-type-checkbox .form-radio:invalid ~ .form-check-label,
.js-form-type-checkbox .was-validated .form-radio:invalid ~ .form-check-label,
.was-validated .js-form-type-radio .form-checkbox:invalid ~ .form-check-label,
.js-form-type-radio .was-validated .form-checkbox:invalid ~ .form-check-label,
.was-validated .js-form-type-radio .form-radio:invalid ~ .form-check-label,
.js-form-type-radio .was-validated .form-radio:invalid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-check-input:invalid ~ .option, .was-validated .js-form-type-checkbox .form-checkbox:invalid ~ .option,
.was-validated .js-form-type-checkbox .form-radio:invalid ~ .option, .js-form-type-checkbox .was-validated .form-check-input:invalid ~ .option, .js-form-type-checkbox .was-validated .form-checkbox:invalid ~ .option,
.js-form-type-checkbox .was-validated .form-radio:invalid ~ .option,
.was-validated .js-form-type-radio .form-check-input:invalid ~ .option,
.was-validated .js-form-type-radio .form-checkbox:invalid ~ .option,
.was-validated .js-form-type-radio .form-radio:invalid ~ .option,
.js-form-type-radio .was-validated .form-check-input:invalid ~ .option,
.js-form-type-radio .was-validated .form-checkbox:invalid ~ .option,
.js-form-type-radio .was-validated .form-radio:invalid ~ .option, .form-check-input.is-invalid ~ .form-check-label, .js-form-type-checkbox .is-invalid.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .is-invalid.form-radio ~ .form-check-label,
.js-form-type-radio .is-invalid.form-checkbox ~ .form-check-label,
.js-form-type-radio .is-invalid.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.is-invalid ~ .option, .js-form-type-checkbox .is-invalid.form-checkbox ~ .option,
.js-form-type-checkbox .is-invalid.form-radio ~ .option,
.js-form-type-radio .form-check-input.is-invalid ~ .option,
.js-form-type-radio .is-invalid.form-checkbox ~ .option,
.js-form-type-radio .is-invalid.form-radio ~ .option {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .form-check-input ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .form-check-input ~ .invalid-feedback, .form-check-inline .js-form-type-checkbox .form-checkbox ~ .invalid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-checkbox ~ .invalid-feedback, .js-form-type-checkbox .form-check-inline .form-checkbox ~ .invalid-feedback, .js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.form-check-inline .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .form-check-inline .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-radio ~ .invalid-feedback,
.form-check-inline .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .form-check-inline .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.form-check-inline .js-form-type-radio .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-radio ~ .invalid-feedback,
.js-form-type-radio .form-check-inline .form-radio ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .webform-has-field-prefix > .form-control:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-control:not(:focus):invalid, .was-validated .input-group > .form-color:not(:focus):invalid, .was-validated .webform-has-field-prefix > .form-color:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-color:not(:focus):invalid,
.was-validated .input-group > .form-date:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-date:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-date:not(:focus):invalid,
.was-validated .input-group > .form-datetime-local:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-datetime-local:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-datetime-local:not(:focus):invalid,
.was-validated .input-group > .form-email:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-email:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-email:not(:focus):invalid,
.was-validated .input-group > .form-file:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-file:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-file:not(:focus):invalid,
.was-validated .input-group > .form-month:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-month:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-month:not(:focus):invalid,
.was-validated .input-group > .form-number:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-number:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-number:not(:focus):invalid,
.was-validated .input-group > .form-password:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-password:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-password:not(:focus):invalid,
.was-validated .input-group > .form-search:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-search:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-search:not(:focus):invalid,
.was-validated .input-group > .form-tel:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-tel:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-tel:not(:focus):invalid,
.was-validated .input-group > .form-text:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-text:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-text:not(:focus):invalid,
.was-validated .input-group > .form-time:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-time:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-time:not(:focus):invalid,
.was-validated .input-group > .form-url:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-url:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-url:not(:focus):invalid,
.was-validated .input-group > .form-week:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-week:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-week:not(:focus):invalid,
.was-validated .input-group > .form-textarea:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-textarea:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .webform-has-field-prefix > .form-control:not(:focus).is-invalid,
.webform-has-field-suffix > .form-control:not(:focus).is-invalid, .input-group > .form-color:not(:focus).is-invalid, .webform-has-field-prefix > .form-color:not(:focus).is-invalid,
.webform-has-field-suffix > .form-color:not(:focus).is-invalid,
.input-group > .form-date:not(:focus).is-invalid,
.webform-has-field-prefix > .form-date:not(:focus).is-invalid,
.webform-has-field-suffix > .form-date:not(:focus).is-invalid,
.input-group > .form-datetime-local:not(:focus).is-invalid,
.webform-has-field-prefix > .form-datetime-local:not(:focus).is-invalid,
.webform-has-field-suffix > .form-datetime-local:not(:focus).is-invalid,
.input-group > .form-email:not(:focus).is-invalid,
.webform-has-field-prefix > .form-email:not(:focus).is-invalid,
.webform-has-field-suffix > .form-email:not(:focus).is-invalid,
.input-group > .form-file:not(:focus).is-invalid,
.webform-has-field-prefix > .form-file:not(:focus).is-invalid,
.webform-has-field-suffix > .form-file:not(:focus).is-invalid,
.input-group > .form-month:not(:focus).is-invalid,
.webform-has-field-prefix > .form-month:not(:focus).is-invalid,
.webform-has-field-suffix > .form-month:not(:focus).is-invalid,
.input-group > .form-number:not(:focus).is-invalid,
.webform-has-field-prefix > .form-number:not(:focus).is-invalid,
.webform-has-field-suffix > .form-number:not(:focus).is-invalid,
.input-group > .form-password:not(:focus).is-invalid,
.webform-has-field-prefix > .form-password:not(:focus).is-invalid,
.webform-has-field-suffix > .form-password:not(:focus).is-invalid,
.input-group > .form-search:not(:focus).is-invalid,
.webform-has-field-prefix > .form-search:not(:focus).is-invalid,
.webform-has-field-suffix > .form-search:not(:focus).is-invalid,
.input-group > .form-tel:not(:focus).is-invalid,
.webform-has-field-prefix > .form-tel:not(:focus).is-invalid,
.webform-has-field-suffix > .form-tel:not(:focus).is-invalid,
.input-group > .form-text:not(:focus).is-invalid,
.webform-has-field-prefix > .form-text:not(:focus).is-invalid,
.webform-has-field-suffix > .form-text:not(:focus).is-invalid,
.input-group > .form-time:not(:focus).is-invalid,
.webform-has-field-prefix > .form-time:not(:focus).is-invalid,
.webform-has-field-suffix > .form-time:not(:focus).is-invalid,
.input-group > .form-url:not(:focus).is-invalid,
.webform-has-field-prefix > .form-url:not(:focus).is-invalid,
.webform-has-field-suffix > .form-url:not(:focus).is-invalid,
.input-group > .form-week:not(:focus).is-invalid,
.webform-has-field-prefix > .form-week:not(:focus).is-invalid,
.webform-has-field-suffix > .form-week:not(:focus).is-invalid,
.input-group > .form-textarea:not(:focus).is-invalid,
.webform-has-field-prefix > .form-textarea:not(:focus).is-invalid,
.webform-has-field-suffix > .form-textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-select:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.webform-has-field-prefix > .form-select:not(:focus).is-invalid,
.webform-has-field-suffix > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .webform-has-field-prefix > .form-floating:not(:focus-within):invalid,
.was-validated .webform-has-field-suffix > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.webform-has-field-prefix > .form-floating:not(:focus-within).is-invalid,
.webform-has-field-suffix > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.btn, .form-button,
.form-reset,
.form-submit, .paragraph--slider .slider_detail .item-content .item-cta .item-link, .paragraph--slider_video .paragraph__body .cta .link, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-cta .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .paragraph--cta .paragraph__body .cta .link, .main-footer__reviews .buttons > div > a, .eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-personalize-button, .btn4, .btn3, .btn2, .btn1, .block--references .item--reference .item-linktext, .block--eshop .eshop-produit .content form > a, .block--blog .item--news .item-linktext, .block--agenda .item--event .item-linktext {
  --wu-btn-border-color: transparent;
  --wu-btn-bg: transparent;
  --wu-btn-color: #666;
  --wu-btn-hover-border-color: transparent;
  --wu-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--wu-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  vertical-align: middle;
  border: 0.125rem solid var(--wu-btn-border-color);
  border-radius: var(--wu-border-radius);
  padding: 0.8125rem 1.25rem;
  background-color: var(--wu-btn-bg);
  color: var(--wu-btn-color);
  font-family: var(--wu-font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .form-button,
  .form-reset,
  .form-submit, .paragraph--slider .slider_detail .item-content .item-cta .item-link, .paragraph--slider_video .paragraph__body .cta .link, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-cta .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .paragraph--cta .paragraph__body .cta .link, .main-footer__reviews .buttons > div > a, .eu-cookie-compliance-default-button,
  .eu-cookie-compliance-secondary-button,
  .eu-cookie-compliance-hide-button,
  .eu-cookie-withdraw-button,
  .eu-cookie-compliance-save-preferences-button,
  .eu-cookie-compliance-personalize-button, .btn4, .btn3, .btn2, .btn1, .block--references .item--reference .item-linktext, .block--eshop .eshop-produit .content form > a, .block--blog .item--news .item-linktext, .block--agenda .item--event .item-linktext {
    transition: none;
  }
}
.btn:hover, .form-button:hover,
.form-reset:hover,
.form-submit:hover, .paragraph--slider .slider_detail .item-content .item-cta .item-link:hover, .paragraph--slider_video .paragraph__body .cta .link:hover, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:hover, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:hover, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:hover, .paragraph--cta .paragraph__body .cta .link:hover, .main-footer__reviews .buttons > div > a:hover, .eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-secondary-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-withdraw-button:hover,
.eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-personalize-button:hover, .btn4:hover, .btn3:hover, .btn2:hover, .btn1:hover, .block--references .item--reference .item-linktext:hover, .block--eshop .eshop-produit .content form > a:hover, .block--blog .item--news .item-linktext:hover, .block--agenda .item--event .item-linktext:hover {
  border-color: var(--wu-btn-hover-border-color);
  background-color: var(--wu-btn-hover-bg);
  color: var(--wu-btn-hover-color);
}
.btn:focus-visible, .form-button:focus-visible,
.form-reset:focus-visible,
.form-submit:focus-visible, .paragraph--slider .slider_detail .item-content .item-cta .item-link:focus-visible, .paragraph--slider_video .paragraph__body .cta .link:focus-visible, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:focus-visible, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:focus-visible, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:focus-visible, .paragraph--cta .paragraph__body .cta .link:focus-visible, .main-footer__reviews .buttons > div > a:focus-visible, .eu-cookie-compliance-default-button:focus-visible,
.eu-cookie-compliance-secondary-button:focus-visible,
.eu-cookie-compliance-hide-button:focus-visible,
.eu-cookie-withdraw-button:focus-visible,
.eu-cookie-compliance-save-preferences-button:focus-visible,
.eu-cookie-compliance-personalize-button:focus-visible, .btn4:focus-visible, .btn3:focus-visible, .btn2:focus-visible, .btn1:focus-visible, .block--references .item--reference .item-linktext:focus-visible, .block--eshop .eshop-produit .content form > a:focus-visible, .block--blog .item--news .item-linktext:focus-visible, .block--agenda .item--event .item-linktext:focus-visible {
  border-color: var(--wu-btn-hover-border-color);
  background-color: var(--wu-btn-hover-bg);
  box-shadow: var(--wu-btn-focus-box-shadow);
  outline: 0;
  color: var(--wu-btn-hover-color);
}
.btn:active, .form-button:active,
.form-reset:active,
.form-submit:active, .paragraph--slider .slider_detail .item-content .item-cta .item-link:active, .paragraph--slider_video .paragraph__body .cta .link:active, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:active, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:active, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:active, .paragraph--cta .paragraph__body .cta .link:active, .main-footer__reviews .buttons > div > a:active, .eu-cookie-compliance-default-button:active,
.eu-cookie-compliance-secondary-button:active,
.eu-cookie-compliance-hide-button:active,
.eu-cookie-withdraw-button:active,
.eu-cookie-compliance-save-preferences-button:active,
.eu-cookie-compliance-personalize-button:active, .btn4:active, .btn3:active, .btn2:active, .btn1:active, .block--references .item--reference .item-linktext:active, .block--eshop .eshop-produit .content form > a:active, .block--blog .item--news .item-linktext:active, .block--agenda .item--event .item-linktext:active, .btn.active, .active.form-button,
.active.form-reset,
.active.form-submit, .paragraph--slider .slider_detail .item-content .item-cta .active.item-link, .paragraph--slider_video .paragraph__body .cta .active.link, .paragraph--service_produit .service_produit_detail .item-cta .active.item-linktext, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .active.item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .active.item-link, .paragraph--cta .paragraph__body .cta .active.link, .main-footer__reviews .buttons > div > a.active, .active.eu-cookie-compliance-default-button,
.active.eu-cookie-compliance-secondary-button,
.active.eu-cookie-compliance-hide-button,
.active.eu-cookie-withdraw-button,
.active.eu-cookie-compliance-save-preferences-button,
.active.eu-cookie-compliance-personalize-button, .active.btn4, .active.btn3, .active.btn2, .active.btn1, .block--references .item--reference .active.item-linktext, .block--eshop .eshop-produit .content form > a.active, .block--blog .item--news .active.item-linktext, .block--agenda .item--event .active.item-linktext, .btn.show, .show.form-button,
.show.form-reset,
.show.form-submit, .paragraph--slider .slider_detail .item-content .item-cta .show.item-link, .paragraph--slider_video .paragraph__body .cta .show.link, .paragraph--service_produit .service_produit_detail .item-cta .show.item-linktext, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .show.item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .show.item-link, .paragraph--cta .paragraph__body .cta .show.link, .main-footer__reviews .buttons > div > a.show, .show.eu-cookie-compliance-default-button,
.show.eu-cookie-compliance-secondary-button,
.show.eu-cookie-compliance-hide-button,
.show.eu-cookie-withdraw-button,
.show.eu-cookie-compliance-save-preferences-button,
.show.eu-cookie-compliance-personalize-button, .show.btn4, .show.btn3, .show.btn2, .show.btn1, .block--references .item--reference .show.item-linktext, .block--eshop .eshop-produit .content form > a.show, .block--blog .item--news .show.item-linktext, .block--agenda .item--event .show.item-linktext {
  border-color: var(--wu-btn-active-border-color);
  background-color: var(--wu-btn-active-bg);
  color: var(--wu-btn-active-color);
}
.btn:active:focus-visible, .form-button:active:focus-visible,
.form-reset:active:focus-visible,
.form-submit:active:focus-visible, .paragraph--slider .slider_detail .item-content .item-cta .item-link:active:focus-visible, .paragraph--slider_video .paragraph__body .cta .link:active:focus-visible, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:active:focus-visible, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:active:focus-visible, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:active:focus-visible, .paragraph--cta .paragraph__body .cta .link:active:focus-visible, .main-footer__reviews .buttons > div > a:active:focus-visible, .eu-cookie-compliance-default-button:active:focus-visible,
.eu-cookie-compliance-secondary-button:active:focus-visible,
.eu-cookie-compliance-hide-button:active:focus-visible,
.eu-cookie-withdraw-button:active:focus-visible,
.eu-cookie-compliance-save-preferences-button:active:focus-visible,
.eu-cookie-compliance-personalize-button:active:focus-visible, .btn4:active:focus-visible, .btn3:active:focus-visible, .btn2:active:focus-visible, .btn1:active:focus-visible, .block--references .item--reference .item-linktext:active:focus-visible, .block--eshop .eshop-produit .content form > a:active:focus-visible, .block--blog .item--news .item-linktext:active:focus-visible, .block--agenda .item--event .item-linktext:active:focus-visible, .btn.active:focus-visible, .active.form-button:focus-visible,
.active.form-reset:focus-visible,
.active.form-submit:focus-visible, .paragraph--slider .slider_detail .item-content .item-cta .active.item-link:focus-visible, .paragraph--slider_video .paragraph__body .cta .active.link:focus-visible, .paragraph--service_produit .service_produit_detail .item-cta .active.item-linktext:focus-visible, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .active.item-link:focus-visible, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .active.item-link:focus-visible, .paragraph--cta .paragraph__body .cta .active.link:focus-visible, .main-footer__reviews .buttons > div > a.active:focus-visible, .active.eu-cookie-compliance-default-button:focus-visible,
.active.eu-cookie-compliance-secondary-button:focus-visible,
.active.eu-cookie-compliance-hide-button:focus-visible,
.active.eu-cookie-withdraw-button:focus-visible,
.active.eu-cookie-compliance-save-preferences-button:focus-visible,
.active.eu-cookie-compliance-personalize-button:focus-visible, .active.btn4:focus-visible, .active.btn3:focus-visible, .active.btn2:focus-visible, .active.btn1:focus-visible, .block--references .item--reference .active.item-linktext:focus-visible, .block--eshop .eshop-produit .content form > a.active:focus-visible, .block--blog .item--news .active.item-linktext:focus-visible, .block--agenda .item--event .active.item-linktext:focus-visible, .btn.show:focus-visible, .show.form-button:focus-visible,
.show.form-reset:focus-visible,
.show.form-submit:focus-visible, .paragraph--slider .slider_detail .item-content .item-cta .show.item-link:focus-visible, .paragraph--slider_video .paragraph__body .cta .show.link:focus-visible, .paragraph--service_produit .service_produit_detail .item-cta .show.item-linktext:focus-visible, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .show.item-link:focus-visible, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .show.item-link:focus-visible, .paragraph--cta .paragraph__body .cta .show.link:focus-visible, .main-footer__reviews .buttons > div > a.show:focus-visible, .show.eu-cookie-compliance-default-button:focus-visible,
.show.eu-cookie-compliance-secondary-button:focus-visible,
.show.eu-cookie-compliance-hide-button:focus-visible,
.show.eu-cookie-withdraw-button:focus-visible,
.show.eu-cookie-compliance-save-preferences-button:focus-visible,
.show.eu-cookie-compliance-personalize-button:focus-visible, .show.btn4:focus-visible, .show.btn3:focus-visible, .show.btn2:focus-visible, .show.btn1:focus-visible, .block--references .item--reference .show.item-linktext:focus-visible, .block--eshop .eshop-produit .content form > a.show:focus-visible, .block--blog .item--news .show.item-linktext:focus-visible, .block--agenda .item--event .show.item-linktext:focus-visible {
  box-shadow: var(--wu-btn-focus-box-shadow);
}
.btn:disabled, .form-button:disabled,
.form-reset:disabled,
.form-submit:disabled, .paragraph--slider .slider_detail .item-content .item-cta .item-link:disabled, .paragraph--slider_video .paragraph__body .cta .link:disabled, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:disabled, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:disabled, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link:disabled, .paragraph--cta .paragraph__body .cta .link:disabled, .main-footer__reviews .buttons > div > a:disabled, .eu-cookie-compliance-default-button:disabled,
.eu-cookie-compliance-secondary-button:disabled,
.eu-cookie-compliance-hide-button:disabled,
.eu-cookie-withdraw-button:disabled,
.eu-cookie-compliance-save-preferences-button:disabled,
.eu-cookie-compliance-personalize-button:disabled, .btn4:disabled, .btn3:disabled, .btn2:disabled, .btn1:disabled, .block--references .item--reference .item-linktext:disabled, .block--eshop .eshop-produit .content form > a:disabled, .block--blog .item--news .item-linktext:disabled, .block--agenda .item--event .item-linktext:disabled, .btn.disabled, .disabled.form-button,
.disabled.form-reset,
.disabled.form-submit, .paragraph--slider .slider_detail .item-content .item-cta .disabled.item-link, .paragraph--slider_video .paragraph__body .cta .disabled.link, .paragraph--service_produit .service_produit_detail .item-cta .disabled.item-linktext, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .disabled.item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .disabled.item-link, .paragraph--cta .paragraph__body .cta .disabled.link, .main-footer__reviews .buttons > div > a.disabled, .disabled.eu-cookie-compliance-default-button,
.disabled.eu-cookie-compliance-secondary-button,
.disabled.eu-cookie-compliance-hide-button,
.disabled.eu-cookie-withdraw-button,
.disabled.eu-cookie-compliance-save-preferences-button,
.disabled.eu-cookie-compliance-personalize-button, .disabled.btn4, .disabled.btn3, .disabled.btn2, .disabled.btn1, .block--references .item--reference .disabled.item-linktext, .block--eshop .eshop-produit .content form > a.disabled, .block--blog .item--news .disabled.item-linktext, .block--agenda .item--event .disabled.item-linktext, fieldset:disabled .btn, fieldset:disabled .form-button,
fieldset:disabled .form-reset,
fieldset:disabled .form-submit, fieldset:disabled .paragraph--slider .slider_detail .item-content .item-cta .item-link, .paragraph--slider .slider_detail .item-content .item-cta fieldset:disabled .item-link, fieldset:disabled .paragraph--slider_video .paragraph__body .cta .link, .paragraph--slider_video .paragraph__body .cta fieldset:disabled .link, fieldset:disabled .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .paragraph--service_produit .service_produit_detail .item-cta fieldset:disabled .item-linktext, fieldset:disabled .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta fieldset:disabled .item-link, fieldset:disabled .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta fieldset:disabled .item-link, fieldset:disabled .paragraph--cta .paragraph__body .cta .link, .paragraph--cta .paragraph__body .cta fieldset:disabled .link, fieldset:disabled .main-footer__reviews .buttons > div > a, .main-footer__reviews fieldset:disabled .buttons > div > a, fieldset:disabled .eu-cookie-compliance-default-button,
fieldset:disabled .eu-cookie-compliance-secondary-button,
fieldset:disabled .eu-cookie-compliance-hide-button,
fieldset:disabled .eu-cookie-withdraw-button,
fieldset:disabled .eu-cookie-compliance-save-preferences-button,
fieldset:disabled .eu-cookie-compliance-personalize-button, fieldset:disabled .btn4, fieldset:disabled .btn3, fieldset:disabled .btn2, fieldset:disabled .btn1, fieldset:disabled .block--references .item--reference .item-linktext, .block--references .item--reference fieldset:disabled .item-linktext, fieldset:disabled .block--eshop .eshop-produit .content form > a, .block--eshop .eshop-produit .content fieldset:disabled form > a, fieldset:disabled .block--blog .item--news .item-linktext, .block--blog .item--news fieldset:disabled .item-linktext, fieldset:disabled .block--agenda .item--event .item-linktext, .block--agenda .item--event fieldset:disabled .item-linktext {
  border-color: var(--wu-btn-disabled-border-color);
  background-color: var(--wu-btn-disabled-bg);
  color: var(--wu-btn-disabled-color);
  opacity: 0.65;
  pointer-events: none;
}

.btn-primary, .form-button,
.form-reset,
.form-submit, .paragraph--slider.header--advance .slider_detail .item-content.text--primary .item-cta .item-link, .paragraph--slider.header--phami .slider_detail .item-content.text--primary .item-cta .item-link, .paragraph--slider_video .paragraph__body.text--primary .cta .link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .main-footer__reviews .buttons > div > a, .eu-cookie-compliance-default-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button, .btn1 {
  --wu-btn-border-color: var(--wu-primary);
  --wu-btn-bg: var(--wu-primary);
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: var(--wu-primary);
  --wu-btn-hover-bg: var(--wu-primary);
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: var(--wu-primary);
  --wu-btn-active-bg: var(--wu-primary);
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: var(--wu-primary);
  --wu-btn-disabled-bg: var(--wu-primary);
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: var(--wu-primary-rgb);
}
.btn-primary:hover, .form-button:hover,
.form-reset:hover,
.form-submit:hover, .paragraph--slider.header--advance .slider_detail .item-content.text--primary .item-cta .item-link:hover, .paragraph--slider.header--phami .slider_detail .item-content.text--primary .item-cta .item-link:hover, .paragraph--slider_video .paragraph__body.text--primary .cta .link:hover, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link:hover, .main-footer__reviews .buttons > div > a:hover, .eu-cookie-compliance-default-button:hover,
.eu-cookie-withdraw-button:hover,
.eu-cookie-compliance-save-preferences-button:hover, .btn1:hover {
  box-shadow: 0 0 0 0.125rem #fff inset, 0 0 0 0.125rem var(--wu-primary);
}

.btn-secondary, .paragraph--slider.header--advance .slider_detail .item-content.text--secondary .item-cta .item-link, .paragraph--slider.header--phami .slider_detail .item-content.text--secondary .item-cta .item-link, .paragraph--slider_video .paragraph__body.text--secondary .cta .link, .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-cta .item-link, .btn2 {
  --wu-btn-border-color: var(--wu-secondary);
  --wu-btn-bg: var(--wu-secondary);
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: var(--wu-secondary);
  --wu-btn-hover-bg: var(--wu-secondary);
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: var(--wu-secondary);
  --wu-btn-active-bg: var(--wu-secondary);
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: var(--wu-secondary);
  --wu-btn-disabled-bg: var(--wu-secondary);
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: var(--wu-secondary-rgb);
}
.btn-secondary:hover, .paragraph--slider.header--advance .slider_detail .item-content.text--secondary .item-cta .item-link:hover, .paragraph--slider.header--phami .slider_detail .item-content.text--secondary .item-cta .item-link:hover, .paragraph--slider_video .paragraph__body.text--secondary .cta .link:hover, .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-cta .item-link:hover, .btn2:hover {
  box-shadow: 0 0 0 0.125rem #fff inset, 0 0 0 0.125rem var(--wu-secondary);
}

.btn-success {
  --wu-btn-border-color: #198754;
  --wu-btn-bg: #198754;
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: #309365;
  --wu-btn-hover-bg: #3c996e;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #309365;
  --wu-btn-active-bg: #479f76;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #198754;
  --wu-btn-disabled-bg: #198754;
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: 60, 153, 110;
}

.btn-info {
  --wu-btn-border-color: #0dcaf0;
  --wu-btn-bg: #0dcaf0;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #25cff2;
  --wu-btn-hover-bg: #31d2f2;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #25cff2;
  --wu-btn-active-bg: #3dd5f3;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #0dcaf0;
  --wu-btn-disabled-bg: #0dcaf0;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 11, 172, 204;
}

.btn-warning {
  --wu-btn-border-color: #ffc107;
  --wu-btn-bg: #ffc107;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #ffc720;
  --wu-btn-hover-bg: #ffca2c;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #ffc720;
  --wu-btn-active-bg: #ffcd39;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #ffc107;
  --wu-btn-disabled-bg: #ffc107;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 217, 164, 6;
}

.btn-danger {
  --wu-btn-border-color: #dc3545;
  --wu-btn-bg: #dc3545;
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: #e04958;
  --wu-btn-hover-bg: #e15361;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #e04958;
  --wu-btn-active-bg: #e35d6a;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #dc3545;
  --wu-btn-disabled-bg: #dc3545;
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: 225, 83, 97;
}

.btn-light {
  --wu-btn-border-color: #f8f9fa;
  --wu-btn-bg: #f8f9fa;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #c6c7c8;
  --wu-btn-hover-bg: #d3d4d5;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #babbbc;
  --wu-btn-active-bg: #c6c7c8;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #f8f9fa;
  --wu-btn-disabled-bg: #f8f9fa;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 211, 212, 213;
}

.btn-dark {
  --wu-btn-border-color: #212529;
  --wu-btn-bg: #212529;
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: #373b3e;
  --wu-btn-hover-bg: #424649;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #373b3e;
  --wu-btn-active-bg: #4d5154;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #212529;
  --wu-btn-disabled-bg: #212529;
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: 66, 70, 73;
}

.btn-white, .paragraph--slider.header--advance .slider_detail .item-content.text--white .item-cta .item-link, .paragraph--slider.header--phami .slider_detail .item-content.text--white .item-cta .item-link, .paragraph--slider_video .paragraph__body.text--white .cta .link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link {
  --wu-btn-border-color: #fff;
  --wu-btn-bg: #fff;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #cccccc;
  --wu-btn-hover-bg: #d9d9d9;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #bfbfbf;
  --wu-btn-active-bg: #cccccc;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #fff;
  --wu-btn-disabled-bg: #fff;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 217, 217, 217;
}

.btn-black, .paragraph--slider.header--advance .slider_detail .item-content.text--black .item-cta .item-link, .paragraph--slider.header--phami .slider_detail .item-content.text--black .item-cta .item-link, .paragraph--slider_video .paragraph__body.text--black .cta .link {
  --wu-btn-border-color: #000;
  --wu-btn-bg: #000;
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: #1a1a1a;
  --wu-btn-hover-bg: #262626;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #1a1a1a;
  --wu-btn-active-bg: #333333;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #000;
  --wu-btn-disabled-bg: #000;
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: 38, 38, 38;
}

.btn-outline-primary, .paragraph--slider .slider_detail .item-content.text--primary .item-cta .item-link, .eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-personalize-button, .btn3 {
  --wu-btn-border-color: var(--wu-primary);
  --wu-btn-color: var(--wu-primary);
  --wu-btn-hover-border-color: var(--wu-primary);
  --wu-btn-hover-bg: var(--wu-primary);
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: var(--wu-primary);
  --wu-btn-active-bg: var(--wu-primary);
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: var(--wu-primary);
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: var(--wu-primary);
  --wu-btn-focus-shadow-rgb: var(--wu-primary-rgb);
}

.btn-outline-secondary, .paragraph--slider .slider_detail .item-content.text--secondary .item-cta .item-link, .btn4 {
  --wu-btn-border-color: var(--wu-secondary);
  --wu-btn-color: var(--wu-secondary);
  --wu-btn-hover-border-color: var(--wu-secondary);
  --wu-btn-hover-bg: var(--wu-secondary);
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: var(--wu-secondary);
  --wu-btn-active-bg: var(--wu-secondary);
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: var(--wu-secondary);
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: var(--wu-secondary);
  --wu-btn-focus-shadow-rgb: var(--wu-secondary-rgb);
}

.btn-outline-success {
  --wu-btn-border-color: #198754;
  --wu-btn-color: #198754;
  --wu-btn-hover-border-color: #198754;
  --wu-btn-hover-bg: #198754;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #198754;
  --wu-btn-active-bg: #198754;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #198754;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #198754;
  --wu-btn-focus-shadow-rgb: 25, 135, 84;
}

.btn-outline-info {
  --wu-btn-border-color: #0dcaf0;
  --wu-btn-color: #0dcaf0;
  --wu-btn-hover-border-color: #0dcaf0;
  --wu-btn-hover-bg: #0dcaf0;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #0dcaf0;
  --wu-btn-active-bg: #0dcaf0;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #0dcaf0;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #0dcaf0;
  --wu-btn-focus-shadow-rgb: 13, 202, 240;
}

.btn-outline-warning {
  --wu-btn-border-color: #ffc107;
  --wu-btn-color: #ffc107;
  --wu-btn-hover-border-color: #ffc107;
  --wu-btn-hover-bg: #ffc107;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #ffc107;
  --wu-btn-active-bg: #ffc107;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #ffc107;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #ffc107;
  --wu-btn-focus-shadow-rgb: 255, 193, 7;
}

.btn-outline-danger {
  --wu-btn-border-color: #dc3545;
  --wu-btn-color: #dc3545;
  --wu-btn-hover-border-color: #dc3545;
  --wu-btn-hover-bg: #dc3545;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #dc3545;
  --wu-btn-active-bg: #dc3545;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #dc3545;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #dc3545;
  --wu-btn-focus-shadow-rgb: 220, 53, 69;
}

.btn-outline-light {
  --wu-btn-border-color: #f8f9fa;
  --wu-btn-color: #f8f9fa;
  --wu-btn-hover-border-color: #f8f9fa;
  --wu-btn-hover-bg: #f8f9fa;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #f8f9fa;
  --wu-btn-active-bg: #f8f9fa;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #f8f9fa;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #f8f9fa;
  --wu-btn-focus-shadow-rgb: 248, 249, 250;
}

.btn-outline-dark {
  --wu-btn-border-color: #212529;
  --wu-btn-color: #212529;
  --wu-btn-hover-border-color: #212529;
  --wu-btn-hover-bg: #212529;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #212529;
  --wu-btn-active-bg: #212529;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #212529;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #212529;
  --wu-btn-focus-shadow-rgb: 33, 37, 41;
}

.btn-outline-white, .paragraph--slider .slider_detail .item-content.text--white .item-cta .item-link {
  --wu-btn-border-color: #fff;
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: #fff;
  --wu-btn-hover-bg: #fff;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #fff;
  --wu-btn-active-bg: #fff;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #fff;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: 255, 255, 255;
}

.btn-outline-black, .paragraph--slider .slider_detail .item-content.text--black .item-cta .item-link {
  --wu-btn-border-color: #000;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #000;
  --wu-btn-hover-bg: #000;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #000;
  --wu-btn-active-bg: #000;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #000;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 0, 0, 0;
}

.btn-link, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .block--references .item--reference .item-linktext, .block--blog .item--news .item-linktext, .block--agenda .item--event .item-linktext {
  --wu-btn-border-color: var(--wu-link-color);
  --wu-btn-bg: transparent;
  --wu-btn-color: var(--wu-link-color);
  --wu-btn-hover-border-color: var(--wu-link-hover-color);
  --wu-btn-hover-color: var(--wu-link-hover-color);
  --wu-btn-active-border-color: var(--wu-link-hover-color);
  --wu-btn-active-color: var(--wu-link-hover-color);
  --wu-btn-disabled-border-color: transparent;
  --wu-btn-disabled-color: #6c757d;
  --wu-btn-focus-shadow-rgb: var(--wu-primary-rgb);
  border: 0;
  border-bottom: 1px solid var(--wu-btn-border-color);
  border-radius: 0;
  padding: 0.125rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1667;
  text-transform: uppercase;
}
.btn-link:focus-visible, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:focus-visible, .block--references .item--reference .item-linktext:focus-visible, .block--blog .item--news .item-linktext:focus-visible, .block--agenda .item--event .item-linktext:focus-visible {
  color: var(--wu-btn-color);
}
.btn-link:hover, .paragraph--service_produit .service_produit_detail .item-cta .item-linktext:hover, .block--references .item--reference .item-linktext:hover, .block--blog .item--news .item-linktext:hover, .block--agenda .item--event .item-linktext:hover {
  color: var(--wu-btn-hover-color);
}

.accordion-button {
  display: flex;
  align-items: center;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 1rem 1.25rem;
  width: 100%;
  background-color: #fff;
  color: #666;
  font-size: 1rem;
  text-align: left;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #e6f0f6;
  box-shadow: inset 0 -1px 0var --wu-border-color;
  color: #005f95;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005f95'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  content: "";
  flex-shrink: 0;
  margin-left: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80b4d3;
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  border: 1px solid var(--wu-border-color);
  background-color: #fff;
  color: #666;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.375rem - 1px);
  border-bottom-right-radius: calc(0.375rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0 0;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination, .pager ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -0.3125rem -0.3125rem 4.1875rem;
  padding-left: 0;
  list-style: none;
}

.page-item.pager__item--first .page-link, .page-item.pager__item--first .pager ul li a, .pager ul li .page-item.pager__item--first a, .pager ul li.pager__item--first .page-link, .pager ul li.pager__item--first a, .page-item.pager__item--previous .page-link, .page-item.pager__item--previous .pager ul li a, .pager ul li .page-item.pager__item--previous a, .pager ul li.pager__item--previous .page-link, .pager ul li.pager__item--previous a, .page-item.pager__item--next .page-link, .page-item.pager__item--next .pager ul li a, .pager ul li .page-item.pager__item--next a, .pager ul li.pager__item--next .page-link, .pager ul li.pager__item--next a, .page-item.pager__item--last .page-link, .page-item.pager__item--last .pager ul li a, .pager ul li .page-item.pager__item--last a, .pager ul li.pager__item--last .page-link, .pager ul li.pager__item--last a {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--wu-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  color: #fff;
}
.page-item.pager__item--first .page-link span:not(.visually-hidden), .page-item.pager__item--first .pager ul li a span:not(.visually-hidden), .pager ul li .page-item.pager__item--first a span:not(.visually-hidden), .pager ul li.pager__item--first .page-link span:not(.visually-hidden), .pager ul li.pager__item--first a span:not(.visually-hidden), .page-item.pager__item--previous .page-link span:not(.visually-hidden), .page-item.pager__item--previous .pager ul li a span:not(.visually-hidden), .pager ul li .page-item.pager__item--previous a span:not(.visually-hidden), .pager ul li.pager__item--previous .page-link span:not(.visually-hidden), .pager ul li.pager__item--previous a span:not(.visually-hidden), .page-item.pager__item--next .page-link span:not(.visually-hidden), .page-item.pager__item--next .pager ul li a span:not(.visually-hidden), .pager ul li .page-item.pager__item--next a span:not(.visually-hidden), .pager ul li.pager__item--next .page-link span:not(.visually-hidden), .pager ul li.pager__item--next a span:not(.visually-hidden), .page-item.pager__item--last .page-link span:not(.visually-hidden), .page-item.pager__item--last .pager ul li a span:not(.visually-hidden), .pager ul li .page-item.pager__item--last a span:not(.visually-hidden), .pager ul li.pager__item--last .page-link span:not(.visually-hidden), .pager ul li.pager__item--last a span:not(.visually-hidden) {
  display: none;
}
.page-item.pager__item--first .page-link, .page-item.pager__item--first .pager ul li a, .pager ul li .page-item.pager__item--first a, .pager ul li.pager__item--first .page-link, .pager ul li.pager__item--first a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M2.71,8L8.35,2.35h0c.2-.2,.19-.51,0-.71h0c-.2-.2-.51-.2-.71,0L1.65,7.65h0c-.2,.2-.19,.51,0,.71l6,6c.2,.2,.51,.2,.71,0s.2-.51,0-.71L2.71,8Zm4,0L12.35,2.35h0c.2-.2,.19-.51,0-.71h0c-.2-.2-.51-.2-.71,0L5.65,7.65h0c-.2,.2-.19,.51,0,.71l6,6c.2,.2,.51,.2,.71,0s.2-.51,0-.71l-5.65-5.65Z'/%3e%3c/svg%3e");
}
.page-item.pager__item--previous .page-link, .page-item.pager__item--previous .pager ul li a, .pager ul li .page-item.pager__item--previous a, .pager ul li.pager__item--previous .page-link, .pager ul li.pager__item--previous a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.page-item.pager__item--next .page-link, .page-item.pager__item--next .pager ul li a, .pager ul li .page-item.pager__item--next a, .pager ul li.pager__item--next .page-link, .pager ul li.pager__item--next a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-item.pager__item--last .page-link, .page-item.pager__item--last .pager ul li a, .pager ul li .page-item.pager__item--last a, .pager ul li.pager__item--last .page-link, .pager ul li.pager__item--last a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M10.35,8.35c.2-.2,.19-.51,0-.71L4.35,1.65h0c-.2-.2-.51-.2-.71,0h0c-.2,.2-.19,.51,0,.71l5.65,5.65L3.65,13.65c-.2,.2-.2,.51,0,.71s.51,.2,.71,0l6-6h0Zm4-.71L8.35,1.65h0c-.2-.2-.51-.2-.71,0h0c-.2,.2-.19,.51,0,.71l5.65,5.65-5.65,5.65c-.2,.2-.2,.51,0,.71s.51,.2,.71,0l6-6h0c.2-.2,.19-.51,0-.71Z'/%3e%3c/svg%3e");
}

.page-link, .pager ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3125rem;
  border: 0;
  border-radius: 0.625rem;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  color: var(--wu-link-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-decoration: none;
  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) {
  .page-link, .pager ul li a {
    transition: none;
  }
}
.page-link:hover, .pager ul li a:hover {
  color: var(--wu-link-hover-color);
}
.page-link:focus, .pager ul li a:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
  color: var(--wu-link-hover-color);
}
.page-link.active, .pager ul li a.active, .active > .page-link, .pager ul li .active > a {
  color: var(--wu-link-hover-color);
}
.page-link.disabled, .pager ul li a.disabled, .disabled > .page-link, .pager ul li .disabled > a {
  color: #6c757d;
  pointer-events: none;
}

.alert {
  --wu-alert-border-color: transparent;
  --wu-alert-bg: transparent;
  --wu-alert-color: inherit;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid var(--wu-alert-border-color);
  border-radius: 0.375rem;
  padding: 1rem 1rem;
  background-color: var(--wu-alert-bg);
  color: var(--wu-alert-color);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0.375rem;
  padding: 1.25rem 1rem;
  width: 1em;
  height: 1em;
  background: transparent 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") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.alert-dismissible .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.alert-dismissible .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
  opacity: 1;
}
.alert-dismissible .btn-close:disabled, .alert-dismissible .btn-close.disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.alert-dismissible .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-primary {
  --wu-alert-color: #003f64;
  --wu-alert-bg: #cce1ed;
  --wu-alert-border-color: #b3d2e4;
}
.alert-primary .alert-link {
  color: #003250;
}

.alert-secondary {
  --wu-alert-color: #007380;
  --wu-alert-bg: #ccf2f7;
  --wu-alert-border-color: #b3ecf3;
}
.alert-secondary .alert-link {
  color: #005c66;
}

.alert-success {
  --wu-alert-color: #0f5132;
  --wu-alert-bg: #d1e7dd;
  --wu-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --wu-alert-color: #055160;
  --wu-alert-bg: #cff4fc;
  --wu-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --wu-alert-color: #664d03;
  --wu-alert-bg: #fff3cd;
  --wu-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --wu-alert-color: #842029;
  --wu-alert-bg: #f8d7da;
  --wu-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --wu-alert-color: #636464;
  --wu-alert-bg: #fefefe;
  --wu-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --wu-alert-color: #141619;
  --wu-alert-bg: #d3d3d4;
  --wu-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-white {
  --wu-alert-color: #666666;
  --wu-alert-bg: white;
  --wu-alert-border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-black {
  --wu-alert-color: black;
  --wu-alert-bg: #cccccc;
  --wu-alert-border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

.toast {
  --wu-toast-border-color: var(--wu-border-color-translucent);
  --wu-toast-bg: rgba(#fff, 0.85);
  --wu-toast-color: ;
  display: flex;
  border: 1px solid var(--wu-toast-border-color);
  border-radius: 0.375rem;
  width: 350px;
  max-width: 100%;
  background-clip: padding-box;
  background-color: var(--wu-toast-bg);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--wu-toast-color);
  font-size: 0.875rem;
  line-height: 1.5;
  pointer-events: auto;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast .btn-close {
  flex-shrink: 0;
  margin: 0.75rem 0.5rem;
  margin-left: auto;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.25em 0.25em;
  width: 1em;
  height: 1em;
  background: transparent 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") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.toast .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.toast .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
  opacity: 1;
}
.toast .btn-close:disabled, .toast .btn-close.disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.toast .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast-container {
  position: fixed;
  z-index: 1090;
  bottom: 1rem;
  right: 1rem;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 2rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.toast-primary {
  --wu-toast-color: #003f64;
  --wu-toast-bg: #cce1ed;
  --wu-toast-border-color: #b3d2e4;
}

.toast-secondary {
  --wu-toast-color: #007380;
  --wu-toast-bg: #ccf2f7;
  --wu-toast-border-color: #b3ecf3;
}

.toast-success {
  --wu-toast-color: #0f5132;
  --wu-toast-bg: #d1e7dd;
  --wu-toast-border-color: #badbcc;
}

.toast-info {
  --wu-toast-color: #087990;
  --wu-toast-bg: #cff4fc;
  --wu-toast-border-color: #b6effb;
}

.toast-warning {
  --wu-toast-color: #997404;
  --wu-toast-bg: #fff3cd;
  --wu-toast-border-color: #ffecb5;
}

.toast-danger {
  --wu-toast-color: #842029;
  --wu-toast-bg: #f8d7da;
  --wu-toast-border-color: #f5c2c7;
}

.toast-light {
  --wu-toast-color: #959596;
  --wu-toast-bg: #fefefe;
  --wu-toast-border-color: #fdfdfe;
}

.toast-dark {
  --wu-toast-color: #141619;
  --wu-toast-bg: #d3d3d4;
  --wu-toast-border-color: #bcbebf;
}

.toast-white {
  --wu-toast-color: #999999;
  --wu-toast-bg: white;
  --wu-toast-border-color: white;
}

.toast-black {
  --wu-toast-color: black;
  --wu-toast-bg: #cccccc;
  --wu-toast-border-color: #b3b3b3;
}

.modal {
  --wu-modal-margin: 0.5rem;
  --wu-modal-width: 500px;
  display: none;
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--wu-border-color-translucent);
  border-radius: 0.5rem;
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  outline: 0;
  pointer-events: auto;
}

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

.modal-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--wu-border-color);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  padding: 1rem 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.5rem 0.5rem;
  width: 1em;
  height: 1em;
  background: transparent 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") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.modal-header .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.modal-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
  opacity: 1;
}
.modal-header .btn-close:disabled, .modal-header .btn-close.disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modal-header .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: 1 1 auto;
  position: relative;
  padding: 1rem;
}

.modal-footer {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--wu-border-color);
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --wu-offcanvas-border-width: 1px;
  --wu-offcanvas-height: 30vh;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --wu-offcanvas-border-width: 0;
    --wu-offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --wu-offcanvas-border-width: 0;
    --wu-offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .offcanvas-lg {
    --wu-offcanvas-border-width: 0;
    --wu-offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --wu-offcanvas-border-width: 0;
    --wu-offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1439.98px) {
  .offcanvas-xxl {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
    height: var(--wu-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xxl {
    --wu-offcanvas-border-width: 0;
    --wu-offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

.offcanvas {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1045;
  bottom: 0;
  max-width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  outline: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  border-right: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
  width: 400px;
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  border-left: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
  width: 400px;
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  border-bottom: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
  height: var(--wu-offcanvas-height);
  max-height: 100%;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  border-top: var(--wu-offcanvas-border-width) solid var(--wu-border-color-translucent);
  height: var(--wu-offcanvas-height);
  max-height: 100%;
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: auto;
  margin-right: -0.5rem;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.5rem 0.5rem;
  width: 1em;
  height: 1em;
  background: transparent 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") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.offcanvas-header .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.offcanvas-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 166, 0.25);
  outline: 0;
  opacity: 1;
}
.offcanvas-header .btn-close:disabled, .offcanvas-header .btn-close.disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.offcanvas-header .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.admin-navtabs {
  position: fixed;
  z-index: 110;
  bottom: 1.25rem;
  left: 1.25rem;
}
.admin-navtabs ul {
  display: flex;
  margin-bottom: 0;
  border-radius: 1.25rem;
  padding-left: 0;
  max-width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M13,0a.85.85,0,0,0-.62.26L10.77,1.89l3.34,3.33,1.63-1.63a.88.88,0,0,0,0-1.25h0L13.66.26A.86.86,0,0,0,13,0ZM9.83,5.35l.82.82-8,8.05H1.78V13.4ZM0,12.67,9.83,2.84l3.34,3.33L3.33,16H0Z'/%3e%3c/svg%3e");
  background-position: left 0.875rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  list-style: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .admin-navtabs ul {
    transition: none;
  }
}
.admin-navtabs ul:hover {
  max-width: 540px;
  background-image: none;
}
.admin-navtabs ul:hover li {
  opacity: 1;
  visibility: visible;
}
.admin-navtabs ul li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .admin-navtabs ul li {
    transition: none;
  }
}
.admin-navtabs ul li a {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  height: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .admin-navtabs ul li a {
    transition: none;
  }
}
.admin-navtabs ul li a:hover {
  box-shadow: 0 0 0 0.125rem #fff inset;
}
.admin-navtabs ul li:first-child a {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.admin-navtabs ul li:last-child a {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.admin-navtabs ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.175);
}

.banner {
  position: relative;
  background-color: #f3f3f3;
}
.banner .banner__image, .banner .banner__image::after,
.banner .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner__image::after {
  content: "";
  opacity: 0.4;
}
.banner .banner__image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner__image ~ .banner__content {
  position: relative;
  min-height: 430px;
}
@media (min-width: 1200px) {
  .banner .banner__image ~ .banner__content {
    min-height: 500px;
  }
}
.banner .banner__image.banner--bg_image__transparent::after {
  display: none;
}
.banner .banner__image.banner--bg_image__black::after {
  background-color: #000;
}
.banner .banner__image.banner--bg_image__white::after {
  background-color: #fff;
}
.banner .banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(3.25rem + 80px);
  padding-bottom: 3.25rem;
  min-height: 330px;
  text-align: center;
}
@media (min-width: 1200px) {
  .banner .banner__content {
    padding-top: calc(3.25rem + 150px);
    min-height: 400px;
  }
}
.banner .banner__content h1, .banner .banner__content h2, .banner .banner__content h3, .banner .banner__content h4, .banner .banner__content h5, .banner .banner__content h6, .banner .banner__content .h1, .banner .banner__content .h2, .banner .banner__content .h3, .banner .banner__content .h4, .banner .banner__content .h5, .banner .banner__content .h6 {
  margin-bottom: 2.625rem;
  color: inherit;
  font-weight: 700;
  line-height: 1.0417;
}
.banner .banner__content h1:last-child, .banner .banner__content h2:last-child, .banner .banner__content h3:last-child, .banner .banner__content h4:last-child, .banner .banner__content h5:last-child, .banner .banner__content h6:last-child, .banner .banner__content .h1:last-child, .banner .banner__content .h2:last-child, .banner .banner__content .h3:last-child, .banner .banner__content .h4:last-child, .banner .banner__content .h5:last-child, .banner .banner__content .h6:last-child {
  margin-bottom: 0;
}
.banner .banner__content.banner--title_black {
  color: #000;
}
.banner .banner__content.banner--title_white {
  color: #fff;
}
.banner .banner__content.banner--title_gray {
  color: #808080;
}
.banner .banner__content.banner--title_transparent {
  color: transparent;
}
.banner .banner__content.banner--title_primary {
  color: var(--wu-primary);
}
.banner .banner__content.banner--title_secondary {
  color: var(--wu-secondary);
}

.block--agenda .list,
.block--agenda .empty {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.block--agenda .list {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .block--agenda .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .block--agenda .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block--agenda .item--event {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #e5e5ee;
  border-radius: var(--wu-border-radius);
  background-color: #fff;
  overflow: hidden;
}
.block--agenda .item--event .item-header {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.block--agenda .item--event .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--agenda .item--event .item-img {
    transition: none;
  }
}
.block--agenda .item--event .item-date {
  position: absolute;
  top: 1.5rem;
  right: 0;
  border-radius: var(--wu-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.25rem 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  background-color: var(--wu-primary);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
}
.block--agenda .item--event .item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 576px) {
  .block--agenda .item--event .item-body {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.block--agenda .item--event .item-suptitle {
  margin-bottom: 0;
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
}
.block--agenda .item--event .item-title {
  margin-bottom: 0;
  color: #2b2b2b;
  font-size: 1rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--agenda .item--event .item-title {
    transition: none;
  }
}
.block--agenda .item--event .item-link {
  color: inherit;
  text-decoration: none;
}
.block--agenda .item--event .item-text {
  margin-bottom: 0;
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.block--agenda .item--event .item-cta {
  margin-top: auto;
}
.block--agenda .item--event:not(.disabled):hover .item-img {
  transform: scale(1.1);
}
.block--agenda .item--event:not(.disabled):hover .item-title {
  color: var(--wu-primary);
}

.block--blog {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.block--blog .block__header {
  margin-bottom: 3.75rem;
  text-align: center;
}
.block--blog .block__header:last-child {
  margin-bottom: 0;
}
.block--blog .list,
.block--blog .empty {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.block--blog .list {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .block--blog .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .block--blog .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) {
  .block--blog .list .item--news:first-child {
    grid-column-end: span 2;
  }
}
.block--blog .carousel {
  position: relative;
}
.block--blog .swiper {
  width: 100%;
  height: auto;
}
.block--blog .swiper-slide {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .block--blog .swiper-slide {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media (min-width: 1024px) {
  .block--blog .swiper-slide {
    width: calc((100% - 3.75rem) / 3);
  }
}
.block--blog .swiper-slide .item--news {
  height: 100%;
}
.block--blog .swiper-slide .item--news .item-body {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}
@media (min-width: 576px) {
  .block--blog .swiper-slide .item--news .item-body {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.block--blog .custom-button-next,
.block--blog .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .custom-button-next,
  .block--blog .custom-button-prev {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .block--blog .custom-button-next,
  .block--blog .custom-button-prev {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.block--blog .custom-button-next .icon,
.block--blog .custom-button-prev .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.block--blog .custom-button-next:hover,
.block--blog .custom-button-prev:hover {
  background-color: #000;
}
.block--blog .custom-button-next.swiper-button-disabled,
.block--blog .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.block--blog .custom-button-next.swiper-button-lock,
.block--blog .custom-button-prev.swiper-button-lock {
  display: none;
}
.block--blog .custom-button-next {
  right: -0.625rem;
}
.block--blog .custom-button-prev {
  left: -0.625rem;
}
.block--blog .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.375rem;
}
.block--blog .custom-pagination.swiper-pagination-lock {
  display: none;
}
.block--blog .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0.9375rem !important;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .custom-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.block--blog .custom-pagination .swiper-pagination-bullet:hover {
  background-color: #000;
}
.block--blog .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wu-primary);
}
.block--blog .item--news {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #e5e5ee;
  border-radius: var(--wu-border-radius);
  background-color: #fff;
  overflow: hidden;
}
.block--blog .item--news .item-header {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.block--blog .item--news .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .item--news .item-img {
    transition: none;
  }
}
.block--blog .item--news .item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 2.75rem 1.25rem;
}
@media (min-width: 576px) {
  .block--blog .item--news .item-body {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.block--blog .item--news .item-suptitle {
  margin-bottom: 0;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
}
.block--blog .item--news .item-title {
  margin-bottom: 0;
  color: #2b2b2b;
  font-size: 1rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .item--news .item-title {
    transition: none;
  }
}
.block--blog .item--news .item-link {
  color: inherit;
  text-decoration: none;
}
.block--blog .item--news .item-text {
  margin-bottom: 0;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.block--blog .item--news .item-cta {
  margin-top: auto;
}
.block--blog .item--news:not(.disabled):hover .item-img {
  transform: scale(1.1);
}
.block--blog .item--news:not(.disabled):hover .item-title {
  color: var(--wu-primary);
}
.block--blog .item--news.pinned, .block--blog .list .item--news:first-child, .block--blog .swiper-slide .item--news {
  border: 0;
  background-color: var(--wu-primary);
  min-height: 470px;
}
.block--blog .item--news.pinned .item-header, .block--blog .list .item--news:first-child .item-header, .block--blog .swiper-slide .item--news .item-header, .block--blog .item--news.pinned .item-header::after, .block--blog .list .item--news:first-child .item-header::after, .block--blog .swiper-slide .item--news .item-header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--blog .item--news.pinned .item-header::after, .block--blog .list .item--news:first-child .item-header::after, .block--blog .swiper-slide .item--news .item-header::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .item--news.pinned .item-header::after, .block--blog .list .item--news:first-child .item-header::after, .block--blog .swiper-slide .item--news .item-header::after {
    transition: none;
  }
}
.block--blog .item--news.pinned .item-img, .block--blog .list .item--news:first-child .item-img, .block--blog .swiper-slide .item--news .item-img {
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--blog .item--news.pinned .item-img, .block--blog .list .item--news:first-child .item-img, .block--blog .swiper-slide .item--news .item-img {
    transition: none;
  }
}
.block--blog .item--news.pinned .item-body, .block--blog .list .item--news:first-child .item-body, .block--blog .swiper-slide .item--news .item-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .block--blog .item--news.pinned .item-body, .block--blog .list .item--news:first-child .item-body, .block--blog .swiper-slide .item--news .item-body {
    padding: 6.5rem 4.75rem;
  }
}
.block--blog .item--news.pinned .item-suptitle, .block--blog .list .item--news:first-child .item-suptitle, .block--blog .swiper-slide .item--news .item-suptitle,
.block--blog .item--news.pinned .item-title,
.block--blog .list .item--news:first-child .item-title,
.block--blog .swiper-slide .item--news .item-title,
.block--blog .item--news.pinned .item-text,
.block--blog .list .item--news:first-child .item-text,
.block--blog .swiper-slide .item--news .item-text {
  color: #fff;
}
.block--blog .item--news.pinned .item-cta, .block--blog .list .item--news:first-child .item-cta, .block--blog .swiper-slide .item--news .item-cta {
  margin-top: 0;
}
.block--blog .item--news.pinned .item-linktext, .block--blog .list .item--news:first-child .item-linktext, .block--blog .swiper-slide .item--news .item-linktext {
  --wu-btn-color: #fff;
  --wu-btn-border-color: #fff;
}
.block--blog .item--news.pinned:not(.disabled):hover .item-header::after, .block--blog .list .item--news:not(.disabled):hover:first-child .item-header::after, .block--blog .swiper-slide .item--news:not(.disabled):hover .item-header::after,
.block--blog .item--news.pinned:not(.disabled):hover .item-img,
.block--blog .list .item--news:not(.disabled):hover:first-child .item-img,
.block--blog .swiper-slide .item--news:not(.disabled):hover .item-img {
  opacity: 0;
  visibility: hidden;
}
.block--blog .item--news.pinned:not(.disabled):hover .item-title, .block--blog .list .item--news:not(.disabled):hover:first-child .item-title, .block--blog .swiper-slide .item--news:not(.disabled):hover .item-title {
  color: #fff;
}

.block--contact {
  padding-top: 3.75rem;
  padding-bottom: 6rem;
}
.block--contact .map {
  margin-bottom: 2.5rem;
}
.block--contact .map:last-child {
  margin-bottom: 0;
}
.block--contact .map .infos {
  margin-bottom: 1.875rem;
  text-align: center;
}
.block--contact .map .infos a:not([class*=btn]) {
  text-decoration: none;
}
.block--contact .map .infos a:not([class*=btn]):hover {
  text-decoration: underline;
}
.block--contact .map #map {
  height: 350px;
}
.block--contact .map #map .infowindow-content h1, .block--contact .map #map .infowindow-content h2, .block--contact .map #map .infowindow-content h3, .block--contact .map #map .infowindow-content h4, .block--contact .map #map .infowindow-content h5, .block--contact .map #map .infowindow-content h6, .block--contact .map #map .infowindow-content .h1, .block--contact .map #map .infowindow-content .h2, .block--contact .map #map .infowindow-content .h3, .block--contact .map #map .infowindow-content .h4, .block--contact .map #map .infowindow-content .h5, .block--contact .map #map .infowindow-content .h6,
.block--contact .map #map .infowindow-content p {
  margin-bottom: 0;
}
.block--contact .content {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block--contact .content:last-child {
  margin-bottom: 0;
}
.block--contact .content:after {
  content: "";
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.375rem;
  height: 0.125rem;
  background-color: var(--wu-primary);
}
.block--contact .content h2:first-child, .block--contact .content .h2:first-child {
  margin-bottom: 0.625rem;
}
.block--contact .content .addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
}
.block--contact .content .addresses > .address {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  margin: 1rem;
}
@media (min-width: 576px) {
  .block--contact .content .addresses > .address {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1024px) {
  .block--contact .content .addresses > .address {
    width: calc(33.3333333333% - 2rem);
  }
}
.block--contact .form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 615px;
}
.block--contact .form:last-child {
  margin-bottom: 0;
}

.block--eshop .eshop-breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f0f0f0;
  color: #7e7e7e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1429;
}
.block--eshop .eshop-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0 0;
  list-style: none;
}
.block--eshop .eshop-breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.block--eshop .eshop-breadcrumb ol li a:hover {
  text-decoration: underline;
}
.block--eshop .eshop-breadcrumb ol li + li {
  padding-left: 0.3125rem;
}
.block--eshop .eshop-breadcrumb ol li + li::before {
  content: "/";
  float: left;
  padding-right: 0.3125rem;
}
.block--eshop .eshop-catalog {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-catalog .inner {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .block--eshop .eshop-catalog .inner {
    grid-template-columns: 260px 1fr;
  }
}
.block--eshop .eshop-catalog .catalog-filter {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2.5rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item h3, .block--eshop .eshop-catalog .catalog-filter .filter-item .h3 {
  margin: 0 0 2.5rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3334;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a {
    transition: none;
  }
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a::before, .block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a::before {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a::after {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a:hover {
  color: var(--wu-primary);
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a.active::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3e%3cpath fill='%23fff' d='M8.85.15a.48.48,0,0,0-.7,0L3.5,4.79.85,2.15a.48.48,0,0,0-.7,0,.48.48,0,0,0,0,.7l3,3a.48.48,0,0,0,.7,0l5-5A.48.48,0,0,0,8.85.15Z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > a.active::after {
  border-color: #000;
  background-color: #000;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li + li {
  margin-top: 1.25rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li.open > ul {
  display: block;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul {
  display: none;
  margin-bottom: 0;
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  list-style: none;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a {
    transition: none;
  }
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a::before, .block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a::before {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a::after {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a:hover {
  color: var(--wu-primary);
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a.active::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3e%3cpath fill='%23fff' d='M8.85.15a.48.48,0,0,0-.7,0L3.5,4.79.85,2.15a.48.48,0,0,0-.7,0,.48.48,0,0,0,0,.7l3,3a.48.48,0,0,0,.7,0l5-5A.48.48,0,0,0,8.85.15Z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li > a.active::after {
  border-color: #000;
  background-color: #000;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item .categories-tree > li > ul > li + li {
  margin-top: 0.625rem;
}
.block--eshop .eshop-catalog .catalog-filter .filter-item + .filter-item {
  margin-top: 2.5rem;
}
.block--eshop .eshop-catalog .catalog-sort {
  margin-bottom: 1.25rem;
}
.block--eshop .eshop-catalog .catalog-sort form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.block--eshop .eshop-catalog .catalog-sort form label {
  display: block;
  color: #848484;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  text-transform: none;
}
.block--eshop .eshop-catalog .catalog-sort form select {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0.3125rem 0.9375rem;
  padding-right: 2.8125rem;
  width: auto;
  height: 2.5rem;
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3e%3cpath fill='%23000' d='M3,4,0,0H6Z'/%3e%3c/svg%3e");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 6px 4px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block--eshop .eshop-catalog .catalog-list {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-catalog .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .block--eshop .eshop-catalog .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block--eshop .item--produit {
  position: relative;
}
.block--eshop .item--produit .item-header {
  position: relative;
  height: 330px;
  background-color: #f0f0f0;
}
.block--eshop .item--produit .item-header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1.25rem;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.83 21.61'%3e%3cpath fill='%23000' d='M17.82,20.71,16.51,6.11a.77.77,0,0,0-.77-.7H13V4.19A4.12,4.12,0,1,0,4.8,4.06V5.4H2.09a.78.78,0,0,0-.77.7L0,20.76a.78.78,0,0,0,.7.84H17.06a.78.78,0,0,0,.77-.78A.49.49,0,0,0,17.82,20.71ZM6.34,4.19a2.58,2.58,0,0,1,5.15,0h0V5.4H6.34ZM1.62,20.06,2.8,7h2V8.33a.77.77,0,0,0,.77.78.78.78,0,0,0,.77-.78h0V7h5.15V8.33a.77.77,0,0,0,.77.78A.79.79,0,0,0,13,8.33h0V7h2l1.17,13.11Z'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 22px;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .item--produit .item-header::after {
    transition: none;
  }
}
.block--eshop .item--produit.item--produit--catalogue .item-header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2h-6v6a1 1 0 1 1-2 0v-6H5a1 1 0 1 1 0-2h6V5a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
}
.block--eshop .item--produit .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.block--eshop .item--produit .item-badge {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  background-color: var(--wu-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.block--eshop .item--produit .item-body {
  padding-top: 1.25rem;
}
.block--eshop .item--produit .item-title {
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.block--eshop .item--produit .item-link {
  color: inherit;
  text-decoration: none;
}
.block--eshop .item--produit .item-text {
  margin-bottom: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
.block--eshop .item--produit .item-text span:not(.old) {
  color: var(--wu-primary);
}
.block--eshop .item--produit .item-text .old {
  color: #999;
  text-decoration: line-through;
}
.block--eshop .item--produit .item-text.no-promo span:not(.old) {
  color: #000;
}
.block--eshop .item--produit:hover .item-header::after {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.block--eshop .eshop-footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
}
.block--eshop .eshop-footer .inner {
  padding: 2.1875rem 0.9375rem 3.125rem;
  background-color: #f0f0f0;
}
@media (min-width: 576px) {
  .block--eshop .eshop-footer .inner {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.block--eshop .eshop-produit {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-produit .inner {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-produit .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block--eshop .eshop-produit .visuals {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .block--eshop .eshop-produit .visuals {
    display: flex;
    flex-wrap: wrap;
  }
}
.block--eshop .eshop-produit .visuals .highlight {
  position: relative;
  background-color: #f0f0f0;
  height: 330px;
}
@media (min-width: 576px) {
  .block--eshop .eshop-produit .visuals .highlight {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    order: 1;
    height: 570px;
  }
}
.block--eshop .eshop-produit .visuals .highlight .promo {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.3125rem 0.625rem;
  background-color: var(--wu-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.block--eshop .eshop-produit .visuals .highlight img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.block--eshop .eshop-produit .visuals .thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 576px) {
  .block--eshop .eshop-produit .visuals .thumbs {
    flex: 0 0 auto;
    width: 100px;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 0;
    padding-right: 0.625rem;
  }
}
.block--eshop .eshop-produit .visuals .thumbs .thumb {
  position: relative;
  width: 90px;
  height: 100px;
  background-color: #f0f0f0;
}
@media (min-width: 576px) {
  .block--eshop .eshop-produit .visuals .thumbs .thumb {
    width: auto;
  }
}
.block--eshop .eshop-produit .visuals .thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block--eshop .eshop-produit .content {
  color: #808080;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .block--eshop .eshop-produit .content {
    padding-left: 3.75rem;
  }
}
.block--eshop .eshop-produit .content h1, .block--eshop .eshop-produit .content .h1 {
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3334;
}
.block--eshop .eshop-produit .content p {
  margin-bottom: 1.25rem;
}
.block--eshop .eshop-produit .content p:last-child {
  margin-bottom: 0;
}
.block--eshop .eshop-produit .content .price {
  margin-bottom: 1.5625rem;
  color: var(--wu-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.block--eshop .eshop-produit .content .price .old {
  display: block;
  min-height: 1.125rem;
  color: #b4b4b4;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  text-decoration: line-through;
}
.block--eshop .eshop-produit .content .selection {
  margin-bottom: 0.9375rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
.block--eshop .eshop-produit .content .selection span {
  font-weight: 700;
}
.block--eshop .eshop-produit .content form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper legend {
  display: none;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper {
  max-width: 370px;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio {
  padding: 0;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label {
  border-color: var(--wu-primary);
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio label {
  display: block;
  position: relative;
  margin: 0;
  border: 0.125rem solid #f0f0f0;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio label {
    transition: none;
  }
}
.block--eshop .eshop-produit .content form > #edit-variation--wrapper .fieldset-wrapper .js-form-type-radio label img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.block--eshop .eshop-produit .content form > .form-item-quantity {
  position: relative;
  max-width: 100px;
}
.block--eshop .eshop-produit .content form > .form-item-quantity input {
  display: block;
  margin: 0;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 0.3125rem 2.1875rem;
  height: 3.125rem;
  background-color: #f0f0f0;
  box-shadow: none !important;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  -moz-appearance: textfield;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-produit .content form > .form-item-quantity input {
    transition: none;
  }
}
.block--eshop .eshop-produit .content form > .form-item-quantity input::-webkit-outer-spin-button, .block--eshop .eshop-produit .content form > .form-item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block--eshop .eshop-produit .content form > .form-item-quantity .quantity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  color: var(--wu-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1112;
  cursor: pointer;
}
.block--eshop .eshop-produit .content form > .form-item-quantity .quantity-button.quantity-up {
  right: 0.3125rem;
}
.block--eshop .eshop-produit .content form > .form-item-quantity .quantity-button.quantity-down {
  left: 0.3125rem;
}
.block--eshop .eshop-produit .content form > input[type=submit] {
  padding: 0.9375rem 1.25rem;
  padding-left: 2.8125rem;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: #000 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.83 21.61'%3e%3cpath fill='%23fff' d='M17.82,20.71,16.51,6.11a.77.77,0,0,0-.77-.7H13V4.19A4.12,4.12,0,1,0,4.8,4.06V5.4H2.09a.78.78,0,0,0-.77.7L0,20.76a.78.78,0,0,0,.7.84H17.06a.78.78,0,0,0,.77-.78A.49.49,0,0,0,17.82,20.71ZM6.34,4.19a2.58,2.58,0,0,1,5.15,0h0V5.4H6.34ZM1.62,20.06,2.8,7h2V8.33a.77.77,0,0,0,.77.78.78.78,0,0,0,.77-.78h0V7h5.15V8.33a.77.77,0,0,0,.77.78A.79.79,0,0,0,13,8.33h0V7h2l1.17,13.11Z'/%3e%3c/svg%3e");
  background-position: left 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 18px 22px;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2858;
  text-transform: uppercase;
}
.block--eshop .eshop-produit .content form > a {
  margin-top: 0.625rem;
  padding: 0.875rem 1.5625rem !important;
  border: 0.125rem solid #000 !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  color: #000;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2858 !important;
  text-transform: uppercase !important;
}
@media (min-width: 576px) {
  .block--eshop .eshop-produit .content form > a {
    margin-top: 0;
    margin-left: 0.625rem;
    width: auto;
  }
}
.block--eshop .eshop-associated {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-associated .title {
  margin: 0 0 3.4375rem;
}
.block--eshop .eshop-associated .title h2, .block--eshop .eshop-associated .title .h2 {
  margin: 0 0 0.9375rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.block--eshop .eshop-associated .carousel {
  position: relative;
}
.block--eshop .eshop-associated .swiper {
  width: 100%;
  height: auto;
}
.block--eshop .eshop-associated .custom-button-next,
.block--eshop .eshop-associated .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 8.125rem;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  color: #707070;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-associated .custom-button-next,
  .block--eshop .eshop-associated .custom-button-prev {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .block--eshop .eshop-associated .custom-button-next,
  .block--eshop .eshop-associated .custom-button-prev {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.block--eshop .eshop-associated .custom-button-next .icon,
.block--eshop .eshop-associated .custom-button-prev .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.block--eshop .eshop-associated .custom-button-next:hover,
.block--eshop .eshop-associated .custom-button-prev:hover {
  background-color: #000;
}
.block--eshop .eshop-associated .custom-button-next.swiper-button-disabled,
.block--eshop .eshop-associated .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.block--eshop .eshop-associated .custom-button-next.swiper-button-lock,
.block--eshop .eshop-associated .custom-button-prev.swiper-button-lock {
  display: none;
}
.block--eshop .eshop-associated .custom-button-next {
  right: -0.625rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-associated .custom-button-next {
    right: -1.875rem;
  }
}
.block--eshop .eshop-associated .custom-button-prev {
  left: -0.625rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-associated .custom-button-prev {
    left: -1.875rem;
  }
}
.block--eshop .eshop-cart-breadcrumb {
  padding-top: 2.1875rem;
  padding-bottom: 1.5625rem;
  background-color: #f0f0f0;
}
.block--eshop .eshop-cart-breadcrumb .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.block--eshop .eshop-cart-breadcrumb ol {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.block--eshop .eshop-cart-breadcrumb ol > li {
  flex: 0 0 auto;
  width: 20%;
  max-width: 100%;
  display: flex;
  color: #848484;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart-breadcrumb ol > li {
    width: auto;
    font-size: 1rem;
  }
}
.block--eshop .eshop-cart-breadcrumb ol > li .el_inner {
  flex: 0 0 auto;
  width: 48px;
  max-width: 100%;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart-breadcrumb ol > li .el_inner {
    width: 100px;
  }
}
.block--eshop .eshop-cart-breadcrumb ol > li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
  max-width: 100%;
  width: 60px;
  height: 45px;
}
.block--eshop .eshop-cart-breadcrumb ol > li .icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: #848484;
}
.block--eshop .eshop-cart-breadcrumb ol > li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart-breadcrumb ol > li span {
    white-space: nowrap;
  }
}
.block--eshop .eshop-cart-breadcrumb ol > li + li {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.block--eshop .eshop-cart-breadcrumb ol > li + li::before {
  content: "";
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5625rem;
  border-top: 1px dotted #898989;
}
.block--eshop .eshop-cart-breadcrumb ol > li.active, .block--eshop .eshop-cart-breadcrumb ol > li.done {
  color: var(--wu-primary);
}
.block--eshop .eshop-cart-breadcrumb ol > li.active .icon svg, .block--eshop .eshop-cart-breadcrumb ol > li.done .icon svg {
  fill: var(--wu-primary);
}
.block--eshop .eshop-cart-breadcrumb ol > li.active::before, .block--eshop .eshop-cart-breadcrumb ol > li.done::before {
  margin-top: 1.5rem;
  border-top: 0.1875rem solid var(--wu-primary);
}
.block--eshop .eshop-cart-breadcrumb ol > li.cart .icon svg {
  width: 30px;
}
.block--eshop .eshop-cart-breadcrumb ol > li.account .icon svg {
  width: 45px;
}
.block--eshop .eshop-cart-breadcrumb ol > li.order .icon svg {
  width: 55px;
}
.block--eshop .eshop-cart-breadcrumb ol > li.payment .icon svg {
  width: 40px;
}
.block--eshop .eshop-cart-breadcrumb ol > li.confirmation .icon svg {
  width: 45px;
}
.block--eshop .eshop-cart {
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-cart .title {
  margin: 0 0 3.125rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.block--eshop .eshop-cart .cart-empty {
  text-align: center;
}
.block--eshop .eshop-cart .table, .block--eshop .eshop-cart .paragraph--texte table, .paragraph--texte .block--eshop .eshop-cart table, .block--eshop .eshop-cart .paragraph--form .content table, .paragraph--form .content .block--eshop .eshop-cart table, .block--eshop .eshop-cart .customer-orders table, .customer-orders .block--eshop .eshop-cart table {
  vertical-align: middle;
}
.block--eshop .eshop-cart .table > :not(caption) > * > *.alignright, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > *.alignright, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > *.alignright, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > *.alignright, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > *.alignright, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > *.alignright, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > *.alignright {
  text-align: right;
}
.block--eshop .eshop-cart .table > :not(caption) > * > *.qty, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > *.qty, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > *.qty, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > *.qty, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > *.qty, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > *.qty, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > *.qty {
  white-space: nowrap;
}
.block--eshop .eshop-cart .table > :not(caption) > * > * .thumb, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .thumb, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .thumb, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .thumb, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .thumb, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .thumb, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .thumb {
  position: relative;
  padding: 0.9375rem;
  width: 90px;
  height: 90px;
  background-color: #f0f0f0;
}
.block--eshop .eshop-cart .table > :not(caption) > * > * .thumb img, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .thumb img, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .thumb img, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .thumb img, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .thumb img, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .thumb img, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.block--eshop .eshop-cart .table > :not(caption) > * > * s, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * s, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * s, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * s, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * s, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * s, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * s {
  font-size: 80%;
  opacity: 0.6;
}
.block--eshop .eshop-cart .table > :not(caption) > * > * .changeQuantity, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .changeQuantity, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .changeQuantity, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .changeQuantity, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .changeQuantity, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .changeQuantity, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .changeQuantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  text-decoration: none;
}
.block--eshop .eshop-cart .table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .remove, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .remove, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .remove, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .remove {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='448' height='512' viewBox='0 0 448 512'%3e%3cpath fill='%23777' d='M296 432h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zm-160 0h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zM440 64H336l-33.6-44.8A48 48 0 0 0 264 0h-80a48 48 0 0 0-38.4 19.2L112 64H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v368a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V96h24a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8zM171.2 38.4A16.1 16.1 0 0 1 184 32h80a16.1 16.1 0 0 1 12.8 6.4L296 64H152zM384 464a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V96h320zm-168-32h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8z'/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-cart .table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .remove, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .remove, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .remove, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .remove, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .remove {
    transition: none;
  }
}
.block--eshop .eshop-cart .table > :not(caption) > * > * .remove:hover, .block--eshop .eshop-cart .paragraph--texte table > :not(caption) > * > * .remove:hover, .paragraph--texte .block--eshop .eshop-cart table > :not(caption) > * > * .remove:hover, .block--eshop .eshop-cart .paragraph--form .content table > :not(caption) > * > * .remove:hover, .paragraph--form .content .block--eshop .eshop-cart table > :not(caption) > * > * .remove:hover, .block--eshop .eshop-cart .customer-orders table > :not(caption) > * > * .remove:hover, .customer-orders .block--eshop .eshop-cart table > :not(caption) > * > * .remove:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='448' height='512' viewBox='0 0 448 512'%3e%3cpath fill='%23000' d='M296 432h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zm-160 0h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zM440 64H336l-33.6-44.8A48 48 0 0 0 264 0h-80a48 48 0 0 0-38.4 19.2L112 64H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v368a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V96h24a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8zM171.2 38.4A16.1 16.1 0 0 1 184 32h80a16.1 16.1 0 0 1 12.8 6.4L296 64H152zM384 464a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V96h320zm-168-32h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-cart .table > tfoot, .block--eshop .eshop-cart .paragraph--texte table > tfoot, .paragraph--texte .block--eshop .eshop-cart table > tfoot, .block--eshop .eshop-cart .paragraph--form .content table > tfoot, .paragraph--form .content .block--eshop .eshop-cart table > tfoot, .block--eshop .eshop-cart .customer-orders table > tfoot, .customer-orders .block--eshop .eshop-cart table > tfoot {
  background-color: #f0f0f0;
}
.block--eshop .eshop-cart .table > tfoot > * > *, .block--eshop .eshop-cart .paragraph--texte table > tfoot > * > *, .paragraph--texte .block--eshop .eshop-cart table > tfoot > * > *, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > * > *, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > * > *, .block--eshop .eshop-cart .customer-orders table > tfoot > * > *, .customer-orders .block--eshop .eshop-cart table > tfoot > * > * {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
.block--eshop .eshop-cart .table > tfoot > * > *.first, .block--eshop .eshop-cart .paragraph--texte table > tfoot > * > *.first, .paragraph--texte .block--eshop .eshop-cart table > tfoot > * > *.first, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > * > *.first, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > * > *.first, .block--eshop .eshop-cart .customer-orders table > tfoot > * > *.first, .customer-orders .block--eshop .eshop-cart table > tfoot > * > *.first {
  padding-top: 1rem;
}
.block--eshop .eshop-cart .table > tfoot > * > *.total, .block--eshop .eshop-cart .paragraph--texte table > tfoot > * > *.total, .paragraph--texte .block--eshop .eshop-cart table > tfoot > * > *.total, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > * > *.total, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > * > *.total, .block--eshop .eshop-cart .customer-orders table > tfoot > * > *.total, .customer-orders .block--eshop .eshop-cart table > tfoot > * > *.total {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2223;
}
.block--eshop .eshop-cart .table > tfoot > * > *.last, .block--eshop .eshop-cart .paragraph--texte table > tfoot > * > *.last, .paragraph--texte .block--eshop .eshop-cart table > tfoot > * > *.last, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > * > *.last, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > * > *.last, .block--eshop .eshop-cart .customer-orders table > tfoot > * > *.last, .customer-orders .block--eshop .eshop-cart table > tfoot > * > *.last {
  padding-bottom: 1rem;
}
.block--eshop .eshop-cart .table > tfoot th, .block--eshop .eshop-cart .paragraph--texte table > tfoot th, .paragraph--texte .block--eshop .eshop-cart table > tfoot th, .block--eshop .eshop-cart .paragraph--form .content table > tfoot th, .paragraph--form .content .block--eshop .eshop-cart table > tfoot th, .block--eshop .eshop-cart .customer-orders table > tfoot th, .customer-orders .block--eshop .eshop-cart table > tfoot th {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .block--eshop .eshop-cart .table > thead, .block--eshop .eshop-cart .paragraph--texte table > thead, .paragraph--texte .block--eshop .eshop-cart table > thead, .block--eshop .eshop-cart .paragraph--form .content table > thead, .paragraph--form .content .block--eshop .eshop-cart table > thead, .block--eshop .eshop-cart .customer-orders table > thead, .customer-orders .block--eshop .eshop-cart table > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .block--eshop .eshop-cart .table > tbody > *, .block--eshop .eshop-cart .paragraph--texte table > tbody > *, .paragraph--texte .block--eshop .eshop-cart table > tbody > *, .block--eshop .eshop-cart .paragraph--form .content table > tbody > *, .paragraph--form .content .block--eshop .eshop-cart table > tbody > *, .block--eshop .eshop-cart .customer-orders table > tbody > *, .customer-orders .block--eshop .eshop-cart table > tbody > * {
    display: block;
    border-bottom-width: 1px;
  }
  .block--eshop .eshop-cart .table > tbody > * > *, .block--eshop .eshop-cart .paragraph--texte table > tbody > * > *, .paragraph--texte .block--eshop .eshop-cart table > tbody > * > *, .block--eshop .eshop-cart .paragraph--form .content table > tbody > * > *, .paragraph--form .content .block--eshop .eshop-cart table > tbody > * > *, .block--eshop .eshop-cart .customer-orders table > tbody > * > *, .customer-orders .block--eshop .eshop-cart table > tbody > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
    padding: 0.25rem 0.25rem;
  }
  .block--eshop .eshop-cart .table > tbody > * > *::before, .block--eshop .eshop-cart .paragraph--texte table > tbody > * > *::before, .paragraph--texte .block--eshop .eshop-cart table > tbody > * > *::before, .block--eshop .eshop-cart .paragraph--form .content table > tbody > * > *::before, .paragraph--form .content .block--eshop .eshop-cart table > tbody > * > *::before, .block--eshop .eshop-cart .customer-orders table > tbody > * > *::before, .customer-orders .block--eshop .eshop-cart table > tbody > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
  .block--eshop .eshop-cart .table > tfoot > *, .block--eshop .eshop-cart .paragraph--texte table > tfoot > *, .paragraph--texte .block--eshop .eshop-cart table > tfoot > *, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > *, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > *, .block--eshop .eshop-cart .customer-orders table > tfoot > *, .customer-orders .block--eshop .eshop-cart table > tfoot > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
  }
  .block--eshop .eshop-cart .table > tfoot > * > *, .block--eshop .eshop-cart .paragraph--texte table > tfoot > * > *, .paragraph--texte .block--eshop .eshop-cart table > tfoot > * > *, .block--eshop .eshop-cart .paragraph--form .content table > tfoot > * > *, .paragraph--form .content .block--eshop .eshop-cart table > tfoot > * > *, .block--eshop .eshop-cart .customer-orders table > tfoot > * > *, .customer-orders .block--eshop .eshop-cart table > tfoot > * > * {
    display: block;
    border-bottom-width: 0;
  }
}
.block--eshop .eshop-cart .btn-order {
  padding: 0.9375rem 1.25rem;
  width: 220px;
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2858;
  text-transform: uppercase;
}
.block--eshop .eshop-cart .checkpromotionform {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart .checkpromotionform {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
}
.block--eshop .eshop-cart .checkpromotionform .form-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart .checkpromotionform .form-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.block--eshop .eshop-cart .checkpromotionform .form-item label {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0.5rem 0;
  color: #000;
  font-family: var(--wu-font-body);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2858rem;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart .checkpromotionform .form-item label {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.block--eshop .eshop-cart .checkpromotionform .form-item input {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.5rem;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart .checkpromotionform .form-item input {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 97px;
  }
}
.block--eshop .eshop-cart .checkpromotionform .form-item .form-item--error-message {
  order: -1;
  color: #721c24;
  font-size: 0.75rem;
}
.block--eshop .eshop-cart .checkpromotionform input[type=submit] {
  border-color: #000 !important;
  padding: 0.5rem 0.5rem;
  background-color: #000 !important;
  min-width: 120px;
  font-size: 0.875rem;
  line-height: 1.42858;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .block--eshop .eshop-cart .checkpromotionform input[type=submit] {
    min-width: 97px;
  }
}
.block--eshop .eshop-order-account {
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-order-account .inner {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-account .inner {
    grid-template-columns: 35% 1fr;
  }
}
.block--eshop .eshop-order-account .block:last-child {
  border-top: 1px solid #eee;
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-account .block:last-child {
    border-top: 0;
    border-left: 1px solid #eee;
    padding-top: 0;
    padding-left: 2.5rem;
  }
}
.block--eshop .eshop-order-account form.user-login-form {
  grid-template-columns: 1fr;
}
.block--eshop .eshop-order-account form > fieldset {
  margin-bottom: 2.5rem;
}
.block--eshop .eshop-order-account form > fieldset:last-child {
  margin-bottom: 0;
}
.block--eshop .eshop-order-account form > fieldset legend {
  margin-bottom: 1.25rem;
}
.block--eshop .eshop-order-account form > fieldset .fieldset-wrapper {
  display: grid;
  gap: 1.25rem;
}
.block--eshop .eshop-order-account form > fieldset .fieldset-wrapper label.option {
  display: inline-block;
  margin: 0;
}
.block--eshop .eshop-order-account form > fieldset .fieldset-wrapper .form-wrapper,
.block--eshop .eshop-order-account form > fieldset .fieldset-wrapper .form-text {
  margin: 0;
}
.block--eshop .eshop-order-account form > fieldset .fieldset-wrapper .description {
  display: block;
  margin-top: 0.625rem;
  color: #6c757d;
  font-size: 80%;
  font-weight: 400;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password > label {
  display: none;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password > .form-item + .form-item {
  margin-top: 1.25rem;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .password-strength__indicator.is-weak {
  background-color: #dc3545;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .password-strength__indicator.is-fair {
  background-color: #ffc107;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .password-strength__indicator.is-good {
  background-color: #0dcaf0;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .password-strength__indicator.is-strong {
  background-color: #198754;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .js-password-confirm-message {
  margin-top: 5px;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .js-password-confirm-message .error {
  color: #dc3545;
  font-weight: 700;
}
.block--eshop .eshop-order-account form #edit-user-account #edit-password .js-password-confirm-message .ok {
  color: #198754;
  font-weight: 700;
}
.block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address,
.block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div {
  display: grid;
  gap: 1.25rem;
}
.block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline,
.block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline {
    grid-template-columns: repeat(4, 1fr);
  }
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > *,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > * {
    grid-column-end: span 2;
  }
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > .form-item-shipping-address-postal-code,
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > .form-item-billing-address-postal-code,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > .form-item-shipping-address-postal-code,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > .form-item-billing-address-postal-code {
    grid-column-end: span 1;
  }
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > .form-item-shipping-address-locality,
  .block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > .form-item-billing-address-locality,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > .form-item-shipping-address-locality,
  .block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > .form-item-billing-address-locality {
    grid-column-end: span 3;
  }
}
.block--eshop .eshop-order-account form #edit-user-address #edit-shipping-address .address-container-inline > .form-item,
.block--eshop .eshop-order-account form #edit-user-billing #edit-user-billing-address > div > div .address-container-inline > .form-item {
  display: block;
  margin: 0;
}
.block--eshop .eshop-order-shipping,
.block--eshop .eshop-order-payment {
  padding-bottom: 3.75rem;
}
.block--eshop .eshop-order-shipping form,
.block--eshop .eshop-order-payment form {
  display: grid;
  gap: 2.5rem 1.25rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-shipping form,
  .block--eshop .eshop-order-payment form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block--eshop .eshop-order-shipping form .shippingleft > fieldset,
.block--eshop .eshop-order-shipping form .shippingright > fieldset,
.block--eshop .eshop-order-payment form .shippingleft > fieldset,
.block--eshop .eshop-order-payment form .shippingright > fieldset {
  margin: 0;
}
.block--eshop .eshop-order-shipping form .shippingleft > fieldset > legend,
.block--eshop .eshop-order-shipping form .shippingright > fieldset > legend,
.block--eshop .eshop-order-payment form .shippingleft > fieldset > legend,
.block--eshop .eshop-order-payment form .shippingright > fieldset > legend {
  display: none;
}
.block--eshop .eshop-order-shipping form .shipping-address,
.block--eshop .eshop-order-shipping form .payment-address,
.block--eshop .eshop-order-payment form .shipping-address,
.block--eshop .eshop-order-payment form .payment-address {
  margin: 0 0 2.5rem;
  color: #3b3b3b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.block--eshop .eshop-order-shipping form .shipping-address:last-child,
.block--eshop .eshop-order-shipping form .payment-address:last-child,
.block--eshop .eshop-order-payment form .shipping-address:last-child,
.block--eshop .eshop-order-payment form .payment-address:last-child {
  margin-bottom: 0;
}
.block--eshop .eshop-order-shipping form .shipping-address h3, .block--eshop .eshop-order-shipping form .shipping-address .h3,
.block--eshop .eshop-order-shipping form .payment-address h3,
.block--eshop .eshop-order-shipping form .payment-address .h3,
.block--eshop .eshop-order-payment form .shipping-address h3,
.block--eshop .eshop-order-payment form .shipping-address .h3,
.block--eshop .eshop-order-payment form .payment-address h3,
.block--eshop .eshop-order-payment form .payment-address .h3 {
  margin: 0 0 1.875rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
.block--eshop .eshop-order-shipping form .shipping-address .address,
.block--eshop .eshop-order-shipping form .payment-address .address,
.block--eshop .eshop-order-payment form .shipping-address .address,
.block--eshop .eshop-order-payment form .payment-address .address {
  border: 1px solid #707070;
  border-radius: 0.625rem;
  padding: 2.1875rem;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper {
  margin: 0 0 2.5rem;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper:last-child,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper:last-child {
  margin-bottom: 0;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper legend,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper legend {
  margin: 0 0 1.875rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper > div,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 240px;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary);
  color: #fff;
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label[for=edit-shipping-type-delivery],
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label[for=edit-shipping-type-delivery] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23fff' d='M632 384h-24V275.9c0-16.8-6.8-33.3-18.8-45.2l-83.9-83.9c-11.8-12-28.3-18.8-45.2-18.8H416V78.6c0-25.7-22.2-46.6-49.4-46.6H49.4C22.2 32 0 52.9 0 78.6v290.8C0 395.1 22.2 416 49.4 416h16.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16h195.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H632c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM460.1 160c8.4 0 16.7 3.4 22.6 9.4l83.9 83.9c.8.8 1.1 1.9 1.8 2.8H416v-96h44.1zM144 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm63.6-96C193 364.7 170 352 144 352s-49 12.7-63.6 32h-31c-9.6 0-17.4-6.5-17.4-14.6V78.6C32 70.5 39.8 64 49.4 64h317.2c9.6 0 17.4 6.5 17.4 14.6V384H207.6zM496 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-128c-26.1 0-49 12.7-63.6 32H416v-96h160v96h-16.4c-14.6-19.3-37.5-32-63.6-32z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label[for=edit-shipping-type-pickup],
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label[for=edit-shipping-type-pickup] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath fill='%23fff' d='M112 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zM256 32h64v76.2l-32-16-32 16V32zm-128 0h96v128l64-32 64 32V32h96v192H128V32zm430.3 301.6c-9.6-8.6-22.1-13.4-35.2-13.4-12.5 0-24.8 4.3-34.6 12.2l-61.6 49.3c-1.9 1.5-4.2 2.3-6.7 2.3h-41.6c4.6-9.6 6.5-20.7 4.8-32.3-4-27.9-29.6-47.7-57.8-47.7H181.3c-20.8 0-41 6.7-57.6 19.2L85.3 352H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88l46.9-35.2c11.1-8.3 24.6-12.8 38.4-12.8H328c13.3 0 24 10.7 24 24s-10.7 24-24 24h-88c-8.8 0-16 7.2-16 16s7.2 16 16 16h180.2c9.7 0 19.1-3.3 26.7-9.3l61.6-49.2c4.2-3.4 9.5-5.2 14.6-5.2 5 0 9.9 1.7 13.8 5.2 10.1 9.1 9.3 24.5-.9 32.6l-100.8 80.7c-7.6 6.1-17 9.3-26.7 9.3H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h400.5c17 0 33.4-5.8 46.6-16.4L556 415c12.2-9.8 19.5-24.4 20-40s-6-30.8-17.7-41.4z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  border-radius: 0.25rem;
  border: 1px solid #000;
  padding: 0.625rem 1.25rem;
  padding-left: 3.75rem;
  min-height: 3.75rem;
  background-position: left 1.25rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label,
  .block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label {
    transition: none;
  }
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label[for=edit-shipping-type-delivery],
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label[for=edit-shipping-type-delivery] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23000' d='M632 384h-24V275.9c0-16.8-6.8-33.3-18.8-45.2l-83.9-83.9c-11.8-12-28.3-18.8-45.2-18.8H416V78.6c0-25.7-22.2-46.6-49.4-46.6H49.4C22.2 32 0 52.9 0 78.6v290.8C0 395.1 22.2 416 49.4 416h16.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16h195.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H632c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM460.1 160c8.4 0 16.7 3.4 22.6 9.4l83.9 83.9c.8.8 1.1 1.9 1.8 2.8H416v-96h44.1zM144 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm63.6-96C193 364.7 170 352 144 352s-49 12.7-63.6 32h-31c-9.6 0-17.4-6.5-17.4-14.6V78.6C32 70.5 39.8 64 49.4 64h317.2c9.6 0 17.4 6.5 17.4 14.6V384H207.6zM496 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-128c-26.1 0-49 12.7-63.6 32H416v-96h160v96h-16.4c-14.6-19.3-37.5-32-63.6-32z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label[for=edit-shipping-type-pickup],
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label[for=edit-shipping-type-pickup] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath fill='%23000' d='M112 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zM256 32h64v76.2l-32-16-32 16V32zm-128 0h96v128l64-32 64 32V32h96v192H128V32zm430.3 301.6c-9.6-8.6-22.1-13.4-35.2-13.4-12.5 0-24.8 4.3-34.6 12.2l-61.6 49.3c-1.9 1.5-4.2 2.3-6.7 2.3h-41.6c4.6-9.6 6.5-20.7 4.8-32.3-4-27.9-29.6-47.7-57.8-47.7H181.3c-20.8 0-41 6.7-57.6 19.2L85.3 352H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88l46.9-35.2c11.1-8.3 24.6-12.8 38.4-12.8H328c13.3 0 24 10.7 24 24s-10.7 24-24 24h-88c-8.8 0-16 7.2-16 16s7.2 16 16 16h180.2c9.7 0 19.1-3.3 26.7-9.3l61.6-49.2c4.2-3.4 9.5-5.2 14.6-5.2 5 0 9.9 1.7 13.8 5.2 10.1 9.1 9.3 24.5-.9 32.6l-100.8 80.7c-7.6 6.1-17 9.3-26.7 9.3H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h400.5c17 0 33.4-5.8 46.6-16.4L556 415c12.2-9.8 19.5-24.4 20-40s-6-30.8-17.7-41.4z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label:hover,
.block--eshop .eshop-order-payment form #edit-shipping-type--wrapper .fieldset-wrapper .js-form-type-radio label:hover {
  border-color: var(--wu-primary);
  color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper {
  margin: 0;
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper legend,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper legend,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper legend,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper legend {
  margin: 0 0 1.25rem;
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3637;
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio {
  position: relative;
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label {
  color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::before,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::before,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::before,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::before {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::after,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::after,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::after,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625rem 0;
  padding-left: 1.875rem;
  color: #000;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label,
  .block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label,
  .block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label,
  .block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label {
    transition: none;
  }
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label span,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label span,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label span,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label span {
  color: #848484;
  font-style: italic;
  text-transform: none;
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::before,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::before,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::before,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375rem;
  left: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::before,
  .block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::before,
  .block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::before,
  .block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::before {
    transition: none;
  }
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::after,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::after,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::after,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::after,
  .block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::after,
  .block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label::after,
  .block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label::after {
    transition: none;
  }
}
.block--eshop .eshop-order-shipping form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label:hover,
.block--eshop .eshop-order-shipping form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label:hover,
.block--eshop .eshop-order-payment form #edit-shipping-delivery--wrapper .fieldset-wrapper .js-form-type-radio label:hover,
.block--eshop .eshop-order-payment form #edit-shipping-pickup--wrapper .fieldset-wrapper .js-form-type-radio label:hover {
  color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset,
.block--eshop .eshop-order-payment form .payment-options > fieldset {
  margin: 0;
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset legend,
.block--eshop .eshop-order-payment form .payment-options > fieldset legend {
  margin: 0 0 1.875rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper > div,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio {
  position: relative;
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio,
  .block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio {
    max-width: 180px;
  }
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label {
  border-color: var(--wu-primary);
  color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label::before,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label::before {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary);
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label::after,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  border: 1px solid #000;
  padding: 0.625rem 1.25rem;
  width: 100%;
  height: 110px;
  color: #000;
  text-align: center;
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::before,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::before,
  .block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::before {
    transition: none;
  }
}
.block--eshop .eshop-order-shipping form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::after,
.block--eshop .eshop-order-payment form .payment-options > fieldset .fieldset-wrapper .js-form-type-radio label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  transform: translateX(-50%);
}
.block--eshop .eshop-order-shipping form .form-item-comment > *,
.block--eshop .eshop-order-payment form .form-item-comment > * {
  max-width: 520px;
}
.block--eshop .eshop-order-shipping form .form-item-comment label,
.block--eshop .eshop-order-payment form .form-item-comment label {
  margin: 0 0 0.9375rem;
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.92 19.24'%3e%3cpath fill='%23000' d='M18,0H2.88A2.88,2.88,0,0,0,0,2.88v9.28A2.88,2.88,0,0,0,2.87,15v4.21L8.92,15H18a2.89,2.89,0,0,0,2.88-2.87V2.88A2.89,2.89,0,0,0,18,0Zm1.65,12.16A1.66,1.66,0,0,1,18,13.81H8.53L4.09,16.9V13.81H2.88a1.66,1.66,0,0,1-1.65-1.65V2.88A1.65,1.65,0,0,1,2.88,1.23H18a1.65,1.65,0,0,1,1.65,1.65ZM5.6,5.56h9.72V4.33H5.6Zm0,2.61h9.72V7H5.6Zm0,2.62h9.72V9.56H5.6Z'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 19px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6667;
  text-transform: uppercase;
}
.block--eshop .eshop-order-shipping form .form-item-comment textarea,
.block--eshop .eshop-order-payment form .form-item-comment textarea {
  border: 1px solid #ddd;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.block--eshop .eshop-order-shipping form > .form-item-legal,
.block--eshop .eshop-order-payment form > .form-item-legal {
  padding-left: 1.5625rem;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-shipping form > .form-item-legal,
  .block--eshop .eshop-order-payment form > .form-item-legal {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
.block--eshop .eshop-order-shipping form > .form-item-legal > *,
.block--eshop .eshop-order-payment form > .form-item-legal > * {
  max-width: 520px;
}
.block--eshop .eshop-order-shipping form > .form-item-legal label,
.block--eshop .eshop-order-payment form > .form-item-legal label {
  display: block;
  margin: 0;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6667;
  text-transform: uppercase;
}
.block--eshop .eshop-order-shipping form > .form-item-legal input,
.block--eshop .eshop-order-payment form > .form-item-legal input {
  float: left;
  margin-top: 0.1875rem;
  margin-left: -1.5625rem;
  width: 0.875rem;
  height: 0.875rem;
}
.block--eshop .eshop-order-shipping #edit-back,
.block--eshop .eshop-order-payment #edit-back {
  border-color: #666 !important;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #666 !important;
  color: #fff !important;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-shipping #edit-back,
  .block--eshop .eshop-order-payment #edit-back {
    margin-left: auto;
    margin-right: 0;
  }
}
.block--eshop .eshop-order-shipping #edit-submit,
.block--eshop .eshop-order-payment #edit-submit {
  margin-top: -1.875rem;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .block--eshop .eshop-order-shipping #edit-submit,
  .block--eshop .eshop-order-payment #edit-submit {
    margin-top: 0;
  }
}
.block--eshop .eshop-order-payment-inshop,
.block--eshop .eshop-order-payment-bank,
.block--eshop .eshop-order-confirm {
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
}

.customer-orders {
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
}
.customer-order {
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
}
.customer-order .back-to-list {
  margin-bottom: 2.5rem;
  text-align: right;
}
.customer-order .back-to-list .btn, .customer-order .back-to-list .form-button,
.customer-order .back-to-list .form-reset,
.customer-order .back-to-list .form-submit, .customer-order .back-to-list .paragraph--slider .slider_detail .item-content .item-cta .item-link, .paragraph--slider .slider_detail .item-content .item-cta .customer-order .back-to-list .item-link, .customer-order .back-to-list .paragraph--slider_video .paragraph__body .cta .link, .paragraph--slider_video .paragraph__body .cta .customer-order .back-to-list .link, .customer-order .back-to-list .paragraph--service_produit .service_produit_detail .item-cta .item-linktext, .paragraph--service_produit .service_produit_detail .item-cta .customer-order .back-to-list .item-linktext, .customer-order .back-to-list .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence.media_offset .evidence_detail .item-content .item-cta .customer-order .back-to-list .item-link, .customer-order .back-to-list .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .item-link, .paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta .customer-order .back-to-list .item-link, .customer-order .back-to-list .paragraph--cta .paragraph__body .cta .link, .paragraph--cta .paragraph__body .cta .customer-order .back-to-list .link, .customer-order .back-to-list .main-footer__reviews .buttons > div > a, .main-footer__reviews .customer-order .back-to-list .buttons > div > a, .customer-order .back-to-list .eu-cookie-compliance-default-button,
.customer-order .back-to-list .eu-cookie-compliance-secondary-button,
.customer-order .back-to-list .eu-cookie-compliance-hide-button,
.customer-order .back-to-list .eu-cookie-withdraw-button,
.customer-order .back-to-list .eu-cookie-compliance-save-preferences-button,
.customer-order .back-to-list .eu-cookie-compliance-personalize-button, .customer-order .back-to-list .btn4, .customer-order .back-to-list .btn3, .customer-order .back-to-list .btn2, .customer-order .back-to-list .btn1, .customer-order .back-to-list .block--references .item--reference .item-linktext, .block--references .item--reference .customer-order .back-to-list .item-linktext, .customer-order .back-to-list .block--agenda .item--event .item-linktext, .block--agenda .item--event .customer-order .back-to-list .item-linktext, .customer-order .back-to-list .block--blog .item--news .item-linktext, .block--blog .item--news .customer-order .back-to-list .item-linktext, .customer-order .back-to-list .block--eshop .eshop-produit .content form > a, .block--eshop .eshop-produit .content .customer-order .back-to-list form > a {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4286;
}
.customer-order hr {
  border-color: #ccc;
}
@media (max-width: 767.98px) {
  .customer-order .row .col-md-6:first-child {
    margin-bottom: 2.5rem;
  }
}
.customer-order .table, .customer-order .paragraph--texte table, .paragraph--texte .customer-order table, .customer-order .paragraph--form .content table, .paragraph--form .content .customer-order table, .customer-order .customer-orders table, .customer-orders .customer-order table {
  margin-top: 1.25rem;
  vertical-align: middle;
}
.customer-order .table > :not(caption) > * > *.alignright, .customer-order .paragraph--texte table > :not(caption) > * > *.alignright, .paragraph--texte .customer-order table > :not(caption) > * > *.alignright, .customer-order .paragraph--form .content table > :not(caption) > * > *.alignright, .paragraph--form .content .customer-order table > :not(caption) > * > *.alignright, .customer-order .customer-orders table > :not(caption) > * > *.alignright, .customer-orders .customer-order table > :not(caption) > * > *.alignright {
  text-align: right;
}
.customer-order .table > :not(caption) > * > *.qty, .customer-order .paragraph--texte table > :not(caption) > * > *.qty, .paragraph--texte .customer-order table > :not(caption) > * > *.qty, .customer-order .paragraph--form .content table > :not(caption) > * > *.qty, .paragraph--form .content .customer-order table > :not(caption) > * > *.qty, .customer-order .customer-orders table > :not(caption) > * > *.qty, .customer-orders .customer-order table > :not(caption) > * > *.qty {
  white-space: nowrap;
}
.customer-order .table > :not(caption) > * > * .thumb, .customer-order .paragraph--texte table > :not(caption) > * > * .thumb, .paragraph--texte .customer-order table > :not(caption) > * > * .thumb, .customer-order .paragraph--form .content table > :not(caption) > * > * .thumb, .paragraph--form .content .customer-order table > :not(caption) > * > * .thumb, .customer-order .customer-orders table > :not(caption) > * > * .thumb, .customer-orders .customer-order table > :not(caption) > * > * .thumb {
  position: relative;
  padding: 0.9375rem;
  width: 90px;
  height: 90px;
  background-color: #f0f0f0;
}
.customer-order .table > :not(caption) > * > * .thumb img, .customer-order .paragraph--texte table > :not(caption) > * > * .thumb img, .paragraph--texte .customer-order table > :not(caption) > * > * .thumb img, .customer-order .paragraph--form .content table > :not(caption) > * > * .thumb img, .paragraph--form .content .customer-order table > :not(caption) > * > * .thumb img, .customer-order .customer-orders table > :not(caption) > * > * .thumb img, .customer-orders .customer-order table > :not(caption) > * > * .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.customer-order .table > :not(caption) > * > * s, .customer-order .paragraph--texte table > :not(caption) > * > * s, .paragraph--texte .customer-order table > :not(caption) > * > * s, .customer-order .paragraph--form .content table > :not(caption) > * > * s, .paragraph--form .content .customer-order table > :not(caption) > * > * s, .customer-order .customer-orders table > :not(caption) > * > * s, .customer-orders .customer-order table > :not(caption) > * > * s {
  font-size: 80%;
  opacity: 0.6;
}
.customer-order .table > tfoot, .customer-order .paragraph--texte table > tfoot, .paragraph--texte .customer-order table > tfoot, .customer-order .paragraph--form .content table > tfoot, .paragraph--form .content .customer-order table > tfoot, .customer-order .customer-orders table > tfoot, .customer-orders .customer-order table > tfoot {
  background-color: #f0f0f0;
}
.customer-order .table > tfoot > * > *, .customer-order .paragraph--texte table > tfoot > * > *, .paragraph--texte .customer-order table > tfoot > * > *, .customer-order .paragraph--form .content table > tfoot > * > *, .paragraph--form .content .customer-order table > tfoot > * > *, .customer-order .customer-orders table > tfoot > * > *, .customer-orders .customer-order table > tfoot > * > * {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
.customer-order .table > tfoot > * > *.first, .customer-order .paragraph--texte table > tfoot > * > *.first, .paragraph--texte .customer-order table > tfoot > * > *.first, .customer-order .paragraph--form .content table > tfoot > * > *.first, .paragraph--form .content .customer-order table > tfoot > * > *.first, .customer-order .customer-orders table > tfoot > * > *.first, .customer-orders .customer-order table > tfoot > * > *.first {
  padding-top: 1rem;
}
.customer-order .table > tfoot > * > *.total, .customer-order .paragraph--texte table > tfoot > * > *.total, .paragraph--texte .customer-order table > tfoot > * > *.total, .customer-order .paragraph--form .content table > tfoot > * > *.total, .paragraph--form .content .customer-order table > tfoot > * > *.total, .customer-order .customer-orders table > tfoot > * > *.total, .customer-orders .customer-order table > tfoot > * > *.total {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2223;
}
.customer-order .table > tfoot > * > *.last, .customer-order .paragraph--texte table > tfoot > * > *.last, .paragraph--texte .customer-order table > tfoot > * > *.last, .customer-order .paragraph--form .content table > tfoot > * > *.last, .paragraph--form .content .customer-order table > tfoot > * > *.last, .customer-order .customer-orders table > tfoot > * > *.last, .customer-orders .customer-order table > tfoot > * > *.last {
  padding-bottom: 1rem;
}
.customer-order .table > tfoot th, .customer-order .paragraph--texte table > tfoot th, .paragraph--texte .customer-order table > tfoot th, .customer-order .paragraph--form .content table > tfoot th, .paragraph--form .content .customer-order table > tfoot th, .customer-order .customer-orders table > tfoot th, .customer-orders .customer-order table > tfoot th {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .customer-order .table > thead, .customer-order .paragraph--texte table > thead, .paragraph--texte .customer-order table > thead, .customer-order .paragraph--form .content table > thead, .paragraph--form .content .customer-order table > thead, .customer-order .customer-orders table > thead, .customer-orders .customer-order table > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .customer-order .table > tbody > *, .customer-order .paragraph--texte table > tbody > *, .paragraph--texte .customer-order table > tbody > *, .customer-order .paragraph--form .content table > tbody > *, .paragraph--form .content .customer-order table > tbody > *, .customer-order .customer-orders table > tbody > *, .customer-orders .customer-order table > tbody > * {
    display: block;
    border-bottom-width: 1px;
  }
  .customer-order .table > tbody > * > *, .customer-order .paragraph--texte table > tbody > * > *, .paragraph--texte .customer-order table > tbody > * > *, .customer-order .paragraph--form .content table > tbody > * > *, .paragraph--form .content .customer-order table > tbody > * > *, .customer-order .customer-orders table > tbody > * > *, .customer-orders .customer-order table > tbody > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
    padding: 0.25rem 0.25rem;
  }
  .customer-order .table > tbody > * > *::before, .customer-order .paragraph--texte table > tbody > * > *::before, .paragraph--texte .customer-order table > tbody > * > *::before, .customer-order .paragraph--form .content table > tbody > * > *::before, .paragraph--form .content .customer-order table > tbody > * > *::before, .customer-order .customer-orders table > tbody > * > *::before, .customer-orders .customer-order table > tbody > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
  .customer-order .table > tfoot > *, .customer-order .paragraph--texte table > tfoot > *, .paragraph--texte .customer-order table > tfoot > *, .customer-order .paragraph--form .content table > tfoot > *, .paragraph--form .content .customer-order table > tfoot > *, .customer-order .customer-orders table > tfoot > *, .customer-orders .customer-order table > tfoot > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
  }
  .customer-order .table > tfoot > * > *, .customer-order .paragraph--texte table > tfoot > * > *, .paragraph--texte .customer-order table > tfoot > * > *, .customer-order .paragraph--form .content table > tfoot > * > *, .paragraph--form .content .customer-order table > tfoot > * > *, .customer-order .customer-orders table > tfoot > * > *, .customer-orders .customer-order table > tfoot > * > * {
    display: block;
    border-bottom-width: 0;
  }
}

.block--references .list,
.block--references .empty {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.block--references .list {
  display: grid;
  gap: 2.5rem 1.875rem;
}
@media (min-width: 576px) {
  .block--references .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .block--references .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block--references .item--reference {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #e5e5ee;
  border-radius: var(--wu-border-radius);
  background-color: #fff;
  overflow: hidden;
}
.block--references .item--reference .item-header {
  position: relative;
  height: 290px;
  overflow: hidden;
}
.block--references .item--reference .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--references .item--reference .item-img {
    transition: none;
  }
}
.block--references .item--reference .item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem;
}
@media (min-width: 576px) {
  .block--references .item--reference .item-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.block--references .item--reference .item-suptitle {
  margin-bottom: 0;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
}
.block--references .item--reference .item-title {
  margin-bottom: 0;
  color: #656565;
  font-size: 1rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--references .item--reference .item-title {
    transition: none;
  }
}
.block--references .item--reference .item-link {
  color: inherit;
  text-decoration: none;
}
.block--references .item--reference .item-text {
  margin-bottom: 0;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.block--references .item--reference .item-cta {
  margin-top: auto;
}
.block--references .item--reference:not(.disabled):hover .item-img {
  transform: scale(1.1);
}
.block--references .item--reference:not(.disabled):hover .item-title {
  color: var(--wu-primary);
}

body.cke_editable {
  margin: 0.5rem;
}
#sliding-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  padding: 0;
  width: 100%;
  max-width: 600px;
  text-align: left;
}
#sliding-popup,
#sliding-popup .eu-cookie-withdraw-banner {
  background: unset;
}
#sliding-popup label {
  color: unset;
}

.eu-cookie-compliance-content {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  border-top-right-radius: 1.5rem;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  background: #cce1ed;
  box-shadow: 0 0 0.375rem rgba(0, 105, 166, 0.4);
  color: #313637;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow: auto;
}
@media (min-width: 576px) {
  .eu-cookie-compliance-content {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.eu-cookie-compliance-message {
  float: none;
  margin-bottom: 1.5rem;
  max-width: 440px;
}
@media (min-width: 576px) {
  .eu-cookie-compliance-message {
    margin-bottom: 2rem;
  }
}
.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h2, .eu-cookie-compliance-message h3, .eu-cookie-compliance-message h4, .eu-cookie-compliance-message h5, .eu-cookie-compliance-message h6, .eu-cookie-compliance-message .h1, .eu-cookie-compliance-message .h2, .eu-cookie-compliance-message .h3, .eu-cookie-compliance-message .h4, .eu-cookie-compliance-message .h5, .eu-cookie-compliance-message .h6 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.2;
}
.eu-cookie-compliance-message h1:last-child, .eu-cookie-compliance-message h2:last-child, .eu-cookie-compliance-message h3:last-child, .eu-cookie-compliance-message h4:last-child, .eu-cookie-compliance-message h5:last-child, .eu-cookie-compliance-message h6:last-child, .eu-cookie-compliance-message .h1:last-child, .eu-cookie-compliance-message .h2:last-child, .eu-cookie-compliance-message .h3:last-child, .eu-cookie-compliance-message .h4:last-child, .eu-cookie-compliance-message .h5:last-child, .eu-cookie-compliance-message .h6:last-child {
  margin-bottom: 0;
}
.eu-cookie-compliance-message h1 strong, .eu-cookie-compliance-message h2 strong, .eu-cookie-compliance-message h3 strong, .eu-cookie-compliance-message h4 strong, .eu-cookie-compliance-message h5 strong, .eu-cookie-compliance-message h6 strong, .eu-cookie-compliance-message .h1 strong, .eu-cookie-compliance-message .h2 strong, .eu-cookie-compliance-message .h3 strong, .eu-cookie-compliance-message .h4 strong, .eu-cookie-compliance-message .h5 strong, .eu-cookie-compliance-message .h6 strong {
  color: inherit;
  font-weight: 700;
}
.eu-cookie-compliance-message h1, .eu-cookie-compliance-message .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .eu-cookie-compliance-message h1, .eu-cookie-compliance-message .h1 {
    font-size: 2.5rem;
  }
}
.eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2 {
  font-size: 1.25rem;
}
.eu-cookie-compliance-message h3, .eu-cookie-compliance-message .h3 {
  font-size: 1.125rem;
}
.eu-cookie-compliance-message h4, .eu-cookie-compliance-message .h4 {
  font-size: 1rem;
}
.eu-cookie-compliance-message h5, .eu-cookie-compliance-message .h5 {
  font-size: 0.875rem;
}
.eu-cookie-compliance-message h6, .eu-cookie-compliance-message .h6 {
  font-size: 0.75rem;
}
.eu-cookie-compliance-message p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}

.eu-cookie-compliance-categories {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .eu-cookie-compliance-categories {
    transition: none;
  }
}
.eu-cookie-compliance-categories .eu-cookie-compliance-categories__inner {
  padding-top: 2rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin-bottom: 1.5rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category:last-child {
  margin-bottom: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category > div {
  padding-left: 1.625rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] {
  position: relative;
  vertical-align: top;
  float: left;
  margin-top: 0;
  margin-left: -1.625rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] ~ label {
  padding: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:focus {
  border-color: #80b4d3;
  box-shadow: none;
  outline: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:checked {
  border-color: #7a0012;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230069a6' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: none;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox][disabled] ~ label, .eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
  margin: 0.25rem 0 0;
  color: #5f7581;
  font-size: 0.75rem;
  line-height: 1.1667;
}

.eu-cookie-compliance-buttons {
  display: flex;
  flex-wrap: wrap;
  float: none;
  margin: -0.375rem;
  max-width: 100%;
}
.eu-cookie-compliance-buttons button {
  margin: 0.375rem;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-personalize-button {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.eu-cookie-compliance-more-button {
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
}
.eu-cookie-compliance-more-button:hover {
  font-weight: bolder;
}

.eu-cookie-withdraw-tab {
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(100% - 2px);
  left: 50%;
  border: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.25rem 0.5rem;
  background: #cce1ed;
  font-size: 0.75rem;
  line-height: 1;
  transform: translateX(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.eu-cookie-compliance-close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  color: #7a0012;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.eu-cookie-compliance-close-button::before, .eu-cookie-compliance-close-button::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 20%;
  border-top: 2px solid currentColor;
  width: 60%;
  height: 0;
  transform: rotate(45deg);
}
.eu-cookie-compliance-close-button::after {
  transform: rotate(-45deg);
}
.eu-cookie-compliance-close-button:focus {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.sliding-popup-top .eu-cookie-compliance-content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.5rem;
  box-shadow: 0 -0.375rem 0.375rem rgba(0, 105, 166, 0.4);
}
@media (min-width: 576px) {
  .sliding-popup-top .eu-cookie-compliance-content {
    box-shadow: 0 -0.375rem 0.375rem rgba(0, 0, 0, 0.15);
  }
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
  transform: scaleY(-1);
}
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
  border-radius: 0 0 0.25rem 0.25rem;
  transform: translateX(-50%) scaleY(-1);
}

[dir=rtl] #sliding-popup {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .eu-cookie-compliance-content {
  border-top-right-radius: 0;
  border-top-left-radius: 1.5rem;
  text-align: right;
}
[dir=rtl] .eu-cookie-compliance-message {
  float: none;
}
[dir=rtl] .eu-cookie-compliance-categories .eu-cookie-compliance-category > div {
  padding-left: 0;
  padding-right: 1.625rem;
}
[dir=rtl] .eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] {
  float: right;
  margin-left: 0;
  margin-right: -1.625rem;
}
[dir=rtl] .eu-cookie-compliance-buttons {
  float: none;
}
[dir=rtl] .eu-cookie-compliance-close-button {
  left: 0;
  right: auto;
}
[dir=rtl] .sliding-popup-top .eu-cookie-compliance-content {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.5rem;
}

@media print {
  #sliding-popup {
    display: none;
  }
}
.filter {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) * -0.5);
  width: 100vw;
  height: 100%;
  background-color: #f3f3f3;
}
.filter > * {
  position: relative;
}
.filter form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -0.625rem;
}
.filter form > * {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  max-width: calc(100% - 1.25rem);
  margin: 0.625rem;
}
@media (min-width: 768px) {
  .filter form > * {
    width: auto;
  }
}
.filter form .form-label, .filter form .form-item > label:not(.option) {
  display: block;
  margin-bottom: 0.375rem;
  color: #000;
  font-family: var(--wu-font-heading);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1667;
  text-transform: uppercase;
}
.filter form .form-select {
  border: 0;
  border-bottom: 2px solid #000;
  padding: 0.6875rem 0 calc(0.6875rem - 2px);
  padding-right: 1.25rem;
  background-color: transparent;
  background-position: right center;
  font-family: var(--wu-font-heading);
}
.filter form .form-submit {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-footer {
  --wu-footer-bg-top: #fff;
  --wu-footer-color-top: #999;
  --wu-footer-link-color-top: var(--wu-primary);
  --wu-footer-bg-bottom: var(--wu-primary);
  --wu-footer-color-bottom: #fff;
}

.main-footer__reviews {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.main-footer__reviews #google-reviews {
  display: flex;
  flex-wrap: wrap;
}
.main-footer__reviews #google-reviews .review-item,
.main-footer__reviews #google-reviews .review-item-long {
  margin: 0 auto;
  padding: 1rem;
  flex: 1 1 90%;
}
@media (min-width: 768px) {
  .main-footer__reviews #google-reviews .review-item,
  .main-footer__reviews #google-reviews .review-item-long {
    flex: 1 1 40%;
  }
}
@media (min-width: 1200px) {
  .main-footer__reviews #google-reviews .review-item,
  .main-footer__reviews #google-reviews .review-item-long {
    flex: 1 1 20%;
  }
}
.main-footer__reviews #google-reviews .review-item .review-picture,
.main-footer__reviews #google-reviews .review-item-long .review-picture {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  max-width: 100%;
  height: auto;
}
.main-footer__reviews #google-reviews .review-item .review-meta,
.main-footer__reviews #google-reviews .review-item .review-stars,
.main-footer__reviews #google-reviews .review-item-long .review-meta,
.main-footer__reviews #google-reviews .review-item-long .review-stars {
  text-align: center;
}
.main-footer__reviews #google-reviews .review-item .review-author,
.main-footer__reviews #google-reviews .review-item-long .review-author {
  font-weight: 700;
  text-transform: capitalize;
}
.main-footer__reviews #google-reviews .review-item .review-date,
.main-footer__reviews #google-reviews .review-item-long .review-date {
  display: block;
  opacity: 0.6;
}
.main-footer__reviews #google-reviews .review-item .review-stars ul,
.main-footer__reviews #google-reviews .review-item-long .review-stars ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main-footer__reviews #google-reviews .review-item .review-stars ul li,
.main-footer__reviews #google-reviews .review-item-long .review-stars ul li {
  float: left;
  margin-right: 1px;
  line-height: 1;
}
.main-footer__reviews #google-reviews .review-item .review-stars ul li i,
.main-footer__reviews #google-reviews .review-item-long .review-stars ul li i {
  color: #e4b248;
  font-size: 1.375rem;
  font-style: normal;
}
.main-footer__reviews #google-reviews .review-item .review-stars ul li i.star::after,
.main-footer__reviews #google-reviews .review-item-long .review-stars ul li i.star::after {
  content: "★";
}
.main-footer__reviews #google-reviews .review-item .review-stars ul li i.inactive,
.main-footer__reviews #google-reviews .review-item-long .review-stars ul li i.inactive {
  color: #c6c6c6;
}
.main-footer__reviews #google-reviews .review-item .review-text,
.main-footer__reviews #google-reviews .review-item-long .review-text {
  margin: auto;
  max-width: 32rem;
  line-height: 1.55;
  text-align: left;
}
.main-footer__reviews .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.8125rem -0.3125rem -0.3125rem;
}
.main-footer__reviews .buttons > div {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 0.625rem);
  margin: 0.3125rem;
}
.main-footer__header {
  font-family: var(--wu-font-heading);
}
.main-footer__header .inner {
  padding-top: 4.625rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #979797;
}
.main-footer__header .newsletter {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
@media (min-width: 768px) {
  .main-footer__header .newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .main-footer__header .newsletter > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .main-footer__header .newsletter > .title {
    padding-right: 1.25rem;
    width: 42.5%;
  }
  .main-footer__header .newsletter > .form {
    width: 57.5%;
  }
}
.main-footer__header .newsletter .title {
  margin-bottom: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .main-footer__header .newsletter .title {
    margin-bottom: 0;
  }
}
.main-footer__header .newsletter .title h1, .main-footer__header .newsletter .title h2, .main-footer__header .newsletter .title h3, .main-footer__header .newsletter .title h4, .main-footer__header .newsletter .title h5, .main-footer__header .newsletter .title h6, .main-footer__header .newsletter .title .h1, .main-footer__header .newsletter .title .h2, .main-footer__header .newsletter .title .h3, .main-footer__header .newsletter .title .h4, .main-footer__header .newsletter .title .h5, .main-footer__header .newsletter .title .h6 {
  margin-bottom: 0;
  color: inherit;
  font-weight: 600;
  line-height: 1.2223;
}
.main-footer__header .newsletter .form form {
  display: flex;
}
.main-footer__header .newsletter .form .form-control, .main-footer__header .newsletter .form .form-color,
.main-footer__header .newsletter .form .form-date,
.main-footer__header .newsletter .form .form-datetime-local,
.main-footer__header .newsletter .form .form-email,
.main-footer__header .newsletter .form .form-file,
.main-footer__header .newsletter .form .form-month,
.main-footer__header .newsletter .form .form-number,
.main-footer__header .newsletter .form .form-password,
.main-footer__header .newsletter .form .form-search,
.main-footer__header .newsletter .form .form-tel,
.main-footer__header .newsletter .form .form-text,
.main-footer__header .newsletter .form .form-time,
.main-footer__header .newsletter .form .form-url,
.main-footer__header .newsletter .form .form-week,
.main-footer__header .newsletter .form .form-textarea {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.main-footer__header .newsletter .form .form-control:not(:focus):not(.error), .main-footer__header .newsletter .form .form-color:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-date:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-datetime-local:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-email:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-file:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-month:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-number:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-password:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-search:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-tel:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-text:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-time:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-url:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-week:not(:focus):not(.error),
.main-footer__header .newsletter .form .form-textarea:not(:focus):not(.error) {
  border-color: #c5c5c5;
}
.main-footer__header .newsletter .form .form-submit {
  border-radius: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.2858;
}

.main-footer__body {
  padding-top: 3.75rem;
  padding-bottom: 6rem;
  background-color: var(--wu-footer-bg-top);
  color: var(--wu-footer-color-top);
  font-family: var(--wu-font-heading);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.main-footer__body h1, .main-footer__body h2, .main-footer__body h3, .main-footer__body h4, .main-footer__body h5, .main-footer__body h6, .main-footer__body .h1, .main-footer__body .h2, .main-footer__body .h3, .main-footer__body .h4, .main-footer__body .h5, .main-footer__body .h6 {
  margin-bottom: 1.375rem;
  color: inherit;
  font-weight: 600;
  line-height: 1.7143;
}
.main-footer__body h1:last-child, .main-footer__body h2:last-child, .main-footer__body h3:last-child, .main-footer__body h4:last-child, .main-footer__body h5:last-child, .main-footer__body h6:last-child, .main-footer__body .h1:last-child, .main-footer__body .h2:last-child, .main-footer__body .h3:last-child, .main-footer__body .h4:last-child, .main-footer__body .h5:last-child, .main-footer__body .h6:last-child {
  margin-bottom: 0;
}
.main-footer__body p,
.main-footer__body ul,
.main-footer__body ol {
  margin-bottom: 1.75rem;
}
.main-footer__body p:last-child,
.main-footer__body ul:last-child,
.main-footer__body ol:last-child {
  margin-bottom: 0;
}
.main-footer__body a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button) {
  color: var(--wu-footer-link-color-top);
  text-decoration: none;
}
.main-footer__body a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):hover {
  text-decoration: underline;
}
.main-footer__body ul {
  padding-left: 0;
  list-style: none;
}
.main-footer__body ul li + li {
  margin-top: 0.625rem;
}
.main-footer__footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: var(--wu-footer-bg-bottom);
  color: var(--wu-footer-color-bottom);
  font-family: var(--wu-font-heading);
}
@media (min-width: 768px) {
  .main-footer__footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .main-footer__footer .inner > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .main-footer__footer .inner > .main-footer__footer-left {
    flex: 1 0 0%;
  }
  .main-footer__footer .inner > .main-footer__socials {
    margin-top: 0;
    margin-left: 2.375rem;
    width: auto;
  }
}

.main-footer__copyright {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.main-footer__copyright a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button) {
  color: inherit;
  text-decoration: none;
}
.main-footer__copyright a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):hover {
  text-decoration: underline;
}

.main-footer__createdby {
  margin-top: 0.625rem;
}
.main-footer__createdby a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
  text-decoration: none;
}
.main-footer__createdby a svg {
  margin-left: 0.5rem;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 0.75;
  transition: opacity 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-footer__createdby a svg {
    transition: none;
  }
}
.main-footer__createdby a:hover svg {
  opacity: 1;
}

.main-footer__socials {
  display: flex;
  flex-wrap: wrap;
  margin: 2.375rem -0.125rem -0.125rem;
}
.main-footer__socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.125rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--wu-footer-color-bottom);
  color: var(--wu-footer-bg-bottom);
  text-decoration: none;
  transition: border-radius 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-footer__socials .social {
    transition: none;
  }
}
.main-footer__socials .social .icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-footer__socials .social .icon {
    transition: none;
  }
}
.main-footer__socials .social:hover {
  border-radius: var(--wu-border-radius);
}
.main-footer__socials .social:hover .icon {
  transform: rotateZ(360deg);
}

.main-header {
  --wu-navbar-bg: #fff;
  --wu-navbar-color: #1d1d1b;
  --wu-navbar-hover-color: var(--wu-primary);
  --wu-navbar-secondary-bg: transparent;
  --wu-navbar-secondary-color: var(--wu-navbar-color);
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  font-family: var(--wu-font-heading);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header {
    transition: none;
  }
}
.main-header.bg-color-locked, .main-header.scrolled {
  background-color: var(--wu-navbar-bg);
}
.main-header > .container,
.main-header > .container-fluid,
.main-header > .container-sm,
.main-header > .container-md,
.main-header > .container-lg,
.main-header > .container-xl,
.paragraph--slider.header--phami .custom-navigation .main-header > .wrapper,
.paragraph--slider.header--explo .custom-navigation .main-header > .wrapper,
.error-401 .main-header > .main-wrapper,
.error-403 .main-header > .main-wrapper,
.error-404 .main-header > .main-wrapper,
.path-search .main-header > .main-wrapper,
.path-user .main-header > .main-wrapper,
.main-header > .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.main-header__brand {
  margin-right: 0.625rem;
}
.main-header__brand img {
  width: auto;
  max-width: 156px;
  height: 70px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header--advance .main-header__brand img {
  max-width: 250px;
}

.main-header__mobile {
  display: flex;
  align-items: center;
}

.main-header__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: var(--wu-navbar-color);
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__toggler {
    transition: none;
  }
}
.main-header__toggler:focus {
  box-shadow: none;
}
.main-header__toggler .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.main-header__toggler span {
  display: none;
}

.main-header__offcanvas {
  --wu-offcanvas-border-width: 0;
  background-color: var(--wu-navbar-bg);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.main-header__main-menu .menu,
.main-header__secondary-menu .menu,
.main-header__customer-menu .menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main-header__main-menu .menu > .menu__item > .menu__link,
.main-header__secondary-menu .menu > .menu__item > .menu__link,
.main-header__customer-menu .menu > .menu__item > .menu__link {
  display: block;
  border: 0;
  padding: 0.625rem 0;
  width: 100%;
  background-color: transparent;
  color: var(--wu-navbar-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link,
  .main-header__secondary-menu .menu > .menu__item > .menu__link,
  .main-header__customer-menu .menu > .menu__item > .menu__link {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .menu__link.button,
.main-header__secondary-menu .menu > .menu__item > .menu__link.button,
.main-header__customer-menu .menu > .menu__item > .menu__link.button {
  margin-top: 0.625rem;
  border-radius: var(--wu-border-radius);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: var(--wu-navbar-hover-color);
  color: var(--wu-navbar-bg);
  transition: box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link.button,
  .main-header__secondary-menu .menu > .menu__item > .menu__link.button,
  .main-header__customer-menu .menu > .menu__item > .menu__link.button {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle .icon,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle .icon,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle .icon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.875rem;
  margin-right: 0.875rem;
  width: 0.75rem;
  height: 0.75rem;
  color: var(--wu-navbar-color);
  pointer-events: none;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .dropdown-toggle .icon,
  .main-header__secondary-menu .menu > .menu__item > .dropdown-toggle .icon,
  .main-header__customer-menu .menu > .menu__item > .dropdown-toggle .icon {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle .icon.desktop,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle .icon.desktop,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle .icon.desktop {
  display: none;
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle:hover .icon, .main-header__main-menu .menu > .menu__item > .dropdown-toggle:focus .icon,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle:hover .icon,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle:focus .icon,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle:hover .icon,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle:focus .icon {
  color: var(--wu-navbar-hover-color);
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split {
  border: 0;
  padding: 0 0.875rem;
  background-color: transparent;
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split .icon,
.main-header__secondary-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split .icon,
.main-header__customer-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split .icon {
  margin-left: 0;
  margin-right: 0;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children,
.main-header__secondary-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children,
.main-header__secondary-menu .menu > .menu__item.menu__item--link.menu__item--has-children,
.main-header__customer-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children,
.main-header__customer-menu .menu > .menu__item.menu__item--link.menu__item--has-children {
  display: flex;
  flex-wrap: wrap;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu__link, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu__link,
.main-header__secondary-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu__link,
.main-header__secondary-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu__link,
.main-header__customer-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu__link,
.main-header__customer-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu__link {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .dropdown-toggle-split, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .dropdown-toggle-split,
.main-header__secondary-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .dropdown-toggle-split,
.main-header__secondary-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .dropdown-toggle-split,
.main-header__customer-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .dropdown-toggle-split,
.main-header__customer-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .dropdown-toggle-split {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu,
.main-header__secondary-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu,
.main-header__secondary-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu,
.main-header__customer-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu,
.main-header__customer-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item > .menu__link--back,
.main-header__secondary-menu .menu > .menu__item > .menu__link--back,
.main-header__customer-menu .menu > .menu__item > .menu__link--back {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}
.main-header__main-menu .menu > .menu__item > .menu__link--back .icon,
.main-header__secondary-menu .menu > .menu__item > .menu__link--back .icon,
.main-header__customer-menu .menu > .menu__item > .menu__link--back .icon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.875rem;
  width: 0.75rem;
  height: 0.75rem;
  color: var(--wu-navbar-color);
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link--back .icon,
  .main-header__secondary-menu .menu > .menu__item > .menu__link--back .icon,
  .main-header__customer-menu .menu > .menu__item > .menu__link--back .icon {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .menu__link--back:hover .icon, .main-header__main-menu .menu > .menu__item > .menu__link--back:focus .icon,
.main-header__secondary-menu .menu > .menu__item > .menu__link--back:hover .icon,
.main-header__secondary-menu .menu > .menu__item > .menu__link--back:focus .icon,
.main-header__customer-menu .menu > .menu__item > .menu__link--back:hover .icon,
.main-header__customer-menu .menu > .menu__item > .menu__link--back:focus .icon {
  color: var(--wu-navbar-hover-color);
}
.main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover, .main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus,
.main-header__secondary-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover,
.main-header__secondary-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus,
.main-header__customer-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover,
.main-header__customer-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus {
  color: var(--wu-navbar-hover-color);
}
.main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover.button, .main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus.button,
.main-header__secondary-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover.button,
.main-header__secondary-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus.button,
.main-header__customer-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover.button,
.main-header__customer-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus.button {
  box-shadow: 0 0 0 0.125rem var(--wu-navbar-bg) inset, 0 0 0 0.25rem var(--wu-navbar-hover-color);
  color: var(--wu-navbar-bg);
}
.main-header__main-menu .menu > .menu__item.menu__item--active-trail > .menu__link:not(.button),
.main-header__secondary-menu .menu > .menu__item.menu__item--active-trail > .menu__link:not(.button),
.main-header__customer-menu .menu > .menu__item.menu__item--active-trail > .menu__link:not(.button) {
  color: var(--wu-navbar-hover-color);
}

.main-header__secondary-menu {
  margin-top: 2rem;
}
.main-header__secondary-menu .menu > .menu__item > .menu__link {
  font-size: 0.875rem;
  line-height: 1.4286;
  color: var(--wu-navbar-secondary-color);
}
.main-header__secondary-menu .menu > .menu__item > .menu__link--back .icon {
  color: var(--wu-navbar-secondary-color);
}

.main-header__customer-menu {
  margin-top: 2rem;
}
.main-header__customer-menu .menu > .menu__item > .menu__link {
  font-size: 0.875rem;
  line-height: 1.4286;
}
.main-header__customer-menu .menu > .menu__item > .menu__link--icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__customer-menu .menu > .menu__item > .menu__link--icon .icon-user {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  color: var(--wu-navbar-secondary-color);
  pointer-events: none;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__customer-menu .menu > .menu__item > .menu__link--icon .icon-user {
    transition: none;
  }
}
.main-header__customer-menu .menu > .menu__item > .menu__link--icon .icon-user ~ span {
  margin-left: 0.5rem;
  margin-right: auto;
}

.main-header__secondary {
  display: flex;
  flex-direction: column;
}

.main-header__schedule {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  color: var(--wu-navbar-secondary-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
}
.main-header__schedule .icon {
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 0.875rem;
  height: 0.875rem;
  color: var(--wu-navbar-secondary-color);
}

.main-header__socials {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.main-header__socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: var(--wu-navbar-secondary-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__socials .social {
    transition: none;
  }
}
.main-header__socials .social .icon {
  width: 1rem;
  height: 1rem;
}
.main-header__socials .social:hover {
  color: var(--wu-navbar-hover-color);
}

.main-header__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-header__ctas.desktop {
  display: none;
}
.main-header__ctas .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--wu-border-radius);
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--wu-navbar-hover-color);
  color: var(--wu-navbar-bg);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__ctas .cta {
    transition: none;
  }
}
.main-header__ctas .cta .icon {
  width: 1rem;
  height: 1rem;
}
.main-header__ctas .cta span {
  display: none;
}
.main-header__ctas .cta:hover {
  box-shadow: 0 0 0 0.125rem var(--wu-navbar-bg) inset, 0 0 0 0.25rem var(--wu-navbar-hover-color);
}
.main-header__ctas .cta + .cta {
  margin-left: 0.25rem;
}

.main-header__language {
  position: relative;
  margin-top: 2rem;
}
.main-header__language .language__toggler {
  display: flex;
  align-items: center;
  border: 0;
  padding: 0.625rem 0;
  background-color: transparent;
  color: var(--wu-navbar-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__language .language__toggler {
    transition: none;
  }
}
.main-header__language .language__toggler .icon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  pointer-events: none;
}
.main-header__language .language__toggler:hover {
  color: var(--wu-navbar-hover-color);
}
.main-header__language .language-switcher-language-url {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: var(--wu-border-radius);
  padding-left: 0;
  background-clip: padding-box;
  background-color: var(--wu-navbar-bg);
  list-style: none;
}
.main-header__language .language-switcher-language-url.show {
  display: block;
}
.main-header__language .language-switcher-language-url > li.is-active {
  display: none;
}
.main-header__language .language-switcher-language-url > li > a {
  display: block;
  border: 0;
  padding: 0.625rem 1rem;
  width: 100%;
  background-color: transparent;
  color: var(--wu-navbar-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
  text-align: left;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__language .language-switcher-language-url > li > a {
    transition: none;
  }
}
.main-header__language .language-switcher-language-url > li > a:hover, .main-header__language .language-switcher-language-url > li > a:focus {
  color: var(--wu-navbar-hover-color);
}

.main-header__search {
  order: 3;
  margin-top: 2rem;
}
.main-header__search .search__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: var(--wu-navbar-secondary-color);
  transition: box-shadow 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__search .search__toggler {
    transition: none;
  }
}
.main-header__search .search__toggler .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.main-header__search .search__toggler:focus {
  box-shadow: none;
}
.main-header__search .search-block-form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.main-header__search .search-block-form .form-submit {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .main-header--xl > .container,
  .main-header--xl > .container-fluid,
  .main-header--xl > .container-sm,
  .main-header--xl > .container-md,
  .main-header--xl > .container-lg,
  .main-header--xl > .container-xl,
  .paragraph--slider.header--phami .custom-navigation .main-header--xl > .wrapper,
  .paragraph--slider.header--explo .custom-navigation .main-header--xl > .wrapper,
  .error-401 .main-header--xl > .main-wrapper,
  .error-403 .main-header--xl > .main-wrapper,
  .error-404 .main-header--xl > .main-wrapper,
  .path-search .main-header--xl > .main-wrapper,
  .path-user .main-header--xl > .main-wrapper,
  .main-header--xl > .container-xxl {
    position: relative;
    padding-top: 3.125rem;
    padding-bottom: 0;
    min-height: 150px;
  }
  .main-header--xl .main-header__brand img {
    max-width: 220px;
    height: 80px;
  }
  .main-header--xl .main-header__mobile {
    display: none;
  }
  .main-header--xl .main-header__offcanvas {
    box-shadow: none;
  }
  .main-header--xl .main-header__main-menu .menu > .menu__item > .menu__link.button,
  .main-header--xl .main-header__secondary-menu .menu > .menu__item > .menu__link.button,
  .main-header--xl .main-header__customer-menu .menu > .menu__item > .menu__link.button {
    margin-top: 0;
  }
  .main-header--xl .main-header__main-menu .menu > .menu__item.menu__item--back,
  .main-header--xl .main-header__secondary-menu .menu > .menu__item.menu__item--back,
  .main-header--xl .main-header__customer-menu .menu > .menu__item.menu__item--back {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-1,
  .main-header--xl .main-header__secondary-menu .menu--level-1,
  .main-header--xl .main-header__customer-menu .menu--level-1 {
    flex-direction: row;
    align-items: center;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon {
    margin-left: 0.625rem;
    margin-right: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.mobile,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.mobile,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.mobile {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.desktop,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.desktop,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .dropdown-toggle .icon.desktop {
    display: inline-block;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.menu__item--has-children,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item.menu__item--has-children,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item.menu__item--has-children {
    position: relative;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.menu__item--has-children:hover > .menu--level-2,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item.menu__item--has-children:hover > .menu--level-2,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item.menu__item--has-children:hover > .menu--level-2 {
    display: block;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item + .menu__item,
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item + .menu__item,
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item + .menu__item {
    margin-left: 2.5rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-2,
  .main-header--xl .main-header__secondary-menu .menu--level-2,
  .main-header--xl .main-header__customer-menu .menu--level-2 {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    margin-top: -0.125rem;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-top: 0.125rem solid var(--wu-navbar-hover-color);
    border-radius: var(--wu-border-radius);
    padding: 0;
    min-width: 12rem;
    background-clip: padding-box;
    background-color: var(--wu-navbar-bg);
    overflow: hidden;
  }
  .main-header--xl .main-header__main-menu .menu--level-2.show,
  .main-header--xl .main-header__secondary-menu .menu--level-2.show,
  .main-header--xl .main-header__customer-menu .menu--level-2.show {
    display: block;
  }
  .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item > .menu__link,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item > .menu__link,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item > .menu__link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item > .dropdown-toggle .icon {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item.menu__item--nolink.menu__item--has-children, .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item.menu__item--link.menu__item--has-children,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item.menu__item--nolink.menu__item--has-children,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item.menu__item--link.menu__item--has-children,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item.menu__item--nolink.menu__item--has-children,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item.menu__item--link.menu__item--has-children {
    display: block;
  }
  .main-header--xl .main-header__main-menu .menu--level-2 > .menu__item + .menu__item,
  .main-header--xl .main-header__secondary-menu .menu--level-2 > .menu__item + .menu__item,
  .main-header--xl .main-header__customer-menu .menu--level-2 > .menu__item + .menu__item {
    border-top: 1px solid rgba(0, 0, 0, 0.175);
  }
  .main-header--xl .main-header__main-menu .menu--level-3 > .menu__item > .menu__link,
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item > .menu__link,
  .main-header--xl .main-header__customer-menu .menu--level-3 > .menu__item > .menu__link {
    padding: 0.625rem 2rem;
    font-size: 0.875rem;
    line-height: 1.4286;
  }
  .main-header--xl .main-header__main-menu .menu--level-3 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item > .dropdown-toggle .icon,
  .main-header--xl .main-header__customer-menu .menu--level-3 > .menu__item > .dropdown-toggle .icon {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-3 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item > .dropdown-toggle.dropdown-toggle-split,
  .main-header--xl .main-header__customer-menu .menu--level-3 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    display: none;
  }
  .main-header--xl .main-header__main-menu .menu--level-3 > .menu__item.menu__item--nolink.menu__item--has-children, .main-header--xl .main-header__main-menu .menu--level-3 > .menu__item.menu__item--link.menu__item--has-children,
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item.menu__item--nolink.menu__item--has-children,
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item.menu__item--link.menu__item--has-children,
  .main-header--xl .main-header__customer-menu .menu--level-3 > .menu__item.menu__item--nolink.menu__item--has-children,
  .main-header--xl .main-header__customer-menu .menu--level-3 > .menu__item.menu__item--link.menu__item--has-children {
    display: block;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .menu__link:not(.button) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item > .menu__link.button {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.menu__item--active-trail > .menu__link:not(.button) {
    position: relative;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.menu__item--active-trail > .menu__link:not(.button)::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: var(--wu-navbar-hover-color);
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.mm {
    position: static;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.mm:hover > .menu--level-2 {
    display: grid;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.mm .menu--level-2 {
    gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
    left: 1.25rem;
    margin-top: -0.125rem;
    padding: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.mm .menu--level-2.show {
    display: grid;
  }
  .main-header--xl .main-header__main-menu .menu--level-1 > .menu__item.mm .menu--level-2 > .menu__item + .menu__item {
    border-top: 0;
  }
  .main-header--xl .main-header__secondary-menu {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item > .menu__link {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .main-header--xl .main-header__secondary-menu .menu--level-1 > .menu__item + .menu__item {
    margin-left: 1rem;
  }
  .main-header--xl .main-header__secondary-menu .menu--level-3 > .menu__item > .menu__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.334;
  }
  .main-header--xl .main-header__customer-menu {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .menu__link {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .menu__link--icon {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    width: 2rem;
    height: 2rem;
    justify-content: center;
  }
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .menu__link--icon .icon-user ~ span {
    position: absolute !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item > .menu__link--icon .icon-user ~ .icon {
    display: none;
  }
  .main-header--xl .main-header__customer-menu .menu--level-1 > .menu__item + .menu__item {
    margin-left: 1rem;
  }
  .main-header--xl .main-header__secondary {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 1.25rem;
    width: 100%;
  }
  .main-header--xl .main-header__secondary::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
    height: 100%;
    background-color: var(--wu-navbar-secondary-bg);
  }
  .main-header--xl .main-header__schedule {
    order: 0;
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__socials {
    order: 0;
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__socials .social {
    width: 2rem;
    height: 2rem;
  }
  .main-header--xl .main-header__ctas {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__ctas.mobile {
    display: none;
  }
  .main-header--xl .main-header__ctas.desktop {
    display: flex;
  }
  .main-header--xl .main-header__ctas .cta {
    padding: 0.4375rem 0.75rem;
    width: auto;
    height: auto;
  }
  .main-header--xl .main-header__ctas .cta .icon {
    display: none;
  }
  .main-header--xl .main-header__ctas .cta span {
    display: block;
  }
  .main-header--xl .main-header__ctas .cta + .cta {
    margin-left: 0.5rem;
  }
  .main-header--xl .main-header__language {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__language .language__toggler {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .main-header--xl .main-header__search {
    order: 0;
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .main-header--xl .main-header__search .search__toggler {
    display: flex;
  }
  .main-header--xl .main-header__search .search-block-form {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .main-header--xl .main-header__offcanvas .offcanvas-body {
    position: relative;
    overflow-x: hidden;
  }
  .main-header--xl .main-header__main-menu .menu:not(.menu--level-1),
  .main-header--xl .main-header__secondary-menu .menu:not(.menu--level-1),
  .main-header--xl .main-header__customer-menu .menu:not(.menu--level-1) {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    width: 400px !important;
    max-width: 100%;
    height: 100%;
    background-color: var(--wu-navbar-bg);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.15s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .main-header--xl .main-header__main-menu .menu:not(.menu--level-1),
  .main-header--xl .main-header__secondary-menu .menu:not(.menu--level-1),
  .main-header--xl .main-header__customer-menu .menu:not(.menu--level-1) {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .main-header--xl .main-header__main-menu .menu:not(.menu--level-1).show,
  .main-header--xl .main-header__secondary-menu .menu:not(.menu--level-1).show,
  .main-header--xl .main-header__customer-menu .menu:not(.menu--level-1).show {
    transform: translateX(0);
  }
  .main-header--xl .main-header__main-menu .menu.menu--level-2,
  .main-header--xl .main-header__secondary-menu .menu.menu--level-2,
  .main-header--xl .main-header__customer-menu .menu.menu--level-2 {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}

@media (min-width: 1024px) {
  .main-header--fullsize.scrolled > .container,
  .main-header--fullsize.scrolled > .container-fluid,
  .main-header--fullsize.scrolled > .container-sm,
  .main-header--fullsize.scrolled > .container-md,
  .main-header--fullsize.scrolled > .container-lg,
  .main-header--fullsize.scrolled > .container-xl,
  .paragraph--slider.header--phami .custom-navigation .main-header--fullsize.scrolled > .wrapper,
  .paragraph--slider.header--explo .custom-navigation .main-header--fullsize.scrolled > .wrapper,
  .error-401 .main-header--fullsize.scrolled > .main-wrapper,
  .error-403 .main-header--fullsize.scrolled > .main-wrapper,
  .error-404 .main-header--fullsize.scrolled > .main-wrapper,
  .path-search .main-header--fullsize.scrolled > .main-wrapper,
  .path-user .main-header--fullsize.scrolled > .main-wrapper,
  .main-header--fullsize.scrolled > .container-xxl {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .main-header--fullsize > .container,
  .main-header--fullsize > .container-fluid,
  .main-header--fullsize > .container-sm,
  .main-header--fullsize > .container-md,
  .main-header--fullsize > .container-lg,
  .main-header--fullsize > .container-xl,
  .paragraph--slider.header--phami .custom-navigation .main-header--fullsize > .wrapper,
  .paragraph--slider.header--explo .custom-navigation .main-header--fullsize > .wrapper,
  .error-401 .main-header--fullsize > .main-wrapper,
  .error-403 .main-header--fullsize > .main-wrapper,
  .error-404 .main-header--fullsize > .main-wrapper,
  .path-search .main-header--fullsize > .main-wrapper,
  .path-user .main-header--fullsize > .main-wrapper,
  .main-header--fullsize > .container-xxl {
    padding: 2rem;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .main-header--fullsize > .container,
  .main-header--fullsize > .container-fluid,
  .main-header--fullsize > .container-sm,
  .main-header--fullsize > .container-md,
  .main-header--fullsize > .container-lg,
  .main-header--fullsize > .container-xl,
  .paragraph--slider.header--phami .custom-navigation .main-header--fullsize > .wrapper,
  .paragraph--slider.header--explo .custom-navigation .main-header--fullsize > .wrapper,
  .error-401 .main-header--fullsize > .main-wrapper,
  .error-403 .main-header--fullsize > .main-wrapper,
  .error-404 .main-header--fullsize > .main-wrapper,
  .path-search .main-header--fullsize > .main-wrapper,
  .path-user .main-header--fullsize > .main-wrapper,
  .main-header--fullsize > .container-xxl {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .main-header--fullsize .main-header__ctas.mobile {
    margin-right: 2.8125rem;
  }
  .main-header--fullsize .main-header__ctas.mobile::after {
    content: "";
    margin-left: 2.8125rem;
    width: 3.75rem;
    height: 1px;
    background-color: var(--wu-navbar-color);
    opacity: 0.35;
  }
  .main-header--fullsize .main-header__ctas .cta {
    gap: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: auto;
    height: auto;
  }
  .main-header--fullsize .main-header__ctas .cta .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .main-header--fullsize .main-header__ctas .cta span {
    display: block;
  }
  .main-header--fullsize .main-header__ctas .cta + .cta {
    margin-left: 1.25rem;
  }
  .main-header--fullsize .main-header__ctas .cta.tel {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .main-header--fullsize .main-header__ctas .cta.email {
    border-radius: 0;
    background-color: transparent;
    color: var(--wu-navbar-color);
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .main-header--fullsize .main-header__ctas .cta.email {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .main-header--fullsize .main-header__ctas .cta.email:hover {
    box-shadow: none;
    color: var(--wu-navbar-hover-color);
  }
  .main-header--fullsize .main-header__toggler {
    gap: 1.5625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: auto;
    height: auto;
    color: var(--wu-navbar-color);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4286;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .main-header--fullsize .main-header__toggler {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .main-header--fullsize .main-header__toggler .icon {
    order: 1;
    width: 1rem;
    height: 1rem;
  }
  .main-header--fullsize .main-header__toggler span {
    display: block;
  }
  .main-header--fullsize .main-header__toggler:hover {
    color: var(--wu-navbar-hover-color);
  }
}
.main-header--fullsize .main-header__offcanvas .offcanvas-body {
  position: relative;
  overflow-x: hidden;
}
.main-header--fullsize .main-header__main-menu .menu:not(.menu--level-1),
.main-header--fullsize .main-header__secondary-menu .menu:not(.menu--level-1),
.main-header--fullsize .main-header__customer-menu .menu:not(.menu--level-1) {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  padding: 1rem 1rem;
  width: 400px !important;
  max-width: 100%;
  height: 100%;
  background-color: var(--wu-navbar-bg);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-header--fullsize .main-header__main-menu .menu:not(.menu--level-1),
  .main-header--fullsize .main-header__secondary-menu .menu:not(.menu--level-1),
  .main-header--fullsize .main-header__customer-menu .menu:not(.menu--level-1) {
    transition: none;
  }
}
.main-header--fullsize .main-header__main-menu .menu:not(.menu--level-1).show,
.main-header--fullsize .main-header__secondary-menu .menu:not(.menu--level-1).show,
.main-header--fullsize .main-header__customer-menu .menu:not(.menu--level-1).show {
  transform: translateX(0);
}
.main-header--fullsize .main-header__main-menu .menu.menu--level-2,
.main-header--fullsize .main-header__secondary-menu .menu.menu--level-2,
.main-header--fullsize .main-header__customer-menu .menu.menu--level-2 {
  top: 3rem;
  height: calc(100% - 3rem);
}

#mainHeaderSearchModal .modal-body {
  padding: 2rem;
}
#mainHeaderSearchModal form {
  display: flex;
}
#mainHeaderSearchModal form > .form-item {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
#mainHeaderSearchModal form > .form-actions {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#mainHeaderSearchModal .form-search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#mainHeaderSearchModal .form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.layout--onecol > .layout__region {
  width: 100%;
}

.layout--twocol,
.layout--twocol-bricks,
.layout--threecol-33-34-33,
.layout--threecol-25-50-25 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .layout--twocol,
  .layout--twocol-bricks,
  .layout--threecol-33-34-33,
  .layout--threecol-25-50-25 {
    max-width: calc(540px - (1.25rem * 2));
  }
}
@media (min-width: 768px) {
  .layout--twocol,
  .layout--twocol-bricks,
  .layout--threecol-33-34-33,
  .layout--threecol-25-50-25 {
    max-width: calc(720px - (1.25rem * 2));
  }
}
@media (min-width: 1024px) {
  .layout--twocol,
  .layout--twocol-bricks,
  .layout--threecol-33-34-33,
  .layout--threecol-25-50-25 {
    max-width: calc(1000px - (1.25rem * 2));
  }
}
@media (min-width: 1200px) {
  .layout--twocol,
  .layout--twocol-bricks,
  .layout--threecol-33-34-33,
  .layout--threecol-25-50-25 {
    max-width: calc(1200px - (1.25rem * 2));
  }
}
.layout--twocol > .layout__region,
.layout--twocol-bricks > .layout__region,
.layout--threecol-33-34-33 > .layout__region,
.layout--threecol-25-50-25 > .layout__region {
  flex: 0 1 100%;
  min-width: 0;
}

@media (min-width: 1024px) {
  .layout--twocol > .layout__region--first,
  .layout--twocol > .layout__region--second {
    flex: 0 1 50%;
  }
}

@media (min-width: 1024px) {
  .layout--twocol-bricks > .layout__region--first-above,
  .layout--twocol-bricks > .layout__region--second-above,
  .layout--twocol-bricks > .layout__region--first-below,
  .layout--twocol-bricks > .layout__region--second-below {
    flex: 0 1 50%;
  }
}

@media (min-width: 1024px) {
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--third {
    flex: 0 1 33%;
  }
  .layout--threecol-33-34-33 > .layout__region--second {
    flex: 0 1 34%;
  }
}

@media (min-width: 1024px) {
  .layout--threecol-25-50-25 > .layout__region--first,
  .layout--threecol-25-50-25 > .layout__region--third {
    flex: 0 1 25%;
  }
  .layout--threecol-25-50-25 > .layout__region--second {
    flex: 0 1 50%;
  }
}

html {
  scroll-padding-top: 80px;
}
@media (min-width: 1200px) {
  html {
    scroll-padding-top: 150px;
  }
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.ctaFixed {
  --wu-ctaFixed-bg: #000;
  --wu-ctaFixed-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 102;
  top: 160px;
  right: 0;
  border-radius: var(--wu-border-radius) 0 0 var(--wu-border-radius);
  background-color: var(--wu-ctaFixed-bg);
  color: var(--wu-ctaFixed-color) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ctaFixed {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .ctaFixed {
    top: 230px;
  }
}
.ctaFixed .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
.ctaFixed .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.ctaFixed span {
  max-width: 0;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ctaFixed span {
    transition: none;
  }
}
@media (min-width: 768px) {
  .ctaFixed span {
    padding: 0.625rem;
    max-width: 300px;
  }
}
.ctaFixed.scrolled:not(:hover) span {
  padding: 0;
  max-width: 0;
}

.eshopCtaFixed {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 102;
  top: 100px;
  right: 0;
  border-radius: var(--wu-border-radius) 0 0 var(--wu-border-radius);
  background-color: var(--wu-primary);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .eshopCtaFixed {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .eshopCtaFixed {
    top: 170px;
  }
}
.eshopCtaFixed .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3rem;
  height: 3rem;
}
.eshopCtaFixed .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.eshopCtaFixed .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.3125rem;
  left: -0.3125rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}
.eshopCtaFixed > span {
  max-width: 0;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .eshopCtaFixed > span {
    transition: none;
  }
}
@media (min-width: 768px) {
  .eshopCtaFixed > span {
    padding: 0.625rem;
    max-width: 300px;
  }
}
.eshopCtaFixed.scrolled:not(:hover) > span {
  padding: 0;
  max-width: 0;
}

.backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 200;
  bottom: 1.25rem;
  right: 1.25rem;
  border: 0;
  border-radius: var(--wu-border-radius);
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .backToTop {
    transition: none;
  }
}
.backToTop .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.backToTop.scrolled {
  opacity: 1;
  visibility: visible;
}
.backToTop:hover {
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.175);
}

.error-401 .main-wrapper,
.error-403 .main-wrapper,
.error-404 .main-wrapper,
.path-search .main-wrapper,
.path-user .main-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.path-search .main-wrapper form,
.error-404 .main-wrapper form {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f8f9fa;
  padding-bottom: 1.25rem;
}

.paragraph--cta {
  --wu-paragraphCta-bg: var(--wu-primary);
  --wu-paragraphCta-color: #000;
  margin-bottom: 1.875rem;
  padding-top: 2.625rem;
  background-color: var(--wu-paragraphCta-bg);
}
.paragraph--cta .paragraph__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.paragraph--cta .paragraph__header {
  margin-bottom: 1.25rem;
}
.paragraph--cta .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--cta .paragraph__header .title {
  color: #fff;
  font-size: 1.5rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.25;
}
.paragraph--cta .paragraph__body .cta {
  margin-bottom: -1.875rem;
}
.paragraph--cta .paragraph__body .cta .link {
  --wu-btn-border-color: var(--wu-paragraphCta-color);
  --wu-btn-bg: var(--wu-paragraphCta-color);
  --wu-btn-color: #fff;
  --wu-btn-hover-border-color: var(--wu-paragraphCta-color);
  --wu-btn-hover-bg: var(--wu-paragraphCta-color);
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: var(--wu-paragraphCta-color);
  --wu-btn-active-bg: var(--wu-paragraphCta-color);
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: var(--wu-paragraphCta-color);
  --wu-btn-disabled-bg: var(--wu-paragraphCta-color);
  --wu-btn-disabled-color: #fff;
  --wu-btn-focus-shadow-rgb: var(--wu-paragraphCta-color-rgb);
}
.paragraph--cta .paragraph__body .cta .link:hover {
  box-shadow: 0 0 0 0.125rem #fff inset, 0 0 0 0.125rem var(--wu-paragraphCta-color);
}

.paragraph--equipe {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--equipe .paragraph__header {
  margin-bottom: 1.875rem;
  text-align: center;
}
.paragraph--equipe .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--equipe .paragraph__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.25rem;
}
.paragraph--equipe .paragraph__body > * {
  flex: 0 0 auto;
  width: calc(100% - 2.5rem);
  max-width: calc(100% - 2.5rem);
  margin: 1.25rem;
}
.paragraph--equipe .equipe_detail {
  text-align: center;
}
.paragraph--equipe .equipe_detail .item-media {
  margin-bottom: 1.875rem;
}
.paragraph--equipe .equipe_detail .item-media img {
  border-radius: var(--wu-border-radius);
}
.paragraph--equipe .equipe_detail .item-title {
  margin-bottom: 0.375rem;
  color: var(--wu-primary);
  font-size: 1.125rem;
  font-family: var(--wu-font-heading);
  font-weight: 500;
  line-height: 1.5;
}
.paragraph--equipe .equipe_detail .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--equipe .equipe_detail .item-subtitle {
  margin-bottom: 0;
  color: #808080;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}
.paragraph--equipe .equipe_detail .item-text {
  color: #808080;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--equipe .paragraph__body > *,
  .layout--twocol .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--twocol .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--equipe .paragraph__body > * {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--equipe .paragraph__body > *,
  .layout--twocol .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--twocol .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--equipe .paragraph__body > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--equipe .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--equipe .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--equipe .paragraph__body > * {
    width: calc(25% - 2.5rem);
  }
}

.paragraph--evidence {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--evidence:not(.media_offset) .evidence_detail {
  position: relative;
  background-color: var(--wu-primary);
  overflow: hidden;
}
.paragraph--evidence:not(.media_offset) .evidence_detail:nth-child(even) {
  background-color: var(--wu-secondary);
}
.paragraph--evidence:not(.media_offset) .evidence_detail:first-child {
  border-top-left-radius: var(--wu-border-radius);
  border-top-right-radius: var(--wu-border-radius);
}
.paragraph--evidence:not(.media_offset) .evidence_detail:last-child {
  border-bottom-left-radius: var(--wu-border-radius);
  border-bottom-right-radius: var(--wu-border-radius);
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media, .paragraph--evidence:not(.media_offset) .evidence_detail .item-media::after,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media img {
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content {
  position: relative;
  padding: 4.125rem 1.25rem;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-title {
  margin-bottom: 0.875rem;
  color: #a6a6a6;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  line-height: 1.3334;
  text-transform: uppercase;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content {
  padding: 4.625rem 1.25rem;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-title {
  margin-bottom: 0.625rem;
  color: #fff;
  font-family: var(--wu-font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7143;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text p,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text ul,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text ol {
  margin-bottom: 0.625rem;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text p:last-child,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text ul:last-child,
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text ol:last-child {
  margin-bottom: 0;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text a:not([class*=btn]) {
  color: inherit;
  text-decoration: underline;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text a:not([class*=btn]):hover {
  text-decoration: none;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-text iframe {
  max-width: 100%;
}
.paragraph--evidence:not(.media_offset) .evidence_detail .item-content .item-cta {
  margin-top: 1.625rem;
}
.paragraph--evidence.media_offset .evidence_detail .item-media {
  position: relative;
}
.paragraph--evidence.media_offset .evidence_detail .item-media .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--evidence.media_offset .evidence_detail .item-content {
  border-radius: var(--wu-border-radius);
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}
.paragraph--evidence.media_offset .evidence_detail .item-content .item-text {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.paragraph--evidence.media_offset .evidence_detail .item-content .item-cta {
  margin-top: 2.25rem;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen {
  position: relative;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media .item-img {
  border-radius: var(--wu-border-radius);
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content {
  position: relative;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-title {
  margin-bottom: 2.75rem;
  font-size: 2.25rem;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-text {
  color: var(--wu-primary);
}
.paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content .item-cta {
  margin-top: 2.5rem;
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media {
  border-radius: var(--wu-border-radius) var(--wu-border-radius) 0 0;
  overflow: hidden;
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::before, .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::after {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  left: 1.875rem;
  bottom: 1.875rem;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::before, .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::after {
    transition: none;
  }
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a .item-img {
  transition: opacity 0.35s, transform 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a .item-img {
    transition: none;
  }
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a:hover::before, .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media > a:hover .item-img {
  opacity: 0.7;
  transform: scale(1.1);
}
.paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.paragraph--evidence.media_offset .evidence_detail + .evidence_detail {
  margin-top: 1.875rem;
}

@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content {
    padding-left: 12%;
    padding-right: 12%;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-media ~ .item-content .item-text {
    font-size: 2.5rem;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail .item-content {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body {
    display: flex;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .paragraph__body > * {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):first-child {
    border-bottom-left-radius: var(--wu-border-radius);
    border-top-right-radius: 0;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:not(:only-child):last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--wu-border-radius);
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-inner {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .layout--onecol .layout__region--content .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--twocol .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--twocol .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence:not(.media_offset) .evidence_detail:only-child .item-content .item-cta {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 2.5rem;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-media ~ .item-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 50%;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail.media_fullscreen .item-content {
    padding: 5rem;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen),
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) {
    display: grid;
    align-items: flex-end;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media {
    border-bottom-left-radius: var(--wu-border-radius);
    border-bottom-right-radius: var(--wu-border-radius);
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-media ~ .item-content {
    position: relative;
    margin-bottom: 1.25rem;
    border-top-left-radius: var(--wu-border-radius);
    border-top-right-radius: var(--wu-border-radius);
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen) .item-content {
    padding: 1.875rem;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child, .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-content:only-child,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-content:only-child {
    grid-column-end: span 2;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left {
    grid-template-columns: 1.5fr 1fr;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media {
    order: 0;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_left .item-media ~ .item-content {
    order: 1;
    margin-left: -6.25rem;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right {
    grid-template-columns: 1fr 1.5fr;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media {
    order: 1;
  }
  .layout--onecol .layout__region--content .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--twocol .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--twocol .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--middle .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--evidence.media_offset .evidence_detail:not(.media_fullscreen).media_right .item-media ~ .item-content {
    z-index: 1;
    order: 0;
    margin-right: -6.25rem;
  }
}

.paragraph--faq {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--faq .paragraph__header {
  margin-bottom: 3.5rem;
}
.paragraph--faq .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--faq .faq_detail + .faq_detail {
  margin-top: 1rem;
}
.paragraph--faq .faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0.625rem 0;
  width: 100%;
  background-color: transparent;
  color: var(--wu-primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1112;
  text-align: left;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--faq .faq-button {
    transition: none;
  }
}
.paragraph--faq .faq-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 var(--wu-border-color);
}
.paragraph--faq .faq-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M14.67,9.33H1.33C.6,9.33,0,8.74,0,8c0-.73,.59-1.33,1.33-1.33H14.67c.73,0,1.33,.59,1.33,1.33,0,.73-.59,1.33-1.33,1.33h0Z'/%3e%3c/svg%3e");
}
.paragraph--faq .faq-button::after {
  content: "";
  flex-shrink: 0;
  margin-left: 0.625rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--wu-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M14.67,6.67h-5.34V1.33h0C9.33,.59,8.73,0,8,0c-.73,0-1.33,.6-1.33,1.33V6.67H1.33C.59,6.67,0,7.27,0,8c0,.73,.6,1.33,1.33,1.33H6.67v5.34c0,.73,.6,1.33,1.33,1.33s1.33-.6,1.33-1.33v-5.34h5.34c.73,0,1.33-.6,1.33-1.33,0-.73-.6-1.33-1.33-1.33Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transition: background-image 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--faq .faq-button::after {
    transition: none;
  }
}
.paragraph--faq .faq-button:hover {
  color: var(--wu-secondary);
}
.paragraph--faq .faq-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
  outline: 0;
}
.paragraph--faq .faq-header {
  margin-bottom: 0;
}
.paragraph--faq .faq-body {
  padding: 0.625rem 0;
}

@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--faq .paragraph__inner,
  .layout--twocol .layout__region--top .paragraph--faq .paragraph__inner,
  .layout--twocol .layout__region--bottom .paragraph--faq .paragraph__inner,
  .layout--twocol-bricks .layout__region--top .paragraph--faq .paragraph__inner,
  .layout--twocol-bricks .layout__region--middle .paragraph--faq .paragraph__inner,
  .layout--twocol-bricks .layout__region--bottom .paragraph--faq .paragraph__inner,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--faq .paragraph__inner,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--faq .paragraph__inner,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--faq .paragraph__inner,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--faq .paragraph__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .layout--onecol .layout__region--content .paragraph--faq .paragraph__inner > *,
  .layout--twocol .layout__region--top .paragraph--faq .paragraph__inner > *,
  .layout--twocol .layout__region--bottom .paragraph--faq .paragraph__inner > *,
  .layout--twocol-bricks .layout__region--top .paragraph--faq .paragraph__inner > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--faq .paragraph__inner > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--faq .paragraph__inner > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--faq .paragraph__inner > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--faq .paragraph__inner > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--faq .paragraph__inner > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--faq .paragraph__inner > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .layout--onecol .layout__region--content .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--twocol .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--twocol .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--twocol-bricks .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--twocol-bricks .layout__region--middle .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--twocol-bricks .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__header,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__header {
    margin-bottom: 0;
    margin-right: 1.875rem;
    width: 30%;
  }
  .layout--onecol .layout__region--content .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--twocol .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--twocol .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--twocol-bricks .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--twocol-bricks .layout__region--middle .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--twocol-bricks .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--faq .paragraph__inner > .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--faq .paragraph__inner > .paragraph__body {
    flex: 1 0 0%;
  }
}

.paragraph--form {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--form .paragraph__body {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--form .paragraph__body,
  .layout--twocol .layout__region--top .paragraph--form .paragraph__body,
  .layout--twocol .layout__region--bottom .paragraph--form .paragraph__body,
  .layout--twocol-bricks .layout__region--top .paragraph--form .paragraph__body,
  .layout--twocol-bricks .layout__region--middle .paragraph--form .paragraph__body,
  .layout--twocol-bricks .layout__region--bottom .paragraph--form .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--form .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--form .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--form .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--form .paragraph__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

.paragraph--galerie {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.paragraph--galerie .paragraph__header {
  margin-bottom: 3.125rem;
  text-align: center;
}
.paragraph--galerie .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--galerie .paragraph__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.paragraph--galerie .carousel {
  position: relative;
}
.paragraph--galerie .swiper {
  width: 100%;
  height: auto;
}
.paragraph--galerie .swiper-slide {
  width: 100%;
}
.paragraph--galerie .item-galerie {
  display: block;
  position: relative;
  border-radius: var(--wu-border-radius);
  width: 100%;
  height: 400px;
}
.paragraph--galerie .item-galerie img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--galerie .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.375rem;
}
.paragraph--galerie .custom-pagination.swiper-pagination-lock {
  display: none;
}
.paragraph--galerie .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0.375rem !important;
  border: 1px solid #979797;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  opacity: 1;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--galerie .custom-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.paragraph--galerie .custom-pagination .swiper-pagination-bullet:hover {
  border-color: #000;
}
.paragraph--galerie .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #000;
  background-color: #000;
}
.paragraph--galerie .custom-navigation {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.paragraph--galerie .custom-navigation > div {
  position: relative;
}
.paragraph--galerie .custom-button-next,
.paragraph--galerie .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--galerie .custom-button-next,
  .paragraph--galerie .custom-button-prev {
    transition: none;
  }
}
.paragraph--galerie .custom-button-next .icon,
.paragraph--galerie .custom-button-prev .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.paragraph--galerie .custom-button-next:hover,
.paragraph--galerie .custom-button-prev:hover {
  background-color: #fff;
  color: #000;
}
.paragraph--galerie .custom-button-next.swiper-button-disabled,
.paragraph--galerie .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.paragraph--galerie .custom-button-next.swiper-button-lock,
.paragraph--galerie .custom-button-prev.swiper-button-lock {
  display: none;
}
.paragraph--galerie .custom-button-next {
  right: 0.625rem;
}
.paragraph--galerie .custom-button-prev {
  left: 0.625rem;
}

@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--galerie .paragraph__body,
  .layout--twocol .layout__region--top .paragraph--galerie .paragraph__body,
  .layout--twocol .layout__region--bottom .paragraph--galerie .paragraph__body,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .paragraph__body,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .paragraph__body,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .paragraph__body {
    padding-left: 0;
    padding-right: 0;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .swiper,
  .layout--twocol .layout__region--top .paragraph--galerie .swiper,
  .layout--twocol .layout__region--bottom .paragraph--galerie .swiper,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .swiper,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .swiper,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .swiper,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .swiper,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .swiper,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .swiper,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .swiper {
    overflow: visible;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .swiper-slide,
  .layout--twocol .layout__region--top .paragraph--galerie .swiper-slide,
  .layout--twocol .layout__region--bottom .paragraph--galerie .swiper-slide,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .swiper-slide,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .swiper-slide,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .swiper-slide {
    width: auto;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--twocol .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--twocol .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie {
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
    transform: translateY(-0.625rem);
  }
  .layout--onecol .layout__region--content .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--twocol .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--twocol .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .swiper-slide.swiper-slide-active .item-galerie img {
    opacity: 1;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .item-galerie,
  .layout--twocol .layout__region--top .paragraph--galerie .item-galerie,
  .layout--twocol .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .item-galerie,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .item-galerie,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .item-galerie {
    position: static;
    width: auto;
    height: auto;
    background-color: #000;
    transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .layout--onecol .layout__region--content .paragraph--galerie .item-galerie,
  .layout--twocol .layout__region--top .paragraph--galerie .item-galerie,
  .layout--twocol .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .item-galerie,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .item-galerie,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .item-galerie,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .item-galerie,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .item-galerie {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--galerie .item-galerie img,
  .layout--twocol .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--twocol .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .item-galerie img {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 500px;
    -o-object-fit: fill;
    object-fit: fill;
    opacity: 0.4;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .layout--onecol .layout__region--content .paragraph--galerie .item-galerie img,
  .layout--twocol .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--twocol .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .item-galerie img,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .item-galerie img,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .item-galerie img {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--galerie .custom-button-next,
  .layout--onecol .layout__region--content .paragraph--galerie .custom-button-prev,
  .layout--twocol .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--twocol .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--twocol .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--twocol .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .custom-button-prev {
    width: 3.125rem;
    height: 3.125rem;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .custom-button-next,
  .layout--twocol .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--twocol .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .custom-button-next,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .custom-button-next {
    right: 1.875rem;
  }
  .layout--onecol .layout__region--content .paragraph--galerie .custom-button-prev,
  .layout--twocol .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--twocol .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--middle .paragraph--galerie .custom-button-prev,
  .layout--twocol-bricks .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--galerie .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--galerie .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--galerie .custom-button-prev {
    left: 1.875rem;
  }
}

.paragraph--img_txt.media_fullscreen .paragraph__inner {
  position: relative;
}
.paragraph--img_txt.media_fullscreen .media, .paragraph--img_txt.media_fullscreen .media::after,
.paragraph--img_txt.media_fullscreen .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--img_txt.media_fullscreen .media::after {
  content: "";
  background-color: rgba(243, 243, 243, 0.5);
}
.paragraph--img_txt.media_fullscreen .media img {
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--img_txt.media_fullscreen .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: 720px;
}
.paragraph--img_txt.media_fullscreen .content .text {
  width: 100%;
  max-width: 720px;
}
.paragraph--img_txt.media_fullscreen.content-align_left {
  background-color: #f3f3f3;
}
.paragraph--img_txt.media_fullscreen.content-align_left .media {
  width: calc(100vw - (100vw - 100%) / 2);
}
.paragraph--img_txt.media_fullscreen.content-align_left .media::after {
  background-color: transparent;
  background-image: linear-gradient(to right, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}
.paragraph--img_txt.media_fullscreen.content-align_left .content {
  align-items: flex-start;
  text-align: left;
}
.paragraph--img_txt.media_fullscreen.content-align_right {
  background-color: #f3f3f3;
}
.paragraph--img_txt.media_fullscreen.content-align_right .media {
  left: auto;
  right: 0;
  width: calc(100vw - (100vw - 100%) / 2);
}
.paragraph--img_txt.media_fullscreen.content-align_right .media::after {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
}
.paragraph--img_txt.media_fullscreen.content-align_right .content {
  align-items: flex-end;
  text-align: right;
}
.paragraph--img_txt.media_fullscreen.content-align_center .media {
  left: calc((100vw - 100%) * -0.5);
  width: 100vw;
}
.paragraph--img_txt.media_fullscreen.content-align_center .content {
  align-items: center;
  text-align: center;
}
.paragraph--img_txt:not(.media_fullscreen) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--img_txt:not(.media_fullscreen) .media img {
  border-radius: var(--wu-border-radius);
}
.paragraph--img_txt:not(.media_fullscreen) .paragraph__body {
  display: grid;
  gap: 1.875rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen) .paragraph__body,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen) .paragraph__body {
    grid-template-columns: repeat(2, 1fr);
  }
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media {
    order: 0;
  }
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .content {
    order: 1;
  }
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media {
    order: 1;
  }
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .content,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .content {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_left .media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_left .media {
    margin-left: -6.25rem;
  }
  .layout--onecol .layout__region--content .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--middle .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--twocol-bricks .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--img_txt:not(.media_fullscreen).media-align_right .media,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--img_txt:not(.media_fullscreen).media-align_right .media {
    margin-right: -6.25rem;
  }
}

.paragraph--numbers {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--numbers .paragraph__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.paragraph--numbers .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--numbers .paragraph__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.25rem;
}
.paragraph--numbers .paragraph__body > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 1.25rem;
}
.paragraph--numbers .number .item-title {
  color: #666;
  font-size: 0.875rem;
  font-family: var(--wu-font-body);
  font-weight: 400;
  line-height: 1.2858;
  text-align: center;
}
.paragraph--numbers .number .item-title span {
  display: block;
  color: var(--wu-primary);
  font-size: 2.5rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .layout--onecol .layout__region--content .paragraph--numbers .paragraph__body > *,
  .layout--twocol .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--twocol .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--numbers .paragraph__body > * {
    flex-basis: 50%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--numbers .paragraph__body > *,
  .layout--twocol .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--twocol .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--numbers .paragraph__body > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--numbers .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--numbers .paragraph__body > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--numbers .paragraph__body > * {
    flex-basis: 25%;
  }
}

.paragraph--partners {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--partners .paragraph__header {
  margin-bottom: 1.875rem;
  text-align: center;
}
.paragraph--partners .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--partners .paragraph__body .list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.paragraph--partners .paragraph__body .partner {
  flex: 0 0 100%;
  margin: 5px;
  position: relative;
  aspect-ratio: 1/1;
  text-align: center;
}
@media (min-width: 576px) {
  .paragraph--partners .paragraph__body .partner {
    flex: 0 0 45%;
  }
}
@media (min-width: 768px) {
  .paragraph--partners .paragraph__body .partner {
    flex: 0 0 30%;
  }
}
@media (min-width: 1024px) {
  .paragraph--partners .paragraph__body .partner {
    flex: 0 0 21%;
  }
}
.paragraph--partners .paragraph__body .partner:hover .logo img {
  filter: none;
}
.paragraph--partners .paragraph__body .partner .logo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--wu-border-radius);
  padding: 1rem;
  aspect-ratio: 1/1;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--partners .paragraph__body .partner .logo img {
  filter: grayscale(1);
  transition: filter ease-in-out 0.2s;
  max-width: 100%;
  max-height: 100%;
}

.paragraph--reference_realisation {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--reference_realisation .paragraph__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.paragraph--reference_realisation .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--reference_realisation .grid li:nth-child(5) ~ li {
  display: none;
}
.paragraph--reference_realisation .grid-sizer,
.paragraph--reference_realisation .grid-item {
  width: 100%;
}
.paragraph--reference_realisation .grid-item {
  margin-bottom: 0.625rem;
}
.paragraph--reference_realisation .grid-item:nth-child(n+15) {
  display: none;
}
.paragraph--reference_realisation .reference_realisation_detail {
  display: block;
  position: relative;
  border-radius: var(--wu-border-radius);
  background-color: var(--wu-primary);
}
.paragraph--reference_realisation .reference_realisation_detail img {
  border-radius: inherit;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--reference_realisation .reference_realisation_detail img {
    transition: none;
  }
}
.paragraph--reference_realisation .reference_realisation_detail .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1.25rem;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  color: var(--wu-primary);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: margin-top 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--reference_realisation .reference_realisation_detail .icon {
    transition: none;
  }
}
.paragraph--reference_realisation .reference_realisation_detail .icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.paragraph--reference_realisation .reference_realisation_detail:hover img {
  opacity: 0.1;
}
.paragraph--reference_realisation .reference_realisation_detail:hover .icon {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.paragraph--reference_realisation .btn-more {
  display: none;
  margin-top: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--reference_realisation #referenceRealisationModal {
  --wu-modal-width: 1000px;
}
.paragraph--reference_realisation #referenceRealisationModal .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.paragraph--reference_realisation #referenceRealisationModal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 1.25rem;
}
.paragraph--reference_realisation #referenceRealisationModal .modal-header .btn-close {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1.875rem auto;
  transform: translate(0, -0.25rem);
}
@media (min-width: 576px) {
  .paragraph--reference_realisation #referenceRealisationModal .modal-header .btn-close {
    transform: translate(0, -0.875rem);
  }
}
@media (min-width: 1200px) {
  .paragraph--reference_realisation #referenceRealisationModal .modal-header .btn-close {
    margin-right: -3.75rem;
    transform: none;
  }
}
.paragraph--reference_realisation #referenceRealisationModal .modal-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--wu-primary-rgb), 0.25);
}
.paragraph--reference_realisation #referenceRealisationModal .modal-body {
  padding: 0 1.25rem;
}
.paragraph--reference_realisation #referenceRealisationModal .carousel-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.paragraph--reference_realisation #referenceRealisationModal .carousel {
  position: relative;
}
.paragraph--reference_realisation #referenceRealisationModal .swiper {
  width: 100%;
  height: auto;
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next,
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-next,
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-prev {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-next,
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-prev {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next .icon,
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next:hover,
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev:hover {
  background-color: #000;
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next.swiper-button-disabled,
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next.swiper-button-lock,
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev.swiper-button-lock {
  display: none;
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-next {
  right: -0.625rem;
}
@media (min-width: 1200px) {
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-next {
    right: -3.75rem;
  }
}
.paragraph--reference_realisation #referenceRealisationModal .custom-button-prev {
  left: -0.625rem;
}
@media (min-width: 1200px) {
  .paragraph--reference_realisation #referenceRealisationModal .custom-button-prev {
    left: -3.75rem;
  }
}
.paragraph--reference_realisation #referenceRealisationModal .item-slide {
  background-color: #000;
  width: 100%;
  height: calc(100vh - 1.875rem - var(--wu-modal-margin) * 2);
}
.paragraph--reference_realisation #referenceRealisationModal .item-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.paragraph--reference_realisation #referenceRealisationModal .description {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 0.625rem 1.25rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.paragraph--reference_realisation #referenceRealisationModal .description .item-title {
  margin-bottom: 0.375rem;
  color: #fff;
  font-family: var(--wu-font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2858;
}
.paragraph--reference_realisation #referenceRealisationModal .description .item-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1667;
}

@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-sizer,
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media (min-width: 768px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-sizer,
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-item {
    width: calc((100% - 3.75rem) / 3);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-sizer,
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-item {
    width: calc((100% - 5.625rem) / 4);
  }
}
@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer {
    width: 0.625rem;
  }
}
@media (min-width: 768px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer {
    width: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .gutter-sizer,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .gutter-sizer,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .gutter-sizer {
    width: 1.875rem;
  }
}
@media (min-width: 768px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--middle .paragraph--reference_realisation .grid-item,
  .layout--twocol-bricks .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--reference_realisation .grid-item,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--reference_realisation .grid-item {
    margin-bottom: 1.875rem;
  }
}

.paragraph--service_produit {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--service_produit .paragraph__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.paragraph--service_produit .paragraph__header:last-child {
  margin-bottom: 0;
}
.paragraph--service_produit .service_produit_detail {
  position: relative;
}
.paragraph--service_produit .service_produit_detail .item-media {
  position: relative;
  margin-bottom: 1.875rem;
  border-radius: var(--wu-border-radius);
  height: 210px;
  overflow: hidden;
}
.paragraph--service_produit .service_produit_detail .item-media .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--service_produit .service_produit_detail .item-media .item-img {
    transition: none;
  }
}
.paragraph--service_produit .service_produit_detail .item-title {
  margin-bottom: 0;
  color: var(--wu-title-color);
  font-family: var(--wu-font-heading);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3334;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--service_produit .service_produit_detail .item-title {
    transition: none;
  }
}
.paragraph--service_produit .service_produit_detail .item-link {
  color: inherit;
  text-decoration: none;
}
.paragraph--service_produit .service_produit_detail .item-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--service_produit .service_produit_detail .item-text {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.paragraph--service_produit .service_produit_detail .item-cta {
  margin-top: 1rem;
}
.paragraph--service_produit .service_produit_detail:not(.disabled):hover .item-media .item-img {
  transform: scale(1.1);
}
.paragraph--service_produit .service_produit_detail:not(.disabled):hover .item-title {
  color: var(--wu-primary);
}
.paragraph--service_produit .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.9375rem;
}
.paragraph--service_produit .list > * {
  flex: 0 0 auto;
  width: calc(100% - 1.875rem);
  max-width: calc(100% - 1.875rem);
  margin: 0.9375rem;
}
.paragraph--service_produit .carousel {
  position: relative;
}
.paragraph--service_produit .swiper {
  width: 100%;
  height: auto;
}
.paragraph--service_produit .swiper-slide {
  width: 100%;
}
.paragraph--service_produit .custom-button-next,
.paragraph--service_produit .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 6.25rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--service_produit .custom-button-next,
  .paragraph--service_produit .custom-button-prev {
    transition: none;
  }
}
.paragraph--service_produit .custom-button-next .icon,
.paragraph--service_produit .custom-button-prev .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.paragraph--service_produit .custom-button-next:hover,
.paragraph--service_produit .custom-button-prev:hover {
  background-color: #000;
}
.paragraph--service_produit .custom-button-next.swiper-button-disabled,
.paragraph--service_produit .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.paragraph--service_produit .custom-button-next.swiper-button-lock,
.paragraph--service_produit .custom-button-prev.swiper-button-lock {
  display: none;
}
.paragraph--service_produit .custom-button-next {
  right: -0.625rem;
}
.paragraph--service_produit .custom-button-prev {
  left: -0.625rem;
}
.paragraph--service_produit .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.375rem;
}
.paragraph--service_produit .custom-pagination.swiper-pagination-lock {
  display: none;
}
.paragraph--service_produit .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0.9375rem !important;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--service_produit .custom-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.paragraph--service_produit .custom-pagination .swiper-pagination-bullet:hover {
  background-color: #000;
}
.paragraph--service_produit .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wu-primary);
}

@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--service_produit .list > *,
  .layout--twocol .layout__region--top .paragraph--service_produit .list > *,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .list > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .list > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .list > * {
    width: calc(50% - 1.875rem);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--service_produit .list > *,
  .layout--twocol .layout__region--top .paragraph--service_produit .list > *,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .list > *,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .list > *,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .list > *,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .list > *,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .list > * {
    width: calc(33.3333333333% - 1.875rem);
  }
}
@media (min-width: 576px) {
  .layout--onecol .layout__region--content .paragraph--service_produit .swiper-slide,
  .layout--twocol .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .swiper-slide {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--service_produit .swiper-slide,
  .layout--twocol .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .swiper-slide,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .swiper-slide,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .swiper-slide {
    width: calc((100% - 3.75rem) / 3);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--service_produit .custom-button-next,
  .layout--onecol .layout__region--content .paragraph--service_produit .custom-button-prev,
  .layout--twocol .layout__region--top .paragraph--service_produit .custom-button-next,
  .layout--twocol .layout__region--top .paragraph--service_produit .custom-button-prev,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .custom-button-next,
  .layout--twocol .layout__region--bottom .paragraph--service_produit .custom-button-prev,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .custom-button-next,
  .layout--twocol-bricks .layout__region--top .paragraph--service_produit .custom-button-prev,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .custom-button-next,
  .layout--twocol-bricks .layout__region--middle .paragraph--service_produit .custom-button-prev,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .custom-button-next,
  .layout--twocol-bricks .layout__region--bottom .paragraph--service_produit .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--service_produit .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--service_produit .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--service_produit .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--service_produit .custom-button-prev {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.paragraph--slider_video {
  position: relative;
}
.paragraph--slider_video .paragraph__header, .paragraph--slider_video .paragraph__header::after,
.paragraph--slider_video .paragraph__header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--slider_video .paragraph__header {
  overflow: hidden;
}
.paragraph--slider_video .paragraph__header::after {
  content: "";
}
.paragraph--slider_video .paragraph__header img {
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--slider_video .paragraph__header iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--slider_video .paragraph__header iframe {
    transition: none;
  }
}
.paragraph--slider_video .paragraph__header.gradiant--black::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.paragraph--slider_video .paragraph__header.gradiant--white::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.paragraph--slider_video .paragraph__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 5rem 2.5rem;
  min-height: 600px;
  text-align: center;
}
.paragraph--slider_video .paragraph__body .title {
  margin-bottom: 0.75rem;
  font-size: 3rem;
  font-family: var(--wu-font-heading);
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  justify-content: center;
}
.paragraph--slider_video .paragraph__body .title:last-child {
  margin-bottom: 0;
}
.paragraph--slider_video .paragraph__body .subtitle {
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.25;
}
.paragraph--slider_video .paragraph__body .subtitle:last-child {
  margin-bottom: 0;
}
.paragraph--slider_video .paragraph__body.text--black .title,
.paragraph--slider_video .paragraph__body.text--black .subtitle {
  color: #000;
}
.paragraph--slider_video .paragraph__body.text--white .title,
.paragraph--slider_video .paragraph__body.text--white .subtitle {
  color: #fff;
}
.paragraph--slider_video .paragraph__body.text--gray .title,
.paragraph--slider_video .paragraph__body.text--gray .subtitle {
  color: #808080;
}
.paragraph--slider_video .paragraph__body.text--gray .cta .link {
  --wu-btn-border-color: #808080;
  --wu-btn-bg: #808080;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #666666;
  --wu-btn-hover-bg: #6d6d6d;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #606060;
  --wu-btn-active-bg: #666666;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #808080;
  --wu-btn-disabled-bg: #808080;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 109, 109, 109;
}
.paragraph--slider_video .paragraph__body.text--primary .title,
.paragraph--slider_video .paragraph__body.text--primary .subtitle {
  color: var(--wu-primary);
}
.paragraph--slider_video .paragraph__body.text--secondary .title,
.paragraph--slider_video .paragraph__body.text--secondary .subtitle {
  color: var(--wu-secondary);
}
.paragraph--slider .paragraph__body {
  position: relative;
}
.paragraph--slider .swiper {
  width: 100%;
  height: auto;
}
.paragraph--slider .swiper-slide {
  height: auto;
}
.paragraph--slider .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: auto !important;
  bottom: 1.3125rem !important;
  left: 0 !important;
  width: 100% !important;
}
.paragraph--slider .custom-pagination.swiper-pagination-lock {
  display: none;
}
.paragraph--slider .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0.9375rem !important;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--slider .custom-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.paragraph--slider .custom-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.paragraph--slider .custom-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.paragraph--slider .custom-pagination.text--black .swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.paragraph--slider .custom-pagination.text--white .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.paragraph--slider .custom-pagination.text--gray .swiper-pagination-bullet-active {
  background-color: #808080 !important;
}
.paragraph--slider .custom-pagination.text--primary .swiper-pagination-bullet-active {
  background-color: var(--wu-primary) !important;
}
.paragraph--slider .custom-pagination.text--secondary .swiper-pagination-bullet-active {
  background-color: var(--wu-secondary) !important;
}
.paragraph--slider .custom-button-next,
.paragraph--slider .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--slider .custom-button-next,
  .paragraph--slider .custom-button-prev {
    transition: none;
  }
}
.paragraph--slider .custom-button-next .icon,
.paragraph--slider .custom-button-prev .icon {
  width: 1.125rem;
  height: 1.125rem;
}
.paragraph--slider .custom-button-next:hover,
.paragraph--slider .custom-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.paragraph--slider .custom-button-next.swiper-button-disabled,
.paragraph--slider .custom-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.paragraph--slider .custom-button-next.swiper-button-lock,
.paragraph--slider .custom-button-prev.swiper-button-lock {
  display: none;
}
.paragraph--slider .custom-button-next {
  right: 0;
}
.paragraph--slider .custom-button-prev {
  left: 0;
}
.paragraph--slider .slider_detail {
  position: relative;
  min-height: 600px;
  height: 100%;
}
.paragraph--slider .slider_detail .item-media, .paragraph--slider .slider_detail .item-media::after,
.paragraph--slider .slider_detail .item-media .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--slider .slider_detail .item-media::after {
  content: "";
}
.paragraph--slider .slider_detail .item-media .item-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--slider .slider_detail .item-media.gradiant--black::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.paragraph--slider .slider_detail .item-media.gradiant--white::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.paragraph--slider .slider_detail .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: inherit;
  text-align: center;
}
.paragraph--slider .slider_detail .item-content .item-content__inner {
  padding: 5rem 2.5rem;
}
.paragraph--slider .slider_detail .item-content .item-title {
  margin-bottom: 0.875rem;
  font-family: var(--wu-font-heading);
  font-weight: 700;
  line-height: 1.25;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .paragraph--slider .slider_detail .item-content .item-title {
    font-size: 3rem;
  }
}
.paragraph--slider .slider_detail .item-content .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--slider .slider_detail .item-content .item-subtitle {
  margin-bottom: 2.75rem;
  font-size: 1.5rem;
  font-family: var(--wu-font-heading);
  font-weight: 400;
  line-height: 1.25;
}
.paragraph--slider .slider_detail .item-content .item-subtitle:last-child {
  margin-bottom: 0;
}
.paragraph--slider .slider_detail .item-content .item-cta .item-link {
  padding: 1.125rem 1.5rem;
}
.paragraph--slider .slider_detail .item-content.text--black .item-title,
.paragraph--slider .slider_detail .item-content.text--black .item-subtitle {
  color: #000;
}
.paragraph--slider .slider_detail .item-content.text--white .item-title,
.paragraph--slider .slider_detail .item-content.text--white .item-subtitle {
  color: #fff;
}
.paragraph--slider .slider_detail .item-content.text--gray .item-title,
.paragraph--slider .slider_detail .item-content.text--gray .item-subtitle {
  color: #808080;
}
.paragraph--slider .slider_detail .item-content.text--gray .item-cta .item-link {
  --wu-btn-border-color: #808080;
  --wu-btn-color: #808080;
  --wu-btn-hover-border-color: #808080;
  --wu-btn-hover-bg: #808080;
  --wu-btn-hover-color: #000;
  --wu-btn-active-border-color: #808080;
  --wu-btn-active-bg: #808080;
  --wu-btn-active-color: #000;
  --wu-btn-disabled-border-color: #808080;
  --wu-btn-disabled-bg: transparent;
  --wu-btn-disabled-color: #808080;
  --wu-btn-focus-shadow-rgb: 128, 128, 128;
}
.paragraph--slider .slider_detail .item-content.text--primary .item-title,
.paragraph--slider .slider_detail .item-content.text--primary .item-subtitle {
  color: var(--wu-primary);
}
.paragraph--slider .slider_detail .item-content.text--secondary .item-title,
.paragraph--slider .slider_detail .item-content.text--secondary .item-subtitle {
  color: var(--wu-secondary);
}
.paragraph--slider.overlap .custom-pagination {
  bottom: 8.8125rem !important;
}
.paragraph--slider.overlap .custom-button-next,
.paragraph--slider.overlap .custom-button-prev {
  margin-top: -3.75rem;
}
.paragraph--slider.overlap .slider_detail .item-content {
  padding-bottom: 7.5rem;
}
.paragraph--slider.overlap + .paragraph {
  position: relative;
  z-index: 2;
  margin-top: -7.5rem;
}
.paragraph--slider.overlap + .paragraph:not([class*=paragraph--slider]):not([class*=paragraph--cta]) {
  padding-top: 0;
}
.paragraph--slider.overlap + .paragraph:not([class*=paragraph--slider]):not([class*=paragraph--cta]):nth-child(even) {
  background-color: transparent;
}
.paragraph--slider.header--explo .custom-navigation {
  position: absolute;
  z-index: 10;
  bottom: 5.625rem;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .paragraph--slider.header--explo .custom-navigation {
    pointer-events: none;
  }
}
.paragraph--slider.header--explo .custom-navigation .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.paragraph--slider.header--explo .custom-pagination {
  display: none;
}
.paragraph--slider.header--explo .custom-button-next,
.paragraph--slider.header--explo .custom-button-prev {
  position: static;
  z-index: auto;
  top: auto;
  border: 2px solid;
  border-radius: 50%;
  background-color: transparent;
  transform: none;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--slider.header--explo .custom-button-next,
  .paragraph--slider.header--explo .custom-button-prev {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .paragraph--slider.header--explo .custom-button-next,
  .paragraph--slider.header--explo .custom-button-prev {
    pointer-events: auto;
  }
}
.paragraph--slider.header--explo .custom-button-next .icon,
.paragraph--slider.header--explo .custom-button-prev .icon {
  width: 1rem;
  height: 1rem;
}
.paragraph--slider.header--explo .custom-button-next:hover,
.paragraph--slider.header--explo .custom-button-prev:hover {
  background-color: #fff;
  color: var(--wu-primary);
}
.paragraph--slider.header--explo .custom-button-next.text--black,
.paragraph--slider.header--explo .custom-button-prev.text--black {
  border-color: #000;
  color: #000;
}
.paragraph--slider.header--explo .custom-button-next.text--black:hover,
.paragraph--slider.header--explo .custom-button-prev.text--black:hover {
  background-color: #000;
  color: #fff;
}
.paragraph--slider.header--explo .custom-button-next.text--white,
.paragraph--slider.header--explo .custom-button-prev.text--white {
  border-color: #fff;
  color: #fff;
}
.paragraph--slider.header--explo .custom-button-next.text--white:hover,
.paragraph--slider.header--explo .custom-button-prev.text--white:hover {
  background-color: #fff;
  color: #000;
}
.paragraph--slider.header--explo .custom-button-next.text--gray,
.paragraph--slider.header--explo .custom-button-prev.text--gray {
  border-color: #808080;
  color: #808080;
}
.paragraph--slider.header--explo .custom-button-next.text--gray:hover,
.paragraph--slider.header--explo .custom-button-prev.text--gray:hover {
  background-color: #808080;
  color: #fff;
}
.paragraph--slider.header--explo .custom-button-next.text--primary,
.paragraph--slider.header--explo .custom-button-prev.text--primary {
  border-color: var(--wu-primary);
  color: var(--wu-primary);
}
.paragraph--slider.header--explo .custom-button-next.text--primary:hover,
.paragraph--slider.header--explo .custom-button-prev.text--primary:hover {
  background-color: var(--wu-primary);
  color: #fff;
}
.paragraph--slider.header--explo .custom-button-next.text--secondary,
.paragraph--slider.header--explo .custom-button-prev.text--secondary {
  border-color: var(--wu-secondary);
  color: var(--wu-secondary);
}
.paragraph--slider.header--explo .custom-button-next.text--secondary:hover,
.paragraph--slider.header--explo .custom-button-prev.text--secondary:hover {
  background-color: var(--wu-secondary);
  color: #fff;
}
.paragraph--slider.header--explo .custom-button-next {
  right: auto;
  margin-left: 1.75rem;
}
.paragraph--slider.header--explo .custom-button-prev {
  left: auto;
}
.paragraph--slider.header--explo .slider_detail {
  min-height: 850px;
}
.paragraph--slider.header--explo .slider_detail .item-content {
  justify-content: flex-start;
  text-align: left;
}
.paragraph--slider.header--explo .slider_detail .item-content .item-content__inner {
  padding: 9.375rem 0 11.25rem;
}
@media (min-width: 1024px) {
  .paragraph--slider.header--explo .slider_detail .item-content .item-content__inner {
    position: relative;
    min-height: 850px;
  }
}
.paragraph--slider.header--explo .slider_detail .item-content .item-title {
  max-width: 540px;
  font-size: 2.5rem;
  font-weight: 400;
}
.paragraph--slider.header--explo .slider_detail .item-content .item-subtitle {
  max-width: 380px;
}
@media (min-width: 1024px) {
  .paragraph--slider.header--explo .slider_detail .item-content .item-cta {
    position: absolute;
    bottom: 5.625rem;
    right: 0;
  }
}
.paragraph--slider.header--explo .slider_detail .item-content .item-cta .item-link {
  font-weight: 400;
  text-transform: none;
}
.paragraph--slider.header--explo .slider_detail .item-content.text--black .item-title,
.paragraph--slider.header--explo .slider_detail .item-content.text--black .item-subtitle {
  text-shadow: 0 0.125rem 0.375rem rgba(255, 255, 255, 0.35);
}
.paragraph--slider.header--explo .slider_detail .item-content.text--white .item-title,
.paragraph--slider.header--explo .slider_detail .item-content.text--white .item-subtitle {
  text-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.35);
}
.paragraph--slider.header--explo .slider_detail .item-content.text--gray .item-title,
.paragraph--slider.header--explo .slider_detail .item-content.text--gray .item-subtitle {
  text-shadow: 0 0.125rem 0.375rem rgba(255, 255, 255, 0.35);
}
.paragraph--slider.header--explo .slider_detail .item-content.text--primary .item-title,
.paragraph--slider.header--explo .slider_detail .item-content.text--primary .item-subtitle {
  text-shadow: 0 0.125rem 0.375rem rgba(255, 255, 255, 0.35);
}
.paragraph--slider.header--explo .slider_detail .item-content.text--secondary .item-title,
.paragraph--slider.header--explo .slider_detail .item-content.text--secondary .item-subtitle {
  text-shadow: 0 0.125rem 0.375rem rgba(255, 255, 255, 0.35);
}
.paragraph--slider.header--explo.overlap .custom-navigation {
  bottom: 13.125rem !important;
}
.paragraph--slider.header--explo.overlap .custom-button-next,
.paragraph--slider.header--explo.overlap .custom-button-prev {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .paragraph--slider.header--explo.overlap .slider_detail .item-content .item-content__inner {
    min-height: calc(850px - 7.5rem);
  }
}
.paragraph--slider.header--pharco .custom-navigation {
  display: none;
}
.paragraph--slider.header--pharco .slider_detail {
  min-height: 760px;
}
.paragraph--slider.header--pharco .slider_detail .item-content {
  justify-content: flex-start;
}
.paragraph--slider.header--pharco .slider_detail .item-content .item-content__inner {
  padding: 8.75rem 0 3.125rem;
}
.paragraph--slider.header--phami {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .paragraph--slider.header--phami {
    border-radius: var(--wu-border-radius);
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .paragraph--slider.header--phami {
    max-width: calc(540px - (1.25rem * 2));
  }
}
@media (min-width: 768px) {
  .paragraph--slider.header--phami {
    max-width: calc(720px - (1.25rem * 2));
  }
}
@media (min-width: 1024px) {
  .paragraph--slider.header--phami {
    max-width: calc(1000px - (1.25rem * 2));
  }
}
@media (min-width: 1200px) {
  .paragraph--slider.header--phami {
    max-width: calc(1200px - (1.25rem * 2));
  }
}
.paragraph--slider.header--phami .custom-navigation {
  position: absolute;
  z-index: 10;
  bottom: 4.125rem;
  left: 0;
  width: 100%;
}
.paragraph--slider.header--phami .custom-pagination {
  justify-content: flex-start;
  position: static;
  z-index: auto;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
}
.paragraph--slider.header--phami .custom-pagination .swiper-pagination-bullet {
  margin: 1rem !important;
  border: 1px solid;
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent !important;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--slider.header--phami .custom-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
.paragraph--slider.header--phami .custom-pagination.text--black .swiper-pagination-bullet {
  border-color: rgba(0, 0, 0, 0.5);
}
.paragraph--slider.header--phami .custom-pagination.text--black .swiper-pagination-bullet:hover {
  border-color: #000;
}
.paragraph--slider.header--phami .custom-pagination.text--black .swiper-pagination-bullet-active {
  border-color: #000;
  background-color: #000 !important;
}
.paragraph--slider.header--phami .custom-pagination.text--white .swiper-pagination-bullet {
  border-color: rgba(255, 255, 255, 0.5);
}
.paragraph--slider.header--phami .custom-pagination.text--white .swiper-pagination-bullet:hover {
  border-color: #fff;
}
.paragraph--slider.header--phami .custom-pagination.text--white .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff !important;
}
.paragraph--slider.header--phami .custom-pagination.text--gray .swiper-pagination-bullet {
  border-color: rgba(128, 128, 128, 0.5);
}
.paragraph--slider.header--phami .custom-pagination.text--gray .swiper-pagination-bullet:hover {
  border-color: #808080;
}
.paragraph--slider.header--phami .custom-pagination.text--gray .swiper-pagination-bullet-active {
  border-color: #808080;
  background-color: #808080 !important;
}
.paragraph--slider.header--phami .custom-pagination.text--primary .swiper-pagination-bullet {
  border-color: rgba(var(--wu-primary-rgb), 0.5);
}
.paragraph--slider.header--phami .custom-pagination.text--primary .swiper-pagination-bullet:hover {
  border-color: var(--wu-primary);
}
.paragraph--slider.header--phami .custom-pagination.text--primary .swiper-pagination-bullet-active {
  border-color: var(--wu-primary);
  background-color: var(--wu-primary) !important;
}
.paragraph--slider.header--phami .custom-pagination.text--secondary .swiper-pagination-bullet {
  border-color: rgba(var(--wu-secondary-rgb), 0.5);
}
.paragraph--slider.header--phami .custom-pagination.text--secondary .swiper-pagination-bullet:hover {
  border-color: var(--wu-secondary);
}
.paragraph--slider.header--phami .custom-pagination.text--secondary .swiper-pagination-bullet-active {
  border-color: var(--wu-secondary);
  background-color: var(--wu-secondary) !important;
}
.paragraph--slider.header--phami .custom-button-next,
.paragraph--slider.header--phami .custom-button-prev {
  display: none;
}
.paragraph--slider.header--phami .slider_detail {
  min-height: 600px;
}
.paragraph--slider.header--phami .slider_detail .item-content {
  justify-content: flex-start;
  text-align: left;
}
.paragraph--slider.header--phami .slider_detail .item-content .item-content__inner {
  padding: 3.125rem 0 8.75rem;
}
.paragraph--slider.header--phami .slider_detail .item-content .item-title {
  margin-bottom: 1.175rem;
  max-width: 540px;
  font-size: 4rem;
  line-height: 1.125;
}
.paragraph--slider.header--phami .slider_detail .item-content .item-title:last-child {
  margin-bottom: 0;
}
.paragraph--slider.header--phami .slider_detail .item-content .item-subtitle {
  max-width: 380px;
  font-size: 1rem;
  line-height: 1.5;
}
.paragraph--slider.header--phami .slider_detail .item-content.text--gray .item-cta .item-link {
  --wu-btn-border-color: #808080;
  --wu-btn-bg: #808080;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #666666;
  --wu-btn-hover-bg: #6d6d6d;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #606060;
  --wu-btn-active-bg: #666666;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #808080;
  --wu-btn-disabled-bg: #808080;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 109, 109, 109;
}
.paragraph--slider.header--phami.overlap .custom-navigation {
  bottom: 11.625rem;
}
.paragraph--slider.header--advance .custom-button-next,
.paragraph--slider.header--advance .custom-button-prev {
  display: none;
}
.paragraph--slider.header--advance .slider_detail {
  min-height: 100vh;
}
.paragraph--slider.header--advance .slider_detail .item-content {
  justify-content: flex-end;
  text-align: left;
}
.paragraph--slider.header--advance .slider_detail .item-content > .container,
.paragraph--slider.header--advance .slider_detail .item-content > .container-fluid,
.paragraph--slider.header--advance .slider_detail .error-401 .item-content > .main-wrapper,
.error-401 .paragraph--slider.header--advance .slider_detail .item-content > .main-wrapper,
.paragraph--slider.header--advance .slider_detail .error-403 .item-content > .main-wrapper,
.error-403 .paragraph--slider.header--advance .slider_detail .item-content > .main-wrapper,
.paragraph--slider.header--advance .slider_detail .error-404 .item-content > .main-wrapper,
.error-404 .paragraph--slider.header--advance .slider_detail .item-content > .main-wrapper,
.paragraph--slider.header--advance .slider_detail .path-search .item-content > .main-wrapper,
.path-search .paragraph--slider.header--advance .slider_detail .item-content > .main-wrapper,
.paragraph--slider.header--advance .slider_detail .path-user .item-content > .main-wrapper,
.path-user .paragraph--slider.header--advance .slider_detail .item-content > .main-wrapper,
.paragraph--slider.header--advance .slider_detail .paragraph--slider.header--explo .custom-navigation .item-content > .wrapper,
.paragraph--slider.header--explo .custom-navigation .paragraph--slider.header--advance .slider_detail .item-content > .wrapper,
.paragraph--slider.header--advance .slider_detail .paragraph--slider.header--phami .custom-navigation .item-content > .wrapper,
.paragraph--slider.header--phami .custom-navigation .paragraph--slider.header--advance .slider_detail .item-content > .wrapper,
.paragraph--slider.header--advance .slider_detail .item-content > .container-sm,
.paragraph--slider.header--advance .slider_detail .item-content > .container-md,
.paragraph--slider.header--advance .slider_detail .item-content > .container-lg,
.paragraph--slider.header--advance .slider_detail .item-content > .container-xl,
.paragraph--slider.header--advance .slider_detail .item-content > .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.paragraph--slider.header--advance .slider_detail .item-content .item-content__inner {
  padding-bottom: 10rem;
}
.paragraph--slider.header--advance .slider_detail .item-content.text--gray .item-cta .item-link {
  --wu-btn-border-color: #808080;
  --wu-btn-bg: #808080;
  --wu-btn-color: #000;
  --wu-btn-hover-border-color: #666666;
  --wu-btn-hover-bg: #6d6d6d;
  --wu-btn-hover-color: #fff;
  --wu-btn-active-border-color: #606060;
  --wu-btn-active-bg: #666666;
  --wu-btn-active-color: #fff;
  --wu-btn-disabled-border-color: #808080;
  --wu-btn-disabled-bg: #808080;
  --wu-btn-disabled-color: #000;
  --wu-btn-focus-shadow-rgb: 109, 109, 109;
}
@media (min-width: 1024px) {
  .layout--onecol .layout__region--content .paragraph--slider .custom-button-next,
  .layout--onecol .layout__region--content .paragraph--slider .custom-button-prev,
  .layout--twocol .layout__region--top .paragraph--slider .custom-button-next,
  .layout--twocol .layout__region--top .paragraph--slider .custom-button-prev,
  .layout--twocol .layout__region--bottom .paragraph--slider .custom-button-next,
  .layout--twocol .layout__region--bottom .paragraph--slider .custom-button-prev,
  .layout--twocol-bricks .layout__region--top .paragraph--slider .custom-button-next,
  .layout--twocol-bricks .layout__region--top .paragraph--slider .custom-button-prev,
  .layout--twocol-bricks .layout__region--middle .paragraph--slider .custom-button-next,
  .layout--twocol-bricks .layout__region--middle .paragraph--slider .custom-button-prev,
  .layout--twocol-bricks .layout__region--bottom .paragraph--slider .custom-button-next,
  .layout--twocol-bricks .layout__region--bottom .paragraph--slider .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--slider .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--top .paragraph--slider .custom-button-prev,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--slider .custom-button-next,
  .layout--threecol-25-50-25 .layout__region--bottom .paragraph--slider .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--slider .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--top .paragraph--slider .custom-button-prev,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--slider .custom-button-next,
  .layout--threecol-33-34-33 .layout__region--bottom .paragraph--slider .custom-button-prev {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.paragraph--texte {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.paragraph--texte .item-date {
  border-radius: var(--wu-border-radius);
  padding: 0.25rem 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--wu-primary);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
}

.user-login-form {
  display: grid;
  gap: 1.25rem 1.375rem;
}
@media (min-width: 768px) {
  .user-login-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.webform-submission-form,
.webform-submission-form > .form-wrapper:not(.form-actions),
.contact-form,
.contact-form > .form-wrapper:not(.form-actions) {
  display: grid;
  gap: 1.25rem 1.375rem;
}
@media (min-width: 768px) {
  .webform-submission-form,
  .webform-submission-form > .form-wrapper:not(.form-actions),
  .contact-form,
  .contact-form > .form-wrapper:not(.form-actions) {
    grid-template-columns: repeat(4, 1fr);
  }
  .webform-submission-form > *,
  .webform-submission-form > .form-wrapper:not(.form-actions) > *,
  .contact-form > *,
  .contact-form > .form-wrapper:not(.form-actions) > * {
    grid-column-end: span 4;
  }
  .webform-submission-form > .col-sm,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-sm,
  .contact-form > .col-sm,
  .contact-form > .form-wrapper:not(.form-actions) > .col-sm {
    grid-column-end: span 1;
  }
  .webform-submission-form > .col-md,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-md,
  .contact-form > .col-md,
  .contact-form > .form-wrapper:not(.form-actions) > .col-md {
    grid-column-end: span 2;
  }
  .webform-submission-form > .col-lg,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-lg,
  .contact-form > .col-lg,
  .contact-form > .form-wrapper:not(.form-actions) > .col-lg {
    grid-column-end: span 3;
  }
  .webform-submission-form > .clear,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .clear,
  .contact-form > .clear,
  .contact-form > .form-wrapper:not(.form-actions) > .clear {
    grid-column-start: 1;
  }
}
.webform-submission-form .form-actions.form-wrapper,
.contact-form .form-actions.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -0.5rem;
}
.webform-submission-form .form-actions.form-wrapper > *,
.contact-form .form-actions.form-wrapper > * {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  margin: 0.5rem;
}
.webform-submission-form .form-actions.form-wrapper > *.webform-button--next,
.contact-form .form-actions.form-wrapper > *.webform-button--next {
  margin-left: auto;
}

.form-item {
  font-size: 1rem;
  line-height: 1.5;
}
.form-item > label:not(.option).form-required::after,
legend > span.form-required::after {
  content: "*";
}

.form-item-plaintext label {
  display: block !important;
  margin-bottom: 0 !important;
}

.form-color {
  border: 1px solid #979797 !important;
  padding: 0.625rem !important;
  width: 3rem !important;
  height: calc(1.5em + 1.25rem + 2px) !important;
}

.webform-has-field-prefix > label:not(.option),
.webform-has-field-suffix > label:not(.option) {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.webform-has-field-prefix > :not(:first-child):not(.valid-feedback):not(.invalid-feedback):not(label:not(.option) ~ :nth-child(2)),
.webform-has-field-suffix > :not(:first-child):not(.valid-feedback):not(.invalid-feedback):not(label:not(.option) ~ :nth-child(2)) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.webform-element--title-inline {
  display: flex;
  flex-wrap: wrap;
}
.webform-element--title-inline > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .webform-element--title-inline > label:not(.option) {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .webform-element--title-inline > .form-control, .webform-element--title-inline > .form-color,
  .webform-element--title-inline > .form-date,
  .webform-element--title-inline > .form-datetime-local,
  .webform-element--title-inline > .form-email,
  .webform-element--title-inline > .form-file,
  .webform-element--title-inline > .form-month,
  .webform-element--title-inline > .form-number,
  .webform-element--title-inline > .form-password,
  .webform-element--title-inline > .form-search,
  .webform-element--title-inline > .form-tel,
  .webform-element--title-inline > .form-text,
  .webform-element--title-inline > .form-time,
  .webform-element--title-inline > .form-url,
  .webform-element--title-inline > .form-week,
  .webform-element--title-inline > .form-textarea,
  .webform-element--title-inline > .form-select {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

.form-item--error-message {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.form-item--error .form-item--error-message {
  display: block;
}

.form-control.error, .error.form-color,
.error.form-date,
.error.form-datetime-local,
.error.form-email,
.error.form-file,
.error.form-month,
.error.form-number,
.error.form-password,
.error.form-search,
.error.form-tel,
.error.form-text,
.error.form-time,
.error.form-url,
.error.form-week,
.error.form-textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.error:focus, .error.form-color:focus,
.error.form-date:focus,
.error.form-datetime-local:focus,
.error.form-email:focus,
.error.form-file:focus,
.error.form-month:focus,
.error.form-number:focus,
.error.form-password:focus,
.error.form-search:focus,
.error.form-tel:focus,
.error.form-text:focus,
.error.form-time:focus,
.error.form-url:focus,
.error.form-week:focus,
.error.form-textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.error, textarea.error.form-color,
textarea.error.form-date,
textarea.error.form-datetime-local,
textarea.error.form-email,
textarea.error.form-file,
textarea.error.form-month,
textarea.error.form-number,
textarea.error.form-password,
textarea.error.form-search,
textarea.error.form-tel,
textarea.error.form-text,
textarea.error.form-time,
textarea.error.form-url,
textarea.error.form-week,
textarea.error.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.error {
  border-color: #dc3545;
}
.form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: 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 5 6 6 6-6'/%3e%3c/svg%3e"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.error, .js-form-type-checkbox .error.form-checkbox,
.js-form-type-checkbox .error.form-radio,
.js-form-type-radio .error.form-checkbox,
.js-form-type-radio .error.form-radio {
  border-color: #dc3545;
}
.form-check-input.error:checked, .js-form-type-checkbox .error.form-checkbox:checked,
.js-form-type-checkbox .error.form-radio:checked,
.js-form-type-radio .error.form-checkbox:checked,
.js-form-type-radio .error.form-radio:checked {
  background-color: #dc3545;
}
.form-check-input.error:focus, .js-form-type-checkbox .error.form-checkbox:focus,
.js-form-type-checkbox .error.form-radio:focus,
.js-form-type-radio .error.form-checkbox:focus,
.js-form-type-radio .error.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.error ~ .form-check-label, .js-form-type-checkbox .error.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .error.form-radio ~ .form-check-label,
.js-form-type-radio .error.form-checkbox ~ .form-check-label,
.js-form-type-radio .error.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.error ~ .option, .js-form-type-checkbox .error.form-checkbox ~ .option,
.js-form-type-checkbox .error.form-radio ~ .option,
.js-form-type-radio .form-check-input.error ~ .option,
.js-form-type-radio .error.form-checkbox ~ .option,
.js-form-type-radio .error.form-radio ~ .option {
  color: #dc3545;
}

.input-group > .form-control:not(:focus).error, .webform-has-field-prefix > .form-control:not(:focus).error,
.webform-has-field-suffix > .form-control:not(:focus).error, .input-group > .form-color:not(:focus).error, .webform-has-field-prefix > .form-color:not(:focus).error,
.webform-has-field-suffix > .form-color:not(:focus).error,
.input-group > .form-date:not(:focus).error,
.webform-has-field-prefix > .form-date:not(:focus).error,
.webform-has-field-suffix > .form-date:not(:focus).error,
.input-group > .form-datetime-local:not(:focus).error,
.webform-has-field-prefix > .form-datetime-local:not(:focus).error,
.webform-has-field-suffix > .form-datetime-local:not(:focus).error,
.input-group > .form-email:not(:focus).error,
.webform-has-field-prefix > .form-email:not(:focus).error,
.webform-has-field-suffix > .form-email:not(:focus).error,
.input-group > .form-file:not(:focus).error,
.webform-has-field-prefix > .form-file:not(:focus).error,
.webform-has-field-suffix > .form-file:not(:focus).error,
.input-group > .form-month:not(:focus).error,
.webform-has-field-prefix > .form-month:not(:focus).error,
.webform-has-field-suffix > .form-month:not(:focus).error,
.input-group > .form-number:not(:focus).error,
.webform-has-field-prefix > .form-number:not(:focus).error,
.webform-has-field-suffix > .form-number:not(:focus).error,
.input-group > .form-password:not(:focus).error,
.webform-has-field-prefix > .form-password:not(:focus).error,
.webform-has-field-suffix > .form-password:not(:focus).error,
.input-group > .form-search:not(:focus).error,
.webform-has-field-prefix > .form-search:not(:focus).error,
.webform-has-field-suffix > .form-search:not(:focus).error,
.input-group > .form-tel:not(:focus).error,
.webform-has-field-prefix > .form-tel:not(:focus).error,
.webform-has-field-suffix > .form-tel:not(:focus).error,
.input-group > .form-text:not(:focus).error,
.webform-has-field-prefix > .form-text:not(:focus).error,
.webform-has-field-suffix > .form-text:not(:focus).error,
.input-group > .form-time:not(:focus).error,
.webform-has-field-prefix > .form-time:not(:focus).error,
.webform-has-field-suffix > .form-time:not(:focus).error,
.input-group > .form-url:not(:focus).error,
.webform-has-field-prefix > .form-url:not(:focus).error,
.webform-has-field-suffix > .form-url:not(:focus).error,
.input-group > .form-week:not(:focus).error,
.webform-has-field-prefix > .form-week:not(:focus).error,
.webform-has-field-suffix > .form-week:not(:focus).error,
.input-group > .form-textarea:not(:focus).error,
.webform-has-field-prefix > .form-textarea:not(:focus).error,
.webform-has-field-suffix > .form-textarea:not(:focus).error,
.input-group > .form-select:not(:focus).error,
.webform-has-field-prefix > .form-select:not(:focus).error,
.webform-has-field-suffix > .form-select:not(:focus).error,
.input-group > .form-floating:not(:focus-within).error,
.webform-has-field-prefix > .form-floating:not(:focus-within).error,
.webform-has-field-suffix > .form-floating:not(:focus-within).error {
  z-index: 4;
}

.iti {
  display: block;
}

.webform-progress {
  margin-bottom: 1.875rem;
}

.progress-tracker {
  margin-top: 0;
}

.progress-step.is-active .progress-marker::before {
  background-color: var(--wu-primary) !important;
}

.path-cart {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .path-cart {
    padding-top: 150px;
  }
}
.path-cart .banner {
  display: none;
}

.path-shop .customer-edit {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
  max-width: 960px;
}
.path-shop .customer-edit form > fieldset {
  margin-bottom: 2.5rem;
}
.path-shop .customer-edit form > fieldset:last-child {
  margin-bottom: 0;
}
.path-shop .customer-edit form > fieldset legend {
  margin-bottom: 1.25rem;
}
.path-shop .customer-edit form > fieldset .fieldset-wrapper {
  display: grid;
  gap: 1.25rem 2.5rem;
}
.path-shop .customer-edit form > fieldset .fieldset-wrapper label.option {
  display: inline-block;
  margin: 0;
}
.path-shop .customer-edit form > fieldset .fieldset-wrapper .form-wrapper,
.path-shop .customer-edit form > fieldset .fieldset-wrapper .form-text {
  margin: 0;
}
.path-shop .customer-edit form > fieldset .fieldset-wrapper .description {
  display: block;
  margin-top: 0.625rem;
  color: #6c757d;
  font-size: 80%;
  font-weight: 400;
}
.path-shop .customer-edit form #customer_shipping #edit-shipping-address,
.path-shop .customer-edit form #customer_billing #edit-billing-address {
  display: grid;
  gap: 1.25rem 2.5rem;
}
.path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline,
.path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline {
  display: grid;
  gap: 1.25rem 2.5rem;
}
@media (min-width: 768px) {
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline {
    grid-template-columns: repeat(4, 1fr);
  }
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > *,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > * {
    grid-column-end: span 2;
  }
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > .form-item-shipping-address-postal-code,
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > .form-item-billing-address-postal-code,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > .form-item-shipping-address-postal-code,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > .form-item-billing-address-postal-code {
    grid-column-end: span 1;
  }
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > .form-item-shipping-address-locality,
  .path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > .form-item-billing-address-locality,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > .form-item-shipping-address-locality,
  .path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > .form-item-billing-address-locality {
    grid-column-end: span 3;
  }
}
.path-shop .customer-edit form #customer_shipping #edit-shipping-address .address-container-inline > .form-item,
.path-shop .customer-edit form #customer_billing #edit-billing-address .address-container-inline > .form-item {
  display: block;
  margin: 0;
}

.node--type-home .paragraph:not([class*=paragraph--slider]):not([class*=paragraph--cta]):nth-child(even) {
  background-color: #f3f3f3;
}
.node--type-home .paragraph--texte {
  padding-top: 4.5rem;
  padding-bottom: 3.75rem;
  line-height: 2.25;
  text-align: center;
}
.node--type-home .paragraph--texte h2:first-child, .node--type-home .paragraph--texte .h2:first-child {
  margin-bottom: 1rem;
}
.node--type-home .paragraph--texte h2:first-child:after, .node--type-home .paragraph--texte .h2:first-child:after {
  content: "";
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.375rem;
  height: 0.125rem;
  background-color: var(--wu-primary);
}

.node--type-page .paragraph:not([class*=paragraph--slider]):not([class*=paragraph--cta]):nth-child(even) {
  background-color: #f3f3f3;
}

.page-node-type-produit {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .page-node-type-produit {
    padding-top: 150px;
  }
}

body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child .slider_detail .item-content {
  padding-top: 5rem;
}
@media (min-width: 1200px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child .slider_detail .item-content {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1024px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child.header--explo .slider_detail .item-content .item-content__inner {
    min-height: calc(850px - 5rem);
  }
}
@media (min-width: 1200px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child.header--explo .slider_detail .item-content .item-content__inner {
    min-height: calc(850px - 9.375rem);
  }
}
@media (min-width: 1024px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child.header--explo.overlap .slider_detail .item-content .item-content__inner {
    min-height: calc(850px - 5rem - 7.5rem);
  }
}
@media (min-width: 1200px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider:first-child.header--explo.overlap .slider_detail .item-content .item-content__inner {
    min-height: calc(850px - 9.375rem - 7.5rem);
  }
}
body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider_video:first-child .paragraph__body {
  padding-top: 10rem;
}
@media (min-width: 1200px) {
  body:not(.header--reno):not(.header--phami) .node--type-home .paragraph--slider_video:first-child .paragraph__body {
    padding-top: 14.375rem;
  }
}
body.header--reno .dialog-off-canvas-main-canvas, body.header--phami .dialog-off-canvas-main-canvas {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body.header--reno .dialog-off-canvas-main-canvas, body.header--phami .dialog-off-canvas-main-canvas {
    padding-top: 150px;
  }
}
body.header--reno .banner .banner__image ~ .banner__content, body.header--phami .banner .banner__image ~ .banner__content {
  min-height: 350px;
}
body.header--reno .banner .banner__content, body.header--phami .banner .banner__content {
  padding-top: 3.25rem;
  min-height: 250px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.link-primary {
  color: #7a0012 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #005485 !important;
}

.link-secondary {
  color: #0B0812 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #33ccde !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-white {
  color: #fff !important;
}
.link-white:hover, .link-white:focus {
  color: white !important;
}

.link-black {
  color: #000 !important;
}
.link-black:hover, .link-black:focus {
  color: black !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: var(--wu-aspect-ratio);
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after, .block--agenda .item--event .item-link::after, .block--blog .item--news .item-link::after, .block--eshop .item--produit .item-link::after, .block--references .item--reference .item-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.couleur_1 {
  color: var(--wu-primary);
}

.couleur_2 {
  color: var(--wu-secondary);
}
