/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  :root {
    --color-primary-50: #ffedee;
    --color-primary-100: #fae1e2;
    --color-primary-200: #ffccce;
    --color-primary-300: #fa9da1;
    --color-primary-400: #fc656b;
    --color-primary-500: #e53940;
    --color-primary-600: #d8232a;
    --color-primary-700: #bf1f25;
    --color-primary-800: #99191e;
    --color-primary-900: #801519;

    --color-secondary-50: #f0f4f7;
    --color-secondary-100: #dfe4e9;
    --color-secondary-200: #acb4bd;
    --color-secondary-300: #828e9a;
    --color-secondary-400: #596978;
    --color-secondary-500: #46596b;
    --color-secondary-600: #2f4356;
    --color-secondary-700: #263645;
    --color-secondary-800: #1c2834;
    --color-secondary-900: #131b22;
  }
  .body--intranet {
    --color-primary-50: #eff6ff;
    --color-primary-100: #dbeafe;
    --color-primary-200: #bfdbfe;
    --color-primary-300: #93c5fd;
    --color-primary-400: #60a5fa;
    --color-primary-500: #3b82f6;
    --color-primary-600: #2563eb;
    --color-primary-700: #1d4ed8;
    --color-primary-800: #1e40af;
    --color-primary-900: #1e3a8a;

    /* light secondary colors are grey */
    --color-secondary-50: #f0f4f7;
    --color-secondary-100: #dfe4e9;
    --color-secondary-200: #acb4bd;
    --color-secondary-300: #828e9a;

    /* dense secondary colors are blue */
    --color-secondary-400: #5076b3;
    --color-secondary-500: #234dc2;
    --color-secondary-600: #1e40af;
    --color-secondary-700: #1e3a8a;
    --color-secondary-800: #1c3c7d;
    --color-secondary-900: #1c3c7d;
  }

    .body--intranet .logo__title::after{
  --tw-content: 'Intranet';
  content: var(--tw-content);
  margin-top: 0.25rem;
  margin-left: -1px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.219em;
  padding-bottom: 0.219em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  font-size: 0.75rem;
}

    @media (min-width: 768px){

  .body--intranet .logo__title::after{
    font-size: 0.875rem;
  }
}

    @media (min-width: 1024px){

  .body--intranet .logo__title::after{
    font-size: 1rem;
  }
}

    .body--intranet .logo__title::after{
  line-height: 1.25rem;
}

    @media (min-width: 1024px){

  .body--intranet .logo__title::after{
    line-height: 1.5rem;
  }
}

    .badge-filter .body--intranet .logo__title::after{
  margin-bottom: 1rem;
  margin-right: 10px;
}

    .top-bar__right .body--intranet .logo__title::after{
  cursor: pointer;
  margin-right: 0.5rem;
}

    @media (min-width: 1024px){

  .top-bar__right .body--intranet .logo__title::after{
    margin-right: 0px;
  }
}

    .top-bar__right .body--intranet .logo__title::after{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

    .body--intranet .logo__title::after{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

    .body--intranet .logo__accronym::after{
  --tw-content: 'Intranet';
  content: var(--tw-content);
  margin-top: 0.25rem;
  margin-left: -1px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.219em;
  padding-bottom: 0.219em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  font-size: 0.75rem;
}

    @media (min-width: 768px){

  .body--intranet .logo__accronym::after{
    font-size: 0.875rem;
  }
}

    @media (min-width: 1024px){

  .body--intranet .logo__accronym::after{
    font-size: 1rem;
  }
}

    .body--intranet .logo__accronym::after{
  line-height: 1.25rem;
}

    @media (min-width: 1024px){

  .body--intranet .logo__accronym::after{
    line-height: 1.5rem;
  }
}

    .badge-filter .body--intranet .logo__accronym::after{
  margin-bottom: 1rem;
  margin-right: 10px;
}

    .top-bar__right .body--intranet .logo__accronym::after{
  cursor: pointer;
  margin-right: 0.5rem;
}

    @media (min-width: 1024px){

  .top-bar__right .body--intranet .logo__accronym::after{
    margin-right: 0px;
  }
}

    .top-bar__right .body--intranet .logo__accronym::after{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

    .body--intranet .logo__accronym::after{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
}
  .body--freebrand {
    --color-primary-50: #eaffe9;
    --color-primary-100: #d3ebd2;
    --color-primary-200: #bdd8bc;
    --color-primary-300: #a7c4a6;
    --color-primary-400: #91b191;
    --color-primary-500: #7c9f7c;
    --color-primary-600: #678d67;
    --color-primary-700: #537b54;
    --color-primary-800: #3e6940;
    --color-primary-900: #2a582e;

    --color-secondary-50: #efffee;
    --color-secondary-100: #b0beb0;
    --color-secondary-200: #768176;
    --color-secondary-300: #404941;

    --color-secondary-400: #758874;
    --color-secondary-500: #6a7f69;
    --color-secondary-600: #5f755f;
    --color-secondary-700: #546c55;
    --color-secondary-800: #49634b;
    --color-secondary-900: #3e5a41;
  }

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*----------------------------------------*\
  VARIABLES DEFAULT
\*----------------------------------------*/
/*----------------------------------------*\
  INTRANET
\*----------------------------------------*/
/*----------------------------------------*\
  FREEBRAND GREEN
\*----------------------------------------*/
/*----------------------------------------*\
  ICONS
\*----------------------------------------*/
.icon{
  width: auto;
  flex-shrink: 0;
  fill: currentColor;
  stroke-width: 0.3px;
}
.icon path,
  .icon circle{
  fill: currentColor;
}
.icon--full{
  width: 100%;
}
.icon--sm{
  height: 0.75rem;
}
.icon--base{
  height: 1rem;
}
.icon--md{
  height: 1.25rem;
}
@media (min-width: 768px){

  .icon--md{
    height: 1.5rem;
  }
}
.icon--lg{
  height: 1.5rem;
}
@media (min-width: 768px){

  .icon--lg{
    height: 1.75rem;
  }
}
.icon--xl{
  height: 1.75rem;
}
@media (min-width: 768px){

  .icon--xl{
    height: 2rem;
  }
}
@media (min-width: 1024px){

  .icon--xl{
    height: 2.25rem;
  }
}
.icon--2xl{
  height: 2.25rem;
}
@media (min-width: 768px){

  .icon--2xl{
    height: 2.5rem;
  }
}
@media (min-width: 1024px){

  .icon--2xl{
    height: 3rem;
  }
}
.icon--3xl{
  height: 3rem;
}
@media (min-width: 768px){

  .icon--3xl{
    height: 4rem;
  }
}
@media (min-width: 1024px){

  .icon--3xl{
    height: 5rem;
  }
}
.icon--4xl{
  height: 5rem;
}
@media (min-width: 768px){

  .icon--4xl{
    height: 6rem;
  }
}
@media (min-width: 1024px){

  .icon--4xl{
    height: 7rem;
  }
}
.icon--5xl{
  height: 7rem;
}
@media (min-width: 768px){

  .icon--5xl{
    height: 8rem;
  }
}
@media (min-width: 1024px){

  .icon--5xl{
    height: 9rem;
  }
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.icon--spin{
  animation: spin 0.5s linear infinite;
}
/*----------------------------------------*\
  TYPOGRAPHY
\*----------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-spacing: 0.0625em;
}
body{
  font-size: 1rem;
}
@media (min-width: 1280px){

  body{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  body{
    font-size: 1.25rem;
  }
}
body{
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text--5xl{
  font-size: 2.5rem;
}
@media (min-width: 1024px){

  .text--5xl{
    font-size: 3rem;
  }
}
@media (min-width: 1280px){

  .text--5xl{
    font-size: 3.5rem;
  }
}
@media (min-width: 1920px){

  .text--5xl{
    font-size: 4rem;
  }
}
.text--5xl{
  line-height: 1.25;
}
.text--4xl{
  font-size: 2rem;
}
@media (min-width: 1024px){

  .text--4xl{
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px){

  .text--4xl{
    font-size: 3rem;
  }
}
@media (min-width: 1920px){

  .text--4xl{
    font-size: 3.5rem;
  }
}
.text--4xl{
  line-height: 1.25;
}
.text--3xl{
  font-size: 1.625rem;
}
@media (min-width: 1024px){

  .text--3xl{
    font-size: 2rem;
  }
}
@media (min-width: 1280px){

  .text--3xl{
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px){

  .text--3xl{
    font-size: 3rem;
  }
}
.text--3xl{
  line-height: 1.25;
}
.text--2xl{
  font-size: 1.375rem;
}
@media (min-width: 1024px){

  .text--2xl{
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px){

  .text--2xl{
    font-size: 2rem;
  }
}
@media (min-width: 1920px){

  .text--2xl{
    font-size: 2.5rem;
  }
}
.text--2xl{
  line-height: 1.25;
}
.text--xl{
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .text--xl{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .text--xl{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .text--xl{
    font-size: 2rem;
  }
}
.text--xl{
  line-height: 1.25;
}
.text--lg{
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .text--lg{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .text--lg{
    font-size: 1.375rem;
  }
}
.text--base{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .text--base{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .text--base{
    font-size: 1.25rem;
  }
}
.text--sm{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .text--sm{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .text--sm{
    font-size: 1.125rem;
  }
}
.text--xs{
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  .text--xs{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  .text--xs{
    font-size: 1rem;
  }
}
.font--regular,
.text--regular{
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
}
.font--italic,
.text--italic{
  font-family: Font-Italic, Hind, Fallback-font;
}
.font--bold,
.text--bold{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.font--bold-italic,
.text--bold-italic{
  font-family: Font-Bold-Italic, Hind, Fallback-font;
}
.text--negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text--default{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text--light{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text--asterisk::after{
  --tw-content: '\202F*';
  content: var(--tw-content);
  speak: none;
}
.text--asterisk ~ * .text--asterisk::after{
  --tw-content: '';
  content: var(--tw-content);
}
.overtitle{
  display: flex;
}
.overtitle > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overtitle{
  color: var(--color-secondary-100);
  font-size: 0.75rem;
}
.h1{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.625rem;
}
@media (min-width: 1024px){

  .h1{
    font-size: 2rem;
  }
}
@media (min-width: 1280px){

  .h1{
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px){

  .h1{
    font-size: 3rem;
  }
}
.h1{
  line-height: 1.25;
  margin-bottom: 1rem;
}
.h2{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.375rem;
}
@media (min-width: 1024px){

  .h2{
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px){

  .h2{
    font-size: 2rem;
  }
}
@media (min-width: 1920px){

  .h2{
    font-size: 2.5rem;
  }
}
.h2{
  line-height: 1.25;
  margin-bottom: 1rem;
}
.h3{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .h3{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .h3{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .h3{
    font-size: 2rem;
  }
}
.h3{
  line-height: 1.25;
  margin-bottom: 1rem;
}
.h4{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .h4{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .h4{
    font-size: 1.375rem;
  }
}
.h4{
  margin-bottom: 1rem;
}
.h5{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .h5{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .h5{
    font-size: 1.25rem;
  }
}
.h5{
  margin-bottom: 1rem;
}
.legend{
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  .legend{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  .legend{
    font-size: 1rem;
  }
}
figcaption{
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  figcaption{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  figcaption{
    font-size: 1rem;
  }
}
address{
  font-style: normal;
}
strong,
b{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
del,
strike{
  text-decoration-line: line-through;
}
u{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
mark{
  background-color: var(--color-primary-200);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
em,
i{
  font-family: Font-Italic, Hind, Fallback-font;
}
/*----------------------------------------*\
  FONT-FACE
\*----------------------------------------*/
@font-face {
  font-family: 'Font-Regular';
  font-style: normal;
  font-display: swap;
  src: url('./fonts/NotoSans-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Font-Bold';
  font-style: normal;
  font-display: swap;
  src: url('./fonts/NotoSans-Bold.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Font-Italic';
  font-style: italic;
  font-display: swap;
  src: url('./fonts/NotoSans-Italic.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Font-Bold-Italic';
  font-style: italic;
  font-display: swap;
  src: url('./fonts/NotoSans-BoldItalic.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Fallback-font';
  src: local(Verdana);
  advance-override: 125%;
  ascent-override: 95%;
  descent-override: -25%;
  line-gap-override: 25%;
}
/*----------------------------------------*\
  VERTICAL SPACING
\*----------------------------------------*/
/* default margin-top for all elements */
.vertical-spacing > *{
  margin-top: 3rem;
}
@media (min-width: 1544px){

  .vertical-spacing > *{
    margin-top: 3.5rem;
  }
}
.vertical-spacing > *:first-child{
  margin-top: 0px;
}
/* more specified margins */
/* elements following titles */
.vertical-spacing > :is(h1, h2, h3, h4, h5){
  margin-bottom: 0px;
}
.vertical-spacing > :is(h1, h2, h3, h4, h5) + *{
  margin-top: 1.5em;
}
.vertical-spacing > :is(h1, h2, h3, h4, h5) + p{
  margin-top: 1em;
}
/* consecutive lists or paragraphs */
.vertical-spacing > p + p,
  .vertical-spacing > p + ul,
  .vertical-spacing > p + ol,
  .vertical-spacing > p + [identifier='list'],
  .vertical-spacing > ul + p,
  .vertical-spacing > ol + p,
  .vertical-spacing [identifier='list'] + p{
  margin-top: 1em;
}
/*----------------------------------------*\
  BACKGROUNDS
\*----------------------------------------*/
.bg--white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg--secondary-900{
  background-color: var(--color-secondary-900);
}
.bg--secondary-800{
  background-color: var(--color-secondary-800);
}
.bg--secondary-700{
  background-color: var(--color-secondary-700);
}
.bg--secondary-600{
  background-color: var(--color-secondary-600);
}
.bg--secondary-500{
  background-color: var(--color-secondary-500);
}
.bg--secondary-400{
  background-color: var(--color-secondary-400);
}
.bg--secondary-300{
  background-color: var(--color-secondary-300);
}
.bg--secondary-200{
  background-color: var(--color-secondary-200);
}
.bg--secondary-100{
  background-color: var(--color-secondary-100);
}
.bg--secondary-50{
  background-color: var(--color-secondary-50);
}
/*----------------------------------------*\
  TEXT COLORS
\*----------------------------------------*/
.color--default{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.color--light{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.color--negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.color--link{
  color: var(--color-primary-600);
}
.color--white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.color--black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.color--text-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.color--text-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.color--text-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.color--text-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.color--text-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.color--text-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.color--text-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.color--text-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.color--text-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.color--text-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.color--primary-900{
  color: var(--color-primary-900);
}
.color--primary-800{
  color: var(--color-primary-800);
}
.color--primary-700{
  color: var(--color-primary-700);
}
.color--primary-600{
  color: var(--color-primary-600);
}
.color--primary-500{
  color: var(--color-primary-500);
}
.color--primary-400{
  color: var(--color-primary-400);
}
.color--primary-300{
  color: var(--color-primary-300);
}
.color--primary-200{
  color: var(--color-primary-200);
}
.color--primary-100{
  color: var(--color-primary-100);
}
.color--primary-50{
  color: var(--color-primary-50);
}
/* ----------------------------------------*\
  GLOBAL
\* ---------------------------------------- */
html{
  height: 100%;
  height: -webkit-fill-available;
  overflow-y: scroll;
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
}
#root,
#__nuxt,
#__layout,
#vue-app,
#app{
  height: 100%;
  display: flex;
  flex-direction: column;
}
#root > div, #__nuxt > div, #__layout > div, #vue-app > div, #app > div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
body{
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.body--mobile-menu-is-open{
  overflow: hidden;
  height: calc(100vh + 3rem);
  transform: translateY(-3em);
}
.body--mobile-menu-v2-is-open{
  overflow: hidden;
  height: 100vh;
}
.body--mobile-menu-is-open-top-bar-disabled{
  overflow: hidden;
  height: calc(100vh + 3rem);
}
#main-header{
  position: relative;
  z-index: 30;
}
#main-content{
  flex-grow: 1;
  position: relative;
  z-index: 10;
}
#main-footer{
  position: relative;
  z-index: 0;
}
.skip-to-content{
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 50;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-secondary-900);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 4px -1px rgba(0,0,0,0.06), 0px 4px 10px -1px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 4px -1px var(--tw-shadow-color), 0px 4px 10px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translateX(-50%) translateY(-200%);
}
.skip-to-content:focus {
    transform: translateX(-50%) translateY(0);
  }
*:focus-visible{
  z-index: 10;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 85 246 / var(--tw-ring-opacity));
}
.top-bar *:focus-visible,
  .bg--secondary-900 *:focus-visible,
  .bg--secondary-800 *:focus-visible,
  .bg--secondary-700 *:focus-visible,
  .bg--secondary-600 *:focus-visible,
  .bg--secondary-500 *:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity));
}
[id]{
  scroll-margin-top: 2rem;
}
/*----------------------------------------*\
  GRIDS AND GAPS
\*----------------------------------------*/
.gap {
  /* default Tailwind value */
}
.gap--responsive{
  gap: 1.25rem;
}
@media (min-width: 480px){

  .gap--responsive{
    gap: 1.75rem;
  }
}
@media (min-width: 640px){

  .gap--responsive{
    gap: 2.25rem;
  }
}
@media (min-width: 1024px){

  .gap--responsive{
    gap: 2.5rem;
  }
}
@media (min-width: 1280px){

  .gap--responsive{
    gap: 3rem;
  }
}
@media (min-width: 1920px){

  .gap--responsive{
    gap: 4rem;
  }
}
.gap--top{
  padding-top: 1.25rem;
}
@media (min-width: 480px){

  .gap--top{
    padding-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .gap--top{
    padding-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .gap--top{
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .gap--top{
    padding-top: 3rem;
  }
}
@media (min-width: 1920px){

  .gap--top{
    padding-top: 4rem;
  }
}
.gap--bottom{
  padding-bottom: 1.25rem;
}
@media (min-width: 480px){

  .gap--bottom{
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 640px){

  .gap--bottom{
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1024px){

  .gap--bottom{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px){

  .gap--bottom{
    padding-bottom: 3rem;
  }
}
@media (min-width: 1920px){

  .gap--bottom{
    padding-bottom: 4rem;
  }
}
.grid {
  /* default Tailwind value */
}
@media (min-width: 768px){

  .grid--responsive-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid--responsive-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .grid--reverse > *:nth-child(1) {
      order: 4;
    }
    .grid--reverse > *:nth-child(2) {
      order: 3;
    }
    .grid--reverse > *:nth-child(3) {
      order: 2;
    }
    .grid--reverse > *:nth-child(4) {
      order: 1;
    }
    .grid--responsive-cols-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .grid--responsive-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .grid--responsive-cols-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .grid--responsive-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* 1/2 COLUMNS */
@media (min-width: 768px) {
.grid--responsive-cols-1\/2-1\/2 {
    grid-template-columns: 1fr 1fr
}
  }
/* 1/4 AND 3/4 COLUMNS */
@media (min-width: 768px) {
.grid--responsive-cols-1\/4-3\/4 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A B B B B B B B B B'
}

    .grid--responsive-cols-1\/4-3\/4 > *:nth-child(1) {
      grid-area: A;
    }
    .grid--responsive-cols-1\/4-3\/4 > *:nth-child(2) {
      grid-area: B;
    }
      .grid--responsive-cols-1\/4-3\/4.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-1\/4-3\/4.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1280px) {
.grid--responsive-cols-1\/4-3\/4.container__center--md,
  .container__center--md .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B B B B B'
  }
.grid--responsive-cols-1\/4-3\/4.container__center--sm,
  .container__center--sm .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B B B'
  }
.grid--responsive-cols-1\/4-3\/4.container__center--xs,
  .container__center--xs .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B'
  }
    }
/* 3/4 AND 1/4 COLUMNS */
@media (min-width: 768px) {
.grid--responsive-cols-3\/4-1\/4 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A A A A B B B'
}

    .grid--responsive-cols-3\/4-1\/4 > *:nth-child(1) {
      grid-area: A;
    }
    .grid--responsive-cols-3\/4-1\/4 > *:nth-child(2) {
      grid-area: B;
    }
      .grid--responsive-cols-3\/4-1\/4.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-3\/4-1\/4.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1280px) {
.grid--responsive-cols-3\/4-1\/4.container__center--md,
  .container__center--md .grid--responsive-cols-3\/4-1\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A A B B'
  }
    }
/* 1/3 AND 2/3 COLUMNS */
@media (min-width: 768px) {
.grid--responsive-cols-1\/3-2\/3,
.grid--responsive-cols-2\/3-1\/3 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .grid--responsive-cols-1\/3-2\/3 > *:nth-child(1), .grid--responsive-cols-2\/3-1\/3 > *:nth-child(1) {
      grid-area: A;
    }
    .grid--responsive-cols-1\/3-2\/3 > *:nth-child(2), .grid--responsive-cols-2\/3-1\/3 > *:nth-child(2) {
      grid-area: B;
    }
      .grid--responsive-cols-1\/3-2\/3.grid--reverse > *:nth-child(1), .grid--responsive-cols-2\/3-1\/3.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-1\/3-2\/3.grid--reverse > *:nth-child(2), .grid--responsive-cols-2\/3-1\/3.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.grid--responsive-cols-1\/3-2\/3,
.grid--responsive-cols-2\/3-1\/3 {
    grid-template-areas: 'A A A A B B B B B B B B'
}
  }
@media (min-width: 1280px) {
.grid--responsive-cols-1\/3-2\/3.container__center--md,
  .container__center--md .grid--responsive-cols-1\/3-2\/3,
  .grid--responsive-cols-2\/3-1\/3.container__center--md,
  .container__center--md .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
    }
@media (min-width: 768px) {
.grid--responsive-cols-2\/3-1\/3 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .grid--responsive-cols-2\/3-1\/3 > *:nth-child(1) {
      grid-area: A;
    }
    .grid--responsive-cols-2\/3-1\/3 > *:nth-child(2) {
      grid-area: B;
    }
      .grid--responsive-cols-2\/3-1\/3.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-2\/3-1\/3.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.grid--responsive-cols-2\/3-1\/3 {
    grid-template-areas: 'A A A A A A A A B B B B'
}
  }
@media (min-width: 1280px) {
.grid--responsive-cols-2\/3-1\/3.container__center--md,
  .container__center--md .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A B B B'
  }
    }
/* add margin between consecutive grids */
.grid + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .grid + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .grid + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .grid + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .grid + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .grid + .grid{
    margin-top: 4rem;
  }
}
/* Grid layout depending the number of items */
@media (min-width: 768px){

  .grid--items-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid--items-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid--items-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid--items-3 > *:nth-child(1){
  grid-column: span 2 / span 2;
}
.grid--items-3 > *{
  grid-column: span 2 / span 2;
}
@media (min-width: 768px){

  .grid--items-3 > *{
    grid-column: span 1 / span 1;
  }

  .grid--items-4{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid--items-4 > *:nth-child(1){
  grid-column: span 3 / span 3;
}
.grid--items-4 > *{
  grid-column: span 3 / span 3;
}
@media (min-width: 768px){

  .grid--items-4 > *{
    grid-column: span 1 / span 1;
  }

  .grid--items-5{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.grid--items-5 > *:nth-child(1),
  .grid--items-5 > *:nth-child(2){
  grid-column: span 6 / span 6;
}
.grid--items-5 > *{
  grid-column: span 6 / span 6;
}
@media (min-width: 1024px){

  .grid--items-5 > *{
    grid-column: span 4 / span 4;
  }
}
/* ----------------------------------------*\
  CONTAINER
\* ---------------------------------------- */
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 480px){

  .container{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 640px){

  .container{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px){

  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px){

  .container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1920px){

  .container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1544px) {
.container {
    max-width: 1544px
}
  }
@media (min-width: 1920px) {
.container {
    max-width: 1676px
}
  }
.container:not(.breadcrumb) + .container{
  padding-top: 3.5rem;
}
@media (min-width: 1024px){

  .container:not(.breadcrumb) + .container{
    padding-top: 5rem;
  }
}
@media (min-width: 1920px){

  .container:not(.breadcrumb) + .container{
    padding-top: 8rem;
  }
}
.container--flex{
  display: flex;
  justify-content: space-between;
}
/* VERTICAL PADDINGS */
.container--py{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .container--py{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .container--py{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.container--py-half{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .container--py-half{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px){

  .container--py-half{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.container--pt{
  padding-top: 3.5rem;
}
@media (min-width: 1024px){

  .container--pt{
    padding-top: 5rem;
  }
}
@media (min-width: 1920px){

  .container--pt{
    padding-top: 8rem;
  }
}
.container--pt{
  padding-bottom: 0px;
}
@media (min-width: 1024px){

  .container--pt{
    padding-bottom: 0px;
  }
}
@media (min-width: 1920px){

  .container--pt{
    padding-bottom: 0px;
  }
}
.container--pb{
  padding-top: 0px;
}
@media (min-width: 1024px){

  .container--pb{
    padding-top: 0px;
  }
}
@media (min-width: 1920px){

  .container--pb{
    padding-top: 0px;
  }
}
.container--pb{
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .container--pb{
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .container--pb{
    padding-bottom: 8rem;
  }
}
.container--pb-half{
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .container--pb-half{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px){

  .container--pb-half{
    padding-bottom: 4rem;
  }
}
/* CONTAINER + 12 COLS GRID */
.container--grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  /* default Tailwind value */
}
.container--grid + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .container--grid + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .container--grid + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .container--grid + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .container--grid + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .container--grid + .grid{
    margin-top: 4rem;
  }
}
.container--grid + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .container--grid + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .container--grid + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .container--grid {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .container--grid > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.container--grid + .container--grid{
  padding-top: 1.25rem;
}
@media (min-width: 480px){

  .container--grid + .container--grid{
    padding-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .container--grid + .container--grid{
    padding-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .container--grid + .container--grid{
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .container--grid + .container--grid{
    padding-top: 3rem;
  }
}
@media (min-width: 1920px){

  .container--grid + .container--grid{
    padding-top: 4rem;
  }
}
.container__full{
  grid-column: span 12 / span 12;
}
.container__center--xs{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .container__center--xs{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){

  .container__center--xs{
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1280px){

  .container__center--xs{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px){

  .container__center--xs{
    grid-column-start: 2;
  }
}
@media (min-width: 1024px){

  .container__center--xs{
    grid-column-start: 3;
  }
}
@media (min-width: 1280px){

  .container__center--xs{
    grid-column-start: 4;
  }
}
.container__center--xs figure img{
  width: 100%;
}
.container__center--sm{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .container__center--sm{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1280px){

  .container__center--sm{
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 768px){

  .container__center--sm{
    grid-column-start: 2;
  }
}
@media (min-width: 1280px){

  .container__center--sm{
    grid-column-start: 3;
  }
}
.container__center--md{
  grid-column: span 12 / span 12;
}
@media (min-width: 1280px){

  .container__center--md{
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.container__main{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .container__main{
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 1024px){

  .container__main{
    grid-column: span 6 / span 6;
    grid-column-start: 2;
  }
}
.container--reverse-mobile .container__main{
  order: 2;
}
@media (min-width: 768px){

  .container--reverse-mobile .container__main{
    order: 1;
  }

  .container--reverse .container__main{
    grid-column-start: 6;
  }
}
.container--reverse .container__main{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse .container__main{
    order: 2;
  }
}
.container--reverse-mobile.container--reverse .container__main{
  order: 2;
}
@media (min-width: 768px){

  .container--reverse-mobile.container--reverse .container__main{
    order: 2;
  }
}
.container__aside{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .container__aside{
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1024px){

  .container__aside{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 768px){

  .container__aside{
    grid-column-start: 8;
  }
}
.container__aside > *,
  .container__aside .sticky > *{
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .container__aside > *,
  .container__aside .sticky > *{
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px){

  .container__mobile{
    display: none;
  }
}
.container__mobile > *,
  .container__mobile .sticky > *{
  margin-bottom: 1.75rem;
}
.container--reverse-mobile .container__aside{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile .container__aside{
    order: 2;
  }

  .container--reverse .container__aside{
    order: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 1024px){

  .container--reverse .container__aside{
    grid-column-start: 2;
  }
}
.container--reverse-mobile.container--reverse .container__aside{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile.container--reverse .container__aside{
    order: 1;
  }
}
/*----------------------------------------*\
  SECTION
\*----------------------------------------*/
.section{
  width: 100%;
}
/*
  If section has --default or has background color,
  we add padding top:
*/
.section--default,
.section[class^='bg--'],
.section[class*=' bg--']{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .section--default,
.section[class^='bg--'],
.section[class*=' bg--']{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .section--default,
.section[class^='bg--'],
.section[class*=' bg--']{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section--py-half{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .section--py-half{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px){

  .section--py-half{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section--py{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .section--py{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .section--py{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
/*
  If consecutive sections have same background,
  we remove the padding top of the second section:
*/
.hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
  padding-top: 0px;
}
@media (min-width: 1024px){

  .hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
    padding-top: 0px;
  }
}
@media (min-width: 1920px){

  .hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
    padding-top: 0px;
  }
}
.hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .hero + .section--default,
.hero + .section--py,
.hero + .bg--white,
.section--default + .section--default,
.section--default + .section--py,
.section--py-half + .section--default,
.section--py + .section--default,
.bg--white + .bg--white,
.bg--secondary-900 + .bg--secondary-900,
.bg--secondary-800 + .bg--secondary-800,
.bg--secondary-700 + .bg--secondary-700,
.bg--secondary-600 + .bg--secondary-600,
.bg--secondary-500 + .bg--secondary-500,
.bg--secondary-400 + .bg--secondary-400,
.bg--secondary-300 + .bg--secondary-300,
.bg--secondary-200 + .bg--secondary-200,
.bg--secondary-100 + .bg--secondary-100,
.bg--secondary-50 + .bg--secondary-50{
    padding-bottom: 8rem;
  }
}
.section__title{
  font-size: 1.375rem;
}
@media (min-width: 1024px){

  .section__title{
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px){

  .section__title{
    font-size: 2rem;
  }
}
@media (min-width: 1920px){

  .section__title{
    font-size: 2.5rem;
  }
}
.section__title{
  line-height: 1.25;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  padding-bottom: 2.5rem;
}
.section__title--negative,
.bg--secondary-900 .section__title,
.bg--secondary-800 .section__title,
.bg--secondary-700 .section__title,
.bg--secondary-600 .section__title,
.bg--secondary-500 .section__title,
.bg--secondary-900 .section__subtitle,
.bg--secondary-800 .section__subtitle,
.bg--secondary-700 .section__subtitle,
.bg--secondary-600 .section__subtitle,
.bg--secondary-500 .section__subtitle{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg--secondary-900 .section__action .btn,
.bg--secondary-800 .section__action .btn,
.bg--secondary-700 .section__action .btn,
.bg--secondary-600 .section__action .btn,
.bg--secondary-500 .section__action .btn{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg--secondary-900 .section__action .btn:hover,
.bg--secondary-800 .section__action .btn:hover,
.bg--secondary-700 .section__action .btn:hover,
.bg--secondary-600 .section__action .btn:hover,
.bg--secondary-500 .section__action .btn:hover{
  color: var(--color-secondary-100);
}
.bg--secondary-900 .section__action .btn:focus,
.bg--secondary-800 .section__action .btn:focus,
.bg--secondary-700 .section__action .btn:focus,
.bg--secondary-600 .section__action .btn:focus,
.bg--secondary-500 .section__action .btn:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg--secondary-900 .section__action .btn:disabled,
.bg--secondary-800 .section__action .btn:disabled,
.bg--secondary-700 .section__action .btn:disabled,
.bg--secondary-600 .section__action .btn:disabled,
.bg--secondary-500 .section__action .btn:disabled{
  color: var(--color-secondary-200);
}
.section__subtitle{
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .section__subtitle{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .section__subtitle{
    font-size: 1.375rem;
  }
}
.section__subtitle{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  padding-bottom: 2.5rem;
}
.grid + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .grid + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .grid + .section__subtitle{
    padding-top: 5rem;
  }
}
.section__action{
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  position: relative;
  top: 1.5rem;
}
@media (min-width: 1024px){

  .section__action{
    top: 2rem;
  }
}
@media (min-width: 1920px){

  .section__action{
    top: 3rem;
  }
}
.carousel + .section__action{
  padding-top: 0px;
}
.section-full-height{
  height: 100%;
}
.section-overview{
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary-50);
  padding-bottom: 7rem;
  padding-top: 1rem;
}
/*----------------------------------------*\
  RATIO
\*----------------------------------------*/
.ratio{
  position: relative;
  z-index: 50;
}
/* for video iframes in clickable cards */
.ratio > *{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.ratio--1\/1{
  padding-bottom: 98%; /* ratio 1:1, with visual correction */
}
.ratio--2\/1{
  padding-bottom: 50%; /* ratio 2:1 */
}
.ratio--4\/3{
  padding-bottom: 75%; /* ratio 4:3 */
}
.ratio--16\/9{
  padding-bottom: 56.25%; /* ratio 16:9 */
}
.ratio--mb{
  margin-bottom: 1.5rem;
}
video::cue{
  font-size: 1rem;
}
@media (min-width: 1280px){

  video::cue{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  video::cue{
    font-size: 1.25rem;
  }
}
video::cue{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
  text-shadow: -0.5px -0.5px 0 #000, 0 -0.5px 0 #000, 0.5px -0.5px 0 #000,
    0.5px 0 0 #000, 0.5px 0.5px 0 #000, 0 0.5px 0 #000, -0.5px 0.5px 0 #000,
    -0.5px 0 0 #000, 0 0 3px #000;
}
@media all and (display-mode: fullscreen) {
video::cue {
    font-family: 'FrutigerNeueLTPro-Bold';
    font-size: calc(13px + 2vw)
}
  }
/*----------------------------------------*\
  STICKY
\*----------------------------------------*/
.sticky {
}
.sticky--top{
  top: 1rem;
}
@media (min-width: 768px){

  .sticky--top{
    top: 2.5rem;
  }
}
@media (min-width: 1024px){

  .sticky--top{
    top: 3rem;
  }
}
/* Vuepic v9.0.3 css */
/* When updating to new version, adapt customized classes in new version */
/* Start customized css */
.dp__theme_dark {
  --dp-background-color: var(--color-secondary-500);
  --dp-text-color: #fff;
  --dp-hover-color: #484848;
  --dp-hover-text-color: #fff;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #005cb2;
  --dp-primary-disabled-color: #61a8ea;
  --dp-primary-text-color: #fff;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: var(--color-secondary-300);
  --dp-menu-border-color: var(--color-secondary-300);
  --dp-border-color-hover: #aaaeb7;
  --dp-border-color-focus: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-success-color-disabled: #428f59;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
  --dp-marker-color: #e53935;
  --dp-tooltip-color: #3e3e3e;
  --dp-highlight-color: rgb(0 92 178 / 20%);
  --dp-range-between-dates-background-color: var(--dp-hover-color, #484848);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);
  --dp-range-between-border-color: var(--dp-hover-color, #fff);
  --dp-loader: 5px solid #005cb2;
}
.dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-hover-text-color: #212121;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #1976d2;
  --dp-primary-disabled-color: #6bacea;
  --dp-primary-text-color: #fff;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-menu-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-border-color-focus: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-success-color-disabled: #a3d9b1;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-marker-color: #ff6f60;
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: rgb(25 118 210 / 10%);
  --dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);
  --dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);
  --dp-loader: 5px solid #1976d2;
}
:root {
  --dp-common-transition: all 0.1s ease-in;
  --dp-menu-padding: 6px 8px;
  --dp-animation-duration: 0.1s;
  --dp-menu-appear-transition-timing: cubic-bezier(0.4, 0, 1, 1);
  --dp-transition-timing: ease-out;
  --dp-action-row-transtion: all 0.2s ease-in;
  --dp-font-family: font-regular;
  --dp-border-radius: 4px;
  --dp-cell-border-radius: 4px;
  --dp-transition-length: 22px;
  --dp-transition-timing-general: 0.1s;
  --dp-button-height: 35px;
  --dp-month-year-row-height: 35px;
  --dp-month-year-row-button-size: 25px;
  --dp-button-icon-height: 20px;
  --dp-calendar-wrap-padding: 0 5px;
  --dp-cell-size: 35px;
  --dp-cell-padding: 5px;
  --dp-common-padding: 10px;
  --dp-input-icon-padding: 35px;
  --dp-input-padding: 6px 30px 6px 12px;
  --dp-menu-min-width: 260px;
  --dp-action-buttons-padding: 1px 6px;
  --dp-row-margin: 5px 0;
  --dp-calendar-header-cell-padding: 0.5rem;
  --dp-multi-calendars-spacing: 10px;
  --dp-overlay-col-padding: 3px;
  --dp-time-inc-dec-button-size: 32px;
  --dp-font-size: 1rem;
  --dp-preview-font-size: 0.8rem;
  --dp-time-font-size: 2rem;
  --dp-action-button-height: 22px;
  --dp-action-row-padding: 8px;
  --dp-direction: ltr;
}
.date-input--sm input{
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .date-input--sm input{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .date-input--sm input{
    font-size: 1.125rem;
  }
}
.date-input--lg input{
  line-height: 1.75rem;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .date-input--lg input{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .date-input--lg input{
    font-size: 1.375rem;
  }
}
.date-input--base input{
  line-height: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .date-input--base input{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .date-input--base input{
    font-size: 1.25rem;
  }
}
.date-input--error input{
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(229 57 64 / var(--tw-border-opacity));
}
.date-input--error input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 101 107 / var(--tw-placeholder-opacity));
}
.date-input--error input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 101 107 / var(--tw-placeholder-opacity));
}
.date-input--error.date-input--negative input{
  --tw-border-opacity: 1;
  border-color: rgb(250 157 161 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 204 206 / var(--tw-text-opacity));
}
/* End cusomized CSS */
.dp__input_wrap {
  position: relative;
  width: 100%;
  box-sizing: unset;
}
.dp__input_wrap:focus {
  border-color: var(--dp-border-color-hover);
  outline: none;
}
.dp__input_valid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-success-color);
  border-color: var(--dp-success-color);
}
.dp__input_valid:hover {
  border-color: var(--dp-success-color);
}
.dp__input_invalid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-danger-color);
  border-color: var(--dp-danger-color);
}
.dp__input_invalid:hover {
  border-color: var(--dp-danger-color);
}
.dp__input {
  background-color: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  font-family: var(--dp-font-family);
  border: 1px solid var(--dp-border-color);
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  padding: var(--dp-input-padding);
  color: var(--dp-text-color);
  box-sizing: border-box;
}
.dp__input::-moz-placeholder {
  opacity: 0.7;
}
.dp__input::placeholder {
  opacity: 0.7;
}
.dp__input:hover:not(.dp__input_focus) {
  border-color: var(--dp-border-color-hover);
}
.dp__input_reg {
  caret-color: rgba(0, 0, 0, 0);
}
.dp__input_focus {
  border-color: var(--dp-border-color-focus);
}
.dp__disabled {
  background: var(--dp-disabled-color);
}
.dp__disabled::-moz-placeholder {
  color: var(--dp-disabled-color-text);
}
.dp__disabled::placeholder {
  color: var(--dp-disabled-color-text);
}
.dp__input_icons {
  display: inline-block;
  width: var(--dp-font-size);
  height: var(--dp-font-size);
  stroke-width: 0;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  padding: 6px 12px;
  color: var(--dp-icon-color);
  box-sizing: content-box;
}
.dp__input_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  color: var(--dp-icon-color);
}
.dp--clear-btn {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--dp-icon-color);
  background: rgba(0, 0, 0, 0);
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.dp__input_icon_pad {
  -webkit-padding-start: var(--dp-input-icon-padding);
          padding-inline-start: var(--dp-input-icon-padding);
}
.dp__menu {
  background: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  min-width: var(--dp-menu-min-width);
  font-family: var(--dp-font-family);
  font-size: var(--dp-font-size);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid var(--dp-menu-border-color);
  box-sizing: border-box;
}
.dp__menu::after {
  box-sizing: border-box;
}
.dp__menu::before {
  box-sizing: border-box;
}
.dp__menu:focus {
  border: 1px solid var(--dp-menu-border-color);
  outline: none;
}
.dp--menu-wrapper {
  position: absolute;
  z-index: 99999;
}
.dp__menu_inner {
  padding: var(--dp-menu-padding);
}
.dp--menu--inner-stretched {
  padding: 6px 0;
}
.dp__menu_index {
  z-index: 99999;
}
.dp-menu-loading,
.dp__menu_readonly,
.dp__menu_disabled {
  position: absolute;
  inset: 0;
  z-index: 999999;
}
.dp__menu_disabled {
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.dp__menu_readonly {
  background: rgba(0, 0, 0, 0);
  cursor: default;
}
.dp-menu-loading {
  background: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.dp--menu-load-container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.dp--menu-loader {
  width: 48px;
  height: 48px;
  border: var(--dp-loader);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: dp-load-rotation 1s linear infinite;
  position: absolute;
}
@keyframes dp-load-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dp__arrow_top {
  left: var(--dp-arrow-left);
  top: 0;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  -webkit-border-end: 1px solid var(--dp-menu-border-color);
          border-inline-end: 1px solid var(--dp-menu-border-color);
  border-top: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dp__arrow_bottom {
  left: var(--dp-arrow-left);
  bottom: 0;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  -webkit-border-end: 1px solid var(--dp-menu-border-color);
          border-inline-end: 1px solid var(--dp-menu-border-color);
  border-bottom: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}
.dp__action_extra {
  text-align: center;
  padding: 2px 0;
}
.dp--preset-dates {
  padding: 5px;
  -webkit-border-end: 1px solid var(--dp-border-color);
          border-inline-end: 1px solid var(--dp-border-color);
}
@media only screen and (width <= 600px) {
  .dp--preset-dates {
    display: flex;
    align-self: center;
    border: none;
    overflow-x: auto;
    max-width: calc(var(--dp-menu-width) - var(--dp-action-row-padding) * 2);
  }
}
.dp--preset-dates-collapsed {
  display: flex;
  align-self: center;
  border: none;
  overflow-x: auto;
  max-width: calc(var(--dp-menu-width) - var(--dp-action-row-padding) * 2);
}
.dp__sidebar_left {
  padding: 5px;
  -webkit-border-end: 1px solid var(--dp-border-color);
          border-inline-end: 1px solid var(--dp-border-color);
}
.dp__sidebar_right {
  padding: 5px;
  -webkit-margin-end: 1px solid var(--dp-border-color);
          margin-inline-end: 1px solid var(--dp-border-color);
}
.dp--preset-range {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  transition: var(--dp-common-transition);
}
.dp--preset-range:hover {
  background-color: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  cursor: pointer;
}
@media only screen and (width <= 600px) {
  .dp--preset-range {
    border: 1px solid var(--dp-border-color);
    margin: 0 3px;
  }
  .dp--preset-range:first-child {
    margin-left: 0;
  }
  .dp--preset-range:last-child {
    margin-right: 0;
  }
}
.dp--preset-range-collapsed {
  border: 1px solid var(--dp-border-color);
  margin: 0 3px;
}
.dp--preset-range-collapsed:first-child {
  margin-left: 0;
}
.dp--preset-range-collapsed:last-child {
  margin-right: 0;
}
.dp__menu_content_wrapper {
  display: flex;
}
@media only screen and (width <= 600px) {
  .dp__menu_content_wrapper {
    flex-direction: column-reverse;
  }
}
.dp--menu-content-wrapper-collapsed {
  flex-direction: column-reverse;
}
.dp__calendar_header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dp-text-color);
  white-space: nowrap;
  font-weight: bold;
}
.dp__calendar_header_item {
  text-align: center;
  flex-grow: 1;
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  box-sizing: border-box;
}
.dp__calendar_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--dp-row-margin);
}
.dp__calendar_item {
  text-align: center;
  flex-grow: 1;
  box-sizing: border-box;
  color: var(--dp-text-color);
}
.dp__calendar {
  position: relative;
}
.dp__calendar_header_cell {
  border-bottom: thin solid var(--dp-border-color);
  padding: var(--dp-calendar-header-cell-padding);
}
.dp__cell_inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: var(--dp-cell-border-radius);
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  position: relative;
}
.dp__cell_inner:hover {
  transition: all 0.2s;
}
.dp__cell_auto_range_start,
.dp__date_hover_start:hover,
.dp__range_start {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
}
.dp__cell_auto_range_end,
.dp__date_hover_end:hover,
.dp__range_end {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.dp__range_end,
.dp__range_start,
.dp__active_date {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp__date_hover_end:hover,
.dp__date_hover_start:hover,
.dp__date_hover:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}
.dp__cell_offset {
  color: var(--dp-secondary-color);
}
.dp__cell_disabled {
  color: var(--dp-secondary-color);
  cursor: not-allowed;
}
.dp__range_between {
  background: var(--dp-range-between-dates-background-color);
  color: var(--dp-range-between-dates-text-color);
  border-radius: 0;
  border: 1px solid var(--dp-range-between-border-color);
}
.dp__range_between_week {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border-radius: 0;
  border-top: 1px solid var(--dp-primary-color);
  border-bottom: 1px solid var(--dp-primary-color);
}
.dp__today {
  border: 1px solid var(--dp-primary-color);
}
.dp__week_num {
  color: var(--dp-secondary-color);
  text-align: center;
}
.dp__cell_auto_range {
  border-radius: 0;
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}
.dp__cell_auto_range_start {
  border-start-start-radius: var(--dp-cell-border-radius);
  border-end-start-radius: var(--dp-cell-border-radius);
  -webkit-border-start: 1px dashed var(--dp-primary-color);
          border-inline-start: 1px dashed var(--dp-primary-color);
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}
.dp__cell_auto_range_end {
  border-start-end-radius: var(--dp-cell-border-radius);
  border-end-end-radius: var(--dp-cell-border-radius);
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
  -webkit-border-end: 1px dashed var(--dp-primary-color);
          border-inline-end: 1px dashed var(--dp-primary-color);
}
.dp__calendar_header_separator {
  width: 100%;
  height: 1px;
  background: var(--dp-border-color);
}
.dp__calendar_next {
  -webkit-margin-start: var(--dp-multi-calendars-spacing);
          margin-inline-start: var(--dp-multi-calendars-spacing);
}
.dp__marker_line,
.dp__marker_dot {
  height: 5px;
  background-color: var(--dp-marker-color);
  position: absolute;
  bottom: 0;
}
.dp__marker_dot {
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.dp__marker_line {
  width: 100%;
  left: 0;
}
.dp__marker_tooltip {
  position: absolute;
  border-radius: var(--dp-border-radius);
  background-color: var(--dp-tooltip-color);
  padding: 5px;
  border: 1px solid var(--dp-border-color);
  z-index: 99999;
  box-sizing: border-box;
  cursor: default;
}
.dp__tooltip_content {
  white-space: nowrap;
}
.dp__tooltip_text {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  color: var(--dp-text-color);
}
.dp__tooltip_mark {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--dp-text-color);
  color: var(--dp-text-color);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.dp__arrow_bottom_tp {
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--dp-tooltip-color);
  position: absolute;
  -webkit-border-end: 1px solid var(--dp-border-color);
          border-inline-end: 1px solid var(--dp-border-color);
  border-bottom: 1px solid var(--dp-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}
.dp__instance_calendar {
  position: relative;
  width: 100%;
}
@media only screen and (width <= 600px) {
  .dp__flex_display {
    flex-direction: column;
  }
}
.dp--flex-display-collapsed {
  flex-direction: column;
}
.dp__cell_highlight {
  background-color: var(--dp-highlight-color);
}
.dp__month_year_row {
  display: flex;
  align-items: center;
  height: var(--dp-month-year-row-height);
  color: var(--dp-text-color);
  box-sizing: border-box;
}
.dp__inner_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: var(--dp-month-year-row-button-size);
  width: var(--dp-month-year-row-button-size);
  color: var(--dp-icon-color);
  text-align: center;
  border-radius: 50%;
}
.dp__inner_nav svg {
  height: var(--dp-button-icon-height);
  width: var(--dp-button-icon-height);
}
.dp__inner_nav:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}
[dir='rtl'] .dp__inner_nav {
  transform: rotate(180deg);
}
.dp__inner_nav_disabled:hover,
.dp__inner_nav_disabled {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}
.dp--year-select,
.dp__month_year_select {
  text-align: center;
  cursor: pointer;
  height: var(--dp-month-year-row-height);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dp-border-radius);
  box-sizing: border-box;
  color: var(--dp-text-color);
}
.dp--year-select:hover,
.dp__month_year_select:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}
.dp__month_year_select {
  width: 50%;
}
.dp--year-select {
  width: 100%;
}
.dp__month_year_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.dp__year_disable_select {
  justify-content: space-around;
}
.dp--header-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.dp__overlay {
  width: 100%;
  background: var(--dp-background-color);
  transition: opacity 1s ease-out;
  z-index: 99999;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
  box-sizing: border-box;
}
.dp--overlay-absolute {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.dp--overlay-relative {
  position: relative;
}
.dp__overlay_container::-webkit-scrollbar-track {
  box-shadow: var(--dp-scroll-bar-background);
  background-color: var(--dp-scroll-bar-background);
}
.dp__overlay_container::-webkit-scrollbar {
  width: 5px;
  background-color: var(--dp-scroll-bar-background);
}
.dp__overlay_container::-webkit-scrollbar-thumb {
  background-color: var(--dp-scroll-bar-color);
  border-radius: 10px;
}
.dp__overlay:focus {
  border: none;
  outline: none;
}
.dp__container_flex {
  display: flex;
}
.dp__container_block {
  display: block;
}
.dp__overlay_container {
  flex-direction: column;
  overflow-y: auto;
  height: var(--dp-overlay-height);
}
.dp__time_picker_overlay_container {
  height: 100%;
}
.dp__overlay_row {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  margin-inline: auto auto;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  align-items: center;
}
.dp__flex_row {
  flex: 1;
}
.dp__overlay_col {
  box-sizing: border-box;
  width: 33%;
  padding: var(--dp-overlay-col-padding);
  white-space: nowrap;
}
.dp__overlay_cell_pad {
  padding: var(--dp-common-padding) 0;
}
.dp__overlay_cell_active {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp__overlay_cell {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
}
.dp__overlay_cell:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}
.dp__cell_in_between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}
.dp__over_action_scroll {
  right: 5px;
  box-sizing: border-box;
}
.dp__overlay_cell_disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}
.dp__overlay_cell_disabled:hover {
  background: var(--dp-disabled-color);
}
.dp__overlay_cell_active_disabled {
  cursor: not-allowed;
  background: var(--dp-primary-disabled-color);
}
.dp__overlay_cell_active_disabled:hover {
  background: var(--dp-primary-disabled-color);
}
.dp__btn,
.dp--qr-btn,
.dp--time-invalid,
.dp--time-overlay-btn {
  border: none;
  font: inherit;
  transition: var(--dp-common-transition);
  line-height: normal;
}
.dp--year-mode-picker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: var(--dp-cell-size);
}
.dp--tp-wrap {
  max-width: var(--dp-menu-min-width);
}
.dp__time_input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
}
.dp__time_col_reg_block {
  padding: 0 20px;
}
.dp__time_col_reg_inline {
  padding: 0 10px;
}
.dp__time_col_reg_with_button {
  padding: 0 15px;
}
.dp__time_col_sec {
  padding: 0 10px;
}
.dp__time_col_sec_with_button {
  padding: 0 5px;
}
.dp__time_col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dp__time_col_block {
  font-size: var(--dp-time-font-size);
}
.dp__time_display_block {
  padding: 0 3px;
}
.dp__time_display_inline {
  padding: 5px;
}
.dp__time_picker_inline_container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.dp__inc_dec_button {
  padding: 5px;
  margin: 0;
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  color: var(--dp-icon-color);
  box-sizing: border-box;
}
.dp__inc_dec_button svg {
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
}
.dp__inc_dec_button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-primary-color);
}
.dp__time_display {
  cursor: pointer;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp__time_display:hover:enabled {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}
.dp__inc_dec_button_inline {
  width: 100%;
  padding: 0;
  height: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dp__inc_dec_button_disabled,
.dp__inc_dec_button_disabled:hover {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}
.dp__pm_am_button {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border: none;
  padding: var(--dp-common-padding);
  border-radius: var(--dp-border-radius);
  cursor: pointer;
}
.dp__tp_inline_btn_bar {
  width: 100%;
  height: 4px;
  background-color: var(--dp-secondary-color);
  transition: var(--dp-common-transition);
  border-collapse: collapse;
}
.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg) scale(1.15) translateY(-2px);
}
.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l {
  background-color: var(--dp-primary-color);
  transform: rotate(-12deg) scale(1.15) translateY(-2px);
}
.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(-12deg) scale(1.15) translateY(-2px);
}
.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg) scale(1.15) translateY(-2px);
}
.dp--time-overlay-btn {
  background: none;
}
.dp--time-invalid {
  background-color: var(--dp-disabled-color);
}
.dp__action_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--dp-action-row-padding);
  box-sizing: border-box;
  color: var(--dp-text-color);
  flex-flow: row nowrap;
}
.dp__action_row svg {
  height: var(--dp-button-icon-height);
  width: auto;
}
.dp__selection_preview {
  display: block;
  color: var(--dp-text-color);
  font-size: var(--dp-preview-font-size);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dp__action_buttons {
  display: flex;
  flex: 0;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-end;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.dp__action_button {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: var(--dp-action-buttons-padding);
  line-height: var(--dp-action-button-height);
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  height: var(--dp-action-button-height);
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  font-size: var(--dp-preview-font-size);
  font-family: var(--dp-font-family);
}
.dp__action_cancel {
  color: var(--dp-text-color);
  border: 1px solid var(--dp-border-color);
}
.dp__action_cancel:hover {
  border-color: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}
.dp__action_buttons .dp__action_select {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp__action_buttons .dp__action_select:hover {
  background: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}
.dp__action_buttons .dp__action_select:disabled {
  background: var(--dp-primary-disabled-color);
  cursor: not-allowed;
}
.dp-quarter-picker-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: var(--dp-menu-min-width);
}
.dp--qr-btn-disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}
.dp--qr-btn-disabled:hover {
  background: var(--dp-disabled-color);
}
.dp--qr-btn {
  width: 100%;
  padding: var(--dp-common-padding);
}
.dp--qr-btn:not(.dp--highlighted, .dp--qr-btn-active, .dp--qr-btn-disabled, .dp--qr-btn-between) {
  background: none;
}
.dp--qr-btn:hover:not(.dp--qr-btn-active, .dp--qr-btn-disabled) {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}
.dp--quarter-items {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}
.dp--qr-btn-active {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp--qr-btn-between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}
.dp__btn,
.dp--time-overlay-btn,
.dp--time-invalid,
.dp--qr-btn {
  border: none;
  font: inherit;
  transition: var(--dp-common-transition);
  line-height: normal;
}
.dp--year-mode-picker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: var(--dp-cell-size);
}
.dp__flex {
  display: flex;
  align-items: center;
}
.dp__btn {
  background: none;
}
.dp__main {
  font-family: var(--dp-font-family);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.dp__main * {
  direction: var(--dp-direction, ltr);
}
.dp__pointer {
  cursor: pointer;
}
.dp__icon {
  stroke: currentcolor;
  fill: currentcolor;
}
.dp__button {
  width: 100%;
  text-align: center;
  color: var(--dp-icon-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  place-content: center center;
  padding: var(--dp-common-padding);
  box-sizing: border-box;
  height: var(--dp-button-height);
}
.dp__button.dp__overlay_action {
  position: absolute;
  bottom: 0;
}
.dp__button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}
.dp__button svg {
  height: var(--dp-button-icon-height);
  width: auto;
}
.dp__button_bottom {
  border-bottom-left-radius: var(--dp-border-radius);
  border-bottom-right-radius: var(--dp-border-radius);
}
.dp__flex_display {
  display: flex;
}
.dp__flex_display_with_input {
  flex-direction: column;
  align-items: flex-start;
}
.dp__relative {
  position: relative;
}
.calendar-next-enter-active,
.calendar-next-leave-active,
.calendar-prev-enter-active,
.calendar-prev-leave-active {
  transition: all var(--dp-transition-timing-general) ease-out;
}
.calendar-next-enter-from {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}
.calendar-next-leave-to {
  opacity: 0;
  transform: translateX(calc(var(--dp-transition-length) * -1));
}
.calendar-prev-enter-from {
  opacity: 0;
  transform: translateX(calc(var(--dp-transition-length) * -1));
}
.calendar-prev-leave-to {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}
.dp-menu-appear-bottom-enter-active,
.dp-menu-appear-bottom-leave-active,
.dp-menu-appear-top-enter-active,
.dp-menu-appear-top-leave-active,
.dp-slide-up-enter-active,
.dp-slide-up-leave-active,
.dp-slide-down-enter-active,
.dp-slide-down-leave-active {
  transition: all var(--dp-animation-duration) var(--dp-transition-timing);
}
.dp-menu-appear-top-enter-from,
.dp-menu-appear-top-leave-to,
.dp-slide-down-leave-to,
.dp-slide-up-enter-from {
  opacity: 0;
  transform: translateY(var(--dp-transition-length));
}
.dp-menu-appear-bottom-enter-from,
.dp-menu-appear-bottom-leave-to,
.dp-slide-down-enter-from,
.dp-slide-up-leave-to {
  opacity: 0;
  transform: translateY(calc(var(--dp-transition-length) * -1));
}
.dp--arrow-btn-nav {
  transition: var(--dp-common-transition);
}
.dp--highlighted {
  background-color: var(--dp-highlight-color);
}
.dp--hidden-el {
  visibility: hidden;
}
/*----------------------------------------*\
  Shopping cart amount indicator
\*----------------------------------------*/
.shopping__cart-amount-indicator{
  --tw-bg-opacity: 1;
  background-color: rgb(216 35 42 / var(--tw-bg-opacity));
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
  position: absolute;
  top: -5px;
  left: 20px;
}
@media (min-width: 1024px) {
.shopping__cart-amount-indicator {
    left: 15px
}
  }
/*----------------------------------------*\
  Shopping Cart button
\*----------------------------------------*/
.shopping-cart__button{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shopping-cart__icon-group{
  position: relative;
}
.shopping-cart__button-label{
  display: none;
}
.desktop-menu__drawer.shopping-cart__button-label {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.shopping-cart__button-label > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.shopping-cart__button-label {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px) {
.shopping-cart__button-label{
    display: block;
    margin-right: 0.375rem;
  }
  }
.shopping-cart__icon{
  height: 2.25rem !important;
}
@media (min-width: 1024px) {
.shopping-cart__icon{
    height: 1.75rem !important;
  }
  }
/*----------------------------------------*\
  Order box component
\*----------------------------------------*/
.order__box-total-price-container{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.order__box-total-price-container p{
  font-family: Font-Bold, Hind, Fallback-font;
  font-size: 1rem;
  font-weight: 400;
}
.order__box-total-price-container .order__box-total-price-title {
  }
.order__box-total-price-container .order__box-total-price {
    text-wrap: nowrap;
  }
.order__box-piece-price-container{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.order__box-piece-price-container p{
  font-size: 1rem;
}
.order__box-piece-price-container .order__box-total-price-title {
  }
.order__box-piece-price-container .order__box-piece-price {
    text-wrap: nowrap;
  }
.order__box-input-container{
  margin-top: 20px;
  display: flex;
}
.order__box-input-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.order__box-input-container .order__box-amount-input{
  margin-right: 10px;
}
.order__box-input-container .order__box-input-language-container{
  width: 70%;
}
.order__box-input-container .order__box-input-amount-container{
  width: 30%;
}
.order__box-input-container .order__box-input-amount-container.full-width{
  width: 100% !important;
}
.order__box-title{
  margin-bottom: 0px !important;
}
.order__box-order-button{
  margin-top: 20px;
}
/*----------------------------------------*\
  Shopping cart total summary
\*----------------------------------------*/
.total__summary-container{
  margin-top: 1.25rem !important;
}
.total__summary-inline-text{
  white-space: nowrap;
}
.total__summary-total-title{
  word-break: break-all;
  margin-right: 10px;
}
.total__sumary-title{
  word-break: break-all;
}
.total__summary-agb{
  margin-top: 1rem;
}
/*----------------------------------------*\
  Shopping cart total
\*----------------------------------------*/
.shopping__cart-total-description{
  margin-top: 10px;
  max-width: 600px;
}
.shopping__cart-total-container{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  margin-top: 1.75rem;
}
@media (min-width: 1024px) {
.shopping__cart-total-container{
    display: flex;
    justify-content: space-between;
  }
  }
.shopping__cart-total{
  margin-top: 5px;
}
@media (min-width: 1024px) {
.shopping__cart-total{
    margin-top: 0px;
  }
  }
/*----------------------------------------*\
  Image not available placeholder
\*----------------------------------------*/
.image__not-available{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.image__not-available svg{
  height: 5rem;
}
@media (min-width: 1024px){

  .image__not-available svg{
    height: 3rem;
  }
}
.image__not-available-text{
  margin-top: 0.5rem;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
}
/*----------------------------------------*\
  STEP INDICATOR
\*----------------------------------------*/
.step__indicator .step__indicator-step{
  border-radius: 9999px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.step__indicator .step__indicator-step.step__indicator-step--confirmed{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-style: none;
}
.step__indicator .step__indicator-step.step__indicator-step--active{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-style: none;
}
/*----------------------------------------*\
  Toast message
\*----------------------------------------*/
.toast__message{
  display: none !important;
  position: fixed;
  bottom: 10%;
  z-index: 50;
  width: 100%;
}
.toast__message.active{
  display: block !important;
  display: flex !important;
  justify-content: center !important;
}
.toast__message-notification{
  max-width: 500px;
  margin-left: 20px;
  margin-right: 20px;
}
/*----------------------------------------*\
  Publication component
\*----------------------------------------*/
.publication-back-button-section{
  padding-bottom: 5rem !important;
  padding-top: 1.75rem !important;
}
/*----------------------------------------*\
  SHOPPING CART
\*----------------------------------------*/
.shopping__cart-title{
  margin-bottom: 35px !important;
}
.shopping__cart-button{
  margin-top: 1rem;
}
.shopping__cart-accordion-content{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.shopping__cart-card-list{
  list-style-type: none;
}
@media (min-width: 1024px) {
.shopping__cart-card-list{
    grid-column: span 3 / span 3;
  }
  }
.shopping__cart__action-container{
  margin-top: 1rem;
}
.shopping__cart-container{
  padding: 4rem;
}
.shopping__cart-confirmation-badge{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.shopping__cart-confirmation-badge svg{
  fill: currentColor;
}
.shopping__cart-confirmation-checkmark{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shopping__cart-confirmation-checkmark svg{
  fill: currentColor;
}
.shopping__cart-confirmation{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  width: 48px;
}
.shopping__cart-confirmation-container{
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.shopping__cart-confirmation-title{
  margin-top: 25px;
}
.shopping__cart-confirmation-action{
  margin-top: 30px;
}
/* Price and order box */
.shopping__cart-order-agreement{
  margin-top: 20px;
}
@media (min-width: 1024px) {
.shopping__cart-order-overview-container{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
  }
@media (min-width: 480px){

    .shopping__cart-order-overview-container{
      gap: 1.75rem;
    }
  }
@media (min-width: 640px){

    .shopping__cart-order-overview-container{
      gap: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .shopping__cart-order-overview-container{
      gap: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .shopping__cart-order-overview-container{
      gap: 3rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-overview-container{
      gap: 4rem;
    }
  }
.shopping__cart-order-overview-container {
  /* default Tailwind value */
}
.shopping__cart-order-overview-container + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .shopping__cart-order-overview-container + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .shopping__cart-order-overview-container + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .shopping__cart-order-overview-container + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .shopping__cart-order-overview-container + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-overview-container + .grid{
      margin-top: 4rem;
    }
  }
.shopping__cart-order-overview-container + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .shopping__cart-order-overview-container + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-overview-container + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .shopping__cart-order-overview-container {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .shopping__cart-order-overview-container > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }
  }
.shopping__cart-delivery-summary{
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
.shopping__cart-delivery-summary{
    margin-top: 0px;
    grid-column: span 2 / span 2;
  }
  }
.shopping__cart-order-form{
  margin-top: 1rem;
}
.shopping__cart-order-form-input-spacing{
  margin-top: 1rem;
}
.shopping__cart-order-form-fieldset-spacing{
  margin-top: 1.5rem;
}
.shopping__cart-order-form-delivery-address-title{
  margin-top: 1rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.shopping__cart-order-form-invoice-title{
  margin-bottom: 1rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.shopping__cart-order-form-notification{
  margin-bottom: 2rem;
}
.shopping__cart-delivery-address-container{
  margin-top: 1.25rem !important;
}
.shopping__cart-summary-box-title{
  word-break: break-all;
}
.shopping__cart-order-form-input-group .form__group__input{
  margin-top: 1rem;
}
@media (min-width: 768px) {
.shopping__cart-order-form-input-group{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
@media (min-width: 480px){

    .shopping__cart-order-form-input-group{
      gap: 1.75rem;
    }
  }
@media (min-width: 640px){

    .shopping__cart-order-form-input-group{
      gap: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .shopping__cart-order-form-input-group{
      gap: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .shopping__cart-order-form-input-group{
      gap: 3rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-form-input-group{
      gap: 4rem;
    }
  }
.shopping__cart-order-form-input-group {
  /* default Tailwind value */
}
.shopping__cart-order-form-input-group + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .shopping__cart-order-form-input-group + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .shopping__cart-order-form-input-group + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .shopping__cart-order-form-input-group + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .shopping__cart-order-form-input-group + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-form-input-group + .grid{
      margin-top: 4rem;
    }
  }
.shopping__cart-order-form-input-group + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .shopping__cart-order-form-input-group + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .shopping__cart-order-form-input-group + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .shopping__cart-order-form-input-group {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .shopping__cart-order-form-input-group > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }
  }
.shopping__cart-empty-text{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
/*----------------------------------------*\
  SHOPPING CARD
\*----------------------------------------*/
.shopping__card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  container-type: inline-size;

  /* Flat */

  padding-top: 1rem;

  padding-bottom: 1rem;

  background-color: transparent;

  border-bottom-width: 1px;

  border-color: var(--color-secondary-200);
}
@media (min-width: 1024px) {
.shopping__card{
    display: flex;
  }
  }
.shopping__card--edit .shopping__card-amount-input{
  margin-top: 1rem;
}
@media (min-width: 1024px) {
    .shopping__card--edit .shopping__card-amount-input{
    margin-top: 0px;
    margin-right: 0.625rem;
    min-width: 150px;
    max-width: 150px;
  }
  }
.shopping__card__image{
  position: relative;
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping__card__image .shopping__card-image-background{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 30;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-secondary-50);
  opacity: 0.7;
}
.shopping__card__image img{
  z-index: 40;
  max-height: 90%;
  max-width: 90%;
}
.shopping__card__image .image-not-available{
  z-index: 40;
}
@media (min-width: 1024px) {
.shopping__card__image{
    max-height: 168px;
    max-width: 168px;
  }
  }
.shopping__card-details-container{
  margin-top: 0.625rem;
  margin-right: 0.625rem;
  width: 100%;
}
@media (min-width: 1024px) {
.shopping__card-details-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0px;
    margin-right: 0px;
  }
  }
.shopping__card-item-price{
  margin-top: 1rem;
}
.shopping__card-action-container .shopping__card-price{
  display: none;
}
.desktop-menu__drawer.shopping__card-action-container .shopping__card-price {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.shopping__card-action-container .shopping__card-price > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.shopping__card-action-container .shopping__card-price {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px) {
.shopping__card-action-container .shopping__card-price{
    display: block;
  }
    }
.shopping__card-action-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
.shopping__card-action-container{
    min-width: 130px;
    max-width: 130px;
  }
  }
@media (min-width: 1920px) {
.shopping__card-action-container{
    min-width: 150px;
    max-width: 150px;
  }
  }
.shopping__card-price-mobile{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .shopping__card-price-mobile{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .shopping__card-price-mobile{
    font-size: 1.25rem;
  }
}
.shopping__card-price-mobile{
  margin-top: 1rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  display: block;
}
@media (min-width: 1024px) {
.shopping__card-price-mobile{
    display: none;
  }
.desktop-menu__drawer.shopping__card-price-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.shopping__card-price-mobile > *{
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
.desktop-menu__overlay.shopping__card-price-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
  }
.shopping__card-price{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .shopping__card-price{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .shopping__card-price{
    font-size: 1.25rem;
  }
}
.shopping__card-price{
  text-align: right;
}
.shopping__card-price .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.shopping__card-price{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.shopping__card-action{
  align-self: flex-end;
  margin-top: 1rem;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .shopping__card-action{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .shopping__card-action{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
.shopping__card-action{
    margin-top: 0px;
  }
  }
.shopping__card-action button{
  padding: 0px !important;
}
.shopping__card-amount{
  margin-top: 1rem;
}
.shopping__card-image-not-available{
  margin-bottom: 1rem;
  z-index: 40;
}
/*----------------------------------------*\
  ACCORDION
\*----------------------------------------*/
.accordion,
main .accordion{
  padding-left: 0px;
}
.accordion--spaced{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion__item{
  border-top-width: 1px;
  border-color: var(--color-secondary-200);
  list-style-type: none;
  margin-top: 0px !important;
}
.accordion__item:last-of-type{
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.accordion__button{
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1544px){

  .accordion__button{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.accordion__button{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.accordion__button:hover{
  color: var(--color-primary-500);
}
.accordion__button{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (hover: none) {
    .accordion__button:hover {
      color: inherit;
    }
  }
.accordion__button .step__indicator{
  margin-right: 0.75rem;
}
.accordion__button-disabled{
  cursor: default;
}
.accordion__arrow{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin-left: auto;
}
.active .accordion__arrow{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion__drawer{
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
/* Dynamically adjust to content */
.accordion__drawer.active{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.accordion__content{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1544px){

  .accordion__content{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.accordion__content > *{
  margin-top: 3rem;
}
@media (min-width: 1544px){

  .accordion__content > *{
    margin-top: 3.5rem;
  }
}
.accordion__content > *:first-child{
  margin-top: 0px;
}
.accordion__content > :is(h1, h2, h3, h4, h5){
  margin-bottom: 0px;
}
.accordion__content > :is(h1, h2, h3, h4, h5) + *{
  margin-top: 1.5em;
}
.accordion__content > :is(h1, h2, h3, h4, h5) + p{
  margin-top: 1em;
}
.accordion__content > p + p,.accordion__content > p + ul,.accordion__content > p + ol,.accordion__content > p + [identifier='list'],.accordion__content > ul + p,.accordion__content > ol + p,.accordion__content [identifier='list'] + p{
  margin-top: 1em;
}
.tab__container.accordion__content{
  padding-top: 2rem;
}
.accordion__title{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 1rem;
}
@media (min-width: 1024px){

  .accordion__title{
    padding-right: 1.5rem;
  }
}
@media (min-width: 1544px){

  .accordion__title{
    padding-right: 2rem;
  }
}
.highlight-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
/*----------------------------------------*\
  AUTHORS
\*----------------------------------------*/
.authors{
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .authors{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .authors{
    font-size: 1.125rem;
  }
}
.authors{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
}
.authors > address{
  min-width: 0px;
}
.authors__names{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.authors__names .link{
  color: inherit;
}
.author__name{
  overflow-wrap: break-word;
}
.author__name:not(:last-child)::after {
    content: ', ';
    display: inline-block;
    width: 1ch;
  }
.authors--bare{
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .authors--bare{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .authors--bare{
    font-size: 1.25rem;
  }
}
.authors--bare .authors__names{
  padding-top: 0px;
  padding-bottom: 0px;
}
.authors--bare .disc-images{
  align-self: flex-start;
}
.info-block .authors--bare{
  align-items: baseline;
}
/*----------------------------------------*\
  DISC IMAGES
\*----------------------------------------*/
.disc-images{
  display: flex;
  flex-shrink: 0;
  margin-right: 0.75rem;
  margin-left: 0.25rem;
}
@media (min-width: 768px){

  .disc-images{
    margin-right: 1.25rem;
  }
}
.disc-images{
  margin-bottom: 0px;
}
.disc-image{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
}
@media (min-width: 1024px){

  .disc-image{
    width: 3.5rem;
  }
}
.disc-image{
  height: 2.5rem;
}
@media (min-width: 1024px){

  .disc-image{
    height: 3.5rem;
  }
}
.disc-image{
  margin-left: -0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-secondary-100);
  font-family: Font-Bold, Hind, Fallback-font;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-secondary-200);
}
.disc-image img,
  .disc-image svg{
  height: 100%;
  width: 100%;
}
/*----------------------------------------*\
  AVATAR
\*----------------------------------------*/
/*----------------------------------------*\
  BACK TO TOP BTN
\*----------------------------------------*/
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.back-to-top-wrapper{
  position: absolute;
  top: 80vh;
  right: 0.75rem;
  bottom: -3.5rem;
  z-index: 500;
  pointer-events: none;
}
@media (min-width: 1024px) {
.back-to-top-wrapper {
    bottom: -4rem
}
  }
@media (min-width: 1280px) {
.back-to-top-wrapper {
    right: 1rem;
    bottom: -5rem
}
  }
.back-to-top-btn{
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 1024px){

  .back-to-top-btn{
    height: 3rem;
    width: 3rem;
  }
}
@media (min-width: 1280px){

  .back-to-top-btn{
    height: 4rem;
    width: 4rem;
  }
}
.back-to-top-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.back-to-top-btn:hover{
  --tw-shadow: 0px 6px 10px -5px rgba(0,0,0,0.06), 0px 15px 25px -3px rgba(0,0,0,0.09);
  --tw-shadow-colored: 0px 6px 10px -5px var(--tw-shadow-color), 0px 15px 25px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.back-to-top-btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.back-to-top-wrapper .back-to-top-btn {
    position: fixed; /* fallback */
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 3.5rem);
  }
@media (min-width: 1024px) {
.back-to-top-wrapper .back-to-top-btn {
      top: calc(100vh - 4.5rem)
  }
    }
@media (min-width: 1280px) {
.back-to-top-wrapper .back-to-top-btn {
      top: calc(100vh - 5rem)
  }
    }
.back-to-top-btn__icon{
  height: 100%;
  width: 50%;
  stroke-width: 0.3px;
  stroke: currentColor;
}
/* TYPES */
.back-to-top-btn--default{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.back-to-top-btn--default .back-to-top-btn__icon{
  color: var(--color-secondary-500);
}
.back-to-top-btn--default .back-to-top-btn__icon:hover{
  color: var(--color-primary-600);
}
.back-to-top-btn--negative{
  background-color: var(--color-secondary-500);
}
.back-to-top-btn--negative:hover{
  background-color: var(--color-secondary-600);
}
.back-to-top-btn--negative .back-to-top-btn__icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.back-to-top-btn--outline{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-color: var(--color-primary-600);
}
.back-to-top-btn--outline:hover{
  border-color: var(--color-primary-700);
}
.back-to-top-btn--outline .back-to-top-btn__icon{
  color: var(--color-primary-600);
}
.back-to-top-btn--outline .back-to-top-btn__icon:hover{
  color: var(--color-primary-700);
}
/*----------------------------------------*\
  BADGE
\*----------------------------------------*/
.badge{
  display: inline-flex;
  align-items: center;
  padding-top: 0.219em;
  padding-bottom: 0.219em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.badge--disabled{
  opacity: 0.4 !important;
  cursor: default !important;
}
/* COLORS */
.badge--gray{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  background-color: var(--color-secondary-100);
}
.badge--red,
.badge--error{
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 225 226 / var(--tw-bg-opacity));
}
.badge--yellow{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.badge--orange,
.badge--warning{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.badge--green,
.badge--success{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.badge--blue,
.badge--info{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.badge--indigo{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.badge--negative{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.badge--purple{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.badge--pink{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
/* SIZES */
.badge,
.badge--base{
  font-size: 0.75rem;
}
@media (min-width: 768px){

  .badge,
.badge--base{
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px){

  .badge,
.badge--base{
    font-size: 1rem;
  }
}
.badge,
.badge--base{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .badge,
.badge--base{
    line-height: 1.5rem;
  }
}
.badge--sm{
  font-size: 10px;
}
@media (min-width: 768px){

  .badge--sm{
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px){

  .badge--sm{
    font-size: 0.875rem;
  }
}
.badge--sm{
  line-height: 1rem;
}
@media (min-width: 768px){

  .badge--sm{
    line-height: 1.35rem;
  }
}
/* ICON */
.badge__icon{
  height: 100%;
  width: 1.5em;
  position: relative;
  left: 0.4em;
  stroke-width: 0.3px;
}
@media (min-width: 768px){

  .badge__icon{
    stroke-width: 0.35px;
  }
}
@media (min-width: 1024px){

  .badge__icon{
    stroke-width: 0.4px;
  }
}
.badge__icon{
  stroke: currentColor;
}
.badge__icon-left{
  height: 100%;
  width: 1.5em;
  position: relative;
  right: 0.4em;
  stroke-width: 0.3px;
}
@media (min-width: 768px){

  .badge__icon-left{
    stroke-width: 0.35px;
  }
}
@media (min-width: 1024px){

  .badge__icon-left{
    stroke-width: 0.4px;
  }
}
.badge__icon-left{
  stroke: currentColor;
}
.badge--clickable{
  cursor: pointer;
}
/*----------------------------------------*\
  BTN
\*----------------------------------------*/
/* TYPES */
.btn{
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.25;
  text-decoration-line: none; /* override general styling for links in main */ border-radius: 0.125rem;
}
.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn--outline{
  font-weight: 400;
  color: var(--color-primary-600);
  border-width: 1px;
  border-color: var(--color-primary-600);
}
.btn--outline:hover{
  border-color: var(--color-primary-700);
  color: var(--color-primary-700);
}
.btn--outline:focus{
  border-color: var(--color-primary-600);
  color: var(--color-primary-600);
}
.btn--outline:disabled{
  color: var(--color-secondary-300);
  border-color: var(--color-secondary-200);
}
.btn--bare{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 400;
  color: var(--color-secondary-800);
}
.btn--bare:hover{
  color: var(--color-primary-600);
}
.btn--bare:disabled{
  color: var(--color-secondary-300);
  background-color: transparent;
}
.btn--link{
  padding-right: 0.5rem;
  padding-left: 0px;
  font-weight: 400;
  color: var(--color-primary-600);
}
.btn--link:hover{
  color: var(--color-primary-700);
}
.btn--link .btn__icon{
  width: 2rem;
  stroke-width: 0;
}
@media (min-width: 768px){

  .btn--link .btn__icon{
    stroke-width: 0.05px;
  }
}
@media (min-width: 1024px){

  .btn--link .btn__icon{
    stroke-width: 0.1px;
  }
}
.btn--link .btn__icon{
  fill: currentColor;
  stroke: currentColor;
}
.btn--link:disabled{
  color: var(--color-secondary-300);
  background-color: transparent;
}
.btn--link-negative{
  padding-right: 0.5rem;
  padding-left: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.btn--link-negative:hover{
  color: var(--color-secondary-100);
}
.btn--link-negative:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--link-negative .btn__icon{
  width: 2rem;
  stroke-width: 0;
}
@media (min-width: 768px){

  .btn--link-negative .btn__icon{
    stroke-width: 0.05px;
  }
}
@media (min-width: 1024px){

  .btn--link-negative .btn__icon{
    stroke-width: 0.1px;
  }
}
.btn--link-negative .btn__icon{
  fill: currentColor;
  stroke: currentColor;
}
.btn--link-negative:disabled{
  color: var(--color-secondary-200);
  background-color: transparent;
}
.btn--filled{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-secondary-500);
  border-width: 1px;
  border-color: var(--color-secondary-500);
}
.btn--filled:hover{
  color: var(--color-secondary-100);
}
.btn--filled:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--filled:disabled{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-secondary-200);
  border-color: var(--color-secondary-200);
}
.btn--outline-negative{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-secondary-500);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.btn--outline-negative:hover{
  border-color: var(--color-secondary-100);
  color: var(--color-secondary-100);
}
.btn--outline-negative:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--outline-negative:disabled{
  color: var(--color-secondary-200);
  border-color: var(--color-secondary-300);
  background-color: transparent;
}
.btn--bare-negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--bare-negative:hover{
  color: var(--color-secondary-100);
}
.btn--bare-negative:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--bare-negative:disabled{
  color: var(--color-secondary-200);
}
/* SIZES */
.btn,
.btn--base{
  min-height: 44px;
}
@media (min-width: 1280px){

  .btn,
.btn--base{
    min-height: 48px;
  }
}
@media (min-width: 1920px){

  .btn,
.btn--base{
    min-height: 52px;
  }
}
.btn,
.btn--base{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .btn,
.btn--base{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .btn,
.btn--base{
    font-size: 1.25rem;
  }
}
.btn,
.btn--base{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .btn,
.btn--base{
    line-height: 1.5rem;
  }
}
.btn--sm{
  min-height: 34px;
}
@media (min-width: 1280px){

  .btn--sm{
    min-height: 40px;
  }
}
@media (min-width: 1920px){

  .btn--sm{
    min-height: 44px;
  }
}
.btn--sm{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .btn--sm{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .btn--sm{
    font-size: 1.125rem;
  }
}
.btn--sm{
  line-height: 1rem;
}
@media (min-width: 1024px){

  .btn--sm{
    line-height: 1.25rem;
  }
}
.btn--lg{
  min-height: 48px;
}
@media (min-width: 1280px){

  .btn--lg{
    min-height: 52px;
  }
}
@media (min-width: 1920px){

  .btn--lg{
    min-height: 56px;
  }
}
.btn--lg{
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .btn--lg{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .btn--lg{
    font-size: 1.375rem;
  }
}
.btn--lg{
  line-height: 1.5rem;
}
/* TEXT */
.btn__text{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  /* Line break for all strings, no hypenation due to links not being hyphenated when using hyphens-auto */
  word-break: break-all;
}
.btn__text-centered{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  /* Line break for all strings, no hypenation due to links not being hyphenated when using hyphens-auto */
  word-break: break-all;
}
/* ICONS */
.btn__icon{
  height: 100%;
  width: 1.4em;
  stroke-width: 0.3px;
}
@media (min-width: 768px){

  .btn__icon{
    stroke-width: 0.35px;
  }
}
@media (min-width: 1024px){

  .btn__icon{
    stroke-width: 0.4px;
  }
}
.btn__icon{
  stroke: currentColor;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn--icon-none .btn__icon{
  display: none;
}
.desktop-menu__drawer.btn--icon-none .btn__icon {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.btn--icon-none .btn__icon > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.btn--icon-none .btn__icon {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.btn--icon-only{
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.btn--icon-only .btn__text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.btn--icon-left .btn__icon{
  position: relative;
  right: 0.1em;
  margin-right: 0.2em;
}
.btn--icon-right {
  flex-direction: row-reverse;
}
.btn--icon-right .btn__icon{
  position: relative;
  left: 0.1em;
  margin-left: 0.2em;
}
.btn--icon-180 .btn__icon{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn--back{
  float: left;
  margin-top: 0.4em;
}
@media (min-width: 1024px){

  .btn--back{
    margin-top: 0.25rem;
  }
}
.btn--full-width{
  width: 100%;
}
/*----------------------------------------*\
  TAG ITEM
\*----------------------------------------*/
/* TYPES */
.tag-item{
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}
@media (min-width: 768px){

  .tag-item{
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1024px){

  .tag-item{
    margin-bottom: 0.25rem;
  }
}
.tag-item{
  text-decoration-line: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tag-item:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tag-item,
  .tag-item:hover{
  color: inherit; /* override general styling for links in main */
}
.tag-item:focus .tag-item__inner{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 85 246 / var(--tw-ring-opacity));
}
.tag-item__inner{
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1544px){

  .tag-item__inner{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tag-item__inner{
  line-height: 1.25;
  border-radius: 9999px;
}
.tag-item__text{
  display: inline-block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 1280px){

  .tag-item__text{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tag-item__text{
  text-align: left;
}
/* SIZES */
.tag-item,
.tag-item--base{
  min-height: 44px;
}
@media (min-width: 1280px){

  .tag-item,
.tag-item--base{
    min-height: 48px;
  }
}
@media (min-width: 1920px){

  .tag-item,
.tag-item--base{
    min-height: 52px;
  }
}
.tag-item,
.tag-item--base{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .tag-item,
.tag-item--base{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .tag-item,
.tag-item--base{
    font-size: 1.25rem;
  }
}
.tag-item,
.tag-item--base{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .tag-item,
.tag-item--base{
    line-height: 1.5rem;
  }
}
.tag-item--sm{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .tag-item--sm{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .tag-item--sm{
    font-size: 1.125rem;
  }
}
/* TYPES */
.tag-item .tag-item__inner, .tag-item--default .tag-item__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tag-item:hover .tag-item__inner, .tag-item--default:hover .tag-item__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.tag-item--active{
  pointer-events: none;
}
.tag-item--active .tag-item__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag-item--primary .tag-item__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag-item--primary:hover .tag-item__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
/* ICON */
.tag-item__icon{
  height: 100%;
  width: 1.5em;
  position: relative;
  left: 0.4em;
  stroke-width: 0.3px;
}
@media (min-width: 768px){

  .tag-item__icon{
    stroke-width: 0.35px;
  }
}
@media (min-width: 1024px){

  .tag-item__icon{
    stroke-width: 0.4px;
  }
}
.tag-item__icon{
  stroke: currentColor;
}
/*----------------------------------------*\
  BURGER
\*----------------------------------------*/
.burger{
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px){

  .burger{
    display: none;
  }
}
.burger{
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.burger__icon{
  position: relative;
  display: block;
  height: 1.25rem;
  width: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.burger__icon:hover{
  color: var(--color-primary-600);
}
.burger__bar{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: inherit;
}
.burger__bar::after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 150ms;
    border-color: currentColor;
  }
.burger__bar:nth-of-type(1)::after{
  top: -1px;
  transform-origin: top;
  border-top-width: 2px;
}
.body--mobile-menu-is-open .burger__bar:nth-of-type(1),
  .burger--is-open .burger__bar:nth-of-type(1) {
    transform: translateY(50%);
  }
.body--mobile-menu-is-open .burger__bar:nth-of-type(1)::after, .burger--is-open .burger__bar:nth-of-type(1)::after {
      transform: rotate(45deg);
    }
.burger__bar:nth-of-type(2){
  top: 50%;
  height: 2px;
  background-color: currentColor;
  transform: translateY(-50%);
}
.body--mobile-menu-is-open .burger__bar:nth-of-type(2),
  .burger--is-open .burger__bar:nth-of-type(2) {
    transform: scaleX(0);
  }
.burger__bar:nth-of-type(3)::after{
  bottom: -1px;
  transform-origin: bottom;
  border-bottom-width: 2px;
}
.body--mobile-menu-is-open .burger__bar:nth-of-type(3),
  .burger--is-open .burger__bar:nth-of-type(3) {
    transform: translateY(-50%);
  }
.body--mobile-menu-is-open .burger__bar:nth-of-type(3)::after, .burger--is-open .burger__bar:nth-of-type(3)::after {
      transform: rotate(-45deg);
    }
/*----------------------------------------*\
  CARD
\*----------------------------------------*/
.card{
  display: flex;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  container-type: inline-size;
}
.card--default{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--clickable{
  position: relative;
  transition-property: box-shadow;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.card--clickable a::after,
  .card--clickable .btn::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-width: 2px;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
    --tw-border-opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.card--clickable:hover,
  .card--clickable:focus-within{
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--clickable:hover .card__title, .card--clickable:focus-within .card__title{
  color: var(--color-primary-700);
}
.card--clickable:hover a::after,
    .card--clickable:hover .btn::after,
    .card--clickable:focus-within a::after,
    .card--clickable:focus-within .btn::after {
      content: '';
      --tw-border-opacity: 0.9;
    }
.card--highlight{
  position: relative;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 1024px){

  .card--highlight{
    padding-left: 1.75rem;
    padding-top: 1.75rem;
  }
}
.card--highlight{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.card--highlight::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 1.25rem;
    left: 0px;
    bottom: 1.25rem;
    z-index: 0;
  }
@media (min-width: 1024px){

  .card--highlight::before{
    right: 1.75rem;
    bottom: 1.75rem;
  }
}
.card--highlight::before{
  background-color: var(--color-secondary-300);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.card--highlight:hover,
  .card--highlight:focus-within{
  background-color: transparent;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--highlight:hover a::after,
    .card--highlight:hover .btn::after,
    .card--highlight:focus-within a::after,
    .card--highlight:focus-within .btn::after{
  --tw-border-opacity: 0;
}
.card--highlight:hover::before, .card--highlight:focus-within::before{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card--highlight .card__content{
  gap: 1.25rem;
}
.card--highlight .card__body{
  padding-top: 2rem;
  padding-bottom: 0px;
}
.card--twitter{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--twitter .card__body{
  padding: 0.75rem;
  max-height: 700px;
  overflow-y: scroll;
}
.card--twitter .card__footer{
  padding-top: 1.5rem;
}
.card--flat.card--clickable:hover,
  .card--flat.card--clickable:focus-within{
  background-color: transparent;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--flat.card--clickable a::after,
  .card--flat.card--clickable btn::after{
  --tw-border-opacity: 0;
}
.card--flat{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .card--flat{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1544px){

  .card--flat{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.card--flat{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.card--flat .card__footer__action{
  margin-top: 1rem;
}
/* card--flat is extended for .search-result items */
.card--flat .card__content{
  background-color: transparent;
}
/* therefore, specific definitions for card--flat children are not nested:  */
.card--flat .card__body{
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
}
.card--flat .card__content:first-of-type .card__body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.card--flat .card__footer{
  padding: 0px;
}
.accordion .accordion__drawer ul li{
  margin-top: 0px;
}
.accordion .accordion__drawer ul li:last-of-type .card--flat{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.accordion .accordion__drawer .card--flat:not(.card--list, .card--list-without-image){
  margin-top: 0px;
}
.accordion .accordion__drawer .card--flat:not(.card--list, .card--list-without-image):last-of-type{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.card__image{
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */ overflow: hidden;
}
.grid--responsive-cols-2 .card__image{
  position: relative;
  padding-bottom: 50%; /* 2/1 ratio */
}
.card__image:before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: var(--color-secondary-50);
    opacity: 0.7;
  }
.card__image img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__image svg{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height: 50%;
  width: 50%;
}
.card__header{
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background-color: var(--color-secondary-100);
}
.card__content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.card__body{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.card__body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.card__title{
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .card__title{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .card__title{
    font-size: 1.375rem;
  }
}
.card__title{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  line-height: 1.375;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card__description{
  overflow-wrap: break-word;
}
.card__body p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@container (min-width: 500px) {
  .card__body p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.card__content-icons{
  position: relative;
  display: flex;
  margin-left: -0.25rem;
}
.card__content-icons svg{
  margin-right: 0.5rem;
}
.card__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.card__footer--icon-only{
  justify-content: flex-end;
}
.card__footer__info{
  color: var(--color-secondary-500);
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .card__footer__info{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .card__footer__info{
    font-size: 1.125rem;
  }
}
.card__footer__info{
  padding-right: 1.5rem;
}
.card--twitter iframe{
  position: relative !important; /* override default twitter inline-style */ z-index: 50;
}
@media (min-width: 768px) {
.card--image-left{
    display: grid;
    gap: 1.25rem;
  }
@media (min-width: 480px){

    .card--image-left{
      gap: 1.75rem;
    }
  }
@media (min-width: 640px){

    .card--image-left{
      gap: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .card--image-left{
      gap: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .card--image-left{
      gap: 3rem;
    }
  }
@media (min-width: 1920px){

    .card--image-left{
      gap: 4rem;
    }
  }
.card--image-left {
  /* default Tailwind value */
}
@media (min-width: 768px) {
.card--image-left {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .card--image-left > *:nth-child(1) {
      grid-area: A;
    }
    .card--image-left > *:nth-child(2) {
      grid-area: B;
    }
      .card--image-left.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .card--image-left.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.card--image-left {
    grid-template-areas: 'A A A A B B B B B B B B'
}
  }
@media (min-width: 1280px) {
.card--image-left.container__center--md,
  .container__center--md .card--image-left {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
    }
@media (min-width: 768px) {
.card--image-left {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .card--image-left > *:nth-child(1) {
      grid-area: A;
    }
    .card--image-left > *:nth-child(2) {
      grid-area: B;
    }
      .card--image-left.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .card--image-left.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.card--image-left {
    grid-template-areas: 'A A A A A A A A B B B B'
}
  }
@media (min-width: 1280px) {
.card--image-left.container__center--md,
  .container__center--md .card--image-left {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A B B B'
  }
    }
.card--image-left + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .card--image-left + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .card--image-left + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .card--image-left + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .card--image-left + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .card--image-left + .grid{
      margin-top: 4rem;
    }
  }
.card--image-left + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .card--image-left + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .card--image-left + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .card--image-left {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .card--image-left > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

    .card--image-left .card__body,
    .card--image-left .card__footer{
    padding-left: 0px;
  }

    .card--image-left .card__content{
    margin-left: -0.75rem;
  }
  }
@media (min-width: 1024px){

  .card--image-left .card__content{
    margin-left: -1.25rem;
  }
}
@media (min-width: 1280px){

  .card--image-left .card__content{
    margin-left: -1.5rem;
  }
}
@media (min-width: 1920px){

  .card--image-left .card__content{
    margin-left: -2rem;
  }
}
@media (min-width: 768px){

  .card--image-left .card__title{
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px){

  .card--image-left .card__title{
    font-size: 1.375rem;
  }
}
@media (min-width: 1920px){

  .card--image-left .card__title{
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
.card--image-right{
    display: grid;
    gap: 1.25rem;
  }
@media (min-width: 480px){

    .card--image-right{
      gap: 1.75rem;
    }
  }
@media (min-width: 640px){

    .card--image-right{
      gap: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .card--image-right{
      gap: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .card--image-right{
      gap: 3rem;
    }
  }
@media (min-width: 1920px){

    .card--image-right{
      gap: 4rem;
    }
  }
.card--image-right {
  /* default Tailwind value */
}
@media (min-width: 768px) {
    .card--image-right > *:nth-child(1) {
      order: 4;
    }
    .card--image-right > *:nth-child(2) {
      order: 3;
    }
    .card--image-right > *:nth-child(3) {
      order: 2;
    }
    .card--image-right > *:nth-child(4) {
      order: 1;
    }
      .grid--responsive-cols-1\/4-3\/4.card--image-right > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-1\/4-3\/4.card--image-right > *:nth-child(2) {
        grid-area: A;
      }
      .grid--responsive-cols-3\/4-1\/4.card--image-right > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-3\/4-1\/4.card--image-right > *:nth-child(2) {
        grid-area: A;
      }
.card--image-right {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .card--image-right > *:nth-child(1) {
      grid-area: A;
    }
    .card--image-right > *:nth-child(2) {
      grid-area: B;
    }
      .card--image-right.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-1\/3-2\/3.card--image-right > *:nth-child(1), .grid--responsive-cols-2\/3-1\/3.card--image-right > *:nth-child(1) {
        grid-area: B;
      }
      .card--image-right.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
      .grid--responsive-cols-1\/3-2\/3.card--image-right > *:nth-child(2), .grid--responsive-cols-2\/3-1\/3.card--image-right > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.card--image-right {
    grid-template-areas: 'A A A A B B B B B B B B'
}
  }
@media (min-width: 1280px) {
.card--image-right.container__center--md,
  .container__center--md .card--image-right {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
    }
@media (min-width: 768px) {
      .grid--responsive-cols-2\/3-1\/3.card--image-right > *:nth-child(1) {
        grid-area: B;
      }
      .grid--responsive-cols-2\/3-1\/3.card--image-right > *:nth-child(2) {
        grid-area: A;
      }
  }
.card--image-right + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .card--image-right + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .card--image-right + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .card--image-right + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .card--image-right + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .card--image-right + .grid{
      margin-top: 4rem;
    }
  }
.card--image-right + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .card--image-right + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .card--image-right + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .card--image-right {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .card--image-right > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

    .card--image-right .card__content {
      grid-area: A;
    }

    .card--image-right .card__image {
      grid-area: B;
    }

    .card--image-right .card__body,
    .card--image-right .card__footer{
    padding-right: 0px;
  }
.card--image-left.card--flat, .card--image-right.card--flat{
    border-style: none;
  }

      .card--image-left.card--flat .card__body, .card--image-right.card--flat .card__body{
    padding-top: 0px;
  }
  }
.card--universal{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--universal .card__image{
  border-top-width: 0.5em;
  border-bottom-width: 0.5em;
  border-color: transparent;
}
.card--universal .card__image:before{
  border-width: 0px;
}
.card--universal .card__image img{
  -o-object-fit: contain;
     object-fit: contain;
}
.card--list.card--clickable:hover,.card--list.card--clickable:focus-within{
  background-color: transparent;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--list.card--clickable a::after,.card--list.card--clickable btn::after{
  --tw-border-opacity: 0;
}
.card--list{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .card--list{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1544px){

  .card--list{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.card--list{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.card--list .card__footer__action{
  margin-top: 1rem;
}
.card--list .card__content{
  background-color: transparent;
}
.card--list .card__body{
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
}
.card--list .card__content:first-of-type .card__body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.card--list .card__footer{
  padding: 0px;
}
.accordion .accordion__drawer ul li:last-of-type .card--list{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.accordion .accordion__drawer .card--list:not(.card--list, .card--list-without-image){
  margin-top: 0px;
}
.accordion .accordion__drawer .card--list:not(.card--list, .card--list-without-image):last-of-type{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
@media (min-width: 768px) {
.card--image-left.card--list, .card--image-right.card--list{
    border-style: none;
  }

      .card--image-left.card--list .card__body, .card--image-right.card--list .card__body{
    padding-top: 0px;
  }
    }
.card--list,
  .card--list:hover{
  color: inherit;
  text-decoration-line: none; /* override general styling for links in main */
}
@media (min-width: 640px) {
.card--list{
    display: grid;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  /* default Tailwind value */
  }
.card--list + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .card--list + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .card--list + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .card--list + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .card--list + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .card--list + .grid{
      margin-top: 4rem;
    }
  }
.card--list + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .card--list + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .card--list + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .card--list {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .card--list > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }
.card--list {
    grid-template-columns: 4fr 1fr
}
  }
.card--list .card__image {
    grid-column: 2 / 3;
    grid-row: 1;
    align-self: initial;
    display: none;
    height: 0px;
  }
.desktop-menu__drawer.card--list .card__image {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.card--list .card__image > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.card--list .card__image {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .card--list .card__image{
    display: block;
  }
}
.card--list .card__image{
  padding-bottom: 80%; /* visually reduce height of potential vertical images */ border-top-width: 0.5em; border-bottom-width: 0.5em; border-color: transparent;
}
.card--list .card__image:before{
  border-width: 0px;
  background-color: transparent;
}
.card--list .card__image img{
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
}
.card--list .card__content {
    grid-column: 1 / 2;
    grid-row: 1;
    align-self: start;
  }
.card--list .card__body{
  padding-top: 0px;
  padding-bottom: 1rem;
}
.card--list .card__footer__action{
  margin-top: -2rem;
}
.card--list .btn{
  height: 0px;
  min-height: 0px;
  border-width: 0px;
}
.card--list .btn:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}
.card--list .btn:focus-visible::after{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 85 246 / var(--tw-ring-opacity));
}
.card--list-without-image.card--clickable:hover,.card--list-without-image.card--clickable:focus-within{
  background-color: transparent;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--list-without-image.card--clickable a::after,.card--list-without-image.card--clickable btn::after{
  --tw-border-opacity: 0;
}
.card--list-without-image{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .card--list-without-image{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1544px){

  .card--list-without-image{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.card--list-without-image{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.card--list-without-image .card__footer__action{
  margin-top: 1rem;
}
.card--list-without-image .card__content{
  background-color: transparent;
}
.card--list-without-image .card__body{
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
}
.card--list-without-image .card__content:first-of-type .card__body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.card--list-without-image .card__footer{
  padding: 0px;
}
.accordion .accordion__drawer ul li:last-of-type .card--list-without-image{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.accordion .accordion__drawer .card--list-without-image:not(.card--list, .card--list-without-image){
  margin-top: 0px;
}
.accordion .accordion__drawer .card--list-without-image:not(.card--list, .card--list-without-image):last-of-type{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
@media (min-width: 768px) {
.card--image-left.card--list-without-image, .card--image-right.card--list-without-image{
    border-style: none;
  }

      .card--image-left.card--list-without-image .card__body, .card--image-right.card--list-without-image .card__body{
    padding-top: 0px;
  }
    }
.card--list-without-image,
  .card--list-without-image:hover{
  color: inherit;
  text-decoration-line: none; /* override general styling for links in main */
}
.card--list-without-image .card__content{
  display: flex;
}
.card--list-without-image .card__body{
  padding-top: 0px;
  padding-bottom: 1rem;
}
.card--list-without-image .card__footer__action{
  margin-top: -2rem;
}
.card--list-without-image .btn{
  height: 0px;
  min-height: 0px;
  border-width: 0px;
}
.card--list-without-image .btn:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}
.card--list-without-image .btn:focus-visible::after{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 85 246 / var(--tw-ring-opacity));
}
/*----------------------------------------*\
  CAROUSEL
\*----------------------------------------*/
.carousel{
  position: relative;
}
.carousel figure{
  padding-top: 0px;
  padding-bottom: 0px;
}
.carousel__fonctions{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.carousel__prev:hover,
.carousel__next:hover{
  color: var(--color-primary-600);
}
.carousel__prev,
.carousel__next{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel__prev[disabled], .carousel__next[disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.5;
}
@media (min-width: 1544px){

  .carousel__prev[disabled], .carousel__next[disabled]{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.carousel__prev svg, .carousel__next svg{
  height: 2.5rem;
  width: 2.5rem;
}
.carousel__pagination{
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.carousel__bullet{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  background-color: transparent;
}
.carousel__bullet:hover{
  border-color: var(--color-primary-600);
  background-color: var(--color-primary-500);
}
.carousel__bullet{
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.carousel__bullet--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.carousel__bullet--active{
  cursor: default;
}
.carousel--fraction .carousel__fonctions{
  justify-content: flex-end;
}
@media (min-width: 1024px){

  .carousel--bullets .carousel__prev{
    position: absolute;
    top: 0px;
    bottom: 60px;
    left: -3.5rem;
    z-index: 10;
  }
}
@media (min-width: 1544px){

  .carousel--bullets .carousel__prev{
    left: -5rem;
  }
}
.carousel--bullets .carousel__prev{
  order: 1;
}
.carousel--bullets .carousel__pagination{
  order: 2;
}
@media (min-width: 1024px){

  .carousel--bullets .carousel__next{
    position: absolute;
    top: 0px;
    bottom: 60px;
    right: -3.5rem;
    z-index: 10;
  }
}
@media (min-width: 1544px){

  .carousel--bullets .carousel__next{
    right: -5rem;
  }
}
.carousel--bullets .carousel__next{
  order: 3;
}
.carousel--bullets .carousel__prev svg,
  .carousel--bullets .carousel__next svg{
  height: 3rem;
  width: 3rem;
}
@media (min-width: 1024px){

  .carousel--bullets .carousel__prev svg,
  .carousel--bullets .carousel__next svg{
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (min-width: 1544px){

  .carousel--bullets .carousel__prev svg,
  .carousel--bullets .carousel__next svg{
    height: 5rem;
    width: 5rem;
  }
}
.carousel--cards .swiper-container,
  .carousel--cards .swiper{
  padding: 3rem;
  padding-top: 0px !important;
  margin-right: -3rem;
  margin-left: -3rem;
  margin-bottom: -2rem;
}
@media (min-width: 1544px){

  .carousel--cards .swiper-container,
  .carousel--cards .swiper{
    padding: 3.5rem;
    margin-right: -3.5rem;
    margin-left: -3.5rem;
    margin-bottom: -3rem;
  }
}
.carousel--cards .carousel__fonctions{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1544px){

  .carousel--cards .carousel__fonctions{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.carousel--cards .carousel__fonctions{
  position: relative;
  z-index: 20;
}
@media (min-width: 1544px){

  .carousel--cards .carousel__fonctions{
    position: static;
  }
}
.carousel--cards .carousel__prev{
  order: 1;
}
@media (min-width: 1544px){

  .carousel--cards .carousel__prev{
    position: absolute;
    z-index: 10;
    top: 0px;
    bottom: 0px;
    left: 0px;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.carousel--cards .carousel__next{
  order: 3;
}
@media (min-width: 1544px){

  .carousel--cards .carousel__next{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.carousel--cards .carousel__pagination{
  order: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}
.carousel--cards .carousel__prev svg,
  .carousel--cards .carousel__next svg{
  height: 3rem;
  width: 3rem;
}
@media (min-width: 1024px){

  .carousel--cards .carousel__prev svg,
  .carousel--cards .carousel__next svg{
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (min-width: 1544px){

  .carousel--cards .carousel__prev svg,
  .carousel--cards .carousel__next svg{
    height: 5rem;
    width: 5rem;
  }
}
@media (min-width: 1920px){

  .carousel--cards .carousel__prev svg,
  .carousel--cards .carousel__next svg{
    height: 6rem;
    width: 6rem;
  }
}
@media (min-width: 1544px){

  .bg--secondary-50 .carousel__prev{
    --tw-gradient-from: var(--color-secondary-50) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-50) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-50 .carousel__prev[disabled]{
  background-color: var(--color-secondary-50);
}
@media (min-width: 1544px){

  .bg--secondary-50 .carousel__next{
    --tw-gradient-from: var(--color-secondary-50) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-50) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-50 .carousel__next[disabled]{
  background-color: var(--color-secondary-50);
}
@media (min-width: 1544px){

  .bg--secondary-100 .carousel__prev{
    --tw-gradient-from: var(--color-secondary-100) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-100) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-100 .carousel__prev[disabled]{
  background-color: var(--color-secondary-100);
}
@media (min-width: 1544px){

  .bg--secondary-100 .carousel__next{
    --tw-gradient-from: var(--color-secondary-100) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-100) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-100 .carousel__next[disabled]{
  background-color: var(--color-secondary-100);
}
@media (min-width: 1544px){

  .bg--secondary-500 .carousel__prev{
    --tw-gradient-from: var(--color-secondary-500) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-500) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-500 .carousel__prev[disabled]{
  background-color: var(--color-secondary-500);
}
@media (min-width: 1544px){

  .bg--secondary-500 .carousel__next{
    --tw-gradient-from: var(--color-secondary-500) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-500) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-500 .carousel__next[disabled]{
  background-color: var(--color-secondary-500);
}
@media (min-width: 1544px){

  .bg--secondary-600 .carousel__prev{
    --tw-gradient-from: var(--color-secondary-600) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-600) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-600 .carousel__prev[disabled]{
  background-color: var(--color-secondary-600);
}
@media (min-width: 1544px){

  .bg--secondary-600 .carousel__next{
    --tw-gradient-from: var(--color-secondary-600) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-600) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}
.bg--secondary-600 .carousel__next[disabled]{
  background-color: var(--color-secondary-600);
}
.bg--secondary-500 .carousel__bullet, .bg--secondary-600 .carousel__bullet{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg--secondary-500 .carousel__bullet--active, .bg--secondary-600 .carousel__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg--secondary-500 .carousel__prev,
  .bg--secondary-500 .carousel__next,
  .bg--secondary-600 .carousel__prev,
  .bg--secondary-600 .carousel__next{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.bg--secondary-500 .carousel__prev:hover,
  .bg--secondary-500 .carousel__next:hover,
  .bg--secondary-600 .carousel__prev:hover,
  .bg--secondary-600 .carousel__next:hover{
  color: var(--color-primary-400);
}
/* swiper container */
.swiper-container,
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper,
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: stretch;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper,
.swiper-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper,
.swiper-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper,
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events,
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical,
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}
.swiper-slide img{
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  max-height: 30rem;
}
@media (min-width: 640px){

  .swiper-slide img{
    max-height: 35rem;
  }
}
@media (min-width: 768px){

  .swiper-slide img{
    max-height: 40rem;
  }
}
@media (min-width: 1024px){

  .swiper-slide img{
    max-height: 48rem;
  }
}
.swiper-slide .card img{
  width: 100% !important;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-autoheight .swiper-container-autoheight .swiper-slide,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper,
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* Hide dot pagination when there's too much dots */
.carousel__pagination:has(> :nth-child(6)){
  display: none;
}
.desktop-menu__drawer.carousel__pagination:has(> :nth-child(6)) {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.carousel__pagination:has(> :nth-child(6)) > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.carousel__pagination:has(> :nth-child(6)) {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 640px){

  .carousel__pagination:has(> :nth-child(6)){
    display: flex;
  }
}
.carousel__pagination:has(> :nth-child(13)){
  display: none;
}
.desktop-menu__drawer.carousel__pagination:has(> :nth-child(13)) {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.carousel__pagination:has(> :nth-child(13)) > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.carousel__pagination:has(> :nth-child(13)) {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .carousel__pagination:has(> :nth-child(13)){
    display: flex;
  }
}
/*----------------------------------------*\
  Download Item
\*----------------------------------------*/
.download-item{
  display: flex;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
  text-align: left;
  color: inherit;
  text-decoration-line: none;
}
/* override general styling for links in main */
.bg--secondary-50 .download-item{
  border-color: var(--color-secondary-300);
}
.accordion .download-item:last-of-type{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.download-item__icon{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-left: -0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px){

  .download-item__icon{
    padding-right: 0.5rem;
  }
}
.download-item__icon{
  color: var(--color-primary-600);
  height: 1.75rem;
}
@media (min-width: 768px){

  .download-item__icon{
    height: 2rem;
  }
}
@media (min-width: 1024px){

  .download-item__icon{
    height: 2.25rem;
  }
}
.download-item__title{
  overflow-wrap: break-word;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.download-item:hover .download-item__title{
  color: var(--color-primary-600);
}
.download-item > .div{
  min-width: 0px;
}
.download-item__description{
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity)); /* override general styling for links in main */
}
.download-item__meta-info{
  padding-top: 0.75rem;
}
.download-meta-info{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.download-item__meta-divider{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.form__group {
}
.form__group__legend{
  margin-bottom: 0.5rem;
}
.form__group__input,
.form__group__select{
  width: 100%;
}
.form__group__input > :not([hidden]) ~ :not([hidden]),
.form__group__select > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.form__group__radio{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
label + .form__group__radio{
  margin-top: 0.5rem;
}
.form__group__checkbox{
  margin-bottom: 0.5rem;
}
:root {
  --input-min-height: 44px;
  --input-min-height-2xl: 48px;
}
.input,
input,
textarea,
select{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-shadow: 0px 1px 2px 0px rgba(0,0,0,0.06), 0px 1px 5px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.0625rem;
  line-height: 1;
  min-height: var(--input-min-height);
}
@media (min-width: 1544px){

  .input,
input,
textarea,
select{
    min-height: var(--input-min-height-2xl);
  }
}
.input:focus,
input:focus,
textarea:focus,
select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  color: var(--color-secondary-400);
}
.input::placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder{
  color: var(--color-secondary-400);
}
.input--sm{
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .input--sm{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .input--sm{
    font-size: 1.125rem;
  }
}
.input--lg{
  line-height: 1.75rem;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .input--lg{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .input--lg{
    font-size: 1.375rem;
  }
}
.input--base{
  line-height: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .input--base{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .input--base{
    font-size: 1.25rem;
  }
}
.input--outline{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
[disabled],
.input--disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  pointer-events: none;
  cursor: not-allowed;
}
.input--submit{
  cursor: pointer;
}
.input--error{
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(229 57 64 / var(--tw-border-opacity));
}
.input--error::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 101 107 / var(--tw-placeholder-opacity));
}
.input--error::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 101 107 / var(--tw-placeholder-opacity));
}
.input--error + label{
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
}
.input--negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-secondary-500);
}
.input--negative::-moz-placeholder{
  color: var(--color-secondary-50);
}
.input--negative::placeholder{
  color: var(--color-secondary-50);
}
.input--negative{
  border-color: var(--color-secondary-300);
}
.input--negative:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.input--negative:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.input--negative:disabled,
  .input--negative.input--disabled{
  background-color: var(--color-secondary-300);
  color: var(--color-secondary-200);
}
.input--error.input--negative{
  --tw-border-opacity: 1;
  border-color: rgb(250 157 161 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 204 206 / var(--tw-text-opacity));
}
/* RADIO AND CHECKBOXES */
input[type='checkbox'],
input[type='radio']{
  margin-right: 0.5rem;
  height: 0.9rem;
  min-height: 0px;
  width: 0.9rem;
  flex-shrink: 0;
  padding: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}
input[type='checkbox']:disabled,
  input[type='checkbox'].input--disabled,
  input[type='radio']:disabled,
  input[type='radio'].input--disabled{
  opacity: 0.4;
}
input[type='checkbox'].input--sm,
input[type='radio'].input--sm{
  height: 0.75rem;
  width: 0.75rem;
}
input[type='checkbox'].input--base,
input[type='radio'].input--base{
  height: 0.9rem;
  width: 0.9rem;
}
input[type='checkbox'].input--lg,
input[type='radio'].input--lg{
  height: 1rem;
  width: 1rem;
}
input[type='checkbox'].input--outline:disabled,
  input[type='checkbox'].input--outline.input--disabled,
  input[type='radio'].input--outline:disabled,
  input[type='radio'].input--outline.input--disabled{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
input[type='checkbox'].input--negative,
input[type='radio'].input--negative{
  background-color: var(--color-secondary-400);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
input[type='checkbox'].input--negative:disabled,
  input[type='checkbox'].input--negative.input--disabled,
  input[type='radio'].input--negative:disabled,
  input[type='radio'].input--negative.input--disabled{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
input[type='checkbox']:checked,
input[type='radio']:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-position: center;
}
input[type='checkbox']:checked:disabled,
  input[type='checkbox']:checked.input--disabled,
  input[type='radio']:checked:disabled,
  input[type='radio']:checked.input--disabled{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
input[type='radio']{
  border-radius: 9999px;
}
input[type='radio']:checked {
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='3' fill='white'/%3E%3C/svg%3E%0A");
}
input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.20692 0.293031C9.39439 0.480558 9.49971 0.734866 9.49971 1.00003C9.49971 1.26519 9.39439 1.5195 9.20692 1.70703L4.20692 6.70703C4.01939 6.8945 3.76508 6.99982 3.49992 6.99982C3.23475 6.99982 2.98045 6.8945 2.79292 6.70703L0.792919 4.70703C0.610761 4.51843 0.509966 4.26583 0.512245 4.00363C0.514523 3.74143 0.619692 3.49062 0.8051 3.30521C0.990508 3.1198 1.24132 3.01463 1.50352 3.01236C1.76571 3.01008 2.01832 3.11087 2.20692 3.29303L3.49992 4.58603L7.79292 0.293031C7.98045 0.10556 8.23475 0.000244141 8.49992 0.000244141C8.76508 0.000244141 9.01939 0.10556 9.20692 0.293031Z' fill='white'/%3E%3C/svg%3E%0A");
}
/* OTHER INPUT TYPES */
input[type='color']{
  height: 3rem;
}
input[type='range']{
  border-width: 0px;
  box-shadow: none;
}
/* Search remove styles from search group */
.search__group input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
/* Remove resizable from textarea */
.textarea--static {
  resize: none;
}
/*----------------------------------------*\
  LINKS
\*----------------------------------------*/
.link,
main a{
  color: var(--color-primary-600);
}
.link:hover,
main a:hover{
  color: var(--color-primary-800);
}
.link:focus,
main a:focus{
  color: var(--color-primary-800);
}
.link,
main a{
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.link--negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link--negative:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.link--negative:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.link--negative{
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.link--block{
  display: block;
}
.authors__names .link--external,.authors__names 
main a[rel*='external']{
  color: inherit;
}
.link--external,
main a[rel*='external']{
  color: var(--color-primary-600);
}
.link--external:hover,
main a[rel*='external']:hover{
  color: var(--color-primary-800);
}
.link--external:focus,
main a[rel*='external']:focus{
  color: var(--color-primary-800);
}
.link--external,
main a[rel*='external']{
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.link--external.link--block + .link.link--block,
main a[rel*='external'].link--block + .link.link--block{
  margin-top: 0.75rem;
}
.link--external:not(.btn, .btn--link)::after, main a[rel*='external']:not(.btn, .btn--link)::after {
      content: '';
      position: relative;
      display: inline-block;
      height: 1em;
      width: 1em;
      top: 0.2em;
      margin-left: 0.125em;
      margin-right: 0.125em;
      background-color: currentColor;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-image: var(--icon-external-link);
              mask-image: var(--icon-external-link);
    }
:root {
  --icon-external-link: url('data:image/svg+xml,\
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> \
    <path d="m14.5 2.7v1.9h3.8l.6-.5.3.1-.7.6-6.4 6.4 1.4 1.4 6.4-6.4.6-.7.1.3-.5.7v3.7h1.9v-7.5z"/> \
    <path d="m16.9 19.9h-12v-12.2h5.7v-1.9h-7.6v16h15.9v-7.7h-2z"/> \
  </svg>');
}
.link.link--block + .link.link--block{
  margin-top: 0.75rem;
}
/*----------------------------------------*\
  LOGO
\*----------------------------------------*/
.logo{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px){

  .logo{
    align-items: flex-start;
  }
}
.logo{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.body--mobile-menu-is-open .logo{
  opacity: 0;
}
.logo-title__container{
  display: flex;
  flex-direction: column;
}
.logo-title__container .badge-easy-language{
  margin-top: 0.25rem;
  margin-left: -1px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.219em;
  padding-bottom: 0.219em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  font-size: 0.75rem;
}
@media (min-width: 768px){

  .logo-title__container .badge-easy-language{
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px){

  .logo-title__container .badge-easy-language{
    font-size: 1rem;
  }
}
.logo-title__container .badge-easy-language{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .logo-title__container .badge-easy-language{
    line-height: 1.5rem;
  }
}
.badge-filter .logo-title__container .badge-easy-language{
  margin-bottom: 1rem;
  margin-right: 10px;
}
.top-bar__right .logo-title__container .badge-easy-language{
  cursor: pointer;
  margin-right: 0.5rem;
}
@media (min-width: 1024px){

  .top-bar__right .logo-title__container .badge-easy-language{
    margin-right: 0px;
  }
}
.top-bar__right .logo-title__container .badge-easy-language{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.logo-title__container .badge-easy-language{
  width: -moz-fit-content;
  width: fit-content;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  display: none;
}
.desktop-menu__drawer.logo-title__container .badge-easy-language {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.logo-title__container .badge-easy-language > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.logo-title__container .badge-easy-language {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px) {
.logo-title__container .badge-easy-language{
    display: block;
  }
    }
.logo-title__container .badge-sign-language{
  margin-top: 0.25rem;
  margin-left: -1px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.219em;
  padding-bottom: 0.219em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
@media (min-width: 768px){

  .logo-title__container .badge-sign-language{
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px){

  .logo-title__container .badge-sign-language{
    font-size: 1rem;
  }
}
.logo-title__container .badge-sign-language{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .logo-title__container .badge-sign-language{
    line-height: 1.5rem;
  }
}
.badge-filter .logo-title__container .badge-sign-language{
  margin-bottom: 1rem;
  margin-right: 10px;
}
.top-bar__right .logo-title__container .badge-sign-language{
  cursor: pointer;
  margin-right: 0.5rem;
}
@media (min-width: 1024px){

  .top-bar__right .logo-title__container .badge-sign-language{
    margin-right: 0px;
  }
}
.top-bar__right .logo-title__container .badge-sign-language{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.logo-title__container .badge-sign-language{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  width: -moz-fit-content;
  width: fit-content;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  display: none;
}
.desktop-menu__drawer.logo-title__container .badge-sign-language {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.logo-title__container .badge-sign-language > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.logo-title__container .badge-sign-language {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px) {
.logo-title__container .badge-sign-language{
    display: block;
  }
    }
.logo--print-hidden{
  display: flex;
}
@media print{

  .logo--print-hidden{
    display: none;
  }
}
.logo--print-only{
  display: none;
}
.desktop-menu__drawer.logo--print-only {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.logo--print-only > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.logo--print-only {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media print{

  .logo--print-only{
    display: flex;
  }
}
.logo__flag{
  flex-shrink: 0;
  height: 33px;
  width: 30px;
}
@media (min-width: 1024px){

  .logo__flag{
    height: 34px;
    width: 32px;
  }
}
@media (min-width: 1920px){

  .logo__flag{
    height: 44px;
    width: 40px;
  }
}
.logo__freebrand{
  height: 40px;
}
@media (min-width: 1024px){

  .logo__freebrand{
    height: 60px;
  }
}
@media (min-width: 1920px){

  .logo__freebrand{
    height: 80px;
  }
}
.logo__name{
  display: none;
  flex-shrink: 0;
  overflow: visible;
}
.desktop-menu__drawer.logo__name {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.logo__name > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.logo__name {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1280px){

  .logo__name{
    display: block;
  }
}
.logo__name{
  height: 50px;
  width: 174px;
}
@media (min-width: 1920px){

  .logo__name{
    height: 70px;
    width: 244px;
  }
}
.logo__separator{
  height: 2.5rem;
  width: 1px;
}
@media (min-width: 768px){

  .logo__separator{
    height: 3.5rem;
  }
}
@media (min-width: 1920px){

  .logo__separator{
    height: 70px;
  }
}
.logo__separator{
  margin-right: 0.5rem;
}
@media (min-width: 640px){

  .logo__separator{
    margin-right: 1rem;
  }
}
@media (min-width: 1024px){

  .logo__separator{
    margin-right: 1.5rem;
  }
}
@media (min-width: 1920px){

  .logo__separator{
    margin-right: 2rem;
  }
}
.logo__separator{
  margin-left: 0.5rem;
}
@media (min-width: 640px){

  .logo__separator{
    margin-left: 1rem;
  }
}
@media (min-width: 1024px){

  .logo__separator{
    margin-left: 1.5rem;
  }
}
@media (min-width: 1920px){

  .logo__separator{
    margin-left: 2rem;
  }
}
.logo__separator{
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.logo__title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 480px){

  .logo__title{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px){

  .logo__title{
    white-space: nowrap;
  }
}
.logo__title{
  font-size: 0.875rem;
}
@media (min-width: 480px){

  .logo__title{
    font-size: 0.75rem;
  }
}
@media (min-width: 640px){

  .logo__title{
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px){

  .logo__title{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .logo__title{
    font-size: 1.125rem;
  }
}
.logo__title{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  line-height: 1.375;
  position: relative;
  margin-top: -0.160rem;
}
.logo__accronym{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 480px){

  .logo__accronym{
    display: none;
  }
}
/*----------------------------------------*\
  MASK
\*----------------------------------------*/
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
/*----------------------------------------*\
  MENU
\*----------------------------------------*/
.menu{
  list-style-type: none;
}
.menu a,
  .menu a:hover{
  color: inherit;
  text-decoration-line: none; /* override general styling for links in main */
}
.menu__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu__item:hover{
  background-color: var(--color-secondary-50);
}
.menu__item:focus{
  color: var(--color-primary-600);
}
.menu__item--small{
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .menu__item--small{
    font-size: 1rem;
  }
}
.menu__item--action-btn{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){

  .menu__item--action-btn{
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px){

  .menu__item--action-btn{
    font-size: 0.875rem;
  }
}
.menu__item--action-btn{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.menu__item--action-btn:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.menu__item--mini{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu__item--border{
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
}
.menu__item--grey{
  background-color: var(--color-secondary-50);
}
.menu__item--negative{
  background-color: var(--color-secondary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-bottom-width: 1px;
  border-color: var(--color-secondary-400);
}
.menu__item.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.menu__item--negative:focus{
  color: var(--color-primary-300);
}
.menu__item--brim{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.icon.menu__item__icon{
  height: 1.5rem;
}
@media (min-width: 768px){

  .icon.menu__item__icon{
    height: 1.75rem;
  }
}
.menu__item--title:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  .menu__item--title{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.menu__item--title{
  cursor: default;
}
/* NON RESPONSIVE UTILITIES */
.menu__item--active::after {
  content: '';
  display: block;
  background-color: var(--color-primary-500);
  width: 3px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
/* Sticky Nav: hide the active marker for mobile layout when navigation is in a aside sticky container */
.container__aside .sticky .menu__item--active::after{
  display: none;
}
.desktop-menu__drawer.container__aside .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.container__aside .sticky .menu__item--active > *::after{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.container__aside .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .container__aside .sticky .menu__item--active::after{
    display: block;
  }
}
.menu__item--condensed{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){

  .menu__item--condensed .icon{
    height: 1.5rem;
    width: 1.5rem;
  }
}
.menu__item--icon-on-hover .menu__item__icon{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.menu__item--icon-on-hover:hover .menu__item__icon{
  opacity: 1;
}
.menu__item__flex{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu__item__flex > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.menu__action-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .menu__action-btn{
    font-size: 1rem;
  }
}
.menu__action-btn{
  border-width: 0px;
  --tw-border-opacity: 0;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.menu__action-btn:hover{
  background-color: var(--color-secondary-50);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
/*----------------------------------------*\
  Meta Info
\*----------------------------------------*/
.meta-info{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .meta-info{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .meta-info{
    font-size: 1.125rem;
  }
}
.bg--secondary-50 .meta-info__item,
  .box .meta-info__item{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.meta-info__item:not(:last-child):after {
  content: '|';
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px){

  .meta-info__item:not(:last-child):after{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/*----------------------------------------*\
  MODAL
\*----------------------------------------*/
.modal,
.modal__backdrop{
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.modal{
  display: none;
}
.desktop-menu__drawer.modal {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.modal > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.modal {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.modal{
  position: fixed;
  z-index: 40;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.modal.modal--auto{
  text-align: center;
}
.modal[open]{
  display: block;
}
.modal__backdrop{
  position: absolute;
  z-index: 30;
  background-color: rgb(17 24 39 / 0.7);
  cursor: pointer;
}
.modal__content{
  position: relative;
  z-index: 40;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 1544px) {
.modal__content {
    max-width: 1544px
}
  }
@media (min-width: 1920px) {
.modal__content {
    max-width: 1676px
}
  }
/* 
    Sizing: 
    I didn't use `container container--grid` & `container__center--sm` 
    as the container then take the full-width and block the interaction 
    of the backdrop 
    */
.modal--xs .modal__content{
  max-width: 480px;
}
.modal--sm .modal__content{
  max-width: 640px;
}
.modal--md .modal__content{
  max-width: 768px;
}
.modal--lg .modal__content{
  max-width: 1024px;
}
.modal--xl .modal__content{
  max-width: 1280px;
}
.modal--auto .modal__content{
  display: inline-flex;
  width: auto;
  text-align: left;
}
.modal__header{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){

  .modal__header{
    margin-bottom: 1rem;
  }
}
.modal__header--with-title{
  justify-content: space-between;
}
.modal__close{
  position: relative;
  margin-right: -0.75rem;
  margin-top: -0.25rem;
}
@media (min-width: 1024px){

  .modal__close{
    margin-top: -0.5rem;
  }
}
.modal__close{
  padding-left: 2.5rem;
  cursor: pointer;
}
.modal__close:hover{
  opacity: 0.5;
}
.modal__body{
  width: 100%;
  overflow: auto;
}
.modal__footer{
  height: auto;
  width: 100%;
  padding: 1rem;
  text-align: right;
}
.modal__footer .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.modal__footer{
  border-top-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbar{
  display: flex;
  align-items: center;
}
.navbar > *{
  display: flex;
}
/*----------------------------------------*\
  NEWSLETTER
\*----------------------------------------*/
.newsletter{
  padding: 1.5rem;
  background-color: var(--color-secondary-50);
}
.container__center--xs .newsletter {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .container__center--xs .newsletter {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--xs .newsletter {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--xs .newsletter {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--xs .newsletter {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--xs .newsletter{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
    padding-top: 1.75rem;
    padding-bottom: 2rem;
}
@media (min-width: 480px){

  .container__center--xs .newsletter{
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 640px){

  .container__center--xs .newsletter{
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .container__center--xs .newsletter{
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px){

  .container__center--xs .newsletter{
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.newsletter__title{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.newsletter__text{
  margin-bottom: 1rem;
}
@media (min-width: 768px){

  .newsletter__text{
    margin-bottom: 2rem;
  }

  .newsletter--inline .newsletter__form{
    display: flex;
    align-items: flex-end;
  }
}
.newsletter__button{
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 480px){

  .newsletter__button{
    margin-top: 1.5rem;
  }
}
.newsletter__button .btn__text{
  width: 100%;
  text-align: center;
}
@media (min-width: 768px){

  .newsletter--inline .newsletter__button{
    margin-left: 1rem;
    width: auto;
    flex-shrink: 0;
  }
}
/*----------------------------------------*\
  NOTIFICATION
\*----------------------------------------*/
.notification{
  position: relative;
  display: flex;
  border-radius: 0.1875rem;
  padding: 0.5rem;
}
@media (min-width: 480px){

  .notification{
    padding: 1rem;
  }
}
@media (min-width: 1024px){

  .notification{
    padding: 1.5rem;
  }
}
@media (min-width: 1544px){

  .notification{
    padding: 2rem;
  }
}
.notification{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.notification .btn,
  .notification a,
  .notification a[target='_blank']{
  border-color: currentColor;
  color: currentColor;
}
.notification .btn:hover, .notification a:hover, .notification a[target='_blank']:hover{
  color: currentColor;
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.notification a,
  .notification a[target='_blank']{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.notification--error,
.notification--alert{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
}
.notification--success{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.notification--info{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.notification--hint{
  background-color: var(--color-secondary-50);
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.notification--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.notification--alert{
  --tw-bg-opacity: 1;
  background-color: rgb(128 21 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.notification__icon{
  margin-right: 0.75rem;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  fill: currentColor;
}
.notification__close{
  position: absolute;
  top: 0px;
  right: 0px;
}
.notification__close svg{
  height: 2rem;
  width: 2rem;
}
.notification__content{
  min-width: 0px;
  margin-top: 0.625rem;
}
@media (min-width: 1280px){

  .notification__content{
    margin-top: 0.5rem;
  }
}
.notification__content{
  margin-bottom: 0.625rem;
}
@media (min-width: 1280px){

  .notification__content{
    margin-bottom: 0.5rem;
  }
}
.notification__content p{
  overflow-wrap: break-word;
  margin: 0px !important;
}
.notification__content > *:first-child{
  margin-bottom: 0.25rem;
}
.notification .btn{
  margin-top: 1rem;
}
@media (min-width: 640px){

  .notification .btn{
    margin-top: 2rem;
  }
}
@media (min-width: 1024px){

  .notification .btn{
    margin-top: 0px;
    margin-left: 1.5rem;
  }
}
.cookie-banner .btn__text{
  white-space: nowrap;
}
/*----------------------------------------*\
  ALERT BANNER
\*----------------------------------------*/
.alert-banner{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert-banner p{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .alert-banner p{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .alert-banner p{
    font-size: 1.125rem;
  }
}
.alert-banner__wrapper{
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 480px){

  .alert-banner__wrapper{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 640px){

  .alert-banner__wrapper{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px){

  .alert-banner__wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px){

  .alert-banner__wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1920px){

  .alert-banner__wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1544px) {
.alert-banner__wrapper {
    max-width: 1544px
}
  }
@media (min-width: 1920px) {
.alert-banner__wrapper {
    max-width: 1676px
}
  }
.alert-banner__wrapper:not(.breadcrumb) + .container{
  padding-top: 3.5rem;
}
@media (min-width: 1024px){

  .alert-banner__wrapper:not(.breadcrumb) + .container{
    padding-top: 5rem;
  }
}
@media (min-width: 1920px){

  .alert-banner__wrapper:not(.breadcrumb) + .container{
    padding-top: 8rem;
  }
}
.top-bar__bar .alert-banner__wrapper{
  height: 100%;
}
.top-header__mobile-title .alert-banner__wrapper{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px){

  .top-header__mobile-title .alert-banner__wrapper{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.storybook-demo-grid .alert-banner__wrapper > div{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.alert-banner__wrapper{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){

  .alert-banner__wrapper{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px){

  .alert-banner__wrapper{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.alert-banner__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  /* default Tailwind value */
}
.alert-banner__grid + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .alert-banner__grid + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .alert-banner__grid + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .alert-banner__grid + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .alert-banner__grid + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .alert-banner__grid + .grid{
    margin-top: 4rem;
  }
}
.alert-banner__grid + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .alert-banner__grid + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .alert-banner__grid + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .alert-banner__grid {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .alert-banner__grid > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 768px){

  .alert-banner__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px){

  .alert-banner__grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
.alert-banner__header{
  overflow-wrap: break-word;
}
@media (min-width: 768px){

  .alert-banner__header{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1024px){

  .alert-banner__header{
    grid-column: span 1 / span 1;
    grid-row-start: 1;
  }
}
.alert-banner__content{
  overflow-wrap: break-word;
}
@media (min-width: 768px){

  .alert-banner__content{
    grid-column: span 3 / span 3;
    grid-row-start: 2;
  }
}
@media (min-width: 1024px){

  .alert-banner__content{
    grid-column: span 2 / span 2;
    grid-row-start: 1;
  }
}
@media (min-width: 768px){

  .alert-banner__list{
    grid-column: span 1 / span 1;
    grid-row-start: 2;
  }
}
@media (min-width: 1024px){

  .alert-banner__list{
    grid-column: span 1 / span 1;
    grid-row-start: 1;
  }
}
.alert-banner__link {
}
.alert-banner__close{
  position: absolute;
  top: 0px;
  right: 0px;
}
.alert-banner__close svg{
  height: 2rem;
  width: 2rem;
}
.alert-banner--alert,
.alert-banner--error{
  --tw-bg-opacity: 1;
  background-color: rgb(128 21 25 / var(--tw-bg-opacity));
}
.alert-banner--info{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.alert-banner--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.alert-banner--success{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
/*----------------------------------------*\
  NOTIFICATION BANNER
\*----------------------------------------*/
@media (min-width: 1024px){

  .notification-banner{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.notification-banner{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px){

  .notification-banner{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px){

  .notification-banner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.notification-banner{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .notification-banner{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .notification-banner{
    font-size: 1.125rem;
  }
}
.notification-banner{
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.notification-banner--fixed{
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  width: 100vw;
  border-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.notification-banner__wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 480px){

  .notification-banner__wrapper{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 640px){

  .notification-banner__wrapper{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px){

  .notification-banner__wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px){

  .notification-banner__wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1920px){

  .notification-banner__wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1544px) {
.notification-banner__wrapper {
    max-width: 1544px
}
  }
@media (min-width: 1920px) {
.notification-banner__wrapper {
    max-width: 1676px
}
  }
.notification-banner__wrapper:not(.breadcrumb) + .container{
  padding-top: 3.5rem;
}
@media (min-width: 1024px){

  .notification-banner__wrapper:not(.breadcrumb) + .container{
    padding-top: 5rem;
  }
}
@media (min-width: 1920px){

  .notification-banner__wrapper:not(.breadcrumb) + .container{
    padding-top: 8rem;
  }
}
.top-bar__bar .notification-banner__wrapper{
  height: 100%;
}
.top-header__mobile-title .notification-banner__wrapper{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px){

  .top-header__mobile-title .notification-banner__wrapper{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.storybook-demo-grid .notification-banner__wrapper > div{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .notification-banner__wrapper{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.notification-banner .btn{
  margin-top: 1rem;
}
@media (min-width: 640px){

  .notification-banner .btn{
    margin-top: 2rem;
  }
}
@media (min-width: 1024px){

  .notification-banner .btn{
    margin-top: 0px;
    margin-left: 1.5rem;
  }
}
.notification-banner .btn__text{
  white-space: nowrap;
}
.notification-banner__infos{
  overflow-wrap: break-word;
}
/*----------------------------------------*\
  PAGINATION
\*----------------------------------------*/
.pagination{
  display: flex;
  align-items: stretch;
}
.pagination > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.pagination input{
  height: 100%;
  width: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  min-height: 44px;
}
@media (min-width: 1280px){

  .pagination input{
    min-height: 48px;
  }
}
@media (min-width: 1920px){

  .pagination input{
    min-height: 52px;
  }
}
.pagination input{
  font-size: 1rem;
}
@media (min-width: 1280px){

  .pagination input{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .pagination input{
    font-size: 1.25rem;
  }
}
.pagination input{
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .pagination input{
    line-height: 1.5rem;
  }
}
.pagination .pagination__text{
  display: flex;
  align-items: center;
}
.pagination ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
  height: 100%;
}
.pagination ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px){

  .pagination ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1280px){

  .pagination ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.pagination--extended li{
  margin-bottom: 0.75rem;
}
.pagination--right{
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .pagination--right{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1544px){

  .pagination--right{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/*----------------------------------------*\
  PROGRESS
\*----------------------------------------*/
.select{
  position: relative;
}
.select select{
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 5rem;
}
.select--bare{
  display: inline-block;
  width: auto;
  margin-top: 0px !important;
}
.select--bare select{
  display: inline-block;
  padding-right: 1.5rem;
  border-color: transparent;
  background-color: transparent;
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.select--bare select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select--bare .select__icon{
  width: 1.5rem;
  border-left-width: 0px;
}
.select--bare .input--negative + .select__icon{
  background-color: transparent;
}
select:disabled,
.input--disabled select{
  opacity: 0.4;
}
select:disabled + .select__icon, .input--disabled select + .select__icon{
  opacity: 0.4;
}
.select__icon{
  height: 100%;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  pointer-events: none;
}
.select__icon svg{
  height: 100%;
  width: 2rem;
}
.input--negative + .select__icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: var(--color-secondary-300);
  background-color: var(--color-secondary-500);
}
.input--negative + .select__icon svg{
  fill: currentColor;
}
.input--error + .select__icon{
  --tw-border-opacity: 1;
  border-color: rgb(252 101 107 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(191 31 37 / var(--tw-text-opacity));
}
.input--error + .select__icon svg{
  fill: currentColor;
}
.input--error.input--negative + .select__icon{
  --tw-border-opacity: 1;
  border-color: rgb(250 157 161 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 204 206 / var(--tw-text-opacity));
}
.input--error.input--negative + .select__icon svg{
  fill: currentColor;
}
.input--negative option{
  background-color: var(--color-secondary-600);
}
.input--negative option:hover{
  background-color: var(--color-secondary-500);
}
.input--negative option{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.v-select {
  /* VUE SELECT DEFAULT VARS */

  --vs-colors--lightest: rgba(60, 60, 60, 0.26);
  --vs-colors--light: rgba(60, 60, 60, 0.5);
  --vs-colors--dark: #333;
  --vs-colors--darkest: rgba(0, 0, 0, 0.15);
  /* Search Input */
  --vs-search-input-color: inherit;
  --vs-search-input-bg: rgb(255, 255, 255);
  --vs-search-input-placeholder-color: inherit;
  /* Font */
  --vs-font-size: 1rem;
  /* Disabled State */
  --vs-state-disabled-bg: rgb(248, 248, 248);
  --vs-state-disabled-color: var(--vs-colors--light);
  --vs-state-disabled-controls-color: var(--vs-colors--light);
  --vs-state-disabled-cursor: not-allowed;
  /* Borders */
  --vs-border-color: var(--vs-colors--lightest);
  --vs-border-width: 1px;
  --vs-border-style: solid;
  /* Actions: house the component controls */
  --vs-actions-padding: 4px 6px 0 3px;
  /* Component Controls: Clear, Open Indicator */
  --vs-controls-color: var(--vs-colors--light);
  --vs-controls-size: 1;
  --vs-controls--deselect-text-shadow: 0 1px 0 #fff;
  /* Selected */
  --vs-selected-bg: #f0f0f0;
  --vs-selected-color: var(--vs-colors--dark);
  --vs-selected-border-color: var(--vs-border-color);
  --vs-selected-border-style: var(--vs-border-style);
  --vs-selected-border-width: var(--vs-border-width);
  /* Dropdown */
  --vs-dropdown-bg: #fff;
  --vs-dropdown-color: inherit;
  --vs-dropdown-z-index: 1000;
  --vs-dropdown-min-width: 160px;
  --vs-dropdown-max-height: 350px;
  --vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);
  /* Options */
  --vs-dropdown-option-bg: #000;
  --vs-dropdown-option-color: var(--vs-dropdown-color);
  --vs-dropdown-option-padding: 3px 20px;
  /* Active State */
  --vs-dropdown-option--active-bg: #5897fb;
  --vs-dropdown-option--active-color: #fff;
  /* Deselect State */
  --vs-dropdown-option--deselect-bg: #fb5858;
  --vs-dropdown-option--deselect-color: #fff;
  /* Transitions */
  --vs-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  --vs-transition-duration: 150ms;

  /* VUE SELECT CUSTOM/OVERRIDEN VARS */

  --vs-font-size: inherit;
  --vs-line-height: 1.375;
  --vs-search-input-placeholder-color: #9ca3af;
  --vs-search-input-bg: inherit;
  --vs-border-color: #6b7280;
  --vs-border-radius: 0px;
  --vs-actions-padding: 4px 3em 0 3px;
  --vs-selected-bg: #e5e7eb;
  --vs-selected-border-color: transparent;

  --vs-dropdown-option--active-bg: #4b5563;
  --vs-dropdown-option--active-color: #ffffff;

  --vs-state-disabled-bg: #f9fafb;
  --vs-state-disabled-color: #9ca3af;
  --vs-state-disabled-controls-color: #9ca3af;
}
/* VUE SELECT CUSTOM/OVERRIDEN CLASSES */
.v-select input,
.v-select .vs__selected {
  --vs-input-min-height: calc(var(--input-min-height) - 10px);
  --vs-input-min-height-2xl: calc(var(--input-min-height-2xl) - 8px);
  min-height: var(--vs-input-min-height);
}
@media (min-width: 1544px){

  .v-select input,
.v-select .vs__selected{
    min-height: var(--vs-input-min-height-2xl);
  }
}
.v-select.input--lg input,
.v-select.input--lg .vs__selected {
  --vs-input-min-height: calc(var(--input-min-height) - 6px);
  --vs-input-min-height-2xl: calc(var(--input-min-height-2xl) - 6px);
}
.v-select .vs__selected{
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.v-select .vs__selected-options{
  padding-left: 0.5rem;
}
.v-select .vs__deselect{
  display: block;
  height: 100%;
  width: 1.25rem;
  text-align: right;
}
.v-select .vs__deselect .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.v-select .vs__deselect:hover{
  --tw-text-opacity: 1;
  color: rgb(216 35 42 / var(--tw-text-opacity));
}
.v-select.vs--multiple .vs__selected-options:has(.vs__selected){
  padding-left: 2px;
}
.v-select .vs__dropdown-option{
  white-space: normal;
}
.v-select .vs__dropdown-option--selected::after{
  position: relative;
  margin-left: 0.5rem;
  --tw-content: '✔';
  content: var(--tw-content);
}
.v-select.input--error {
  --vs-border-color: #e53940;
}
.v-select.input--negative {
  --vs-dropdown-bg: var(--color-secondary-600);
  --vs-dropdown-color: var(--color-secondary-100);
  --vs-dropdown-option-color: #ffffff;

  --vs-selected-bg: var(--color-secondary-700);
  --vs-selected-color: #ffffff;
  --vs-selected-border-color: var(--color-secondary-300);

  --vs-search-input-color: var(--color-secondary-100);

  --vs-dropdown-option--active-bg: #6b7280;
  --vs-dropdown-option--active-color: #ffffff;
}
.v-select.input--error.input--negative {
  --vs-border-color: #fa9da1;
}
/* VUE SELECT DEFAULT CLASSES */
.v-select,
.v-select * {
  box-sizing: border-box;
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity var(--vs-transition-duration)
    var(--vs-transition-timing-function);
}
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}
.vs--disabled .vs__clear,
  .vs--disabled .vs__dropdown-toggle,
  .vs--disabled .vs__open-indicator,
  .vs--disabled .vs__search,
  .vs--disabled .vs__selected {
    cursor: var(--vs-disabled-cursor);
    background-color: var(--vs-disabled-bg);
  }
.v-select[dir='rtl'] .vs__actions {
    padding: 0 3px 0 6px;
  }
.v-select[dir='rtl'] .vs__clear {
    margin-left: 6px;
    margin-right: 0;
  }
.v-select[dir='rtl'] .vs__deselect {
    margin-left: 0;
    margin-right: 2px;
  }
.v-select[dir='rtl'] .vs__dropdown-menu {
    text-align: right;
  }
.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: var(--vs-search-input-bg);
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius: var(--vs-border-radius);
  white-space: normal;
}
.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}
.vs__actions {
  display: flex;
  align-items: center;
  padding: var(--vs-actions-padding);
}
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator {
  fill: var(--vs-controls-color);
  transform: scale(var(--vs-controls-size));
  transition: transform var(--vs-transition-duration)
    var(--vs-transition-timing-function);
  transition-timing-function: var(--vs-transition-timing-function);
}
.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(var(--vs-controls-size));
}
.vs--loading .vs__open-indicator {
  opacity: 0;
}
.vs__clear {
  fill: var(--vs-controls-color);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - var(--vs-border-width));
  left: 0;
  z-index: var(--vs-dropdown-z-index);
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: var(--vs-dropdown-max-height);
  min-width: var(--vs-dropdown-min-width);
  overflow-y: auto;
  box-shadow: var(--vs-dropdown-box-shadow);
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-top-style: none;
  border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
  text-align: left;
  list-style: none;
  background: var(--vs-dropdown-bg);
  color: var(--vs-dropdown-color);
}
.vs__no-options {
  text-align: center;
}
.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: var(--vs-dropdown-option-padding);
  clear: both;
  color: var(--vs-dropdown-option-color);
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight {
  background: var(--vs-dropdown-option--active-bg);
  color: var(--vs-dropdown-option--active-color);
}
.vs__dropdown-option--deselect {
  background: var(--vs-dropdown-option--deselect-bg);
  color: var(--vs-dropdown-option--deselect-color);
}
.vs__dropdown-option--disabled {
  background: var(--vs-state-disabled-bg);
  color: var(--vs-state-disabled-color);
  cursor: var(--vs-state-disabled-cursor);
}
.vs__selected {
  display: flex;
  align-items: center;
  background-color: var(--vs-selected-bg);
  border: var(--vs-selected-border-width) var(--vs-selected-border-style)
    var(--vs-selected-border-color);
  border-radius: var(--vs-border-radius);
  color: var(--vs-selected-color);
  line-height: var(--vs-line-height);
  margin: 4px 2px 0;
  padding: 0 0.25em;
  z-index: 0;
}
.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: var(--vs-controls-color);
  text-shadow: var(--vs-controls--deselect-text-shadow);
}
.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent;
  }
.vs--single.vs--loading .vs__selected,
  .vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: 0.4;
  }
.vs--single.vs--searching .vs__selected {
    display: none;
  }
.vs__search::-webkit-search-cancel-button {
  display: none;
}
.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}
.vs__search,
.vs__search:focus {
  color: var(--vs-search-input-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: var(--vs-line-height);
  font-size: var(--vs-font-size);
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search::-moz-placeholder {
  color: var(--vs-search-input-placeholder-color);
}
.vs__search::placeholder {
  color: var(--vs-search-input-placeholder-color);
}
.vs--unsearchable .vs__search {
    opacity: 1;
  }
.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer;
  }
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: 0.2;
  }
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid hsla(0, 0%, 39.2%, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0)
    scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  transform: scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
}
.vs--loading .vs__spinner {
  opacity: 1;
}
/*----------------------------------------*\
  STEPS
\*----------------------------------------*/
/*----------------------------------------*\
  TAB
\*----------------------------------------*/
.container__center--xs .tabs{
  padding-top: 2rem;
  padding-bottom: 2rem;
    --side-margin: calc(1rem * -1);
}
@media (min-width: 480px) {
  .container__center--xs .tabs {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--xs .tabs {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--xs .tabs {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--xs .tabs {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--xs .tabs{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .container__center--xs .tabs {
      padding-left: 0;
      padding-right: 0
  }
    }
.tab__controls-container{
  position: relative;
}
.tab__controls-container::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0.25rem;
    width: 2.5rem;
    pointer-events: none;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
.bg--secondary-50 .tab__controls-container::after{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-secondary-50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
@media (min-width: 640px) {
.tab__controls-container::after{
    width: 5rem;
  }
    }
.tab__controls{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-bottom-width: 1px;
}
.bg--secondary-50 .tab__controls{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tab__controls{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* hide scrollbar with ability to still scroll */
.tab__controls::-webkit-scrollbar {
    display: none;
  }
.tab__control{
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tab__control::after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    right: 1rem;
    bottom: 0px;
    left: 1rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
.tab__control.tab__control--active::after, .tab__control:hover::after{
  background-color: var(--color-primary-500);
}
.tab__control:hover:not(.tab__control--active){
  color: var(--color-primary-600);
}
.tab__control:first-child{
  padding-left: 0px;
}
.tab__control:first-child::after{
  left: 0px;
}
.tab__container.vertical-spacing{
  padding-top: 2rem;
}
.tab__container.tab__container--is-hidden{
  display: none;
}
.desktop-menu__drawer.tab__container.tab__container--is-hidden {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.tab__container.tab__container--is-hidden > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.tab__container.tab__container--is-hidden {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
/*----------------------------------------*\
  TABLE
\*----------------------------------------*/
.table-wrapper{
  overflow-x: auto;
}
.container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .container__center--xs .table-wrapper,
  .container__center--sm .table-wrapper {
      padding-left: 0;
      padding-right: 0
  }
    }
.container__center--md .table-wrapper,
  .container__full .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .container__center--md .table-wrapper,
  .container__full .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--md .table-wrapper,
  .container__full .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--md .table-wrapper,
  .container__full .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--md .table-wrapper,
  .container__full .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--md .table-wrapper,
  .container__full .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
.table-wrapper caption {
    white-space: pre-line;
  }
table,
.table{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-shadow: 0px 2px 4px -1px rgba(0,0,0,0.06), 0px 4px 10px -1px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 4px -1px var(--tw-shadow-color), 0px 4px 10px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
caption{
  display: none;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  caption{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  caption{
    font-size: 1rem;
  }
}
caption.desktop-menu__drawer {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
caption.desktop-menu__drawer > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
caption.desktop-menu__overlay {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
caption {
  caption-side: bottom;
}
.table--caption caption{
  display: table-caption;
  text-align: left;
}
thead{
  background-color: var(--color-secondary-50);
}
thead th{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  thead th{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  thead th{
    font-size: 1.125rem;
  }
}
thead th{
  vertical-align: top;
}
tbody tr, tfoot tr{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
tbody td,
  tbody th,
  tfoot td,
  tfoot th{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 1280px){

  tbody td,
  tbody th,
  tfoot td,
  tfoot th{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  tbody td,
  tbody th,
  tfoot td,
  tfoot th{
    font-size: 1.25rem;
  }
}
tbody td,
  tbody th,
  tfoot td,
  tfoot th{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
tbody th, tfoot th{
  text-align: left;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
tfoot{
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table--compact{
  border-width: 0px;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.table--compact thead th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table--compact tbody td,
    .table--compact tbody th,
    .table--compact tfoot td,
    .table--compact tfoot th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .table--compact tbody td,
    .table--compact tbody th,
    .table--compact tfoot td,
    .table--compact tfoot th{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .table--compact tbody td,
    .table--compact tbody th,
    .table--compact tfoot td,
    .table--compact tfoot th{
    font-size: 1.125rem;
  }
}
.table--bare{
  border-width: 0px;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.table--bare tr{
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.table--bare td,
  .table--bare th{
  padding: 0px;
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .table--bare td,
  .table--bare th{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .table--bare td,
  .table--bare th{
    font-size: 1.25rem;
  }
}
.table--zebra tbody tr:nth-child(even), .table--zebra tfoot tr:nth-child(even){
  background-color: var(--color-secondary-50);
}
.table__sorter{
  display: inline-flex;
  align-items: baseline;
  text-align: left;
}
.table__sorter:hover{
  --tw-text-opacity: 1;
  color: rgb(216 35 42 / var(--tw-text-opacity));
}
.table__sorter {
  text-transform: inherit;
  font-weight: inherit;
}
.text-right .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.table__sorter span::after {
    content: '↕';
    margin-left: 0.25rem;
    display: block;
    min-width: 1.25em;
    text-align: center;
    font-weight: 400;
    font-size: 0.75rem;
  }
@media (min-width: 1280px){

  .table__sorter span::after{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  .table__sorter span::after{
    font-size: 1rem;
  }
}
th[aria-sort='descending'] .table__sorter span::after {
    content: '▼';
  }
th[aria-sort='ascending'] .table__sorter span::after {
    content: '▲';
  }
/*----------------------------------------*\
  TOGGLE
\*----------------------------------------*/
/*----------------------------------------*\
  CAROUSEL
\*----------------------------------------*/
/*----------------------------------------*\
  LANGUAGE SWITCHER
\*----------------------------------------*/
.language-switcher{
  display: flex;
  cursor: pointer;
}
.language-switcher select{
  width: 3.5em;
}
@media (min-width: 1024px){

  .language-switcher select{
    width: 4.5em;
  }
}
.language-switcher select{
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.language-switcher select svg{
  height: 1.5rem;
}
.language-switcher select{
  padding-left: 0.25rem;
}
@media (min-width: 1024px){

  .language-switcher select{
    padding-left: 1rem;
  }
}
.language-switcher option:disabled{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.language-switcher .select__icon{
  width: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.language-switcher select:hover + .select__icon,
  .language-switcher select:focus + .select__icon{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-header__right .form__group__select,
  .top-header__right .select,
  .language-switcher .form__group__select,
  .language-switcher .select{
  height: 100%;
}
.top-header__right select, .language-switcher select{
  height: 100%;
}
.top-bar .language-switcher{
  height: 100%;
}
.top-bar .language-switcher .form__group__select,
    .top-bar .language-switcher .select{
  height: 100%;
}
.top-bar .language-switcher select{
  height: 100%;
}
/*----------------------------------------*\
  MAIN SEARCH
\*----------------------------------------*/
.search--main{
  display: flex;
  position: relative;
  z-index: 30;
}
.search--main .form__group__input{
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0px;
}
.search--main input{
  --tw-bg-opacity: 0;
  position: absolute;
  right: 0px;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.search--main input:focus{
  width: 40vw;
}
@media (min-width: 480px){

  .search--main input:focus{
    width: 35vw;
  }
}
@media (min-width: 1024px){

  .search--main input:focus{
    width: 18rem;
  }
}
.search--main input:focus{
  padding-right: 2.5rem;
  z-index: 0;
  opacity: 1;
  cursor: text;
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search--desktop{
  display: none;
}
.desktop-menu__drawer.search--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.search--desktop > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.search--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .search--desktop{
    display: block;
  }
}
.search--mobile{
  position: absolute;
  right: 0px;
  z-index: 30;
  margin-top: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  display: none;
}
.desktop-menu__drawer.search--mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.search--mobile > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.search--mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.search--mobile{
  width: 100%;
}
.search--mobile label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.search--mobile input{
  cursor: text;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search--mobile.active{
  display: block;
}
.top-header-search__group{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.top-header-search__group .btn{
  position: absolute;
  right: 0px;
  z-index: 20;
  margin-top: 7px;
  cursor: text;
}
.search--main .search__group .form__group__input input{
  margin-top: -0.25rem;
}
@media (min-width: 1280px){

  .search--main .search__group .form__group__input input{
    margin-top: 0px;
  }
}
.form__group__input:focus-within + .search__button > .search__button__title{
  display: none;
}
.desktop-menu__drawer.form__group__input:focus-within + .search__button > .search__button__title {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.form__group__input:focus-within + .search__button > .search__button__title > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.form__group__input:focus-within + .search__button > .search__button__title {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.search__button{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px){

  .search__button{
    padding: 0.25rem;
  }
}
@media (min-width: 1280px){

  .search__button{
    padding: 0.5rem;
  }
}
@media (min-width: 1544px){

  .search__button{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.search__button{
  position: relative;
  z-index: 10;
  height: 100%;
}
.search__button__title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 1024px){

  .search__button__title{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    margin-top: -0.125rem;
    padding-right: 0.375rem;
  }
}
.search__button__icon{
  height: 2.25rem !important;
  width: 2.25rem !important;
}
@media (min-width: 1024px) {
.search__button__icon{
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  }
.search__button__icon svg {
    stroke-width: 0.5px;
  }
.body--search-is-open .logo{
  opacity: 0;
}
@media (min-width: 480px){

  .body--search-is-open .logo{
    opacity: 1;
  }
}
/*----------------------------------------*\
  TOP BAR SEARCH
\*----------------------------------------*/
.search--negative{
  background-color: var(--color-secondary-500);
}
.search__group{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.search__group label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.search__group input{
  height: 100%;
}
@media (min-width: 1024px){

  .search__group input{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.search__group input{
  padding-right: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.search--negative .search__group input{
  border-color: var(--color-secondary-400);
  background-color: var(--color-secondary-500);
  position: relative;
  z-index: 10;
}
.search--negative .search__group input::-moz-placeholder{
  color: var(--color-secondary-100);
}
.search--negative .search__group input::placeholder{
  color: var(--color-secondary-100);
}
.search--large .search__group{
  height: 4rem;
}
.search--large .search__group input{
  font-family: Font-Bold, Hind, Fallback-font;
  font-size: 1.25rem;
  font-weight: 400;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search__group .btn{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}
.search__field{
  font-family: Font-Bold, Hind, Fallback-font;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0.75rem;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.search__field::-moz-placeholder{
  color: var(--color-secondary-200);
}
.search__field::placeholder{
  color: var(--color-secondary-200);
}
.search--negative .search__field{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-secondary-500);
}
.search__icon{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.search__results{
  height: 24rem;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.search__results--negative{
  border-width: 1px;
  border-color: var(--color-secondary-400);
}
/*----------------------------------------*\
 SEARCH RESULTS PAGE
\*----------------------------------------*/
@media (min-width: 1024px){

  .search--page-result{
    width: 80%;
  }
}
@media (min-width: 1280px){

  .search--page-result{
    width: 66.666667%;
  }
}
.search--page-result{
  padding-top: 1rem;
}
@media (min-width: 768px){

  .search--page-result{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search--page-result{
    padding-top: 2rem;
  }
}
.search--page-result svg{
  height: 2.5rem;
  width: 2.5rem;
  stroke-width: 0;
}
.search-results--list {
}
.search-results--grid .search-results-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  /* default Tailwind value */
}
.search-results--grid .search-results-list + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .search-results--grid .search-results-list + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .search-results--grid .search-results-list + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .search-results--grid .search-results-list + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .search-results--grid .search-results-list + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .search-results--grid .search-results-list + .grid{
    margin-top: 4rem;
  }
}
.search-results--grid .search-results-list + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .search-results--grid .search-results-list + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .search-results--grid .search-results-list + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .search-results--grid .search-results-list {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .search-results--grid .search-results-list > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 768px){

  .search-results--grid .search-results-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .search-results--grid .search-results-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search-results--grid .search-results-list{
  gap: 1.25rem;
}
@media (min-width: 480px){

  .search-results--grid .search-results-list{
    gap: 1.75rem;
  }
}
@media (min-width: 640px){

  .search-results--grid .search-results-list{
    gap: 2.25rem;
  }
}
@media (min-width: 1024px){

  .search-results--grid .search-results-list{
    gap: 2.5rem;
  }
}
@media (min-width: 1280px){

  .search-results--grid .search-results-list{
    gap: 3rem;
  }
}
@media (min-width: 1920px){

  .search-results--grid .search-results-list{
    gap: 4rem;
  }
}
.search-results--grid .search-results-list{
  padding-top: 1.25rem;
}
@media (min-width: 480px){

  .search-results--grid .search-results-list{
    padding-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .search-results--grid .search-results-list{
    padding-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .search-results--grid .search-results-list{
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .search-results--grid .search-results-list{
    padding-top: 3rem;
  }
}
@media (min-width: 1920px){

  .search-results--grid .search-results-list{
    padding-top: 4rem;
  }
}
.search-results__tabs{
  padding-top: 2rem;
}
@media (min-width: 640px){

  .search-results__tabs{
    padding-top: 3rem;
  }
}
@media (min-width: 1544px){

  .search-results__tabs{
    padding-top: 4rem;
  }
}
.search-results__header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .search-results__header{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .search-results__header{
    font-size: 1.125rem;
  }
}
.search-results__header{
  padding-top: 1rem;
}
@media (min-width: 640px){

  .search-results__header{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search-results__header{
    padding-top: 2rem;
  }
}
.search-results__header{
  padding-bottom: 0.5rem;
}
@media (min-width: 640px){

  .search-results__header{
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1544px){

  .search-results__header{
    padding-bottom: 1rem;
  }
}
.search-results__header{
  border-bottom-width: 1px;
  border-color: var(--color-secondary-300);
}
.search-results__header strong{
  margin-right: 1ex;
  display: block;
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
}
@media (min-width: 640px){

  .search-results__header strong{
    display: inline;
  }
}
.search-results__header__left{
  display: flex;
  align-items: stretch;
}
.search-results__occurences{
  display: flex;
  align-items: center;
}
.search-results__header__right{
  margin-left: auto;
  display: flex;
}
.search-results__header__right select{
  text-align: right;
}
.search-results__header__right select .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.search-results .notification{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.search-results__no-results{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .search-results__no-results{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .search-results__no-results{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.search-results__no-results h2,
  .search-results__no-results ul{
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .search-results__no-results h2,
  .search-results__no-results ul{
    margin-bottom: 2rem;
  }
}
@media (min-width: 1544px){

  .search-results__no-results h2,
  .search-results__no-results ul{
    margin-bottom: 2.5rem;
  }
}
.search__filters{
  margin-top: 1rem;
}
.search__filters__actions{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.search__filters__drawer{
  display: grid;
  /* default Tailwind value */
}
.search__filters__drawer + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .search__filters__drawer + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .search__filters__drawer + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .search__filters__drawer + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .search__filters__drawer + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .search__filters__drawer + .grid{
    margin-top: 4rem;
  }
}
.search__filters__drawer + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .search__filters__drawer + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .search__filters__drawer + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .search__filters__drawer {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .search__filters__drawer > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 768px){

  .search__filters__drawer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .search__filters__drawer{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search__filters__drawer{
  gap: 0.75rem;
}
@media (min-width: 1024px){

  .search__filters__drawer{
    gap: 1rem;
  }
}
.search__filters__drawer{
  padding-top: 1rem;
}
@media (min-width: 640px){

  .search__filters__drawer{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search__filters__drawer{
    padding-top: 2rem;
  }
}
.search__filters__drawer{
  padding-bottom: 0.5rem;
}
@media (min-width: 640px){

  .search__filters__drawer{
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1544px){

  .search__filters__drawer{
    padding-bottom: 1rem;
  }
}
.search__filters__drawer{
  margin-top: 1rem;
}
@media (min-width: 640px){

  .search__filters__drawer{
    margin-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search__filters__drawer{
    margin-top: 2rem;
  }
}
.search__filters__drawer{
  border-top-width: 1px;
  border-color: var(--color-secondary-200);
}
.search__filters__tags{
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
@media (min-width: 640px){

  .search__filters__tags{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search__filters__tags{
    padding-top: 2rem;
  }
}
/*----------------------------------------*\
 DEPRECATED
 TODO - remove when .search-result has been replaced 
 by .card.card--list component 
\*----------------------------------------*/
.search-result.card--clickable:hover,.search-result.card--clickable:focus-within{
  background-color: transparent;
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search-result.card--clickable a::after,.search-result.card--clickable btn::after{
  --tw-border-opacity: 0;
}
.search-result{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .search-result{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1544px){

  .search-result{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.search-result{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.search-result .card__footer__action{
  margin-top: 1rem;
}
.search-result .card__content{
  background-color: transparent;
}
.search-result .card__body{
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
}
.search-result .card__content:first-of-type .card__body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-result .card__footer{
  padding: 0px;
}
.accordion .accordion__drawer ul li:last-of-type .search-result{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
.accordion .accordion__drawer .search-result:not(.card--list, .card--list-without-image){
  margin-top: 0px;
}
.accordion .accordion__drawer .search-result:not(.card--list, .card--list-without-image):last-of-type{
  margin-bottom: 1rem;
  border-bottom-width: 0px;
}
@media (min-width: 768px) {
.card--image-left.search-result, .card--image-right.search-result{
    border-style: none;
  }

      .card--image-left.search-result .card__body, .card--image-right.search-result .card__body{
    padding-top: 0px;
  }
    }
.search-result{
  display: block;
}
.search-result > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.search-result,
  .search-result:hover{
  color: inherit;
  text-decoration-line: none; /* override general styling for links in main */
}
@media (min-width: 640px) {
.search-result{
    display: grid;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  /* default Tailwind value */
  }
.search-result + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .search-result + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .search-result + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .search-result + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .search-result + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .search-result + .grid{
      margin-top: 4rem;
    }
  }
.search-result + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .search-result + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .search-result + .section__subtitle{
      padding-top: 5rem;
    }
  }
@media print {

  .search-result {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .search-result > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }
.search-result {
    grid-template-columns: 4fr 1fr
}
  }
.search-result .meta-info {
    grid-column: 1 / 2;
  }
.search-result__title {
  grid-column: 1 / 2;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .search-result__title{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .search-result__title{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .search-result__title{
    font-size: 2rem;
  }
}
.search-result__title{
  line-height: 1.25;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.search-result:hover .search-result__title{
  color: var(--color-primary-600);
}
.search-result__description {
  grid-column: 1 / 2;
}
.search-result__specs,
.search-result__topics{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .search-result__specs,
.search-result__topics{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .search-result__specs,
.search-result__topics{
    font-size: 1.125rem;
  }
}
.search-result__specs,
.search-result__topics{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  grid-column: 1 / 2;
}
.search-result__icons {
  grid-column: 1 / 2;
  display: flex;
}
.search-result__icons > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.search-result__image {
  grid-column: 2 / 3;
  grid-row: 1 / 10;
  display: block;
}
@media (min-width: 640px){

  .search-result__image{
    margin-top: 0px !important;
  }
.search-result__image picture{
    display: block;
    position: relative;
    z-index: 50;
  }
.search-result__image picture > *{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
.search-result__image picture{
    padding-bottom: 98%; /* ratio 1:1, with visual correction */
  }
@media print {

  .search-result__image picture {
    padding-bottom: 0;
  }

  .search-result__image picture + figcaption {
    display: none;
  }
}
}
.search-result__image img{
  max-width: 50%;
}
@media (min-width: 640px){

  .search-result__image img{
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right top;
       object-position: right top;
  }
}
.search-result__image img{
  --tw-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search-results__sort{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.search-results__sort .form__group{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
/*----------------------------------------*\
 END - DEPRECATED
\*----------------------------------------*/
/*----------------------------------------*\
  SEPARATOR
\*----------------------------------------*/
.separator{
  display: block;
  height: auto;
  border-width: 0px;
}
.separator::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-200);
}
.bg--secondary-50 .separator::before{
  border-color: var(--color-secondary-300);
}
.separator--xl::before{
  display: block;
  width: 100%;
  height: 1rem;
}
@media (min-width: 768px){

  .separator--xl::before{
    height: 1.25rem;
  }
}
@media (min-width: 1024px){

  .separator--xl::before{
    height: 1.5rem;
  }
}
.separator--xl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
  }
@media (min-width: 768px){

  .separator--xl::after{
    height: 1.25rem;
  }
}
@media (min-width: 1024px){

  .separator--xl::after{
    height: 1.5rem;
  }
}
.separator--md::before{
  display: block;
  width: 100%;
  height: 0.5rem;
}
@media (min-width: 768px){

  .separator--md::before{
    height: 0.75rem;
  }
}
@media (min-width: 1024px){

  .separator--md::before{
    height: 1rem;
  }
}
.separator--md::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.5rem;
  }
@media (min-width: 768px){

  .separator--md::after{
    height: 0.75rem;
  }
}
@media (min-width: 1024px){

  .separator--md::after{
    height: 1rem;
  }
}
.separator--negative::before{
  border-color: var(--color-secondary-400);
}
.separator--vertical{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-color: var(--color-secondary-400);
}
.separator--vertical + .btn--bare{
  margin-left: -0.5rem;
}
/*----------------------------------------*\
  SHARE BAR
\*----------------------------------------*/
.share-bar{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 1.25rem;
  margin-right: -0.75rem;
}
@media (min-width: 1024px){

  .share-bar{
    margin-top: 1rem;
  }
}
.share-url{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 480px){

  .share-url{
    min-width: 22rem;
  }
}
@media (min-width: 1280px){

  .share-url{
    min-width: 24rem;
  }
}
/*----------------------------------------*\
  LIST
\*----------------------------------------*/
.list {
}
.list--bare,
main .list--bare{
  list-style-type: none;
  padding-left: 0px;
}
.list--default,
main ul:not([class]){
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.list--default > :not([hidden]) ~ :not([hidden]),
main ul:not([class]) > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.list--ordered,
main ol:not([class]){
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.list--ordered > :not([hidden]) ~ :not([hidden]),
main ol:not([class]) > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.list--default.list--indented li{
  margin-left: 0.375rem;
  padding-left: 0.875rem;
}
.list--roman{
  list-style-type: upper-roman;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.list--loose > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.list--negative{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list--flex{
  display: flex;
}
.list--wrap{
  flex-wrap: wrap;
}
.list--icon{
  padding-left: 0px;
}
.list--icon li{
  display: flex;
}
.list--icon li > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.list--icon .icon--xl{
  position: relative;
  top: -0.25rem;
}
.list--icon .icon--2xl{
  position: relative;
  top: -0.5rem;
}
@media (min-width: 1024px){

  .list--icon .icon--2xl{
    top: -0.75rem;
  }
}
@media (min-width: 1920px){

  .list--icon .icon--2xl{
    top: -0.875rem;
  }
}
/*----------------------------------------*\
  PORTRAIT
\*----------------------------------------*/
.portrait{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px){

  .portrait{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
    align-items: flex-start;
    gap: 1.25rem;
  }
@media (min-width: 480px){

    .portrait{
      gap: 1.75rem;
    }
  }
@media (min-width: 640px){

    .portrait{
      gap: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .portrait{
      gap: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .portrait{
      gap: 3rem;
    }
  }
@media (min-width: 1920px){

    .portrait{
      gap: 4rem;
    }
  }
.portrait {
  /* default Tailwind value */
}
@media (min-width: 768px){

    .portrait{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.portrait + .grid{
    margin-top: 1.25rem;
  }
@media (min-width: 480px){

    .portrait + .grid{
      margin-top: 1.75rem;
    }
  }
@media (min-width: 640px){

    .portrait + .grid{
      margin-top: 2.25rem;
    }
  }
@media (min-width: 1024px){

    .portrait + .grid{
      margin-top: 2.5rem;
    }
  }
@media (min-width: 1280px){

    .portrait + .grid{
      margin-top: 3rem;
    }
  }
@media (min-width: 1920px){

    .portrait + .grid{
      margin-top: 4rem;
    }
  }
.portrait + .section__subtitle{
    padding-top: 3rem;
  }
@media (min-width: 1024px){

    .portrait + .section__subtitle{
      padding-top: 4rem;
    }
  }
@media (min-width: 1920px){

    .portrait + .section__subtitle{
      padding-top: 5rem;
    }
  }
.portrait .card__image{
    position: relative;
    padding-bottom: 50%; /* 2/1 ratio */
  }
@media print {

  .portrait {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .portrait > div > div > *{
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }
}
@media (min-width: 1280px) {
@media (min-width: 768px){

    .portrait{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px){

    .portrait{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  }
.portrait__image{
  display: block;
  width: 100%;
}
@media (min-width: 1280px){

  .portrait__image{
    grid-column: span 2 / span 2;
  }
}
.portrait__image{
  padding-right: 2rem;
}
@media (min-width: 768px){

  .portrait__image{
    padding-right: 0px;
  }
}
.portrait__image img{
  width: 100%;
  max-width: none;
}
/* overlapping width of the picture: 100% +  margin-top of the card + responsive gap */
@media (min-width: 1024px) {
.portrait__image img {
      width: calc(100% + 2.5rem + 2.5rem)
  }
    }
@media (min-width: 1280px) {
.portrait__image img {
      width: calc(100% + 3rem + 3rem)
  }
    }
@media (min-width: 1920px) {
.portrait__image img {
      width: calc(100% + 4rem + 4rem)
  }
    }
.portrait__card{
  display: block;
}
@media (min-width: 768px){

  .portrait__card{
    max-width: 36rem;
  }
}
.portrait__card{
  position: relative;
  margin-left: 2rem;
}
@media (min-width: 768px){

  .portrait__card{
    margin-left: 0px;
  }
}
.portrait__card{
  top: -2rem;
}
@media (min-width: 1024px){

  .portrait__card{
    top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .portrait__card{
    top: 3rem;
  }
}
@media (min-width: 1920px){

  .portrait__card{
    top: 4rem;
  }
}
.portrait__card__body{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.portrait__card__body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
/*----------------------------------------*\
  TEXT-IMAGE
\*----------------------------------------*/
.text-image__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  .text-image__content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1920px){

  .text-image__content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
.text-image__title{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.625rem;
}
@media (min-width: 1024px){

  .text-image__title{
    font-size: 2rem;
  }
}
@media (min-width: 1280px){

  .text-image__title{
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px){

  .text-image__title{
    font-size: 3rem;
  }
}
.text-image__title{
  line-height: 1.25;
}
.text-image__description{
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .text-image__description{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .text-image__description{
    font-size: 1.375rem;
  }
}
.text-image__description{
  line-height: 1.375;
}
.text-image__cta .btn{
  margin-right: 1rem;
}
@media (min-width: 768px){

  .text-image__cta .btn{
    margin-right: 1.25rem;
  }
}
@media (min-width: 1280px){

  .text-image__cta .btn{
    margin-right: 1.5rem;
  }
}
.text-image__cta .btn{
  margin-bottom: 1rem;
}
@media (min-width: 768px){

  .text-image__cta .btn{
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px){

  .text-image__cta .btn{
    margin-bottom: 1.5rem;
  }
}
.text-image__image{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.container__center--xs .text-image {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .container__center--xs .text-image {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--xs .text-image {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--xs .text-image {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--xs .text-image {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--xs .text-image{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .container__center--xs .text-image {
      padding-left: 0;
      padding-right: 0
  }
    }
/*----------------------------------------*\
  AUDIO-PLAYER
\*----------------------------------------*/
.audio-player__description{
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  .audio-player__description{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  .audio-player__description{
    font-size: 1rem;
  }
}
/*----------------------------------------*\
  TRANSCRIPT
\*----------------------------------------*/
.transcript{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.transcript__row{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.transcript__speaker{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
.transcript__timestamp{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .transcript__timestamp{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .transcript__timestamp{
    font-size: 1.125rem;
  }
}
/*----------------------------------------*\
  INFOBLOCK
\*----------------------------------------*/
.info-block{
  display: grid;
  border-color: var(--color-secondary-200);
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* default Tailwind value */
}
@media (min-width: 768px) {
.info-block {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: 'A A A A A A B B B B B B'
}

    .info-block > *:nth-child(1) {
      grid-area: A;
    }
    .info-block > *:nth-child(2) {
      grid-area: B;
    }
      .info-block.grid--reverse > *:nth-child(1) {
        grid-area: B;
      }
      .info-block.grid--reverse > *:nth-child(2) {
        grid-area: A;
      }
  }
@media (min-width: 1024px) {
.info-block {
    grid-template-areas: 'A A A A B B B B B B B B'
}
  }
@media (min-width: 1280px) {
.info-block.container__center--md,
  .container__center--md .info-block {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
    }
.info-block + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .info-block + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .info-block + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .info-block + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .info-block + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .info-block + .grid{
    margin-top: 4rem;
  }
}
.info-block + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .info-block + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .info-block + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .info-block {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .info-block > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 1024px){

  .info-block{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.info-block__title{
  margin-bottom: 1rem;
  padding-right: 0.25rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
/*----------------------------------------*\
  DATE
\*----------------------------------------*/
.date{
  position: relative;
  margin-bottom: 1rem;
  margin-left: -0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.date__wrapper{
  display: flex;
}
.date__day{
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 2rem;
}
@media (min-width: 1024px){

  .date__day{
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px){

  .date__day{
    font-size: 3rem;
  }
}
@media (min-width: 1920px){

  .date__day{
    font-size: 3.5rem;
  }
}
.date__day{
  line-height: 1.25;
}
.date__day::after {
    content: '\00a0';
  }
.date[lang='de'] .date__day::after {
    content: '.';
  }
.date__month{
  padding-top: 0.15em;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .date__month{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .date__month{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  .date__month{
    padding-top: 0.3em;
  }
}
.date__year{
  padding-top: 0.15em;
  padding-left: 0.5rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 1280px){

  .date__year{
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px){

  .date__year{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  .date__year{
    padding-top: 0.3em;
  }
}
.date__separator{
  padding-right: 1rem;
  padding-left: 0.5rem;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 1024px){

  .date__separator{
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px){

  .date__separator{
    font-size: 3rem;
  }
}
@media (min-width: 1920px){

  .date__separator{
    font-size: 3.5rem;
  }
}
.date__separator{
  line-height: 1.25;
}
.hours{
  margin-top: -1rem;
}
/*----------------------------------------*\
  BOX
\*----------------------------------------*/
.box{
  padding: 1rem;
}
@media (min-width: 480px){

  .box{
    padding: 1.25rem;
  }
}
@media (min-width: 1024px){

  .box{
    padding: 1.5rem;
  }
}
@media (min-width: 1544px){

  .box{
    padding: 2rem;
  }
}
.box{
  background-color: var(--color-secondary-50);
}
.box + .box{
  margin-top: 1px;
}
/*----------------------------------------*\
  POPOVER
\*----------------------------------------*/
.popover-wrapper{
  position: relative;
  display: inline;
}
.popover-backdrop{
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
}
.desktop-menu__drawer.popover-backdrop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.popover-backdrop > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.popover-backdrop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.popover-backdrop{
  position: fixed;
  z-index: 30;
  background-color: rgb(17 24 39 / 0.7);
  cursor: pointer;
}
.popover-backdrop--active{
  display: block;
}
/* BUTTON */
.popover-button{
  position: relative;
  display: inline;
  align-items: baseline;
  text-align: left;
}
.popover-button__label{
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.popover-button__label:hover{
  border-color: var(--color-primary-600);
  color: var(--color-primary-600);
}
.popover-button__icon{
  display: inline;
  height: 1em;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: relative;
  bottom: 0.1em;
  color: var(--color-primary-500);
  stroke: inherit;
  stroke: var(--color-primary-500);
}
.popover-wrapper:hover .popover-button__icon{
  color: var(--color-primary-600);
}
/* POPOVER */
.popover{
  position: relative;
  display: flex;
  border-radius: 0.1875rem;
  padding: 0.5rem;
}
@media (min-width: 480px){

  .popover{
    padding: 1rem;
  }
}
@media (min-width: 1024px){

  .popover{
    padding: 1.5rem;
  }
}
@media (min-width: 1544px){

  .popover{
    padding: 2rem;
  }
}
.popover{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.popover .btn,.popover a,.popover a[target='_blank']{
  border-color: currentColor;
  color: currentColor;
}
.popover .btn:hover,.popover a:hover,.popover a[target='_blank']:hover{
  color: currentColor;
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.popover a,.popover a[target='_blank']{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.popover .btn{
  margin-top: 1rem;
}
@media (min-width: 640px){

  .popover .btn{
    margin-top: 2rem;
  }
}
@media (min-width: 1024px){

  .popover .btn{
    margin-top: 0px;
    margin-left: 1.5rem;
  }
}
.search-results .popover{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.popover{
  display: none;
  padding: 1rem;
  padding-right: 1.5rem;
}
.desktop-menu__drawer.popover {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.popover > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.popover {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.popover{
  width: 80vw;
  max-width: 400px;
  position: fixed;
  z-index: 50;
  top: 50%;
  left: 50%;
  margin-bottom: 0.25rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  background-color: var(--color-secondary-50);
  pointer-events: none;
}
.popover--active{
  display: block;
  pointer-events: auto;
}
.popover__close{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/* COLORS */
.popover--red,
.popover--error{
  --tw-text-opacity: 1;
  color: rgb(153 25 30 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 225 226 / var(--tw-bg-opacity));
}
.popover--yellow{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.popover--orange,
.popover--warning{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.popover--green,
.popover--success{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.popover--blue,
.popover--info{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.popover--indigo{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.popover--purple{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.popover--pink{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.popover--white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/*----------------------------------------*\
  GLOSSARY
\*----------------------------------------*/
.load-more-container{
  padding-top: 1rem;
}
@media (min-width: 768px){

  .load-more-container{
    padding-top: 3.5rem;
  }
}
.load-more-container{
  margin-bottom: 1rem;
}
@media (min-width: 768px){

  .load-more-container{
    margin-bottom: 1.5rem;
  }
}
.sticky-search-container {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--color-secondary-50);
}
.glossar-result__list{
  max-width: 900px;
}
.glossar-result__title{
  font-size: 3.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px){

  .glossar-result__title{
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.glossary-results__header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .glossary-results__header{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .glossary-results__header{
    font-size: 1.125rem;
  }
}
.glossary-results__header{
  padding-top: 1rem;
}
@media (min-width: 640px){

  .glossary-results__header{
    padding-top: 1.5rem;
  }
}
@media (min-width: 1544px){

  .glossary-results__header{
    padding-top: 2rem;
  }
}
.glossary-results__header{
  padding-bottom: 0.5rem;
}
@media (min-width: 640px){

  .glossary-results__header{
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1544px){

  .glossary-results__header{
    padding-bottom: 1rem;
  }
}
.glossary-results__header{
  border-bottom-width: 1px;
  border-color: var(--color-secondary-300);
}
.glossary-results__header strong{
  margin-right: 1ex;
  display: block;
  font-family: Font-Regular, Hind, Fallback-font, Sans-Serif;
}
@media (min-width: 640px){

  .glossary-results__header strong{
    display: inline;
  }
}
.glossary-results__header__left{
  display: flex;
  align-items: stretch;
}
.glossary-results__header__right{
  margin-left: auto;
  display: flex;
}
.glossary-results__header__right select{
  text-align: right;
}
.glossary-results__header__right select .table__sorter{
  justify-content: flex-end;
    text-align: right;
}
.glossary__filters{
  padding-top: 1.25rem;
}
@media (min-width: 768px){

  .glossary__filters{
    padding-top: 1.5rem;
  }
}
/*----------------------------------------*\
  BADGE FILTER
\*----------------------------------------*/
.badge-filter{
  display: flex;
  display: none;
}
.desktop-menu__drawer.badge-filter {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.badge-filter > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.badge-filter {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .badge-filter{
    display: block;
  }
}
.badge-filter .badge{
  margin-bottom: 1rem;
  margin-right: 10px;
}
.carousel-badge-filter{
  height: 100%;
}
@media (min-width: 768px){

  .carousel-badge-filter{
    display: none;
  }
}
.carousel-badge-filter .carousel{
  position: relative;
  height: 2.5rem;
}
.carousel-badge-filter .carousel__fonctions{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: static;
  z-index: 20;
}
.carousel-badge-filter .carousel__prev,
  .carousel-badge-filter .carousel__next{
  color: var(--color-primary-600);
}
.carousel-badge-filter .carousel__prev[disabled], .carousel-badge-filter .carousel__next[disabled]{
  display: none;
}
.desktop-menu__drawer.carousel-badge-filter .carousel__prev[disabled],.desktop-menu__drawer .carousel-badge-filter .carousel__next[disabled] {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.carousel-badge-filter .carousel__prev[disabled] > *,.desktop-menu__drawer .carousel-badge-filter .carousel__next[disabled] > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.carousel-badge-filter .carousel__prev[disabled],.desktop-menu__overlay .carousel-badge-filter .carousel__next[disabled] {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.carousel-badge-filter .carousel__prev svg, .carousel-badge-filter .carousel__next svg{
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-badge-filter .swiper-container,
  .carousel-badge-filter .swiper{
  height: 2.5rem;
}
.carousel-badge-filter .carousel__prev{
  order: 1;
  position: absolute;
  z-index: 10;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-secondary-50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-50) var(--tw-gradient-via-position), var(--tw-gradient-to);
  top: 0px;
  bottom: 0px;
  left: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-badge-filter .carousel__next{
  order: 3;
  position: absolute;
  z-index: 10;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-secondary-50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary-50) var(--tw-gradient-via-position), var(--tw-gradient-to);
  top: 0px;
  bottom: 0px;
  right: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-badge-filter .carousel__pagination{
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* swiper container */
.carousel-badge-filter .swiper-container,
  .carousel-badge-filter .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
.carousel-badge-filter .swiper-container-vertical > .swiper-wrapper,
  .carousel-badge-filter .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
.carousel-badge-filter .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    transition-property: transform;
    box-sizing: content-box;
  }
.carousel-badge-filter .swiper-container-android .swiper-slide,
  .carousel-badge-filter .swiper-android .swiper-slide,
  .carousel-badge-filter .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
.carousel-badge-filter .swiper-container-multirow > .swiper-wrapper,
  .carousel-badge-filter .swiper-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
.carousel-badge-filter .swiper-container-multirow-column > .swiper-wrapper,
  .carousel-badge-filter .swiper-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
.carousel-badge-filter .swiper-container-free-mode > .swiper-wrapper,
  .carousel-badge-filter .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
.carousel-badge-filter .swiper-container-pointer-events,
  .carousel-badge-filter .swiper-pointer-events {
    touch-action: pan-y;
  }
.carousel-badge-filter .swiper-container-pointer-events.swiper-container-vertical,
  .carousel-badge-filter .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
  }
.carousel-badge-filter .swiper-slide {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: relative;
    transition-property: transform;
  }
.carousel-badge-filter .swiper-slide-invisible-blank {
    visibility: hidden;
  }
/* Auto Height */
.carousel-badge-filter .swiper-container-autoheight,
  .carousel-badge-filter .swiper-autoheight .swiper-container-autoheight .swiper-slide,
  .carousel-badge-filter .swiper-autoheight .swiper-slide {
    height: auto;
  }
.carousel-badge-filter .swiper-container-autoheight .swiper-wrapper,
  .carousel-badge-filter .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
/*----------------------------------------*\
  STICKY NAVIGATION
\*----------------------------------------*/
.sticky-navigation {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mobile-menu-sticky-navigation {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom-width: 1px;
}
@media (min-width: 480px){

  .mobile-menu-sticky-navigation{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px){

  .mobile-menu-sticky-navigation{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){

  .mobile-menu-sticky-navigation{
    display: none;
  }
}
.mobile-menu-sticky-navigation{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/*----------------------------------------*\
  NAVY
\*----------------------------------------*/
.navy {
  position: relative;
  perspective: 1200px;
  height: 100%;
}
.navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navy li > a:not(.navy__back):hover,
  .navy li > span:not(.navy__title):hover,
  .navy li > button:hover{
  background-color: var(--color-secondary-50);
}
.navy li > a:not(.navy__back):focus,
  .navy li > span:not(.navy__title):focus,
  .navy li > button:focus{
  color: var(--color-primary-600);
}
.navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
    font-size: 1rem;
  }
}
.navy li > a:not(.navy__back).menu__item--negative:hover,
  .navy li > span:not(.navy__title).menu__item--negative:hover,
  .navy li > button.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
}
@media (min-width: 1280px){

  .navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.navy li > a:not(.navy__back),
  .navy li > span:not(.navy__title),
  .navy li > button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navy li > a:not(.navy__back).active::after, .navy li > span:not(.navy__title).active::after, .navy li > button.active::after {
      content: '';
      display: block;
      background-color: var(--color-primary-500);
      width: 3px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
    }
.navy li > a:not(.navy__back).desktop-menu__more, .navy li > span:not(.navy__title).desktop-menu__more, .navy li > button.desktop-menu__more{
  display: none;
}
.desktop-menu__drawer.navy li > a:not(.navy__back).desktop-menu__more,.desktop-menu__drawer .navy li > span:not(.navy__title).desktop-menu__more,.desktop-menu__drawer .navy li > button.desktop-menu__more {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.navy li > a:not(.navy__back).desktop-menu__more > *,.desktop-menu__drawer .navy li > span:not(.navy__title).desktop-menu__more > *,.desktop-menu__drawer .navy li > button.desktop-menu__more > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.navy li > a:not(.navy__back).desktop-menu__more,.desktop-menu__overlay .navy li > span:not(.navy__title).desktop-menu__more,.desktop-menu__overlay .navy li > button.desktop-menu__more {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .navy li > a:not(.navy__back).desktop-menu__more, .navy li > span:not(.navy__title).desktop-menu__more, .navy li > button.desktop-menu__more{
    display: block;
  }
}
.navy .main-navigation--mobile li > a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navy .main-navigation--mobile li > a:hover{
  background-color: var(--color-secondary-50);
}
.navy .main-navigation--mobile li > a:focus{
  background-color: var(--color-secondary-50);
}
.navy .meta-navigation--mobile li > a{
  background-color: var(--color-secondary-50);
}
.navy .meta-navigation--mobile li > a:hover{
  background-color: var(--color-secondary-100);
}
.navy .meta-navigation--mobile li > a:focus{
  background-color: var(--color-secondary-100);
}
.navy .top-bar-navigation--mobile li > a{
  background-color: var(--color-secondary-500);
}
.navy .top-bar-navigation--mobile li > a:hover{
  background-color: var(--color-secondary-700);
}
.navy .top-bar-navigation--mobile li > a:focus{
  background-color: var(--color-secondary-700);
}
.navy .top-bar-navigation--mobile li > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navy .top-bar-navigation--mobile li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navy .top-bar-navigation--mobile li > a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navy .top-bar-navigation--mobile li > a{
  border-color: var(--color-secondary-300);
}
.navy__has-children{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.navy__has-children .icon{
  height: 1.25rem;
  width: 1.25rem;
}
.navy__back{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .navy__back{
    font-size: 1rem;
  }
}
.navy__back{
  border-width: 0px;
  --tw-border-opacity: 0;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.navy__back:hover{
  background-color: var(--color-secondary-50);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .navy__back{
    position: absolute;
    top: -3rem;
    left: -1.25rem;
  }
}
@media (min-width: 1280px){

  .navy__back{
    top: -3.5rem;
  }
}
@media (min-width: 1920px){

  .navy__back{
    top: -4rem;
  }
}
.navy__back{
  justify-content: flex-start !important;
}
@media (min-width: 1024px){

  .navy__back .icon{
    height: 1.25rem;
    width: 1.25rem;
  }
}
.navy__level-0 .navy__back{
  display: block;
}
@media (min-width: 1024px){

  .navy__level-0 .navy__back{
    display: none;
  }
}
.navy__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navy__title:hover{
  background-color: var(--color-secondary-50);
}
.navy__title:focus{
  color: var(--color-primary-600);
}
.navy__title.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.navy__title:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  .navy__title{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navy__title{
  cursor: default;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  --tw-border-opacity: 0;
}
.navy__level-0{
  background-color: var(--color-secondary-500);
}
@media (min-width: 1024px){

  .navy__level-0{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.navy__level-0,
.navy__level-1,
.navy__level-2,
.navy__level-3,
.navy__level-4,
.navy__level-5,
.navy__level-6,
.navy__level-7 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /*
  remark: adapt displayRelatedSubmenu function in
  Navy.js if the 600ms duration is modified:
  */
  transform: translateX(0%);
  transition: transform 600ms ease-in-out, opacity 600ms ease-in-out;
}
/* Slide positions */
.show-level-0 .navy__level-0 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-0 .navy__level-1,
  .show-level-0 .navy__level-2,
  .show-level-0 .navy__level-3,
  .show-level-0 .navy__level-4,
  .show-level-0 .navy__level-5,
  .show-level-0 .navy__level-6,
  .show-level-0 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-1 .navy__level-0 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-1 .navy__level-1 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-1 .navy__level-2,
  .show-level-1 .navy__level-3,
  .show-level-1 .navy__level-4,
  .show-level-1 .navy__level-5,
  .show-level-1 .navy__level-6,
  .show-level-1 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-2 .navy__level-0,
  .show-level-2 .navy__level-1 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-2 .navy__level-2 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-2 .navy__level-3,
  .show-level-2 .navy__level-4,
  .show-level-2 .navy__level-5,
  .show-level-2 .navy__level-6,
  .show-level-2 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-3 .navy__level-0,
  .show-level-3 .navy__level-1,
  .show-level-3 .navy__level-2 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-3 .navy__level-3 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-3 .navy__level-4,
  .show-level-3 .navy__level-5,
  .show-level-3 .navy__level-6,
  .show-level-3 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-4 .navy__level-0,
  .show-level-4 .navy__level-1,
  .show-level-4 .navy__level-2,
  .show-level-4 .navy__level-3 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-4 .navy__level-4 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-4 .navy__level-5,
  .show-level-4 .navy__level-6,
  .show-level-4 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-5 .navy__level-0,
  .show-level-5 .navy__level-1,
  .show-level-5 .navy__level-2,
  .show-level-5 .navy__level-3,
  .show-level-5 .navy__level-4 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-5 .navy__level-5 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-5 .navy__level-6,
  .show-level-5 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-6 .navy__level-0,
  .show-level-6 .navy__level-1,
  .show-level-6 .navy__level-2,
  .show-level-6 .navy__level-3,
  .show-level-6 .navy__level-4,
  .show-level-6 .navy__level-5 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-6 .navy__level-6 {
    transform: translateX(0%);
    opacity: 1;
  }
.show-level-6 .navy__level-7 {
    transform: translateX(100%);
    opacity: 0;
  }
.show-level-7 .navy__level-0,
  .show-level-7 .navy__level-1,
  .show-level-7 .navy__level-2,
  .show-level-7 .navy__level-3,
  .show-level-7 .navy__level-4,
  .show-level-7 .navy__level-5,
  .show-level-7 .navy__level-6 {
    transform: translateX(-100%);
    opacity: 0;
  }
.show-level-7 .navy__level-7 {
    transform: translateX(0%);
    opacity: 1;
  }
/* ul background colors on mobile */
.mobile-menu .navy__level-0 ul:nth-of-type(2) a{
  background-color: var(--color-secondary-50);
}
.mobile-menu .navy__level-0 ul:nth-of-type(3) a{
  background-color: var(--color-secondary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-bottom-width: 1px;
  border-color: var(--color-secondary-400);
}
.menu__item.mobile-menu .navy__level-0 ul:nth-of-type(3) a:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu .navy__level-0 ul:nth-of-type(3) a:focus{
  color: var(--color-primary-300);
}
.mobile-menu-navigation-bar{
  position: relative;
  z-index: 40;
  border-bottom-width: 1px;
}
@media (min-width: 480px){

  .mobile-menu-navigation-bar{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px){

  .mobile-menu-navigation-bar{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){

  .mobile-menu-navigation-bar{
    display: none;
  }
}
/*----------------------------------------*\
  TOPBAR NAVIGATION
\*----------------------------------------*/
.top-bar-navigation{
  display: flex;
  height: 100%;
}
.top-bar-navigation span{
  display: none;
}
.desktop-menu__drawer.top-bar-navigation span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.top-bar-navigation span > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.top-bar-navigation span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .top-bar-navigation span{
    display: block;
  }
}
.top-bar-navigation span{
  padding-left: 0.5rem;
}
@media (min-width: 1024px){

  .top-bar-navigation span{
    padding-left: 1rem;
  }
}
.top-bar-navigation span{
  padding-right: 0.25rem;
}
@media (min-width: 1024px){

  .top-bar-navigation span{
    padding-right: 0.5rem;
  }
}
.top-bar-navigation svg{
  padding-right: 0.25rem;
}
@media (min-width: 1024px){

  .top-bar-navigation svg{
    padding-right: 0.5rem;
  }
}
.top-bar-navigation ul{
  display: flex;
}
.top-bar-navigation a{
  display: flex;
  align-items: center;
}
.top-bar-navigation a:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar-navigation a:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar-navigation a{
  height: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1024px){

  .top-bar-navigation a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.top-bar-navigation a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.top-bar-navigation .desktop-only{
  display: none;
}
.desktop-menu__drawer.top-bar-navigation .desktop-only {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.top-bar-navigation .desktop-only > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.top-bar-navigation .desktop-only {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .top-bar-navigation .desktop-only{
    display: flex;
  }

  .top-bar-navigation .mobile-only{
    display: none;
  }
}
.top-bar-navigation--mobile{
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  background-color: var(--color-secondary-500);
}
.top-bar-navigation--mobile a{
  display: flex;
  align-items: center;
}
.top-bar-navigation--mobile a:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar-navigation--mobile a:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar-navigation--mobile a{
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*----------------------------------------*\
  META-NAVIGATION
\*----------------------------------------*/
.meta-navigation{
  display: flex;
}
.meta-navigation a{
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.meta-navigation-container{
  display: flex;
}
.meta-navigation-container .language-switcher {
    margin-bottom: 0.75rem;
  }
.meta-navigation--mobile{
  display: flex;
  flex-direction: column;
}
.meta-navigation--desktop{
  display: none;
}
.desktop-menu__drawer.meta-navigation--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.meta-navigation--desktop > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.meta-navigation--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .meta-navigation--desktop{
    margin-bottom: 0.75rem;
    display: flex;
  }
}
@media (min-width: 1280px){

  .meta-navigation--desktop{
    margin-bottom: 1rem;
  }
}
.meta-navigation--desktop ul{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px){

  .meta-navigation__item span{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
.meta-navigation__item svg{
  display: none;
}
.desktop-menu__drawer.meta-navigation__item svg {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.meta-navigation__item svg > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.meta-navigation__item svg {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .meta-navigation__item svg{
    display: block;
  }
}
/*----------------------------------------*\
  MAIN NAVIGATION
\*----------------------------------------*/
.mobile-menu .main-navigation,
.main-navigation--mobile{
  display: flex;
  flex-direction: column;
}
.desktop-menu .main-navigation,
.main-navigation--desktop{
  display: flex;
  height: 100%;
  width: 100%;
  display: none;
}
.desktop-menu__drawer.desktop-menu .main-navigation,.desktop-menu__drawer
.main-navigation--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.desktop-menu .main-navigation > *,.desktop-menu__drawer
.main-navigation--desktop > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.desktop-menu .main-navigation,.desktop-menu__overlay
.main-navigation--desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .desktop-menu .main-navigation,
.main-navigation--desktop{
    display: flex;
  }
}
.desktop-menu .main-navigation,
.main-navigation--desktop{
  height: 3.5rem;
}
@media (min-width: 1280px){

  .desktop-menu .main-navigation,
.main-navigation--desktop{
    height: 4rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu .main-navigation,
.main-navigation--desktop{
    height: 5rem;
  }
}
.desktop-menu .main-navigation,
.main-navigation--desktop{
  margin-left: -1rem;
  position: relative;
}
.desktop-menu .main-navigation ul, .main-navigation--desktop ul{
  display: flex;
  height: 100%;
}
.desktop-menu .main-navigation ul ul, .main-navigation--desktop ul ul{
  display: none;
}
.desktop-menu__drawer.desktop-menu .main-navigation ul ul,.desktop-menu__drawer .main-navigation--desktop ul ul {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.desktop-menu .main-navigation ul ul > *,.desktop-menu__drawer .main-navigation--desktop ul ul > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.desktop-menu .main-navigation ul ul,.desktop-menu__overlay .main-navigation--desktop ul ul {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.desktop-menu .main-navigation > ul > li > a, .main-navigation--desktop > ul > li > a{
  position: relative;
}
@media (min-width: 1024px){

  .desktop-menu .main-navigation > ul > li > a, .main-navigation--desktop > ul > li > a{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.desktop-menu .main-navigation > ul > li > a, .main-navigation--desktop > ul > li > a{
  line-height: 1.25;
}
.desktop-menu .main-navigation > ul > li > a:hover, .main-navigation--desktop > ul > li > a:hover{
  color: var(--color-primary-600);
}
.desktop-menu .main-navigation > ul > li > a, .main-navigation--desktop > ul > li > a{
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.desktop-menu .main-navigation > ul > li > a::after, .main-navigation--desktop > ul > li > a::after {
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      right: 1rem;
      bottom: 0px;
      left: 1rem;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
.desktop-menu .main-navigation > ul > li > a:focus-visible, .main-navigation--desktop > ul > li > a:focus-visible{
  --tw-ring-inset: inset;
}
.desktop-menu .main-navigation > ul > li > a.active::after,
    .desktop-menu .main-navigation > ul > li > a:hover::after,
    .main-navigation--desktop > ul > li > a.active::after,
    .main-navigation--desktop > ul > li > a:hover::after{
  background-color: var(--color-primary-500);
}
.desktop-menu .main-navigation > ul > li > a.clicked, .main-navigation--desktop > ul > li > a.clicked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  z-index: 50;
      -webkit-clip-path: inset(-50px -50px -1px -50px);
              clip-path: inset(-50px -50px -1px -50px); /* crop shadow at the bottom */
}
.desktop-menu .main-navigation > ul > li > a > .icon, .main-navigation--desktop > ul > li > a > .icon{
  display: none;
}
.desktop-menu__drawer.desktop-menu .main-navigation > ul > li > a > .icon,.desktop-menu__drawer .main-navigation--desktop > ul > li > a > .icon {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.desktop-menu .main-navigation > ul > li > a > .icon > *,.desktop-menu__drawer .main-navigation--desktop > ul > li > a > .icon > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.desktop-menu .main-navigation > ul > li > a > .icon,.desktop-menu__overlay .main-navigation--desktop > ul > li > a > .icon {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.desktop-menu .main-navigation > ul > li > a > .icon--MoreFilled, .main-navigation--desktop > ul > li > a > .icon--MoreFilled{
  display: block;
}
/*----------------------------------------*\
  CAROUSEL Navigation
\*----------------------------------------*/
.carousel-navigation{
  height: 100%;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.carousel-navigation .carousel{
  position: relative;
  height: 3.5rem;
}
.carousel-navigation .carousel li {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }
.carousel-navigation .carousel li > a{
  line-height: 1.25;
}
.carousel-navigation .carousel li > a:hover{
  color: var(--color-primary-600);
}
.carousel-navigation .carousel li > a{
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.carousel-navigation .carousel li > a::after {
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
.carousel-navigation .carousel li > a.active::after,
      .carousel-navigation .carousel li > a:hover::after{
  background-color: var(--color-primary-500);
}
.carousel-navigation .carousel li > a:focus-visible{
  --tw-ring-inset: inset;
}
.carousel-navigation .carousel__fonctions{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: static;
  z-index: 20;
}
.carousel-navigation .carousel__prev,
  .carousel-navigation .carousel__next{
  color: var(--color-primary-600);
}
.carousel-navigation .carousel__prev[disabled], .carousel-navigation .carousel__next[disabled]{
  display: none;
}
.desktop-menu__drawer.carousel-navigation .carousel__prev[disabled],.desktop-menu__drawer .carousel-navigation .carousel__next[disabled] {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.carousel-navigation .carousel__prev[disabled] > *,.desktop-menu__drawer .carousel-navigation .carousel__next[disabled] > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.carousel-navigation .carousel__prev[disabled],.desktop-menu__overlay .carousel-navigation .carousel__next[disabled] {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.carousel-navigation .carousel__prev svg, .carousel-navigation .carousel__next svg{
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-navigation .swiper-container,
  .carousel-navigation .swiper{
  height: 3.5rem;
}
.carousel-navigation .carousel__prev{
  order: 1;
  position: absolute;
  z-index: 10;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
  top: 0.5rem;
  bottom: 0px;
  left: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-navigation .carousel__next{
  order: 3;
  position: absolute;
  z-index: 10;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
  top: 0.5rem;
  bottom: 0px;
  right: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-navigation .carousel__pagination{
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* swiper container */
.carousel-navigation .swiper-container,
  .carousel-navigation .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
.carousel-navigation .swiper-container-vertical > .swiper-wrapper,
  .carousel-navigation .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
.carousel-navigation .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: stretch;
    transition-property: transform;
    box-sizing: content-box;
  }
.carousel-navigation .swiper-container-android .swiper-slide,
  .carousel-navigation .swiper-android .swiper-slide,
  .carousel-navigation .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
.carousel-navigation .swiper-container-multirow > .swiper-wrapper,
  .carousel-navigation .swiper-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
.carousel-navigation .swiper-container-multirow-column > .swiper-wrapper,
  .carousel-navigation .swiper-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
.carousel-navigation .swiper-container-free-mode > .swiper-wrapper,
  .carousel-navigation .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
.carousel-navigation .swiper-container-pointer-events,
  .carousel-navigation .swiper-pointer-events {
    touch-action: pan-y;
  }
.carousel-navigation .swiper-container-pointer-events.swiper-container-vertical,
  .carousel-navigation .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
  }
.carousel-navigation .swiper-slide {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: relative;
    transition-property: transform;
  }
.carousel-navigation .swiper-slide-invisible-blank {
    visibility: hidden;
  }
/* Auto Height */
.carousel-navigation .swiper-container-autoheight,
  .carousel-navigation .swiper-autoheight .swiper-container-autoheight .swiper-slide,
  .carousel-navigation .swiper-autoheight .swiper-slide {
    height: auto;
  }
.carousel-navigation .swiper-container-autoheight .swiper-wrapper,
  .carousel-navigation .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
/*----------------------------------------*\
  TOP BAR
\*----------------------------------------*/
.top-bar{
  background-color: var(--color-secondary-600);
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1544px){

  .top-bar{
    font-size: 1rem;
  }
}
.top-bar__bar{
  background-color: var(--color-secondary-600);
}
.top-bar--is-open .top-bar__bar{
  background-color: var(--color-secondary-700);
}
.top-bar__bar .container{
  height: 100%;
}
.top-bar__bar--easy-language{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 105 117 / var(--tw-bg-opacity)) !important;
}
.top-bar__bar--sign-language{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity)) !important;
}
.top-bar__drawer{
  padding-top: 1.5rem;
}
@media (min-width: 768px){

  .top-bar__drawer{
    padding-top: 2rem;
  }
}
.top-bar__drawer{
  background-color: var(--color-secondary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.top-bar__drawer__close{
  display: flex;
  justify-content: flex-end;
}
.top-bar__drawer__close__btn{
  display: flex;
  align-items: center;
}
.top-bar__main-title{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){

  .top-bar__main-title{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.top-bar__main-title{
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .top-bar__main-title{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .top-bar__main-title{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .top-bar__main-title{
    font-size: 2rem;
  }
}
.top-bar__main-title{
  line-height: 1.25;
}
.top-bar__title{
  min-height: 1.5rem;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .top-bar__title{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .top-bar__title{
    font-size: 1.375rem;
  }
}
.top-bar__title{
  margin-bottom: 1.5rem;
  line-height: 1.25rem;
}
.top-bar__title + p{
  margin-bottom: 1.5rem;
}
.localization{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px){

  .localization{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px){

  .localization{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.localization ul{
  display: flex;
  flex-wrap: wrap;
}
.localization li{
  display: flex;
  align-items: center;
}
.localization li:last-of-type{
  width: 100%;
}
@media (min-width: 768px){

  .localization li:last-of-type{
    width: auto;
  }
}
.localization a{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-secondary-100);
}
.localization a.active{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-left-width: 2px;
  border-color: var(--color-primary-600);
  padding-left: 0.5rem;
}
.localization .localization__icon{
  margin-left: 1rem;
  margin-right: 1rem;
}
.top-bar__grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  /* default Tailwind value */
}
.top-bar__grid + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .top-bar__grid + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .top-bar__grid + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .top-bar__grid + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .top-bar__grid + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .top-bar__grid + .grid{
    margin-top: 4rem;
  }
}
.top-bar__grid + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .top-bar__grid + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .top-bar__grid + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .top-bar__grid {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .top-bar__grid > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.top-bar__grid{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (min-width: 1024px){

  .top-bar__grid{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (min-width: 1280px){

  .top-bar__grid{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1544px){

  .top-bar__grid{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.top-bar__grid{
  padding-top: 1.25rem;

  grid-template-rows: auto 1fr;
}
.top-bar__grid .search {
  }
.top-bar__grid .search__results{
  position: relative;
  max-height: 60vh;
}
@media (min-width: 768px) {
.top-bar__grid .search__results {
      max-height: none;
      height: calc(100% - 10.5rem);
      position: absolute
  }
    }
.top-bar__grid__box-1{
  grid-column: span 6 / span 6;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){

  .top-bar__grid__box-1{
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px){

  .top-bar__grid__box-1{
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
  }
}
.top-bar__grid__box-2{
  grid-column: span 6 / span 6;
}
@media (min-width: 768px){

  .top-bar__grid__box-2{
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px){

  .top-bar__grid__box-2{
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }
}
.top-bar__grid__box-3{
  grid-column: span 6 / span 6;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){

  .top-bar__grid__box-3{
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px){

  .top-bar__grid__box-3{
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.top-bar__grid__box-4{
  position: relative;
  grid-column: span 6 / span 6;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px){

  .top-bar__grid__box-4{
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px){

  .top-bar__grid__box-4{
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.top-bar__btn{
  display: flex;
  align-items: center;
  text-align: left;
}
.top-bar__btn:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar__btn:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.top-bar__btn{
  margin-left: -1rem;
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-height: 2.75rem;
  background-color: var(--color-secondary-600);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.top-bar__btn span{
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 640px){

  .top-bar__btn span{
    width: 100%;
  }
}
.top-bar__btn__icon{
  margin-left: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.top-bar--is-open .top-bar__btn__icon{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.top-bar__navigation{
  height: 100%;
}
.top-bar__right{
  display: flex;
  align-items: center;
}
/* Overwrite badge close icon color */
.top-bar__right .badge__icon{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  background-color: inherit;
}
.top-bar__right .badge{
  cursor: pointer;
  margin-right: 0.5rem;
}
@media (min-width: 1024px){

  .top-bar__right .badge{
    margin-right: 0px;
  }
}
.top-bar__right .badge{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sticky-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
/*----------------------------------------*\
  TOP HEADER
\*----------------------------------------*/
.top-header{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){

  .top-header{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px){

  .top-header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px){

  .top-header{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1920px){

  .top-header{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.top-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .top-header{
    font-size: 1rem;
  }
}
.top-header{
  border-bottom-width: 1px;
  position: relative;
}
.top-header__mobile-title{
  background-color: var(--color-secondary-100);
}
@media (min-width: 480px){

  .top-header__mobile-title{
    display: none;
  }
}
.top-header__mobile-title{
  font-size: 0.75rem;
  position: relative;
  top: -0.75rem;
  overflow: hidden;

  transition: max-height 300ms;
}
.top-header__mobile-title .container{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px){

  .top-header__mobile-title .container{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.top-header__mobile-title br {
    display: none;
  }
.body--mobile-menu-is-open .top-header__mobile-title{
  max-height: 0px;
}
.top-header__right{
  display: flex;
}
@media (min-width: 1024px){

  .top-header__right{
    flex-direction: column;
    align-items: flex-end;
    margin-right: -0.75rem;
  }
}
.top-header__shopping-cart-button-mobile{
  display: flex;
  align-items: center;
  margin-left: 0.625rem;
  margin-right: 0.75rem;
}
@media (min-width: 1024px) {
.top-header__shopping-cart-button-mobile{
    display: none;
  }
.desktop-menu__drawer.top-header__shopping-cart-button-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.top-header__shopping-cart-button-mobile > *{
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
.desktop-menu__overlay.top-header__shopping-cart-button-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
  }
.top-header__shopping-cart-button-mobile.freebrand{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.top-header__shopping-cart-button-desktop{
  display: none;
}
.desktop-menu__drawer.top-header__shopping-cart-button-desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.top-header__shopping-cart-button-desktop > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.top-header__shopping-cart-button-desktop {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px) {
.top-header__shopping-cart-button-desktop{
    display: block;
    margin-right: 0.7rem;
    margin-left: 1rem;
  }
@media (min-width: 1280px){

    .top-header__shopping-cart-button-desktop{
      margin-left: 0.5rem;
    }
  }
  }
.top-header__container-flex{
  display: flex;
  align-items: center;
}
.icon-header-mobile{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
.icon-header-mobile{
    display: none;
  }
.desktop-menu__drawer.icon-header-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.icon-header-mobile > *{
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
.desktop-menu__overlay.icon-header-mobile {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
  }
.icon-easy-language{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.icon-easy-language svg{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.icon-sign-language{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.icon-sign-language svg{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
/*----------------------------------------*\
  DESKTOP-MENU
\*----------------------------------------*/
.desktop-menu{
  position: relative;
  z-index: 40;
  border-bottom-width: 1px;
}
.desktop-menu__drawer {
  display: none;
}
@media (min-width: 1024px){

  .desktop-menu__drawer{
    display: block;
  }
}
.desktop-menu__drawer{
  margin-top: 0px;
  left: 0px;
  width: 450px;
  padding: 2rem;
  padding-top: 4rem;
}
@media (min-width: 1280px){

  .desktop-menu__drawer{
    width: 650px;
    padding: 3rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu__drawer{
    width: 850px;
    padding: 6rem;
  }
}
.desktop-menu__drawer{
  overflow: hidden;
  position: absolute;
  top: 3.5rem;
  z-index: 30;
}
@media (min-width: 1280px){

  .desktop-menu__drawer{
    top: 4rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu__drawer{
    top: 5rem;
  }
}
.desktop-menu__drawer{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: opacity 300ms ease-in-out, height 200ms ease-in-out;
}
.desktop-menu__drawer > *{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__drawer.hidden {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.hidden > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__drawer.with-offset{
  left: -1rem;
}
@media (min-width: 1280px){

  .desktop-menu__drawer.with-offset{
    left: -2rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu__drawer.with-offset{
    left: -5rem;
  }
}
.desktop-menu__overlay {
  display: none;
  height: 120vh;
}
@media (min-width: 1024px){

  .desktop-menu__overlay{
    display: block;
  }
}
.desktop-menu__overlay{
  position: absolute;
  top: 3.5rem;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}
@media (min-width: 1280px){

  .desktop-menu__overlay{
    top: 4rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu__overlay{
    top: 5rem;
  }
}
.desktop-menu__overlay{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(17 24 39 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.hidden {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.desktop-menu__close{
  display: none;
}
.desktop-menu__drawer.desktop-menu__close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.desktop-menu__close > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.desktop-menu__close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .desktop-menu__close{
    display: block;
  }
}
.desktop-menu__close{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .desktop-menu__close{
    font-size: 1rem;
  }
}
.desktop-menu__close{
  border-width: 0px;
  --tw-border-opacity: 0;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.desktop-menu__close:hover{
  background-color: var(--color-secondary-50);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .desktop-menu__close{
    position: absolute;
    top: 1rem;
    right: 0px;
  }
}
@media (min-width: 1280px){

  .desktop-menu__close{
    top: 1.5rem;
    right: 1rem;
  }
}
@media (min-width: 1920px){

  .desktop-menu__close{
    top: 2rem;
    right: 5rem;
  }
}
@media (min-width: 1024px){

  .desktop-menu__close .icon{
    height: 1.25rem;
    width: 1.25rem;
  }
}
/*----------------------------------------*\
  BREADCRUMB
\*----------------------------------------*/
.breadcrumb{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1280px){

  .breadcrumb{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.breadcrumb{
  position: relative;
  z-index: 20;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  display: none;
}
.desktop-menu__drawer.breadcrumb {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.breadcrumb > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.breadcrumb {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 1024px){

  .breadcrumb{
    display: block;
  }
}
.breadcrumb nav{
  margin-left: -1rem;
}
.breadcrumb > nav > ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > nav > ul > li{
  position: relative;
  display: flex;
}
.breadcrumb > nav > ul > li > a{
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px){

  .breadcrumb > nav > ul > li > a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.breadcrumb > nav > ul > li > a{
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.breadcrumb > nav > ul > li > a:hover{
  color: var(--color-primary-600);
}
.breadcrumb > nav > ul > li > a.clicked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  z-index: 50;
      -webkit-clip-path: inset(-50px -50px 0 -50px);
              clip-path: inset(-50px -50px 0 -50px); /* crop shadow at the bottom */
}
.breadcrumb > nav > ul > li > a + ul{
  display: none;
  opacity: 0;
}
.desktop-menu__drawer.breadcrumb > nav > ul > li > a + ul {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.breadcrumb > nav > ul > li > a + ul > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.breadcrumb > nav > ul > li > a + ul {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.breadcrumb > nav > ul > li > a + ul{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.breadcrumb > nav > ul > li > a.clicked + ul{
  display: block;
  opacity: 1;
}
.breadcrumb__dropdown-icon{
  height: 1.25em;
  width: 1.25em;
  margin-left: 0.5rem;
  color: var(--color-primary-600);
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: var(--color-primary-600);
  stroke: currentColor;
}
.breadcrumb__dropdown-icon path{
  transform-origin: center;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.clicked .breadcrumb__dropdown-icon path{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.breadcrumb__include-icon{
  margin-left: -1.25rem;
  margin-right: 0.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.clicked .breadcrumb__include-icon{
  opacity: 0;
}
.breadcrumb__dropdown-icon{
  height: 1.25em;
  width: 1.25em;
  margin-left: 0.5rem;
  color: var(--color-primary-600);
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: var(--color-primary-600);
  stroke: currentColor;
}
.breadcrumb__dropdown-icon path{
  transform-origin: center;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.clicked .breadcrumb__dropdown-icon path{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*----------------------------------------*\
  BREADCRUMB DRAWER
\*----------------------------------------*/
.breadcrumb ul ul{
  margin-top: 1px;
  width: 300px;
  padding: 0.5rem;
  position: absolute;
  top: 3rem;
  left: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.breadcrumb ul ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.breadcrumb ul ul li a:hover{
  background-color: var(--color-secondary-50);
}
.breadcrumb ul ul li a:focus{
  color: var(--color-primary-600);
}
.breadcrumb ul ul li a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumb ul ul li a.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.breadcrumb ul ul li a{
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
}
.breadcrumb ul ul li a:hover{
  color: var(--color-primary-600);
}
.breadcrumb ul ul li a.active::after {
      content: '';
      display: block;
      background-color: var(--color-primary-600);
      width: 2px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
    }
/*----------------------------------------*\
  FOOTER
\*----------------------------------------*/
.footer-information{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){

  .footer-information{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media (min-width: 1280px){

  .footer-information{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer-information{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .footer-information{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .footer-information{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.footer-navigation{
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.footer-navigation > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 640px){

  .footer-navigation > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.footer-navigation{
  font-size: 0.75rem;
}
@media (min-width: 1280px){

  .footer-navigation{
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px){

  .footer-navigation{
    font-size: 1rem;
  }
}
.footer__link{
  display: inline-flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer__link:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.footer__link:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.footer__link{
  cursor: pointer;
}
.footer__link .footer-information__icon{
  display: inline-block;
  margin-right: 0.25rem;
  height: 100%;
  width: 1.4em;
  stroke: currentColor;
}
.footer-information__link--icon-right{
  flex-direction: row-reverse;
}
.footer-information__link--icon-right .footer-information__icon{
  position: relative;
  left: 0.1em;
  margin-left: 0.2em;
}
.footer-information__entry{
  margin-bottom: 4rem;
}
@media (min-width: 1024px){

  .footer-information__entry{
    margin-bottom: 0px;
  }
}
.footer-information__entry{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-information__entry:last-child{
  margin-bottom: 0px;
}
.footer-information__entry h3{
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .footer-information__entry h3{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .footer-information__entry h3{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .footer-information__entry h3{
    font-size: 2rem;
  }
}
.footer-information__entry h3{
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .footer-information__entry h3{
    margin-bottom: 2.5rem;
  }
}
.footer-information__entry p{
  margin-bottom: 0.75rem;
}
@media (min-width: 1280px){

  .footer-information__entry p{
    margin-bottom: 1rem;
  }
}
.footer-information__entry p:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1280px){

  .footer-information__entry.footer-information__entry--big{
    grid-column: span 2 / span 2;
  }
}
.footer-information__social{
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .footer-information__social{
    margin-bottom: 2rem;
  }
}
.footer-information__social{
  margin-top: -0.5rem;
}
/* to compensate the paddings of the links and get the same vertical alignment as the text on the first-column */
.footer-information__social .footer__link{
  margin-right: 1.25rem;
}
.footer-information__social svg {
    stroke-width: 0.1px;
  }
.footer-information__links{
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px){

  .footer-information__links{
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 1024px){

  .footer-information__links{
    flex-direction: column;
    gap: 0px;
  }
}
@media (min-width: 1280px){

  .footer-information__links{
    flex-direction: row;
    gap: 4rem;
  }
}
.footer-information__links{
  margin-top: -1rem;
}
/* to compensate the paddings of the links and get the same vertical alignment as the text on the first-column */
.footer-information__links .footer-information__links-column{
  flex: 1 1 0%;
}
.footer-information__links .footer__link{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-300);
}
.footer-information__links .footer__link:hover{
  background-color: var(--color-secondary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-information__links .footer__link .footer-information__icon{
  height: 1.5rem;
}
/*----------------------------------------*\
  MOBILE-MENU
\*----------------------------------------*/
.mobile-menu{
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px){

  .mobile-menu{
    display: none;
  }
}
.mobile-menu{
  overflow: hidden;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: 10;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mobile-menu--is-open,
.body--mobile-menu-is-open .mobile-menu{
  display: block;
}
@media (min-width: 1024px){

  .mobile-menu--is-open,
.body--mobile-menu-is-open .mobile-menu{
    display: none;
  }
}
.mobile-menu--is-open,
.body--mobile-menu-is-open .mobile-menu {
  height: calc(100vh - 65px);
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.mobile-menu--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu{
  display: block;
}
@media (min-width: 1024px){

  .mobile-menu--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu{
    display: none;
  }
}
.mobile-menu--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu {
  height: calc(100vh - 65px);
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
/*----------------------------------------*\
  MOBILE-MENU END
\*----------------------------------------*/
/*----------------------------------------*\
  MOBILE-MENU-V2
\*----------------------------------------*/
.mobile-menu-v2{
  background-color: var(--color-secondary-500);
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px){

  .mobile-menu-v2{
    display: none;
  }
}
.mobile-menu-v2{
  overflow: hidden;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: 50;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.mobile-menu-v2--is-open,
.body--mobile-menu-v2-is-open .mobile-menu-v2{
  display: block;
}
@media (min-width: 1024px){

  .mobile-menu-v2--is-open,
.body--mobile-menu-v2-is-open .mobile-menu-v2{
    display: none;
  }
}
.mobile-menu-v2--is-open,
.body--mobile-menu-v2-is-open .mobile-menu-v2 {
  height: 100vh;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.mobile-menu-v2--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu-v2{
  display: block;
}
@media (min-width: 1024px){

  .mobile-menu-v2--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu-v2{
    display: none;
  }
}
.mobile-menu-v2--is-open,
.body--mobile-menu-is-open-top-bar-disabled .mobile-menu-v2 {
  height: 100vh;
  visibility: visible;
  overflow-y: auto;
}
.mobile-menu-v2__back-button{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 2.2rem;
}
@media (min-width: 768px){

  .mobile-menu-v2__back-button{
    margin-top: 3.7rem;
  }
}
.mobile-menu-v2__back-button{
  display: none;
}
.desktop-menu__drawer.mobile-menu-v2__back-button {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.mobile-menu-v2__back-button > *{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.mobile-menu-v2__back-button {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
.mobile-menu-v2__back-button{
  margin-left: 0.4rem;
}
.mobile-menu-v2__back-button--is-visible{
  display: flex;
}
.mobile-menu-v2-header{
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}
.mobile-menu-v2-header-action-container{
  width: 100%;
  display: flex;
}
.mobile-menu-v2__close-button{
  margin-top: 2rem;
}
@media (min-width: 768px){

  .mobile-menu-v2__close-button{
    margin-top: 3rem;
  }
}
.mobile-menu-v2__close-button{
  margin-right: 1rem;
}
@media (min-width: 480px){

  .mobile-menu-v2__close-button{
    margin-right: 1.75rem;
  }
}
@media (min-width: 640px){

  .mobile-menu-v2__close-button{
    margin-right: 2.25rem;
  }
}
.mobile-menu-v2__close-button{
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.top-header__menu-v2-title{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  padding-top: 6.5rem;
}
@media (min-width: 768px){

  .top-header__menu-v2-title{
    padding-top: 8rem;
  }
}
.top-header__menu-v2-title{
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom-width: 2px;
}
.top-header__menu-v2-header-title-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateX(0%);
  transition: transform 600ms ease-in-out;
}
.mobile-menu-v2-body{
  height: 100%;
  width: 100%;
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a:hover{
  background-color: var(--color-secondary-50);
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a:focus{
  color: var(--color-primary-600);
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a{
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a{
    font-size: 1rem;
  }
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a{
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
}
.mobile-menu-v2-body .mobile-menu-v2-navigation-container .mobile-menu-v2-navigation li > a.active::after {
        content: '';
        display: block;
        background-color: var(--color-primary-500);
        width: 5px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
      }
.mobile-menu-v2-body .meta-navigation ul a{
  background-color: var(--color-secondary-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-menu-v2-body .meta-navigation ul a:hover{
  background-color: var(--color-secondary-50);
}
.mobile-menu-v2-body .meta-navigation ul a:focus{
  color: var(--color-primary-600);
}
.mobile-menu-v2-body .meta-navigation ul a{
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .mobile-menu-v2-body .meta-navigation ul a{
    font-size: 1rem;
  }
}
.mobile-menu-v2-body .meta-navigation ul a.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .meta-navigation ul a{
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
  background-color: var(--color-secondary-50);
}
.mobile-menu-v2-body .meta-navigation ul a:hover{
  background-color: var(--color-secondary-100);
}
.mobile-menu-v2-body .meta-navigation ul a:focus{
  background-color: var(--color-secondary-100);
}
.mobile-menu-v2-body .meta-navigation ul a{
  width: 100%;
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  background-color: var(--color-secondary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-bottom-width: 1px;
  border-color: var(--color-secondary-400);
}
.menu__item.mobile-menu-v2-body .top-bar-navigation--mobile ul a:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:focus{
  color: var(--color-primary-300);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:hover{
  background-color: var(--color-secondary-50);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:focus{
  color: var(--color-primary-600);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  font-size: 0.875rem;
}
@media (min-width: 1920px){

  .mobile-menu-v2-body .top-bar-navigation--mobile ul a{
    font-size: 1rem;
  }
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a.menu__item--negative:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-secondary-100);
  --tw-border-opacity: 1;
  background-color: var(--color-secondary-500);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:hover{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:focus{
  background-color: var(--color-secondary-700);
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-menu-v2-body .top-bar-navigation--mobile ul a{
  border-color: var(--color-secondary-300);
  width: 100%;
}
.mobile-menu-v2-navigation-item__has-children{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-menu-v2-navigation-item__has-children .icon{
  height: 1.25rem;
  width: 1.25rem;
}
.mobile-menu-v2__level{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: absolute;
  left: 0;
  right: 0;
  transform: translateX(0%);
  transition: transform 600ms ease-in-out;
}
/* Mobile menu */
.show-level-0 .mobile-menu-v2__level-0 {
    transform: translateX(0%);
  }
.show-level-0 .mobile-menu-v2__level-1,
  .show-level-0 .mobile-menu-v2__level-2,
  .show-level-0 .mobile-menu-v2__level-3,
  .show-level-0 .mobile-menu-v2__level-4,
  .show-level-0 .mobile-menu-v2__level-5,
  .show-level-0 .mobile-menu-v2__level-6,
  .show-level-0 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-0 .mobile-menu-v2-header-title-container__level-0 {
    transform: translateX(0%);
  }
.show-level-0 .mobile-menu-v2-header-title-container__level-1,
  .show-level-0 .mobile-menu-v2-header-title-container__level-2,
  .show-level-0 .mobile-menu-v2-header-title-container__level-3,
  .show-level-0 .mobile-menu-v2-header-title-container__level-4,
  .show-level-0 .mobile-menu-v2-header-title-container__level-5,
  .show-level-0 .mobile-menu-v2-header-title-container__level-6,
  .show-level-0 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-1 .mobile-menu-v2__level-0 {
    transform: translateX(-100%);
  }
.show-level-1 .mobile-menu-v2__level-1 {
    transform: translateX(0%);
  }
.show-level-1 .mobile-menu-v2__level-2,
  .show-level-1 .mobile-menu-v2__level-3,
  .show-level-1 .mobile-menu-v2__level-4,
  .show-level-1 .mobile-menu-v2__level-5,
  .show-level-1 .mobile-menu-v2__level-6,
  .show-level-1 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-1 .mobile-menu-v2-header-title-container__level-0 {
    transform: translateX(-100%);
  }
.show-level-1 .mobile-menu-v2-header-title-container__level-1 {
    transform: translateX(0%);
  }
.show-level-1 .mobile-menu-v2-header-title-container__level-2,
  .show-level-1 .mobile-menu-v2-header-title-container__level-3,
  .show-level-1 .mobile-menu-v2-header-title-container__level-4,
  .show-level-1 .mobile-menu-v2-header-title-container__level-5,
  .show-level-1 .mobile-menu-v2-header-title-container__level-6,
  .show-level-1 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-2 .mobile-menu-v2__level-0,
  .show-level-2 .mobile-menu-v2__level-1 {
    transform: translateX(-100%);
  }
.show-level-2 .mobile-menu-v2__level-2 {
    transform: translateX(0%);
  }
.show-level-2 .mobile-menu-v2__level-3,
  .show-level-2 .mobile-menu-v2__level-4,
  .show-level-2 .mobile-menu-v2__level-5,
  .show-level-2 .mobile-menu-v2__level-6,
  .show-level-2 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-2 .mobile-menu-v2-header-title-container__level-0,
  .show-level-2 .mobile-menu-v2-header-title-container__level-1 {
    transform: translateX(-100%);
  }
.show-level-2 .mobile-menu-v2-header-title-container__level-2 {
    transform: translateX(0%);
  }
.show-level-2 .mobile-menu-v2-header-title-container__level-3,
  .show-level-2 .mobile-menu-v2-header-title-container__level-4,
  .show-level-2 .mobile-menu-v2-header-title-container__level-5,
  .show-level-2 .mobile-menu-v2-header-title-container__level-6,
  .show-level-2 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-3 .mobile-menu-v2__level-0,
  .show-level-3 .mobile-menu-v2__level-1,
  .show-level-3 .mobile-menu-v2__level-2 {
    transform: translateX(-100%);
  }
.show-level-3 .mobile-menu-v2__level-3 {
    transform: translateX(0%);
  }
.show-level-3 .mobile-menu-v2__level-4,
  .show-level-3 .mobile-menu-v2__level-5,
  .show-level-3 .mobile-menu-v2__level-6,
  .show-level-3 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-3 .mobile-menu-v2-header-title-container__level-0,
  .show-level-3 .mobile-menu-v2-header-title-container__level-1,
  .show-level-3 .mobile-menu-v2-header-title-container__level-2 {
    transform: translateX(-100%);
  }
.show-level-3 .mobile-menu-v2-header-title-container__level-3 {
    transform: translateX(0%);
  }
.show-level-3 .mobile-menu-v2-header-title-container__level-4,
  .show-level-3 .mobile-menu-v2-header-title-container__level-5,
  .show-level-3 .mobile-menu-v2-header-title-container__level-6,
  .show-level-3 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-4 .mobile-menu-v2__level-0,
  .show-level-4 .mobile-menu-v2__level-1,
  .show-level-4 .mobile-menu-v2__level-2,
  .show-level-4 .mobile-menu-v2__level-3 {
    transform: translateX(-100%);
  }
.show-level-4 .mobile-menu-v2__level-4 {
    transform: translateX(0%);
  }
.show-level-4 .mobile-menu-v2__level-5,
  .show-level-4 .mobile-menu-v2__level-6,
  .show-level-4 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-4 .mobile-menu-v2-header-title-container__level-0,
  .show-level-4 .mobile-menu-v2-header-title-container__level-1,
  .show-level-4 .mobile-menu-v2-header-title-container__level-2,
  .show-level-4 .mobile-menu-v2-header-title-container__level-3 {
    transform: translateX(-100%);
  }
.show-level-4 .mobile-menu-v2-header-title-container__level-4 {
    transform: translateX(0%);
  }
.show-level-4 .mobile-menu-v2-header-title-container__level-5,
  .show-level-4 .mobile-menu-v2-header-title-container__level-6,
  .show-level-4 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-5 .mobile-menu-v2__level-0,
  .show-level-5 .mobile-menu-v2__level-1,
  .show-level-5 .mobile-menu-v2__level-2,
  .show-level-5 .mobile-menu-v2__level-3,
  .show-level-5 .mobile-menu-v2__level-4 {
    transform: translateX(-100%);
  }
.show-level-5 .mobile-menu-v2__level-5 {
    transform: translateX(0%);
  }
.show-level-5 .mobile-menu-v2__level-6,
  .show-level-5 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-5 .mobile-menu-v2-header-title-container__level-0,
  .show-level-5 .mobile-menu-v2-header-title-container__level-1,
  .show-level-5 .mobile-menu-v2-header-title-container__level-2,
  .show-level-5 .mobile-menu-v2-header-title-container__level-3,
  .show-level-5 .mobile-menu-v2-header-title-container__level-4 {
    transform: translateX(-100%);
  }
.show-level-5 .mobile-menu-v2-header-title-container__level-5 {
    transform: translateX(0%);
  }
.show-level-5 .mobile-menu-v2-header-title-container__level-6,
  .show-level-5 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-6 .mobile-menu-v2__level-0,
  .show-level-6 .mobile-menu-v2__level-1,
  .show-level-6 .mobile-menu-v2__level-2,
  .show-level-6 .mobile-menu-v2__level-3,
  .show-level-6 .mobile-menu-v2__level-4,
  .show-level-6 .mobile-menu-v2__level-5 {
    transform: translateX(-100%);
  }
.show-level-6 .mobile-menu-v2__level-6 {
    transform: translateX(0%);
  }
.show-level-6 .mobile-menu-v2__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu title */
.show-level-6 .mobile-menu-v2-header-title-container__level-0,
  .show-level-6 .mobile-menu-v2-header-title-container__level-1,
  .show-level-6 .mobile-menu-v2-header-title-container__level-2,
  .show-level-6 .mobile-menu-v2-header-title-container__level-3,
  .show-level-6 .mobile-menu-v2-header-title-container__level-4,
  .show-level-6 .mobile-menu-v2-header-title-container__level-5 {
    transform: translateX(-100%);
  }
.show-level-6 .mobile-menu-v2-header-title-container__level-6 {
    transform: translateX(0%);
  }
.show-level-6 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(100%);
  }
/* Mobile menu */
.show-level-7 .mobile-menu-v2__level-0,
  .show-level-7 .mobile-menu-v2__level-1,
  .show-level-7 .mobile-menu-v2__level-2,
  .show-level-7 .mobile-menu-v2__level-3,
  .show-level-7 .mobile-menu-v2__level-4,
  .show-level-7 .mobile-menu-v2__level-5,
  .show-level-7 .mobile-menu-v2__level-6 {
    transform: translateX(-100%);
  }
.show-level-7 .mobile-menu-v2__level-7 {
    transform: translateX(0%);
  }
/* Mobile menu title */
.show-level-7 .mobile-menu-v2-header-title-container__level-0,
  .show-level-7 .mobile-menu-v2-header-title-container__level-1,
  .show-level-7 .mobile-menu-v2-header-title-container__level-2,
  .show-level-7 .mobile-menu-v2-header-title-container__level-3,
  .show-level-7 .mobile-menu-v2-header-title-container__level-4,
  .show-level-7 .mobile-menu-v2-header-title-container__level-5,
  .show-level-7 .mobile-menu-v2-header-title-container__level-6 {
    transform: translateX(-100%);
  }
.show-level-7 .mobile-menu-v2-header-title-container__level-7 {
    transform: translateX(0%);
  }
/*----------------------------------------*\
  MOBILE-MENU-V2 END
\*----------------------------------------*/
/*----------------------------------------*\
  HERO
\*----------------------------------------*/
.hero{
  padding-top: 0px;
}
@media (min-width: 1024px){

  .hero{
    padding-top: 0px;
  }
}
@media (min-width: 1920px){

  .hero{
    padding-top: 0px;
  }
}
.hero{
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .hero{
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .hero{
    padding-bottom: 8rem;
  }
}
.hero{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .hero{
    padding-top: 3.5rem;
  }
}
@media (min-width: 1920px){

  .hero{
    padding-top: 5rem;
  }
}
.hero figure{
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  .hero__content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1920px){

  .hero__content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
.hero__title{
  overflow-wrap: break-word;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.625rem;
}
@media (min-width: 1024px){

  .hero__title{
    font-size: 2rem;
  }
}
@media (min-width: 1280px){

  .hero__title{
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px){

  .hero__title{
    font-size: 3rem;
  }
}
.hero__title{
  line-height: 1.25;
}
.hero__subtitle{
  overflow-wrap: break-word;
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .hero__subtitle{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .hero__subtitle{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .hero__subtitle{
    font-size: 2rem;
  }
}
.hero__subtitle{
  line-height: 1.25;
}
.hero__description{
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media (min-width: 1280px){

  .hero__description{
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px){

  .hero__description{
    font-size: 1.375rem;
  }
}
.hero__description{
  line-height: 1.375;
}
.hero__cta .btn{
  margin-right: 1rem;
}
@media (min-width: 768px){

  .hero__cta .btn{
    margin-right: 1.25rem;
  }
}
@media (min-width: 1280px){

  .hero__cta .btn{
    margin-right: 1.5rem;
  }
}
.hero__cta .btn{
  margin-bottom: 1rem;
}
@media (min-width: 768px){

  .hero__cta .btn{
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px){

  .hero__cta .btn{
    margin-bottom: 1.5rem;
  }
}
.hero__image{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.hero__image img{
  width: 100%;
}
@media (min-width: 1280px) {
.grid--responsive-cols-1\/4-3\/4.hero--default .hero__content,.hero--default .hero__content .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B B B'
  }
    }
.hero--default .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--default .hero__content{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1280px){

  .hero--default .hero__content{
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 768px){

  .hero--default .hero__content{
    grid-column-start: 2;
  }
}
@media (min-width: 1280px){

  .hero--default .hero__content{
    grid-column-start: 3;
  }
}
.hero--default .hero__content .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--default .hero__content .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--default .hero__content .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--default .hero__content .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--default .hero__content .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--default .hero__content .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .hero--default .hero__content .table-wrapper {
      padding-left: 0;
      padding-right: 0
  }
    }
@media (min-width: 1280px) {
.grid--responsive-cols-1\/4-3\/4.hero--default .hero__image,.hero--default .hero__image .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B B B B B'
  }
.grid--responsive-cols-3\/4-1\/4.hero--default .hero__image,.hero--default .hero__image .grid--responsive-cols-3\/4-1\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A A B B'
  }
.grid--responsive-cols-1\/3-2\/3.hero--default .hero__image,.hero--default .hero__image .grid--responsive-cols-1\/3-2\/3,
  .grid--responsive-cols-2\/3-1\/3.hero--default .hero__image,.hero--default .hero__image .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
.grid--responsive-cols-2\/3-1\/3.hero--default .hero__image,.hero--default .hero__image .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A B B B'
  }
    }
.hero--default .hero__image{
  grid-column: span 12 / span 12;
}
@media (min-width: 1280px){

  .hero--default .hero__image{
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.hero--default .hero__image .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--default .hero__image .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--default .hero__image .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--default .hero__image .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--default .hero__image .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--default .hero__image .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
.hero--default .hero__image img{
  margin: auto;
}
.hero--title-only{
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .hero--title-only{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px){

  .hero--title-only{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
.grid--responsive-cols-1\/4-3\/4.hero--title-only .hero__content,.hero--title-only .hero__content .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B'
  }
    }
.hero--title-only .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--title-only .hero__content{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){

  .hero--title-only .hero__content{
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1280px){

  .hero--title-only .hero__content{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px){

  .hero--title-only .hero__content{
    grid-column-start: 2;
  }
}
@media (min-width: 1024px){

  .hero--title-only .hero__content{
    grid-column-start: 3;
  }
}
@media (min-width: 1280px){

  .hero--title-only .hero__content{
    grid-column-start: 4;
  }
}
.hero--title-only .hero__content figure img{
  width: 100%;
}
.hero--title-only .hero__content .newsletter {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--title-only .hero__content .newsletter {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--title-only .hero__content .newsletter {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--title-only .hero__content .newsletter {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--title-only .hero__content .newsletter {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--title-only .hero__content .newsletter{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
    padding-top: 1.75rem;
    padding-bottom: 2rem;
}
@media (min-width: 480px){

  .hero--title-only .hero__content .newsletter{
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 640px){

  .hero--title-only .hero__content .newsletter{
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){

  .hero--title-only .hero__content .newsletter{
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px){

  .hero--title-only .hero__content .newsletter{
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.hero--title-only .hero__content .tabs{
  padding-top: 2rem;
  padding-bottom: 2rem;
    --side-margin: calc(1rem * -1);
}
@media (min-width: 480px) {
  .hero--title-only .hero__content .tabs {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--title-only .hero__content .tabs {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--title-only .hero__content .tabs {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--title-only .hero__content .tabs {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--title-only .hero__content .tabs{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .hero--title-only .hero__content .tabs {
      padding-left: 0;
      padding-right: 0
  }
    }
.hero--title-only .hero__content .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--title-only .hero__content .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--title-only .hero__content .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--title-only .hero__content .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--title-only .hero__content .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--title-only .hero__content .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .hero--title-only .hero__content .table-wrapper {
      padding-left: 0;
      padding-right: 0
  }
    }
.hero--title-only .hero__content .text-image {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--title-only .hero__content .text-image {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--title-only .hero__content .text-image {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--title-only .hero__content .text-image {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--title-only .hero__content .text-image {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--title-only .hero__content .text-image{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
@media (min-width: 768px) {

  .hero--title-only .hero__content .text-image {
      padding-left: 0;
      padding-right: 0
  }
    }
.hero--title-only .hero__content blockquote {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .hero--title-only .hero__content blockquote {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .hero--title-only .hero__content blockquote {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .hero--title-only .hero__content blockquote {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .hero--title-only .hero__content blockquote {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.hero--title-only .hero__content blockquote{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
.hero--main-image{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .hero--main-image{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px){

  .hero--main-image{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.hero--main-image .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--main-image .hero__content{
    grid-column: span 6 / span 6;
  }
}
.hero--main-image .hero__content{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.hero--main-image .hero__title{
  font-size: 1.625rem;
}
@media (min-width: 1024px){

  .hero--main-image .hero__title{
    font-size: 2rem;
  }
}
@media (min-width: 1280px){

  .hero--main-image .hero__title{
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px){

  .hero--main-image .hero__title{
    font-size: 3rem;
  }
}
.hero--main-image .hero__title{
  line-height: 1.25;
}
.hero--main-image .hero__image{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--main-image .hero__image{
    grid-column: span 6 / span 6;
  }
}
.hero--main{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){

  .hero--main{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1920px){

  .hero--main{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.hero--main .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--main .hero__content{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){

  .hero--main .hero__content{
    grid-column: span 8 / span 8;
  }
}
.hero--main .hero__content{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.hero--main .hero__title{
  font-size: 2rem;
}
@media (min-width: 1024px){

  .hero--main .hero__title{
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px){

  .hero--main .hero__title{
    font-size: 3rem;
  }
}
@media (min-width: 1920px){

  .hero--main .hero__title{
    font-size: 3.5rem;
  }
}
.hero--main .hero__title{
  line-height: 1.25;
}
.hero--main .hero__image{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--main .hero__image{
    grid-column: span 6 / span 6;
  }
}
.hero--hub{
  padding-bottom: 4rem;
}
@media (min-width: 768px){

  .hero--hub{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1920px){

  .hero--hub{
    padding-bottom: 7rem;
  }
}
.hero--hub .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--hub .hero__content{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){

  .hero--hub .hero__content{
    grid-column: span 8 / span 8;
  }
}
.hero--hub .hero__title{
  order: 1;
}
.hero--hub .hero__description{
  order: 2;
}
.hero--hub .hero__image{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--hub .hero__image{
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1024px){

  .hero--hub .hero__image{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 768px){

  .hero--hub .hero__image{
    grid-column-start: 8;
  }
}
.hero--hub .hero__image > *,.hero--hub .hero__image .sticky > *{
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .hero--hub .hero__image > *,.hero--hub .hero__image .sticky > *{
    margin-bottom: 2rem;
  }
}
.hero--hub .hero__image > *,.hero--hub .hero__image .sticky > *{
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .hero--hub .hero__image > *,.hero--hub .hero__image .sticky > *{
    margin-bottom: 2rem;
  }
}
.container--reverse-mobile .hero--hub .hero__image{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile .hero--hub .hero__image{
    order: 2;
  }

  .container--reverse .hero--hub .hero__image{
    order: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 1024px){

  .container--reverse .hero--hub .hero__image{
    grid-column-start: 2;
  }
}
.container--reverse-mobile.container--reverse .hero--hub .hero__image{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile.container--reverse .hero--hub .hero__image{
    order: 1;
  }
}
.hero--hub .hero__image .sticky .menu__item--active::after{
  display: none;
}
.desktop-menu__drawer.hero--hub .hero__image .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.hero--hub .hero__image .sticky .menu__item--active > *::after{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.hero--hub .hero__image .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .hero--hub .hero__image .sticky .menu__item--active::after{
    display: block;
  }
}
.hero--overview{
  padding-bottom: 4rem;
}
@media (min-width: 768px){

  .hero--overview{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1920px){

  .hero--overview{
    padding-bottom: 7rem;
  }
}
.hero--overview .hero__content{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--overview .hero__content{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){

  .hero--overview .hero__content{
    grid-column: span 8 / span 8;
  }
}
.hero--overview .hero__title{
  order: 1;
  margin-bottom: 0px !important;
}
.hero--overview .hero__description{
  order: 2;
}
.hero--overview .hero__image{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .hero--overview .hero__image{
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1024px){

  .hero--overview .hero__image{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 768px){

  .hero--overview .hero__image{
    grid-column-start: 8;
  }
}
.hero--overview .hero__image > *,.hero--overview .hero__image .sticky > *{
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .hero--overview .hero__image > *,.hero--overview .hero__image .sticky > *{
    margin-bottom: 2rem;
  }
}
.hero--overview .hero__image > *,.hero--overview .hero__image .sticky > *{
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px){

  .hero--overview .hero__image > *,.hero--overview .hero__image .sticky > *{
    margin-bottom: 2rem;
  }
}
.container--reverse-mobile .hero--overview .hero__image{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile .hero--overview .hero__image{
    order: 2;
  }

  .container--reverse .hero--overview .hero__image{
    order: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 1024px){

  .container--reverse .hero--overview .hero__image{
    grid-column-start: 2;
  }
}
.container--reverse-mobile.container--reverse .hero--overview .hero__image{
  order: 1;
}
@media (min-width: 768px){

  .container--reverse-mobile.container--reverse .hero--overview .hero__image{
    order: 1;
  }
}
.hero--overview .hero__image .sticky .menu__item--active::after{
  display: none;
}
.desktop-menu__drawer.hero--overview .hero__image .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.hero--overview .hero__image .sticky .menu__item--active > *::after{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.hero--overview .hero__image .sticky .menu__item--active::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 768px){

  .hero--overview .hero__image .sticky .menu__item--active::after{
    display: block;
  }
}
/*----------------------------------------*\
  QUOTE
\*----------------------------------------*/
.quote{
  gap: 1.25rem;
}
@media (min-width: 480px){

  .quote{
    gap: 1.75rem;
  }
}
@media (min-width: 640px){

  .quote{
    gap: 2.25rem;
  }
}
@media (min-width: 1024px){

  .quote{
    gap: 2.5rem;
  }
}
@media (min-width: 1280px){

  .quote{
    gap: 3rem;
  }
}
@media (min-width: 1920px){

  .quote{
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
.grid--responsive-cols-1\/4-3\/4.quote,.quote .grid--responsive-cols-1\/4-3\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A B B B B B B B B'
  }
.grid--responsive-cols-3\/4-1\/4.quote,.quote .grid--responsive-cols-3\/4-1\/4 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A A B B'
  }
.grid--responsive-cols-1\/3-2\/3.quote,.quote .grid--responsive-cols-1\/3-2\/3,
  .grid--responsive-cols-2\/3-1\/3.quote,.quote .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A B B B B B B B'
  }
.grid--responsive-cols-2\/3-1\/3.quote,.quote .grid--responsive-cols-2\/3-1\/3 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
      grid-template-areas: 'A A A A A A A B B B'
  }
    }
.quote{
  grid-column: span 12 / span 12;
}
@media (min-width: 1280px){

  .quote{
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.quote .table-wrapper {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .quote .table-wrapper {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .quote .table-wrapper {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .quote .table-wrapper {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .quote .table-wrapper {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.quote .table-wrapper{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
.quote{
  display: grid;
  justify-content: center;
  /* default Tailwind value */
}
.quote + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .quote + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .quote + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .quote + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .quote + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .quote + .grid{
    margin-top: 4rem;
  }
}
.quote + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .quote + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .quote + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .quote {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .quote > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.quote {

  grid-template-columns: repeat(2, minmax(min-content, max-content));
  grid-template-areas: 'A B';
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.bg--secondary-500 .quote,
  .bg--secondary-600 .quote,
  .bg--secondary-700 .quote,
  .bg--secondary-800 .quote,
  .bg--secondary-900 .quote{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.quote figcaption{
  color: inherit;
}
@media (min-width: 480px){

  .quote-font-size{
    font-size: 1.125rem;
  }
}
@media (min-width: 768px){

  .quote-font-size{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  .quote-font-size{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .quote-font-size{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .quote-font-size{
    font-size: 2rem;
  }
}
.quote__text{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px){

  .quote__text{
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px){

  .quote__text{
    padding-left: 0px;
  }
}
.quote__title{
  position: relative;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px){

  .quote__title{
    font-size: 1.125rem;
  }
}
@media (min-width: 768px){

  .quote__title{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  .quote__title{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  .quote__title{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  .quote__title{
    font-size: 2rem;
  }
}
.quote__title{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
@media (min-width: 1024px){

  .quote__title{
    text-indent: -2.25rem;
  }
}
.quote__title::before {
    content: '\00ab';
    line-height: 0;
    position: absolute;
    display: block;
    font-size: 2rem;
    top: -1rem;
  }
@media (min-width: 1024px){

  .quote__title::before{
    position: relative;
    display: inline;
    font-size: 3rem;
    top: 0.05em;
  }
}
.quote__title::after {
    content: ' \00bb';
    position: relative;
    top: 0.05em;
    font-size: 2rem;
  }
@media (min-width: 1024px){

  .quote__title::after{
    font-size: 3rem;
  }
}
.quote__title::after{
  line-height: 0;
}
.quote__author{
  font-size: 0.875rem;
}
@media (min-width: 1280px){

  .quote__author{
    font-size: 1rem;
  }
}
@media (min-width: 1920px){

  .quote__author{
    font-size: 1.125rem;
  }
}
.quote__image{
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px){

  .quote__image{
    height: 7rem;
    width: 7rem;
  }
}
@media (min-width: 1024px){

  .quote__image{
    height: 9rem;
    width: 9rem;
  }
}
@media (min-width: 1280px){

  .quote__image{
    height: 10rem;
    width: 10rem;
  }
}
@media (min-width: 1544px){

  .quote__image{
    height: 11rem;
    width: 11rem;
  }
}
.quote__image picture,
  .quote__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
blockquote{
  position: relative;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}
@media (min-width: 480px){

  blockquote{
    font-size: 1.125rem;
  }
}
@media (min-width: 768px){

  blockquote{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  blockquote{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  blockquote{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  blockquote{
    font-size: 2rem;
  }
}
blockquote{
  font-family: Font-Bold, Hind, Fallback-font;
  font-weight: 400;
}
@media (min-width: 1024px){

  blockquote{
    text-indent: -2.25rem;
  }
}
blockquote::before {
    content: '\00ab';
    line-height: 0;
    position: absolute;
    display: block;
    font-size: 2rem;
    top: -1rem;
  }
@media (min-width: 1024px){

  blockquote::before{
    position: relative;
    display: inline;
    font-size: 3rem;
    top: 0.05em;
  }
}
blockquote::after {
    content: ' \00bb';
    position: relative;
    top: 0.05em;
    font-size: 2rem;
  }
@media (min-width: 1024px){

  blockquote::after{
    font-size: 3rem;
  }
}
blockquote::after{
  line-height: 0;
}
@media (min-width: 480px){

  blockquote{
    font-size: 1.125rem;
  }
}
@media (min-width: 768px){

  blockquote{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){

  blockquote{
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px){

  blockquote{
    font-size: 1.625rem;
  }
}
@media (min-width: 1920px){

  blockquote{
    font-size: 2rem;
  }
}
blockquote{
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){

  blockquote{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.container__center--xs blockquote {
    --side-margin: calc(1rem * -1);
  }
@media (min-width: 480px) {
  .container__center--xs blockquote {
      --side-margin: calc(1.75rem * -1);
  }
    }
@media (min-width: 640px) {
  .container__center--xs blockquote {
      --side-margin: calc((100vw - 6em) / -12);
  }
    }
@media (min-width: 1280px) {
  .container__center--xs blockquote {
      --side-margin: calc((1280px - 6em) / -12);
  }
    }
@media (min-width: 1544px) {
  .container__center--xs blockquote {
      --side-margin: calc((1544px - 6em) / -12);
  }
    }
.container__center--xs blockquote{

    margin-left: var(--side-margin);
    margin-right: var(--side-margin);

    padding-left: calc(var(--side-margin) * -1);
    padding-right: calc(var(--side-margin) * -1);
}
blockquote::before{
  top: 2rem;
}
@media (min-width: 1024px){

  blockquote::before{
    top: 0px;
  }
}
/*----------------------------------------*\
  SOCIALS
\*----------------------------------------*/
.socials .section__title{
  padding-bottom: 1.5rem;
}
.socials blockquote::before,
    .socials blockquote::after{
  display: none;
}
.desktop-menu__drawer.socials blockquote::before,.desktop-menu__drawer
    .socials blockquote::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms, padding 1ms 300ms;
  }
.desktop-menu__drawer.socials blockquote > *::before,.desktop-menu__drawer
    .socials blockquote > *::after{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.desktop-menu__overlay.socials blockquote::before,.desktop-menu__overlay
    .socials blockquote::after {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    transition: opacity 300ms, height 1ms 300ms;
  }
@media (min-width: 640px){

  .socials__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .socials__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){

  .socials__grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.socials__grid > *{
  grid-column: span 12 / span 12;
}
@media (min-width: 768px){

  .socials__grid > *{
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1280px){

  .socials__grid > *{
    grid-column: span 4 / span 4;
  }

  .socials--items-1 .socials__grid > *:nth-child(1){
    grid-column-start: 3;
  }

  .socials--items-1 .socials__grid > *:nth-child(2){
    grid-column-start: 7;
  }

  .socials--items-4 .socials__grid > *:nth-child(4){
    grid-column-start: 5;
  }
}
.socials__info{
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){

  .socials--items-2 .socials__info,
  .socials--items-4 .socials__info{
    grid-column: 1 / -1;
  }
}
@media (min-width: 1280px){

  .socials--items-2 .socials__info,
  .socials--items-4 .socials__info{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 768px){

  .socials--items-3 .socials__info,
  .socials--items-6 .socials__info{
    grid-column: 1 / -1;
  }
}
.socials__instagram iframe{
  min-width: 0px !important;
}
.socials__facebook {
  display: flex;
  flex-direction: column;
}
.socials__linkedin {
  display: flex;
  flex-direction: column;
}
/*----------------------------------------*\
  Print
\*----------------------------------------*/
@media print {
  html {
    font-size: 13px !important;
    max-width: 80% !important;
    margin: 2rem auto !important;
  }
    #main-header .top-bar,
    #main-header .top-header__right,
    #main-header .desktop-menu {
      display: none !important;
    }

    #main-header .mobile-menu-navigation-bar {
      display: none !important;
    }

    #main-header .mobile-menu-sticky-navigation {
      display: none !important;
    }

    #main-header .breadcrumb {
      display: none !important;
    }

    #main-header .badge-easy-language {
      display: block !important;
    }

    #main-header .icon-header-mobile {
      display: none !important;
    }

    #main-header .top-header {
      border: 0px !important;
    }

    #main-header .logo {
      align-items: flex-start !important;
    }

    #main-header .logo__name {
      display: block !important;
    }

    #main-header .logo__title {
      display: block;
      height: 6.05em;
      margin-top: 0.05em;
      margin-left: 1em;
      padding-left: 2em;
      border-left: 0.025em solid #d1d5db;
    }

  #main-footer,
  .notification-banner,
  .back-to-top-wrapper,
  .card__footer__action,
  .section__action,
  .socials,
  .card--twitter,
  .carousel__fonctions,
  .newsletter,
  .card__image,
  .share-bar,
  .btn--back,
  .breadcrumb__dropdown-icon,
  .logo__separator,
  .alert-banner,
  video,
  audio,
  object,
  iframe {
    display: none !important;
  }

  .grid {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }

  .swiper-wrapper {
    page-break-after: always;
    transform: none !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
  }

  .swiper-slide {
    flex-basis: 50%;
    width: auto !important;
    margin-right: 0 !important;
  }

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

  .ratio + figcaption {
    display: none !important;
  }

  p,
  img,
  ul,
  .card {
    position: relative;
    display: block;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .card {
    margin-bottom: 2em;
  }

  .breadcrumb nav {
    margin-left: 0 !important;
  }

  .breadcrumb-navigation a {
    padding-left: 0.25rem !important;
  }

  .breadcrumb__include-icon {
    margin-left: -0.75rem !important;
    margin-right: 0.5rem !important;
  }
}
/*
  classes for storybook only
  TODO remove them from output
*/
/*----------------------------------------*\
  STORYBOOK ICONS PRESENTATION
\*----------------------------------------*/
.storybook-icon-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  /* default Tailwind value */
}
.storybook-icon-list + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .storybook-icon-list + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .storybook-icon-list + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .storybook-icon-list + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .storybook-icon-list + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .storybook-icon-list + .grid{
    margin-top: 4rem;
  }
}
.storybook-icon-list + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .storybook-icon-list + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .storybook-icon-list + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .storybook-icon-list {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .storybook-icon-list > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 768px){

  .storybook-icon-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .storybook-icon-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.storybook-icon-cc-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.storybook-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-shadow: 0px 1px 2px 0px rgba(0,0,0,0.06), 0px 1px 5px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.storybook-icon:hover{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.storybook-icon__text{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
}
/* Color Presentation */
.storybook-color-list{
  margin: 0px;
  min-width: 0px;
  flex: 1 1 0%;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  /* default Tailwind value */
}
.storybook-color-list + .grid{
  margin-top: 1.25rem;
}
@media (min-width: 480px){

  .storybook-color-list + .grid{
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px){

  .storybook-color-list + .grid{
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px){

  .storybook-color-list + .grid{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){

  .storybook-color-list + .grid{
    margin-top: 3rem;
  }
}
@media (min-width: 1920px){

  .storybook-color-list + .grid{
    margin-top: 4rem;
  }
}
.storybook-color-list + .section__subtitle{
  padding-top: 3rem;
}
@media (min-width: 1024px){

  .storybook-color-list + .section__subtitle{
    padding-top: 4rem;
  }
}
@media (min-width: 1920px){

  .storybook-color-list + .section__subtitle{
    padding-top: 5rem;
  }
}
@media print {

  .storybook-color-list {
    display: block; /* needed so that content in grid don't break the break-inside rule */
  }
}
.storybook-demo-ratio .storybook-color-list > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 640px){

  .storybook-color-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .storybook-color-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .storybook-color-list{
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.25rem;
  }
}
.storybook-color-list__title{
  grid-column: 1 / -1;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-family: Font-Bold, Hind, Fallback-font;
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: capitalize;
}
.storybook-color{
  overflow: hidden;
  border-radius: 0.1875rem;
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.storybook-color__palette{
  height: 4rem;
  width: 100%;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0;
}
.storybook-color__text{
  padding: 0.75rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
/* Background presentation */
.storybook-backgrounds > div{
  margin-bottom: 0.25rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  padding: 1.5rem;
  padding-left: 1.75rem;
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.storybook-demo-grid [class^='grid'] > div,
.storybook-demo-grid .container--grid > div,
.storybook-demo-grid .container > div{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.storybook-demo-mobile-menu .mobile-menu{
  position: relative;
}
.storybook-demo-mobile-menu .mobile-menu ul{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.storybook-demo-spacings #main-content {
    min-height: auto;
  }
.storybook-demo-ratio .grid > div > div > *{
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
.storybook-show-container,
.storybook-show-container section {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/2.25rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/2.25rem 100%;
}
  }
.storybook-show-container,
.storybook-show-container section{
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
.storybook-show-container,
.storybook-show-container section {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/2.5rem 100%;
}
  }
.storybook-show-container,
.storybook-show-container section{
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
.storybook-show-container,
.storybook-show-container section {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/3rem 100%;
}
  }
.storybook-show-container,
.storybook-show-container section{
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
.storybook-show-container,
.storybook-show-container section {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/4rem 100%;
}
  }
.storybook-show-container,
.storybook-show-container section{
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
.storybook-show-grid,
.storybook-show-grid .container--grid {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/2.25rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/2.25rem 100%;
}
  }
.storybook-show-grid,
.storybook-show-grid .container--grid{
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
.storybook-show-grid,
.storybook-show-grid .container--grid {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(1 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(2 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(3 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(4 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(5 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(6 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(7 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(8 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(9 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(10 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(11 * 100% / 12 + 0px) 0/2.5rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/2.5rem 100%;
}
  }
.storybook-show-grid,
.storybook-show-grid .container--grid{
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
.storybook-show-grid,
.storybook-show-grid .container--grid {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(1 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(2 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(3 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(4 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(5 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(6 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(7 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(8 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(9 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(10 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(11 * 100% / 12 + 0px) 0/3rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/3rem 100%;
}
  }
.storybook-show-grid,
.storybook-show-grid .container--grid{
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
.storybook-show-grid,
.storybook-show-grid .container--grid {
    background: linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(0 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(1 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(2 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(3 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(4 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(5 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(6 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(7 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(8 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(9 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(10 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(11 * 100% / 12 + 0px) 0/4rem 100%,
      linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05))
        calc(12 * 100% / 12 + 0px) 0/4rem 100%;
}
  }
.storybook-show-grid,
.storybook-show-grid .container--grid{
  background-repeat: no-repeat;
}
.storybook-bg-negative{
  background-color: var(--color-secondary-600) !important;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.m-auto{
  margin: auto;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-1\.5{
  margin-left: -0.375rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.flex-grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.gap-3{
  gap: 0.75rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.p-8{
  padding: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-right{
  text-align: right;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.text-secondary-300{
  color: var(--color-secondary-300);
}
.underline{
  text-decoration-line: underline;
}
.shadow-2xl{
  --tw-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06), 1px 10px 70px -8px rgba(0,0,0,0.13);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color), 1px 10px 70px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0px 2px 6px -1px rgba(0,0,0,0.06), 0px 5px 20px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 2px 6px -1px var(--tw-shadow-color), 0px 5px 20px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0px 6px 10px -5px rgba(0,0,0,0.06), 0px 15px 25px -3px rgba(0,0,0,0.09);
  --tw-shadow-colored: 0px 6px 10px -5px var(--tw-shadow-color), 0px 15px 25px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px){

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:block{
    display: block;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-5{
    gap: 1.25rem;
  }
}
@media (min-width: 1024px){

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
