/*
! tailwindcss v3.3.2 | 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: currentColor; /* 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.
*/

html {
  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: CircularXX-Book, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

*, ::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:  ;
}

::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:  ;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-right-4 {
  right: -1rem;
}
.-top-24 {
  top: -6rem;
}
.-top-8 {
  top: -2rem;
}
.left-0 {
  left: 0px;
}
.left-\[1rem\] {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-36 {
  top: 9rem;
}
.top-60 {
  top: 15rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-16 {
  grid-column: span 16 / span 16;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-8 {
  grid-column-start: 8;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[\.375rem\] {
  margin-bottom: .375rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10p {
  margin-right: .625rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[\.375rem\] {
  margin-right: .375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[120\/133\]::before {
  float: left;
  padding-top: 110.83333333333334%;
  content: '';
}
.aspect-\[120\/133\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[164\/104\]::before {
  float: left;
  padding-top: 63.41463414634146%;
  content: '';
}
.aspect-\[164\/104\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[315\/198\]::before {
  float: left;
  padding-top: 62.85714285714286%;
  content: '';
}
.aspect-\[315\/198\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[345\/230\]::before {
  float: left;
  padding-top: 66.66666666666666%;
  content: '';
}
.aspect-\[345\/230\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[375\/150\]::before {
  float: left;
  padding-top: 40%;
  content: '';
}
.aspect-\[375\/150\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[375\/200\]::before {
  float: left;
  padding-top: 53.33333333333333%;
  content: '';
}
.aspect-\[375\/200\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-\[464\/264\]::before {
  float: left;
  padding-top: 56.896551724137936%;
  content: '';
}
.aspect-\[464\/264\]::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-square::before {
  float: left;
  padding-top: 100%;
  content: '';
}
.aspect-square::after {
  display: block;
  content: '';
  clear: both;
}
.aspect-video::before {
  float: left;
  padding-top: 56.25%;
  content: '';
}
.aspect-video::after {
  display: block;
  content: '';
  clear: both;
}
.h-0 {
  height: 0px;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-44 {
  height: 11rem;
}
.h-\[12\.5rem\] {
  height: 12.5rem;
}
.h-\[5\.625rem\] {
  height: 5.625rem;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-full {
  height: 100%;
}
.max-h-\[31\.25rem\] {
  max-height: 31.25rem;
}
.min-h-\[100vw\] {
  min-height: 100vw;
}
.min-h-\[2\.375rem\] {
  min-height: 2.375rem;
}
.min-h-\[25rem\] {
  min-height: 25rem;
}
.min-h-\[4\.6875rem\] {
  min-height: 4.6875rem;
}
.min-h-\[7\.8125rem\] {
  min-height: 7.8125rem;
}
.min-h-cover {
  min-height: calc(100vh - 100px);
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[21\.625rem\] {
  width: 21.625rem;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[5\.625rem\] {
  width: 5.625rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-full {
  width: 100%;
}
.w-language {
  width: 4.25rem;
}
.w-menu-toggle {
  width: 5.625rem;
}
.min-w-\[13rem\] {
  min-width: 13rem;
}
.max-w-\[25vw\] {
  max-width: 25vw;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-wide {
  max-width: 96.875rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
@keyframes fade-in {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 1.2s ease-in-out;
}
@keyframes fade-in-2 {

  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in-2 {
  animation: fade-in-2 1.2s ease-in-out;
}
.cursor-pointer {
  cursor: pointer;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tag {
  border-radius: 5.625rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
}
.border-white-150 {
  border-color: rgba(255, 255, 255, 0.15);
}
.border-white-alt {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-aubergine {
  --tw-bg-opacity: 1;
  background-color: rgb(115 88 121 / var(--tw-bg-opacity));
}
.bg-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-black-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(133 168 169 / var(--tw-bg-opacity));
}
.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(124 44 19 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(163 177 110 / var(--tw-bg-opacity));
}
.bg-line {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-line-dark {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(228 162 94 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[\.375rem\] {
  padding-left: .375rem;
  padding-right: .375rem;
}
.px-\[\.625rem\] {
  padding-left: .625rem;
  padding-right: .625rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[\.875rem\] {
  padding-top: .875rem;
  padding-bottom: .875rem;
}
.\!pb-16 {
  padding-bottom: 4rem !important;
}
.\!pr-10 {
  padding-right: 2.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-18 {
  padding-bottom: 4.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[\.375rem\] {
  padding-top: .375rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-sans {
  font-family: CircularXX-Book, system-ui, sans-serif;
}
.\!text-s {
  font-size: 16px !important;
}
.text-2xl {
  font-size: 30px;
}
.text-l {
  font-size: 20px;
}
.text-m {
  font-size: 18px;
}
.text-s {
  font-size: 16px;
}
.text-xl {
  font-size: 24px;
}
.text-xs {
  font-size: 14px;
}
.text-xxs {
  font-size: 12px;
}
.font-semimedium {
  font-weight: 450;
}
.uppercase {
  text-transform: uppercase;
}
.-tracking-tight {
  letter-spacing: 0.02em;
}
.tracking-tight {
  letter-spacing: -0.02em;
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-alt {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.outline {
  outline-style: solid;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out-expo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  /* max-width: 1410px;
  max-width: 1304px; */
  max-width: 1444px;
}
.heading1 {
  font-size: 30px;
  font-weight: 450;
}
@media (min-width: 1200px) {

  .heading1 {
    font-size: 56px;
  }
}
.heading2 {
  font-size: 20px;
  font-weight: 450;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {

  .heading2 {
    font-size: 48px;
  }
}
.heading3 {
  font-size: 20px;
  font-weight: 450;
}
@media (min-width: 1200px) {

  .heading3 {
    font-size: 32px;
  }
}
.heading4 {
  font-size: 18px;
  font-weight: 450;
}
@media (min-width: 1200px) {

  .heading4 {
    font-size: 24px;
  }
}
.container-grid {
  /*@apply grid mx-auto;
  grid-template-columns: minmax(1rem, 1fr) repeat(12, minmax(0, 6.65rem)) minmax(1rem, 1fr);
  max-width: 1700px;*/
  display: grid;
  /* grid-template-columns:
    0fr
    minmax(1rem, 1fr)
    repeat(12, minmax(0, 6.65rem))
    minmax(1rem, 1fr)
    0fr; */
  grid-template-columns:
          0fr
          minmax(1rem, 1fr)
          repeat(12, minmax(0, 7.3rem))
          minmax(1rem, 1fr)
          0fr;
}
/* @media (min-width: 1554px) { */
@media (min-width: 1628px) {
  .container-grid {
    /* grid-template-columns:
      minmax(0, 1fr)
      138px
      repeat(12, minmax(0, 6.65rem))
      138px
      minmax(0, 1fr); */
    grid-template-columns:
            minmax(0, 1fr)
            116px
            repeat(12, minmax(0, 7.3rem))
            116px
            minmax(0, 1fr)
  }
}
@font-face {
  font-family: "CircularXX-Book";
  src: url("../fonts/CircularXXWeb-Book.woff2") format("woff2"),
  url("../fonts/CircularXXWeb-Book.woff") format("woff");
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-pointer-events{touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.accordion__title::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background: url(../images/caret-down--red.svg) no-repeat center;
  background-size: contain;
}
.accordion__title--large::after {
  width: 14px;
  height: 10px;
}
.accordion.is-open .accordion__title::after {
  --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__content {
  position: relative;
}
.accordion__content::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  width: 100%;
  opacity: 0;
}
.is-open .accordion__content::before {
  opacity: 1;
}
.anchors .is-active {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.blog-header__top::after {
  position: absolute;
  left: 50%;
  display: none;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.media__toggle.blog-header__top::after {
  display: none !important;
}
@media (min-width: 768px) {

  .blog-header__top::after {
    display: block;
  }
}
.blog-header__top::after {
  margin-top: 2.5rem;
  /** width: 50vw; */
  width: 100%;
  left: 50%;
  margin-left: -50vw;
  content: '';
}
.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  flex-basis: auto;
  min-width: 0;
}
.breadcrumbs__item:first-child,
.breadcrumbs__item:last-child {
  min-width: auto;
}
.breadcrumbs__item::after {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
  opacity: 0.4;
}
@media (min-width: 1200px) {

  .breadcrumbs__item::after {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.breadcrumbs__item::after {
  content: '/';
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.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: 225ms;
  border-radius: 1px;
}
.button::after {
  position: absolute;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  border-radius: 2px;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}
.button:hover,
.button:focus {
  border-color: rgba(17, 17, 17, 0.3);
}
.button:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.button:focus::after {
  opacity: 1;
}
.is-dark .button:hover,
.is-dark .button:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.button--outline {
  border-width: 1px;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  background-color: transparent;
  color: currentColor;
}
.button--outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--outline:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-dark .button--outline {
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
.is-dark .button--outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.is-dark .button--outline:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.button--secondary {
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.button--secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.button--white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.button--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--white:hover path,
.button--white:focus path {
  fill: currentColor;
}
.card-date__bottom a {
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}
.card-date__bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  text-decoration-color: #E1251B;
  text-decoration-style: solid;
}
.card-date__bottom a {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.card-date__bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.card-link-simple__link {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.card-link-simple__link::after {
  position: relative;
  margin-left: 0.25rem;
  display: block;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 6px;
  height: 12px;
  top: 1px;
  content: '';
  background: url(../images/chevron-right--gray.svg) no-repeat;
}
@media (min-width: 768px) {
  .card-link-simple__link::after {
    top: 2px
  }
}
.card-link-simple:hover .card-link-simple__link::after, .card-link-simple:focus .card-link-simple__link::after {
  opacity: 1;
}
.checkbox-link-reset {
  position: relative;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.checkbox-link-reset::after {
  position: absolute;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}
.checkbox-link-reset svg {
  transform-origin: center;
  --tw-rotate: 45deg;
  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));
}
.checkbox-link-reset path {
  fill: #FFFFFF;
}
.checkbox-pill {
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
}
/* Hide the checkbox input */
.checkbox-pill input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox-pill label {
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
}
.checkbox-pill label::after {
  position: absolute;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}
.checkbox-pill svg {
  transform-origin: center;
  opacity: 0.5;
}
.checkbox-pill label:hover,
.checkbox-pill input:focus + label {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.checkbox-pill label:hover path, .checkbox-pill input:focus + label path {
  fill: #E1251B;
}
.checkbox-pill label:hover svg, .checkbox-pill input:focus + label svg {
  opacity: 1;
}
.checkbox-pill input:focus + label::after {
  opacity: 1;
}
.checkbox-pill input:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.checkbox-pill input:checked + label path {
  fill: #FFFFFF;
}
.checkbox-pill input:checked + label svg {
  --tw-rotate: 45deg;
  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));
  opacity: 1;
}
.filters__search-input {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition: border 0.2s;
}
@media (min-width: 768px) {
  .filters__search-input {
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: .625rem center
  }

}
.filters__search-input:focus {
  outline: none;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 37 27 / var(--tw-border-opacity));
}
.filters__arrow {
  position: relative;
}
/* add top triangle */
.filters__arrow::before,
.filters__arrow::after {
  position: absolute;
  top: -1rem;
  left: 24px;
  height: 0px;
  width: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 768px) {

  .filters__arrow::before,
  .filters__arrow::after {
    left: 8px;
  }
}
.filters__arrow::before,
.filters__arrow::after {
  border-top-width: 8px;
  border-bottom-width: 8px;
  content: '';
}
.filters__arrow::before {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.filters__arrow::after {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  top: -.9375rem;
}
.filters__reset {
  display: flex;
  align-items: center;
}
.filters__reset svg {
  position: relative;
  transform-origin: center;
  --tw-rotate: 45deg;
  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: 0.1rem;
}
.filters__reset path {
  fill: #E1251B;
}
.filters__reset:hover span, .filters__reset:focus span {
  opacity: 1;
}
.filters__clear-text {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0.00001px;
  line-height: 0;

  background: url(/images/close-red.svg) no-repeat 50% 50%;
}
.filters__submit path {
  fill: currentColor;
  opacity: 1 !important;
}
.filters__toggle-bt {
  font-size: 14px;
}
@media (min-width: 640px) {

  .filters__toggle-bt {
    font-size: 18px;
  }
}
.formation-header {
  position: relative;
}
.formation-header__intro::after {
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.media__toggle.formation-header__intro::after {
  display: none !important;
}
@media (min-width: 1200px) {

  .formation-header__intro::after {
    display: block;
  }
}
.formation-header__intro::after {
  content: '';
}
@media (min-width: 1200px) {

  .language-switcher {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.language-switcher li {
  display: flex;
  align-items: center;
}
.language-switcher li:first-child {
  margin-left: 0px;
}
@media (max-width: 1199px) {

  .language-switcher li {
    margin-left: 1rem;
  }
}
.language-switcher a {
  opacity: 0.5;
}
.language-switcher a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.language-switcher a:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .language-switcher a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.language-switcher .is-active a {
  opacity: 1;
}
.link {
  display: inline-flex;
  align-items: center;
  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: 225ms;
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.link:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.link::after {
  position: relative;
  margin-left: 0.5rem;
  display: block;
  width: 6px;
  height: 12px;
  top: 1px;
  content: '';
  background: url(../images/chevron-right--red.svg) no-repeat;
}
.rich-text .link {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.link--download {
  text-decoration-line: underline;
  text-decoration-color: #E0E0E0;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.link--download::after {
  width: 12px;
  height: 15px;
  background-image: url(../images/link-download.svg);
}
.link--chevron::after {
  margin-left: 0.5rem;
  display: inline-block;
  content: '';
  width: 6px;
  height: 12px;
  background: url('/images/chevron-right--red.svg') no-repeat center center;
}
.link--camera::before, .link--map::before {
  position: relative;
  margin-right: 0.5rem;
  display: block;
  width: 18px;
  height: 18px;
  top: 2px;
  content: '';
  background: url(../images/link-camera.svg) no-repeat;
}
.link--camera::after, .link--map::after {
  display: none;
}
.media__toggle.link--camera::after,.media__toggle .link--map::after {
  display: none !important;
}
.link--map::before {
  top: 0;
  background: url(../images/link-map.svg) no-repeat;
}
.menu-toggle {
  display: flex;
  height: 100%;
  width: 5.625rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-toggle .is-label-close {
  display: none;
}
.media__toggle.menu-toggle .is-label-close {
  display: none !important;
}
.menu-toggle__icon {
  margin-left: 0.5rem;
  position: relative;
  transition-duration: 0s;
  transition-delay: .2s;
  transition: background-color 0.3s;
}
.menu-toggle__icon:before, .menu-toggle__icon:after {
  position: absolute;
  content: '';
}
.menu-toggle__icon, .menu-toggle__icon:before, .menu-toggle__icon:after {
  width: 16px;
  height: 1px;
  background-color: currentColor;
  display: block;
  opacity: 1;
}
.menu-toggle__icon:before {
  margin-top: -7px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;
}
.menu-toggle__icon:after {
  margin-top: 7px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;
}
.is-menu-open .menu-toggle .menu-toggle__icon {
  background-color: rgba(0,0,0,0);
  transition: 0.3s background-color;
}
.is-menu-open .menu-toggle .menu-toggle__icon:before {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, .2s;
}
.is-menu-open .menu-toggle .menu-toggle__icon:after {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, .2s;
}
@media (max-width: 1199px) {

  .navbar {
    bottom: 0px;
    top: 3.4375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    position: fixed;
    left: 0px;
    top: 55px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }
}
.navbar {
  overscroll-behavior: contain;
}
@media (max-width: 1199px) {

  .navbar {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
.is-menu-open .navbar {
  pointer-events: auto;
}
@media (max-width: 1199px) {

  .is-menu-open .navbar {
    visibility: visible !important;
    opacity: 1;
  }
}
.is-white .navbar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbar__submenu {
  position: relative;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .navbar__submenu {
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  }
}
.navbar__submenu {
  top: 0.6rem;
}
@media (min-width: 1200px) {

  .navbar__submenu {
    top: 3.75rem;
  }
}
@media (max-width: 1199px) {

  .navbar__submenu {
    display: none;
  }
}
@media (min-width: 1200px) {

  .navbar__submenu {
    visibility: hidden;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    padding-top: 5rem;
    opacity: 0;
  }
}
.navbar__submenu {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 550ms;
}
@media (max-width: 1199px) {

  .navbar__submenu {
    margin-left: -1rem;
    margin-right: -1rem;
    width: 100vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.navbar__submenu {

  /* Need to force "block" on desktop since subemnu can have inline styles from the mobile menu toggle script */
}
@media (min-width: 1200px) {

  .navbar__submenu {
    display: block !important;
    padding-left: 7.375rem;
  }
}
@media (max-width: 1199px) {
  .navbar__submenu {
    /* Add top white triangle on mobile */
  }
  .navbar__submenu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: .5rem;
    width: 26px;
    height: 5px;
    background: url('../images/submenu-mobile-top-triangle2.svg') no-repeat;
  }
}
.navbar__submenu 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: 225ms;
}
.navbar__submenu a:hover,
.navbar__submenu a:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.navbar a:hover .navbar__submenu, .navbar a:focus .navbar__submenu {
  transition-delay: 100ms;
}
.navbar__submenu-inner {
  /* Arbitrary min-height to prevent height differences when hovering multiple items. */
  /* This may need to be adjusted depending on the final content, the value is in tailwind.config.js > extend > minHeight > menu. */
}
@media (min-width: 1200px) {

  .navbar__submenu-inner {
    min-height: 360px;
  }
}
.navbar__item:first-child {
  margin-left: 0px;
}
.navbar__item:last-child {
  margin-right: 0px;
}
@media (min-width: 1200px) {

  .navbar__item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1199px) {
  .navbar__item {
    transition: padding 0.2s
  }
  .navbar__item.is-open {
    padding-bottom: 1.5rem;
  }
}
.navbar__item:hover > a, .navbar__item:focus-within > a {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.navbar__item:hover > a path, .navbar__item:focus-within > a path {
  opacity: 1;
}
.navbar__item:hover .navbar__submenu, .navbar__item:focus-within .navbar__submenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 300ms;
}
.navbar__item-link {
  align-items: center;
}
@media (max-width: 1199px) {

  .navbar__item-link {
    display: flex;
    font-size: 32px;
  }

  .navbar__item-text {
    order: 2;
  }
}
.navbar__item-carret {
  position: relative;
  top: -2px;
  display: inline-block;
  fill: currentColor;
}
@media (min-width: 1200px) {

  .navbar__item-carret {
    margin-left: 0.25rem;
  }
}
@media (max-width: 1199px) {

  .navbar__item-carret {
    order: 1;
    margin-right: 0.75rem;
    --tw-rotate: -90deg;
    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));

    /** Also add transparent pseudo element to increase click area */
  }
  .navbar__item-carret svg {
    width: 11px;
    height: 7px;
  }
  .navbar__item-carret::after {
    position: absolute;
    inset: -0.75rem;
    background-color: transparent;
    content: '';
  }
  .navbar__item.is-open .navbar__item-carret {
    --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));
  }
}
.navbar__item.is-active {
  position: relative;
}
@media (min-width: 1200px) {

  .navbar__item.is-active {
    font-weight: 700;
  }
  .navbar__item.is-active::after {
    position: absolute;
    bottom: -1px;
    left: 0px;
    display: block;
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(225 37 27 / var(--tw-bg-opacity));
    content: '';
  }
}
.navbar__item.is-active .navbar__item-link {
  --tw-text-opacity: 1 !important;
  color: rgb(16 16 16 / var(--tw-text-opacity)) !important;
}
.navbar__subitem {
  margin-bottom: 1rem;
  font-size: 18px;
}
.navbar__subitem:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {

  .navbar__subitem {
    font-size: 24px;
  }
}
.navbar__subitem a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar__subitem a::after {
  margin-left: 0.5rem;
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background: url(../images/chevron-right-submenu.svg) no-repeat center;
  background-size: 100% auto;
}
.navbar__subitem a:hover::after, .navbar__subitem a:focus::after {
  background-image: url(../images/chevron-right-submenu-red.svg);
}
.navbar__teaser {
  position: relative;
}
.navbar__teaser::before {
  position: absolute;
  bottom: 0px;
  left: -1rem;
  display: block;
  height: 100%;
  width: 1px;
  opacity: 0.15;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #1C1C1C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  content: '';
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
}
.page-header-cover::before,
.page-header-cover::after {
  position: absolute;
  inset: 0px;
  z-index: 20;
  display: block;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.page-header-cover::after {
  z-index: 22;
  top: 50%;
  background: linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0) 62.75%);
  transform: rotate(-180deg);
}
.page-header-cover__links a::before {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
  content: '';
  top: 1px;
  width: 11px;
  height: 12px;
  background: url(../images/arrow-down.svg) no-repeat center center;
}
.page-header-cover__top-gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 9.375rem;
  width: 100%;
}
@media (min-width: 1200px) {

  .page-header-cover__top-gradient {
    height: 12.75rem;
  }
}
.page-header-cover__top-gradient {
  z-index: 23;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.4) 0%, rgba(16, 16, 16, 0) 62.75%);
}
.pagination__page {
  min-width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pagination__item {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
}
.pagination__item:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.pagination__item:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.pagination__item.is-current {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination__button {
  width: 2.25rem;
  overflow: hidden;
  font-size: 0.0001px;
  line-height: 0.0001;
  text-indent: -9999px;
}
.pagination__button::before {
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/chevron-pagination.svg) no-repeat;
  content: '';
}
.pagination__button.is-prev::before {
  --tw-scale-x: -1;
  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));
}
.play-bt {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 184px;
  width: 184px;
  overflow: visible;
  transform: translate(-50%, -50%) scale(0.6195652174);
}
@media (min-width: 1200px) {
  .play-bt {
    transform: translate(-50%, -50%)
  }
}
.play-bt__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 9999px;

  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
  -webkit-backdrop-filter: blur(3.28571px);
  backdrop-filter: blur(3.28571px);

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  will-change: background, transform;
}
.play-bt__circle--1 {
  width: 275px;
  height: 275px;
  transform: scale(0.92);
  margin-top: -137.5px;
  margin-left: -137.5px;
  transition-delay: 66ms;
}
.play-bt__circle--2 {
  width: 225px;
  height: 225px;
  transform: scale(0.92682927);
  margin-top: -112.5px;
  margin-left: -112.5px;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 33ms;
}
.play-bt__circle--3 {
  width: 175px;
  height: 175px;
  transform: scale(0.9230769231);
  margin-top: -87.5px;
  margin-left: -87.5px;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0;
}
.play-bt__deco {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 275px;
  width: 275px;
  transform: translate(-50%, -50%);
}
.play-bt__label {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  background: url(../images/play.svg) no-repeat;
  font-size: 0.0001px;
  line-height: 0.0001px;
  text-indent: -9999px;
  width: 70px;
  height: 30px;
  scale: 1.4;
}
.media__content:hover .play-bt__circle, .media__content:focus .play-bt__circle {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1);
}
.schedule-row .rich-text ul {
  margin: 0px;
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding: 0px;
}
.schedule-row .rich-text ul:last-child {
  margin-bottom: 0px;
}
.schedule-row .rich-text ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.schedule-row .rich-text ul li::before {
  content: '–';
  position: absolute;
  left: 0px;
}
.schedule-row .rich-text p {
  margin-bottom: 1.5rem;
}
.schedule-row__secondary {
  opacity: 0.7;
}
p + .schedule-row__secondary {
  margin-top: -1rem;
}
.site-footer .menu 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: 225ms;
}
.site-footer .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.site-footer .menu a:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-left: 8.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 225ms;
}
.has-transparent-header:not(.has-scrolled):not(.is-menu-open) .site-header {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.is-search-active .site-header {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(16 16 16 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1200px) {

  .site-header:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(16 16 16 / var(--tw-text-opacity)) !important;
  }
}
.site-header {
  height: 3.4375rem;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.has-transparent-header:not(.has-scrolled):not(.is-menu-open) .site-header {
  border-color: rgba(231, 231, 231, 0.2);
}
@media (min-width: 1200px) {

  .site-header {
    height: 3.75rem;
    border-bottom-width: 1px;
  }

  .site-header:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
  }
}
body.is-search-active .site-header {
  padding-left: 0px;
}
@media (min-width: 1200px) {

  body.is-search-active .site-header {
    padding-left: 8.5rem;
  }
}
.site-header.is-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.site-header__external-link svg {
  margin-left: 0.25rem;
}
.site-header__external-link:hover,
.site-header__external-link:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header__external-link:hover svg path, .site-header__external-link:focus svg path {
  fill: #FFFFFF;
}
.social__link path {
  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: 225ms;
}
.social__link:not(:hover):not(:focus) path {
  fill: #1C1C1C;
}
.subnav {
  position: fixed;
  top: 55px;
  z-index: 40;
  order: -1;
  width: 100%;
}
@media (min-width: 1200px) {

  .subnav {
    position: sticky;
    top: 3.75rem;
    order: unset;
    padding-top: 1rem;
  }
}
.subnav {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.is-subnav-open .subnav {
  border-bottom-width: 1px;
}
@media (min-width: 1200px) {

  .subnav {
    border-bottom-width: 1px;
  }
}
.subnav__item.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(225 37 27 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .subnav__item.is-active {
    border-bottom-width: 2px;
  }
}
.subnav__item:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.subnav__item:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.subnav__item {
  margin-bottom: 0.25rem;
  min-height: 2.25rem;
}
.subnav__item:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {

  .subnav__item {
    margin-bottom: -1px !important;
  }
}
.subnav__item {
  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;
}
.subnav__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1200px) {

  .subnav__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.subnav__inner {
  position: absolute;
  top: 3.4375rem;
  left: 0px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {

  .subnav__inner {
    position: relative;
    top: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.subnav__inner {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
@media (min-width: 1200px) {

  .subnav__inner {
    border-width: 0px;
  }
}
.subnav__inner {
  font-size: 18px;
}
@media (min-width: 1200px) {

  .subnav__inner {
    font-size: 16px;
  }
}
.subnav__inner {
  display: none;
}
.media__toggle.subnav__inner {
  display: none !important;
}
.is-subnav-open .subnav__inner {
  display: block;
}
@media (min-width: 1200px) {

  .subnav__inner {
    display: flex !important;
  }
}
.subnav__toggle {
  display: flex;
  min-height: 3.4375rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: right;
}
.subnav__toggle:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.subnav__toggle:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .subnav__toggle {
    display: none !important;
  }
}
.subnav__toggle-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}
.subnav__toggle-label::after {
  position: relative;
  top: 1px;
  margin-left: 0.5rem;
  display: block;
  height: 1.5rem;
  width: 0.75rem;
  content: '';
  background: url(../images/subnav-open.svg) no-repeat center center;
}
.is-subnav-open .subnav__toggle-label::after {
  background-image: url(../images/subnav-close.svg);
}
@media (min-width: 1200px) {
  .subnav__li::after {
    position: absolute;
    right: 0px;
    height: 1.5rem;
    width: 100%;
    background-color: transparent;
    content: '';
    bottom: -0.5rem;
  }
  .subnav__li:hover .subnav__dropdown, .subnav__li:focus .subnav__dropdown {
    display: block !important;
    height: auto !important;
  }
}
.subnav__dropdown {
  display: none;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
  font-size: 16px;
}
.media__toggle.subnav__dropdown {
  display: none !important;
}
@media (min-width: 1200px) {

  .subnav__dropdown {
    margin-top: -0.5rem;
    padding-bottom: 0px;
    position: absolute;
    top: 3.125rem;
    left: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    display: none !important;
    width: 17.25rem;

    /* add top triangle */
  }
  .subnav__dropdown::before,
  .subnav__dropdown::after {
    position: absolute;
    top: -.75rem;
    left: 10px;
    height: 0px;
    width: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    content: '';
  }

  .subnav__dropdown::before {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
  }

  .subnav__dropdown::after {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    top: -.6875rem;
  }
}
.subnav__dropdown a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.subnav__dropdown a:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.subnav__dropdown-item {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 1200px) {

  .subnav__dropdown-item {
    margin-bottom: 0px;
  }

  .subnav__dropdown-item a {
    display: block;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    padding: .625rem;
  }

  .subnav__dropdown-item:last-child a {
    border-bottom-width: 0px;
  }
}
.subnav__li .navbar__item-carret {
  transition: transform 0.3s ease;
}
.subnav__li.is-open .navbar__item-carret {
  --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));
}
.teaser__date-to::before {
  position: relative;
  margin-right: 0.25rem;
  display: inline-block;
  top: 1px;
  width: 11px;
  height: 12px;
  content: '';
  background: url(../images/arrow-right--small.svg) no-repeat;
}
.teaser img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.teaser:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-white-quite {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.object-east {
  -o-object-position: right;
  object-position: right;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.history li {
  padding-bottom: 1.5rem;
  margin-left: 4px;
  border-left: 1px solid black;
  position: relative;
  padding-left: 20px;
}
.history li:last-child {
  padding-bottom: 0;
}
.history li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  position: absolute;
  left: -4.5px;
  top: 8px;
}
/* first display none*/
.history li:first-child {
  display: none;
}
.link--external {
  text-decoration-line: underline;
  text-decoration-color: #E0E0E0;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.link--external::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/link-external.svg);
}
.tabs__list--bt-group.triangle__alt .tabs__button::before {
  bottom: -1.4rem;
  width: 52px;
  height: 10px;
  background: url('../images/submenu-mobile-top-triangle2-alt.svg') no-repeat;
  z-index: 10;
}
.border-fade-bottom {
  border-image: linear-gradient(to bottom, #e0e0e0 40%, rgba(0, 0, 0, 0) 80%) 1 100%;
}
/* NEWS SLIDESHOW */
.news-slideshow .swiper,
.news-slideshow .swiper-wrapper {
  overflow: visible !important;
}
.news-slideshow__nav {
  position: absolute;
  top: 100%;
  left: 0px;
  display: flex;
}
@media (min-width: 1200px) {

  .news-slideshow__nav {
    left: auto;
    right: -1rem;
  }
}
.news-slideshow__nav {
  margin-top: 1px;
}
.news-slideshow__nav .swiper-button-prev,
.news-slideshow__nav .swiper-button-next {
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px) {

  .news-slideshow__nav .swiper-button-prev,
  .news-slideshow__nav .swiper-button-next {
    height: 5rem;
    width: 5rem;
  }
}
.news-slideshow__nav .swiper-button-prev::after, .news-slideshow__nav .swiper-button-next::after {
  width: 12px;
  height: 23px;
  content: '';
  background: url(../images/chevron-right--big-red.svg) no-repeat center center;
}
.news-slideshow__nav .swiper-button-prev.swiper-button-disabled::after, .news-slideshow__nav .swiper-button-next.swiper-button-disabled::after {
  background-image: url(../images/chevron-right--big.svg);
  opacity: 0.33;
}
.news-slideshow__nav .swiper-button-prev {
  transform: scaleX(-1);
}
.news-slideshow .swiper-slide {
  position: relative;
  height: auto;
}
.cards-highlight {
  position: relative;
  z-index: 20;
}
.cards-highlight.is-dark::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  bottom: 4rem;
}
@media (min-width: 1280px) {

  .cards-highlight.is-dark::before {
    bottom: 5rem;
  }
}
.cards-highlight.is-dark::before {
  content: '';
}
.cards-highlight__nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
@media (min-width: 768px) {

  .cards-highlight__nav {
    width: 40%;
  }
}
.cards-highlight__nav .swiper-button-prev,
.cards-highlight__nav .swiper-button-next {
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  height: 4rem;
  width: 4rem;
  transform: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {

  .cards-highlight__nav .swiper-button-prev,
  .cards-highlight__nav .swiper-button-next {
    height: 5rem;
    width: 5rem;
  }
}
.cards-highlight__nav .swiper-button-prev,
.cards-highlight__nav .swiper-button-next {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-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: 225ms;
}
.cards-highlight__nav .swiper-button-prev::after, .cards-highlight__nav .swiper-button-next::after {
  content: '';
  width: 12px;
  height: 23px;
  background: url(../images/chevron-right--big-red.svg) no-repeat center center;
}
.cards-highlight__nav .swiper-button-prev:hover,
.cards-highlight__nav .swiper-button-prev:focus,
.cards-highlight__nav .swiper-button-next:hover,
.cards-highlight__nav .swiper-button-next:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.cards-highlight__nav .swiper-button-prev {
  right: 4rem;
  --tw-scale-x: -1;
  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));
  border-left-width: 0px;
}
@media (min-width: 1280px) {

  .cards-highlight__nav .swiper-button-prev {
    right: 5rem;
  }
}
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-prev,
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-next {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-prev::after, .cards-highlight.is-dark .cards-highlight__nav .swiper-button-next::after {
  background-image: url(../images/chevron-right.svg);
}
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-prev:hover,
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-prev:focus,
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-next:hover,
.cards-highlight.is-dark .cards-highlight__nav .swiper-button-next:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.cards-highlight__pagination {
  bottom: 1.75rem !important;
  right: 10rem;
  left: 0px;
  display: flex;
  width: auto !important;
  justify-content: flex-start;
  padding-left: 1rem;
}
@media (min-width: 768px) {

  .cards-highlight__pagination {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {

  .cards-highlight__pagination {
    bottom: 2.5rem !important;
  }
}
.cards-highlight__pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  width: 24px;
  height: 2px;
}
/* increase clickable area */
.cards-highlight__pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -0.5rem;
  left: 0px;
  right: 0px;
  bottom: -0.5rem;
  display: block;
  background-color: transparent;
  content: '';
}
.cards-highlight__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 37 27 / var(--tw-bg-opacity));
}
.cards-highlight.is-dark .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  opacity: 0.5;
}
.cards-highlight.is-dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  opacity: 1;
}
.columns__item {
  position: relative;
}
.columns__item::before,
.columns__item::after {
  position: absolute;
  top: 0px;
  display: block;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  content: '';
}
.columns__item::before {
  display: none;
}
.media__toggle.columns__item::before {
  display: none !important;
}
.columns__item::before {
  left: 0;
}
.columns__item::after {
  right: 0;
}
.columns__item:first-child::before {
  display: block;
}
.content-media__media {
  position: relative;
}
@media (min-width: 768px) {
  .content-media__media::before,
  .content-media__media::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  }

  .content-media__media::before {
    left: 0;
  }

  .content-media__media::after {
    right: 0;
  }
}
/* Content margin exceptions. */
.content + .content,
.links-cards + .content {
  margin-top: 0px;
}
.columns + .content { /* in event view, there is a hidden .columns module on mobile which break the .content:first rule */ margin-top: 0px;
}
@media (min-width: 768px) {

  .columns + .content {
    margin-top: 6rem;
  }
}
.wysiwyg-link-card + .rich-text {
  margin-top: 0px !important;
}
.content + .quote {
  margin-top: -3rem;
}
@media (min-width: 1200px) {

  .content + .quote {
    margin-top: -6rem;
  }
}
.text-image + .content {
  margin-top: 2.25rem;
}
@media (min-width: 1200px) {

  .text-image + .content {
    margin-top: 6rem;
  }
}
.is-layout-with-anchors .content:last-child {
  margin-bottom: 0px;
}
.event-infos-wide__cta::before {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -10;
  display: block;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: '';
}
.gallery-slideshow .swiper,
.gallery-slideshow .swiper-wrapper {
  overflow: visible !important;
}
.gallery-slideshow__nav {
  position: absolute;
  top: 100%;
  left: 0px;
  display: flex;
}
@media (min-width: 1200px) {

  .gallery-slideshow__nav {
    left: auto;
    right: -1rem;
  }
}
.gallery-slideshow__nav {
  margin-top: 1px;
}
.gallery-slideshow__nav .swiper-button-prev,
.gallery-slideshow__nav .swiper-button-next {
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px) {

  .gallery-slideshow__nav .swiper-button-prev,
  .gallery-slideshow__nav .swiper-button-next {
    height: 5rem;
    width: 5rem;
  }
}
.gallery-slideshow__nav .swiper-button-prev::after, .gallery-slideshow__nav .swiper-button-next::after {
  width: 12px;
  height: 23px;
  content: '';
  background: url(../images/chevron-right--big-red.svg) no-repeat center center;
}
.gallery-slideshow__nav .swiper-button-prev.swiper-button-disabled::after, .gallery-slideshow__nav .swiper-button-next.swiper-button-disabled::after {
  background-image: url(../images/chevron-right--big.svg);
  opacity: 0.33;
}
.gallery-slideshow__nav .swiper-button-prev {
  transform: scaleX(-1);
}
.gallery-slideshow .swiper-slide {
  position: relative;
  height: auto;
}
.gallery-slideshow .swiper-slide::before {
  position: absolute;
  left: -1rem;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 1px;
  opacity: 0.2;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.infos-image-link p {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.links-grid__item {
  position: relative;
  z-index: 10;
}
.links-grid__item img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.links-grid__item::after {
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  content: '';
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.5), rgba(16, 16, 16, 0.5));
}
.links-grid__item:hover::after, .links-grid__item:focus::after {
  /*background: linear-gradient(0deg, rgba(16, 16, 16, 0.4), rgba(16, 16, 16, 0.2));*/
  opacity: 0.2;
  transition-duration: 300ms;
}
.links-grid__item:hover img, .links-grid__item:focus img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.links-list {
  position: relative;
}
.links-list::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .links-list::before {
    width: 66.666667%;
  }
}
.links-list::before {
  content: '';
}
.media__toggle {
  position: absolute;
  top: 50%;
  left: 50%;
}
.media__toggle.hidden {
  display: none !important;
}
.news-events .swiper,
.news-events .swiper-wrapper {
  overflow: visible !important;
}
.news-events__nav {
  position: absolute;
  top: 100%;
  left: 0px;
  display: flex;
}
@media (min-width: 1200px) {

  .news-events__nav {
    left: auto;
    right: -1rem;
  }
}
.news-events__nav {
  margin-top: 1px;
}
.news-events__nav .swiper-button-prev,
.news-events__nav .swiper-button-next {
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px) {

  .news-events__nav .swiper-button-prev,
  .news-events__nav .swiper-button-next {
    height: 5rem;
    width: 5rem;
  }
}
.news-events__nav .swiper-button-prev::after, .news-events__nav .swiper-button-next::after {
  width: 12px;
  height: 23px;
  content: '';
  background: url(../images/chevron-right--big-red.svg) no-repeat center center;
}
.news-events__nav .swiper-button-prev.swiper-button-disabled::after, .news-events__nav .swiper-button-next.swiper-button-disabled::after {
  background-image: url(../images/chevron-right--big.svg);
  opacity: 0.33;
}
.news-events__nav .swiper-button-prev {
  transform: scaleX(-1);
}
.news-events .swiper-slide {
  position: relative;
  height: auto;
}
.news-events .swiper-slide::before {
  position: absolute;
  left: -1rem;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 1px;
  opacity: 0.2;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.quote__border::after {
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  max-height: 100%;
  width: 1px;
  height: 371px;
  content: '';
  background: linear-gradient(0deg, rgba(224, 224, 224, 0), rgba(224, 224, 224, 1));
}
.tabs__list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;  /* iOS */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* IE 10+ */
.tabs__list::after {
  flex-grow: 1;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  content: '';
}
.tabs__button {
  position: relative;
  display: inline-flex;
  border-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: .375rem;
  margin-right: 0.25rem;
}
.tabs__button:last-child {
  margin-right: 0px;
}
.tabs__button[aria-selected='true'] {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  border-bottom-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.tabs__button:not(:first-child)::after {
  content: '';
  position: absolute;
  left: -0.25rem;
  bottom: -1px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  margin-left: -1px;
  width: 0.3rem;
}
.tabs__list--bt-group {
  padding-bottom: 1.25rem;
}
.tabs__list--bt-group::after {
  display: none;
}
.media__toggle.tabs__list--bt-group::after {
  display: none !important;
}
.tabs__list--bt-group .tabs__button {
  position: relative;
  margin-right: 0.75rem;
  border-radius: 0px;
  border-width: 0px;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.tabs__list--bt-group .tabs__button:last-child {
  margin-right: 0px;
}
.tabs__list--bt-group .tabs__button::before {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  --tw-translate-x: -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));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
  width: 26px;
  height: 5px;
  background: url('../images/submenu-mobile-top-triangle2.svg') no-repeat;
}
.tabs__list--bt-group .tabs__button::after {
  display: none;
}
.media__toggle.tabs__list--bt-group .tabs__button::after {
  display: none !important;
}
.tabs__list--bt-group .tabs__button[aria-selected='true'] {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.tabs__list--bt-group .tabs__button[aria-selected='true']::before {
  opacity: 1;
}
.testimonials__wrap {
  position: relative;
}
.testimonials__wrap::after {
  position: absolute;
  left: 0px;
  bottom: 4rem;
  z-index: 20;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {

  .testimonials__wrap::after {
    bottom: 5rem;
  }
}
@media (min-width: 1200px) {

  .testimonials__wrap::after {
    left: 1rem;
    width: 100vw;
  }
}
.testimonials__wrap::after {
  content: '';
}
.testimonials__slider {
  position: relative;
}
.testimonials__slider::before {
  position: absolute;
  bottom: 4rem;
  z-index: 30;
  display: none;
  height: 100%;
  width: 1px;
}
.media__toggle.testimonials__slider::before {
  display: none !important;
}
@media (min-width: 768px) {

  .testimonials__slider::before {
    display: block;
  }
}
@media (min-width: 1280px) {

  .testimonials__slider::before {
    bottom: 5rem;
  }
}
.testimonials__slider::before {
  background: linear-gradient(0deg, rgba(224, 224, 224, 1) 60%, rgba(224, 224, 224, 0));
  left: calc(37.5% + 15px);
  content: '';
}
.testimonials__nav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 8rem;
}
@media (min-width: 1280px) {

  .testimonials__nav {
    width: 10rem;
  }
}
.testimonials__nav .swiper-button-prev,
.testimonials__nav .swiper-button-next {
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  height: 4rem;
  width: 4rem;
  transform: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {

  .testimonials__nav .swiper-button-prev,
  .testimonials__nav .swiper-button-next {
    height: 5rem;
    width: 5rem;
  }
}
.testimonials__nav .swiper-button-prev,
.testimonials__nav .swiper-button-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: 225ms;
}
.testimonials__nav .swiper-button-prev::after, .testimonials__nav .swiper-button-next::after {
  content: '';
  width: 12px;
  height: 23px;
  background: url(../images/chevron-right--big-red.svg) no-repeat center center;
}
.testimonials__nav .swiper-button-prev:hover,
.testimonials__nav .swiper-button-prev:focus,
.testimonials__nav .swiper-button-next:hover,
.testimonials__nav .swiper-button-next:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.testimonials__nav .swiper-button-prev {
  right: 4rem;
  --tw-scale-x: -1;
  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));
  border-left-width: 0px;
}
@media (min-width: 1280px) {

  .testimonials__nav .swiper-button-prev {
    right: 5rem;
  }
}
.text-image__background {
  position: relative;
  z-index: -10;
  min-height: 100%;
}
@media (min-width: 768px) {

  .text-image__background {
    grid-column: span 16 / span 16;
    grid-column-start: 1;
    grid-row: span 1 / span 1;
    grid-row-start: 1;
  }
}
.text-image__background::before {
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.media__toggle.text-image__background::before {
  display: none !important;
}
@media (min-width: 768px) {

  .text-image__background::before {
    display: block;
  }
}
.text-image__background::before {
  content: '';
  margin-left: -50vw;
}
.wysiwyg-tags + .rich-text {
  /* @apply mt-16 lg:mt-24; */
}
html {
  font-family: CircularXX-Book, system-ui, sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 450;
}
.anchor-target {
  scroll-margin-top: 140px;
}
body {
  font-size: 16px;
}
@media (min-width: 1200px) {

  body {
    font-size: 18px;
  }
}
body:not(.has-transparent-header) {
  padding-top: 3.4375rem;
}
@media (min-width: 1200px) {
  body:not(.has-transparent-header) {
    padding-top: 3.75rem
  }
}
.rich-text {
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.rich-text p {
  margin-bottom: 1em;
}
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text h2 {
  margin-bottom: 1.25rem;
  margin-top: 3rem;
  font-size: 20px;
  font-weight: 450;
}
@media (min-width: 1200px) {

  .rich-text h2 {
    font-size: 32px;
  }
}
.rich-text h2:first-child {
  margin-top: 0px;
}
.rich-text h3 {
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-size: 18px;
  font-weight: 450;
}
@media (min-width: 1200px) {

  .rich-text h3 {
    font-size: 24px;
  }
}
.rich-text h3:first-child {
  margin-top: 0px;
}
.rich-text h4 {
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  font-size: 18px;
  font-weight: 450;
}
.rich-text h4:first-child {
  margin-top: 0px;
}
@media (min-width: 1200px) {

  .rich-text h4 {
    font-size: 20px;
  }
}
.rich-text ul,
.rich-text ol {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  list-style: initial;
  margin-left: 2rem;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text a {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}
.rich-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  text-decoration-color: #101010;
  text-decoration-style: solid;
}
.rich-text a.is-black {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.rich-text hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 1px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
@media (min-width: 1200px) {

  .rich-text hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.rich-text table {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.rich-text th {
  text-align: left;
  font-size: 12px;
  font-weight: 450;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (min-width: 1200px) {

  .rich-text th {
    font-size: 14px;
  }
}
.rich-text th,
.rich-text td {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 2.75rem;
}
.rich-text th:last-child,
.rich-text td:last-child {
  padding-right: 0px;
}
@media (min-width: 1200px) {

  .rich-text th,
  .rich-text td {
    padding-right: 3.5rem;
  }

  .rich-text.is-bigger {
    font-size: 20px;
  }
}
.rich-text.is-bigger h2 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1200px) {

  .rich-text.is-bigger h2 {
    font-size: 40px;
  }
}
.duration-separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  font-size: 0.0001px;
  line-height: 0.0001;
  text-indent: -9999px;
  overflow: hidden;
  width: 6px;
  height: 10px;
  background: url(../images/duration-separator.svg) no-repeat;
}
.title-date-to::after {
  position: relative;
  display: inline-block;
  content: "";
  top: 1px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-right--dark.svg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .title-date-to::after {
    width: 35px;
    height: 35px
  }
}
[aria-hidden="true"],
.tabs__panel[aria-expanded="false"] {
  display: none;
}
.media__toggle[aria-hidden="true"],.media__toggle
.tabs__panel[aria-expanded="false"] {
  display: none !important;
}
.first\:\!mt-0:first-child {
  margin-top: 0px !important;
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last\:\!mb-0:last-child {
  margin-bottom: 0px !important;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:text-red:focus {
  --tw-text-opacity: 1;
  color: rgb(225 37 27 / var(--tw-text-opacity));
}
.focus\:opacity-100:focus {
  opacity: 1;
}
.has-transparent-header:not(.has-scrolled):not(.is-menu-open) .header2\:border-header-line {
  border-color: rgba(231, 231, 231, 0.2);
}
body.is-search-active .is-search\:visible {
  visibility: visible;
}
body.is-search-active .is-search\:invisible {
  visibility: hidden;
}
body.is-search-active .is-search\:\!hidden {
  display: none !important;
}
body.is-search-active .is-search\:w-0 {
  width: 0px;
}
body.is-search-active .is-search\:w-search-full {
  width: calc(100vw - 3.75rem);
}
body.is-search-active .is-search\:opacity-0 {
  opacity: 0;
}
body.is-search-active .is-search\:opacity-100 {
  opacity: 1;
}
@media (min-width: 510px) {

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

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:ml-10p {
    margin-left: .625rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-square::before {
    float: left;
    padding-top: 100%;
    content: '';
  }

  .sm\:aspect-square::after {
    display: block;
    content: '';
    clear: both;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[568\/323\]::before {
    float: left;
    padding-top: 56.86619718309859%;
    content: '';
  }

  .md\:aspect-\[568\/323\]::after {
    display: block;
    content: '';
    clear: both;
  }

  .md\:aspect-\[711\/466\]::before {
    float: left;
    padding-top: 65.54149085794654%;
    content: '';
  }

  .md\:aspect-\[711\/466\]::after {
    display: block;
    content: '';
    clear: both;
  }

  .md\:aspect-\[720\/500\]::before {
    float: left;
    padding-top: 69.44444444444444%;
    content: '';
  }

  .md\:aspect-\[720\/500\]::after {
    display: block;
    content: '';
    clear: both;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-\[4\.6875rem\] {
    height: 4.6875rem;
  }

  .md\:min-h-\[28\.75rem\] {
    min-height: 28.75rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:w-2\/10 {
    width: 20%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/8 {
    width: 37.5%;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-4\/10 {
    width: 40%;
  }

  .md\:w-5\/8 {
    width: 62.5%;
  }

  .md\:w-6\/10 {
    width: 60%;
  }

  .md\:w-8\/10 {
    width: 80%;
  }

  .md\:w-\[30\.625rem\] {
    width: 30.625rem;
  }

  .md\:w-\[4\.6875rem\] {
    width: 4.6875rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[32\.5vw\] {
    max-width: 32.5vw;
  }

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

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

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[\.375rem\] {
    padding: .375rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:text-3xl {
    font-size: 32px;
  }

  .md\:text-5xl {
    font-size: 48px;
  }

  .md\:text-\[\.8125rem\] {
    font-size: .8125rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-l {
    font-size: 20px;
  }

  .md\:text-m {
    font-size: 18px;
  }

  .md\:text-s {
    font-size: 16px;
  }

  .md\:text-xl {
    font-size: 24px;
  }

  .md\:text-xs {
    font-size: 14px;
  }
  .md\:container-grid {
    /*@apply grid mx-auto;
    grid-template-columns: minmax(1rem, 1fr) repeat(12, minmax(0, 6.65rem)) minmax(1rem, 1fr);
    max-width: 1700px;*/
    display: grid;
    /* grid-template-columns:
      0fr
      minmax(1rem, 1fr)
      repeat(12, minmax(0, 6.65rem))
      minmax(1rem, 1fr)
      0fr; */
    grid-template-columns:
          0fr
          minmax(1rem, 1fr)
          repeat(12, minmax(0, 7.3rem))
          minmax(1rem, 1fr)
          0fr;
  }
  @media (min-width: 1628px) {
    .md\:container-grid {
      /* grid-template-columns:
        minmax(0, 1fr)
        138px
        repeat(12, minmax(0, 6.65rem))
        138px
        minmax(0, 1fr); */
      grid-template-columns:
            minmax(0, 1fr)
            116px
            repeat(12, minmax(0, 7.3rem))
            116px
            minmax(0, 1fr)
    }
  }
  .first\:md\:border-l:first-child {
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {

  .desktop\:top-52 {
    top: 13rem;
  }

  .desktop\:order-2 {
    order: 2;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .desktop\:col-start-10 {
    grid-column-start: 10;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4;
  }

  .desktop\:mb-0 {
    margin-bottom: 0px;
  }

  .desktop\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .desktop\:pb-80 {
    padding-bottom: 20rem;
  }

  .desktop\:pl-0 {
    padding-left: 0px;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-\[22rem\] {
    top: 22rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:\!ml-0 {
    margin-left: 0px !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-\[\.35rem\] {
    margin-top: .35rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[239\/176\]::before {
    float: left;
    padding-top: 73.64016736401675%;
    content: '';
  }

  .lg\:aspect-\[239\/176\]::after {
    display: block;
    content: '';
    clear: both;
  }

  .lg\:aspect-auto::before {
    float: left;
    padding-top: auto;
    content: '';
  }

  .lg\:aspect-auto::after {
    display: block;
    content: '';
    clear: both;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-\[18\.75rem\] {
    height: 18.75rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:min-h-\[37\.5rem\] {
    min-height: 37.5rem;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-3\/8 {
    width: 37.5%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-6\/10 {
    width: 60%;
  }

  .lg\:w-7\/10 {
    width: 70%;
  }

  .lg\:w-7\/8 {
    width: 87.5%;
  }

  .lg\:w-8\/10 {
    width: 80%;
  }

  .lg\:w-\[29rem\] {
    width: 29rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-\[22rem\] {
    padding-bottom: 22rem;
  }

  .lg\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-\[10rem\] {
    padding-left: 10rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-l {
    font-size: 20px;
  }

  .lg\:text-m {
    font-size: 18px;
  }

  .lg\:text-s {
    font-size: 16px;
  }

  .lg\:text-xl {
    font-size: 24px;
  }

  .lg\:text-xs {
    font-size: 14px;
  }
  .lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    /* max-width: 1410px;
    max-width: 1304px; */
    max-width: 1444px;
  }
  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }
  body.is-search-active .is-search\:lg\:visible {
    visibility: visible;
  }
  body.is-search-active .is-search\:lg\:w-52 {
    width: 13rem;
  }
  body.is-search-active .is-search\:lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:\!pb-20 {
    padding-bottom: 5rem !important;
  }

  body.is-search-active .is-search\:xl\:\!flex {
    display: flex !important;
  }

  body.is-search-active .is-search\:xl\:w-language {
    width: 4.25rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  body.is-search-active .is-search\:2xl\:w-64 {
    width: 16rem;
  }
}
@media (max-width: 1199px) {

  .no-desktop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .no-desktop\:flex {
    display: flex;
  }

  .no-desktop\:hidden {
    display: none;
  }

  .no-desktop\:h-full {
    height: 100%;
  }

  .no-desktop\:\!w-\[124px\] {
    width: 124px !important;
  }

  .no-desktop\:w-\[75px\] {
    width: 75px;
  }

  .no-desktop\:flex-shrink {
    flex-shrink: 1;
  }

  .no-desktop\:overflow-auto {
    overflow: auto;
  }

  .no-desktop\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .no-desktop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .no-desktop\:pb-8 {
    padding-bottom: 2rem;
  }
}
