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

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    .debug{
    border-width: 1px;
    border-style: double;
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

    html {
        scroll-behavior: smooth;
    }

    body *::-moz-selection{
    --tw-bg-opacity: 1;
    background-color: rgb(118 145 176 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    body *::selection{
    --tw-bg-opacity: 1;
    background-color: rgb(118 145 176 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    body::-moz-selection{
    --tw-bg-opacity: 1;
    background-color: rgb(118 145 176 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    body::selection{
    --tw-bg-opacity: 1;
    background-color: rgb(118 145 176 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    [x-cloak] {
        display: none !important;
    }
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 320px){

    .container{
        max-width: 320px;
    }
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (min-width: 768px){

    .container{
        max-width: 768px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 1024px){

    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
        padding-right: 45px;
        padding-left: 45px;
    }
}
.container{
    width: 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px){

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

    .container{
        max-width: 1440px;
        padding-left: 125px;
        padding-right: 125px;
    }
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.bottom-\[72px\]{
    bottom: 72px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-2{
    left: 0.5rem;
}
.left-auto{
    left: auto;
}
.right-0{
    right: 0px;
}
.right-5{
    right: 1.25rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.top-full{
    top: 100%;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-50{
    z-index: 50;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.col-span-full{
    grid-column: 1 / -1;
}
.col-start-1{
    grid-column-start: 1;
}
.col-end-5{
    grid-column-end: 5;
}
.row-span-2{
    grid-row: span 2 / span 2;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mt-0{
    margin-top: 0px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-0{
    margin-right: 0px;
}
.mt-16{
    margin-top: 4rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-auto{
    margin-top: auto;
}
.line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.block{
    display: block;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.aspect-logo{
    aspect-ratio: 127/64;
}
.aspect-video{
    aspect-ratio: 16 / 9;
}
.size-10{
    width: 2.5rem;
    height: 2.5rem;
}
.h-1{
    height: 0.25rem;
}
.h-12{
    height: 3rem;
}
.h-20{
    height: 5rem;
}
.h-40{
    height: 10rem;
}
.h-6{
    height: 1.5rem;
}
.h-64{
    height: 16rem;
}
.h-96{
    height: 24rem;
}
.h-\[120\%\]{
    height: 120%;
}
.h-\[393px\]{
    height: 393px;
}
.h-\[480px\]{
    height: 480px;
}
.h-auto{
    height: auto;
}
.h-dvh{
    height: 100dvh;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.max-h-\[300px\]{
    max-height: 300px;
}
.\!w-fit{
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.w-1{
    width: 0.25rem;
}
.w-16{
    width: 4rem;
}
.w-6{
    width: 1.5rem;
}
.w-\[180px\]{
    width: 180px;
}
.w-\[80\%\]{
    width: 80%;
}
.w-\[96px\]{
    width: 96px;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.min-w-16{
    min-width: 4rem;
}
.max-w-16{
    max-width: 4rem;
}
.max-w-\[330px\]{
    max-width: 330px;
}
.flex-none{
    flex: none;
}
.flex-grow{
    flex-grow: 1;
}
.-translate-x-1\/2{
    --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));
}
.-translate-y-1\/2{
    --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));
}
.translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-100\%\]{
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.auto-rows-max{
    grid-auto-rows: max-content;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-l{
    border-left-width: 1px;
}
.border-l-4{
    border-left-width: 4px;
}
.border-t{
    border-top-width: 1px;
}
.border-solid{
    border-style: solid;
}
.border-brightBlue{
    --tw-border-opacity: 1;
    border-color: rgb(44 114 197 / var(--tw-border-opacity, 1));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(31 43 57 / var(--tw-border-opacity, 1));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-primary{
    --tw-border-opacity: 1;
    border-top-color: rgb(31 43 57 / var(--tw-border-opacity, 1));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brick{
    --tw-bg-opacity: 1;
    background-color: rgb(160 53 33 / var(--tw-bg-opacity, 1));
}
.bg-brightBlue{
    --tw-bg-opacity: 1;
    background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-lightBlue{
    --tw-bg-opacity: 1;
    background-color: rgb(224 237 249 / var(--tw-bg-opacity, 1));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(31 43 57 / var(--tw-bg-opacity, 1));
}
.bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgb(0 103 110 / var(--tw-bg-opacity, 1));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20{
    --tw-bg-opacity: 0.2;
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.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;
}
.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-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-8{
    padding-left: 2rem;
}
.pl-9{
    padding-left: 2.25rem;
}
.pr-16{
    padding-right: 4rem;
}
.pr-5{
    padding-right: 1.25rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-24{
    padding-top: 6rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[76px\]{
    padding-top: 76px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-bebas{
    font-family: bebas-neue-pro, sans-serif;
}
.font-calibri{
    font-family: calibri, sans-serif;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.8rem;
}
.text-4xl{
    font-size: 2rem;
}
.text-5xl{
    font-size: 3rem;
}
.text-6xl{
    font-size: 4rem;
}
.text-\[22px\]{
    font-size: 22px;
}
.text-\[40px\]{
    font-size: 40px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-light{
    font-weight: 300;
}
.font-normal{
    font-weight: 400;
}
.uppercase{
    text-transform: uppercase;
}
.italic{
    font-style: italic;
}
.leading-1{
    line-height: 100%;
}
.leading-1\.1{
    line-height: 110%;
}
.leading-6{
    line-height: 1.5rem;
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(31 43 57 / var(--tw-text-opacity, 1));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
    text-decoration-line: underline;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-40{
    opacity: 0.4;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1440px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 480px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4B5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
#primary-menu a,
#search-icon,
#toggle-menu{
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
#primary-menu a:hover,
#search-icon:hover,
#toggle-menu:hover{
    cursor: pointer;
}
@media (min-width: 768px){

    #primary-menu a,
#search-icon,
#toggle-menu{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 1024px){

    #primary-menu a:hover,
#search-icon:hover,
#toggle-menu:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1));
    }
}
#primary-menu a svg, #search-icon svg, #toggle-menu svg{
    margin-top: 0.25rem;
}
#primary-menu .current-menu-item > a{
    font-weight: 700;
}
@media (min-width: 1024px){

    #primary-menu .current-menu-item > a{
        --tw-bg-opacity: 1;
        background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1));
        font-weight: 400;
    }

    .menu-item:hover ul.sub-menu{
        display: block;
    }
}
.sub-menu{
    display: none;
    width: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(31 43 57 / var(--tw-bg-opacity, 1));
}
.btn-b2t.sub-menu:after{
    --tw-bg-opacity: 1;
    background-color: rgb(17 29 43 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px){

    .sub-menu{
        position: absolute;
        width: auto;
    }
}
.sub-menu li{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.sub-menu li:last-child{
    border-bottom-width: 1px;
}
.sub-menu li a{
    padding: 1.5rem !important;
    text-transform: none;
}
.menu-item-has-children > a{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
@media (min-width: 1024px){

    .menu-item-has-children > a{
        display: flex !important;
    }
}
.menu-item-has-children > a::after {
        content: '';
        margin-right: 0px;
        display: block;
        height: 0.625rem;
        width: 0.625rem;
        --tw-translate-y: -0.25rem;
        --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));
        border-bottom-width: 1px;
        border-left-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }
.open-submenu{
    display: flex !important;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.open-submenu::after {
        content: '';
        margin-right: 0px;
        display: block;
        height: 0.625rem;
        width: 0.625rem;
        --tw-translate-y: -0.25rem;
        --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));
        border-bottom-width: 1px;
        border-left-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }
#breadcrumbs span{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-family: calibri, sans-serif;
}
#breadcrumbs span a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumb_last strong{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.form-news form{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.container-news{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid white;
}
.form-news p{
    width: 100%;
}
.form-news input[type="email"] {
        width: 100%;
        padding: 10px 0;
        font-size: 18px;
        background-color: transparent;
    }
.form-news input[type="email"]::-moz-placeholder {
            color: white;
            font-family: calibri, sans-serif;
        }
.form-news input[type="email"]::placeholder {
            color: white;
            font-family: calibri, sans-serif;
        }
.form-news input[type="email"]:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.form-news input[type="email"]:focus::-moz-placeholder{
    color: rgb(255 255 255 / 0.4);
}
.form-news input[type="email"]:focus::placeholder{
    color: rgb(255 255 255 / 0.4);
}
.form-news .wpcf7-not-valid-tip{
    display: none;
}
.form-news br{
    display: none;
}
.form-news .second-element p{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.form-news .second-element p br{
    display: none;
}
.form-news .second-element p input[type="submit"] {
            padding: 10px 20px;
            width: 32px;
            background-image: url(../images/icon-arrow-white.svg?b1ad33ce56835adfcf8f3b4c0ecf24d6);
            background-repeat: no-repeat;
            background-position: center;
            font-size: 16px;
            color: white;
            border: none;
            cursor: pointer;
        }
.form-news .second-element p .wpcf7-spinner{
    position: absolute;
    right: 3rem;
    top: 50%;
    margin-left: 0.25rem;
    margin-right: 0.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));
}
.wpcf7-response-output{
    margin: 0px !important;
    margin-top: 0.5rem !important;
    width: 100%;
    border-style: none !important;
    padding: 0px !important;
    text-align: left !important;
}
.slider_oeuvres {
    cursor: url(../images/custom-cursor.svg?d73f86b9067e43d33fcc59109466f0ed) 24 24, ew-resize !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.slider_oeuvres .swiper-wrapper {
        cursor: url(../images/custom-cursor.svg?d73f86b9067e43d33fcc59109466f0ed) 24 24, ew-resize !important;
    }
.slider_oeuvres .swiper-slide{
    width: auto;
}
.prose h1, .prose h2, .prose h3{
    margin-top: 0.5rem;
    text-transform: uppercase;
}
@media (min-width: 768px){

    .prose h1, .prose h2, .prose h3{
        margin-top: 1rem;
    }
}
@media (min-width: 1440px){

    .prose h1, .prose h2, .prose h3{
        margin-top: 1.5rem;
    }
}
.prose h5{
    margin-top: 1rem;
    font-family: calibri, sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.prose ul{
    display: flex;
    list-style-type: disc;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 1.5rem;
}
.prose ul li::marker{
    --tw-text-opacity: 1;
    color: rgb(44 114 197 / var(--tw-text-opacity, 1));
}
.prose a:not(.cta):not(.cta-filled):not(.no-link){
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(44 114 197 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
.frise-item:last-child .content{
    margin-bottom: 0px !important;
}
#ez-toc-container{
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    --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);
}
#ez-toc-container input,
    #ez-toc-container #item{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 3rem;
    width: 100%;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
}
#ez-toc-container input:focus,
    #ez-toc-container #item:focus{
    border-width: 0px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#ez-toc-container .ez-toc-title{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 43 57 / var(--tw-text-opacity, 1));
}
#ez-toc-container nav{
    margin-top: 1rem;
}
#ez-toc-container nav ul{
    margin-top: 0.25rem;
}
#ez-toc-container nav ul li{
    margin-bottom: 0.25rem;
    font-weight: 400;
}
#ez-toc-container nav ul li:hover{
    text-decoration-line: none;
}
#ez-toc-container nav ul li a{
    font-weight: 400;
}
#ez-toc-container nav ul li a:hover{
    text-decoration-line: none;
}
#ez-toc-container nav ul li a:before{
    margin-right: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 43 57 / var(--tw-text-opacity, 1));
}
.is-ajax-search-result{
    width: 100%;
    max-width: 328px !important;
    padding: 0px !important;
    border-width: 1px !important;
    border-top-width: 0px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.is-search-submit,
.is-search-icon{
    border-right-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(44 114 197 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1)) !important;
}
.is-form-id-2505{
    display: flex !important;
}
#is-search-input-2505{
    left: auto !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
#is-search-input-2505::-moz-placeholder{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
#is-search-input-2505::placeholder{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.is-form-style input.is-search-input{
    height: 3rem;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.is-form-style button.is-search-submit{
    height: 3rem;
    width: 3rem;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.is-form-style .is-search-submit path {
    fill: white !important;
}
.nav-links{
    margin-top: 2.5rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
/*  Animations bottom to top
    Button content must be wrapped in an element to allow the after pseudo element to slide behind the content */
.btn-b2t{
    position: relative;
    overflow: hidden;
}
.btn-b2t *{
    position: relative;
    z-index: 10;
}
.btn-b2t:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 0px;
        height: 100%;
        width: 100%;
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
.btn-b2t.bg-primary:after{
    --tw-bg-opacity: 1;
    background-color: rgb(17 29 43 / var(--tw-bg-opacity, 1));
}
.btn-b2t.bg-brick:after{
    --tw-bg-opacity: 1;
    background-color: rgb(133 39 21 / var(--tw-bg-opacity, 1));
}
.btn-b2t.bg-brightBlue:after{
    --tw-bg-opacity: 1;
    background-color: rgb(13 83 167 / var(--tw-bg-opacity, 1));
}
.btn-b2t.bg-teal:after{
    --tw-bg-opacity: 1;
    background-color: rgb(0 85 91 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){

    .btn-b2t:hover:after{
        top: 0px;
    }
}
/*  Call to action button
    Button content must be wrapped in an element to allow the after pseudo element to slide behind the content */
.cta-filled{
    position: relative;
    width: 100%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(31 43 57 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 480px){

    .cta-filled{
        font-size: 2rem;
    }
}
@media (min-width: 768px){

    .cta-filled:hover{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}
.cta-filled *{
    position: relative;
    z-index: 10;
}
.cta-filled:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(133 39 21 / var(--tw-bg-opacity, 1));
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
@media (min-width: 768px){

    .cta-filled:hover:after{
        top: 0px;
    }
}
/* Cta animation on card hover */
@media (min-width: 768px){

    .event-card:hover .cta-filled{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .event-card:hover .cta-filled:after{
        top: 0px;
    }
}
/*  Call to action button
    Button content must be wrapped in an element to allow the after pseudo element to slide behind the content */
.cta{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.5rem;
    text-align: left;
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(31 43 57 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-image: url(../images/icon-arrow-primary.svg?a457900e444615392a7d7e9a9176cc6b);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 4px;
}
.cta[disabled]{
    display: none;
}
.cta.more{
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    width: 10rem;
        background-image: url(../images/icon-primary-more.svg?ac1429cd10e2b15e9c0791e0099b61e8) !important;
}
.cta.white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        background-image: url(../images/icon-arrow-white.svg?b1ad33ce56835adfcf8f3b4c0ecf24d6);
}
.cta *{
    position: relative;
    z-index: 10;
}
.cta:after {
        content: " ";
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 0.125rem;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(31 43 57 / var(--tw-bg-opacity, 1));
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
.btn-b2t.cta:after:after{
    --tw-bg-opacity: 1;
    background-color: rgb(17 29 43 / var(--tw-bg-opacity, 1));
}
.cta.white:after{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.cta:hover{
    cursor: pointer;
}
@media (min-width: 768px) {
.cta:hover:after {
                animation: slideLeft2Right 0.6s ease-in-out
        }
.actu-card:hover .cta:after {
                    animation: slideLeft2Right 0.6s ease-in-out
            }
            }
.alm-btn-wrap{
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
}
@keyframes slideLeft2Right {
    0% {
        width: 100%;
    }
    20% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
h1{
    font-family: bebas-neue-pro, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}
@media (min-width: 480px){

    h1{
        font-size: 3rem;
    }
}
@media (min-width: 768px){

    h1{
        font-size: 4rem;
    }
}
@media (min-width: 1024px){

    h1{
        font-size: 5rem;
    }
}
h1.big{
    font-size: 4rem;
}
@media (min-width: 480px){

    h1.big{
        font-size: 88px;
    }
}
@media (min-width: 768px){

    h1.big{
        font-size: 6rem;
    }
}
@media (min-width: 1440px){

    h1.big{
        font-size: 120px;
    }
}
h2{
    font-family: bebas-neue-pro, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 100%;
}
@media (min-width: 480px){

    h2{
        font-size: 40px;
    }
}
@media (min-width: 768px){

    h2{
        font-size: 3rem;
    }
}
@media (min-width: 1440px){

    h2{
        font-size: 60px;
    }
}
h3{
    font-family: bebas-neue-pro, sans-serif;
    font-size: 2rem;
    line-height: 100%;
}
@media (min-width: 480px){

    h3{
        font-size: 2rem;
    }
}
@media (min-width: 768px){

    h3{
        font-size: 40px;
    }
}
@media (min-width: 1440px){

    h3{
        font-size: 3rem;
    }
}
h4{
    font-family: bebas-neue-pro, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 100%;
}
@media (min-width: 1440px){

    h4{
        font-size: 1.8rem;
    }
}
.form-news {

}
.page-toc .prose{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2rem;
}
@media (min-width: 480px){

    .page-toc .prose{
        padding-top: 3.5rem !important;
    }
}
@media (min-width: 1440px){

    .page-toc .prose{
        padding-top: 4rem !important;
    }
}
.wsp-container{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.first-letter\:uppercase::first-letter{
    text-transform: uppercase;
}
.first\:border-t:first-child{
    border-top-width: 1px;
}
.hover\:cursor-pointer:hover{
    cursor: pointer;
}
.hover\:bg-brightBlue:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
}
.hover\:font-bold:hover{
    font-weight: 700;
}
.group:hover .group-hover\:translate-x-1{
    --tw-translate-x: 0.25rem;
    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));
}
.group:hover .group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}
.group:hover .group-hover\:text-brightBlue{
    --tw-text-opacity: 1;
    color: rgb(44 114 197 / var(--tw-text-opacity, 1));
}
@media (min-width: 480px){

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

    .sm\:max-w-\[calc\(\(100\%\/2\)-11px\)\]{
        max-width: calc((100% / 2) - 11px);
    }
}
@media (min-width: 768px){

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

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

    .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-start-2{
        grid-column-start: 2;
    }

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

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

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

    .md\:mt-2{
        margin-top: 0.5rem;
    }

    .md\:block{
        display: block;
    }

    .md\:grid{
        display: grid;
    }

    .md\:hidden{
        display: none;
    }

    .md\:h-10{
        height: 2.5rem;
    }

    .md\:h-14{
        height: 3.5rem;
    }

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

    .md\:h-\[495px\]{
        height: 495px;
    }

    .md\:max-h-44{
        max-height: 11rem;
    }

    .md\:max-h-\[500px\]{
        max-height: 500px;
    }

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:w-10{
        width: 2.5rem;
    }

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

    .md\:w-fit{
        width: -moz-fit-content;
        width: fit-content;
    }

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

    .md\:min-w-44{
        min-width: 11rem;
    }

    .md\:max-w-32{
        max-width: 8rem;
    }

    .md\:max-w-\[calc\(\(100\%\/3\)-15px\)\]{
        max-width: calc((100% / 3) - 15px);
    }

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

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

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

    .md\:justify-between{
        justify-content: space-between;
    }

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

    .md\:gap-10{
        gap: 2.5rem;
    }

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

    .md\:gap-5{
        gap: 1.25rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

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

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

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

    .md\:py-2{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:pb-10{
        padding-bottom: 2.5rem;
    }

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

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

    .md\:pt-10{
        padding-top: 2.5rem;
    }

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

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

    .md\:pt-\[100px\]{
        padding-top: 100px;
    }

    .md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl{
        font-size: 1.8rem;
    }

    .md\:text-6xl{
        font-size: 4rem;
    }

    .md\:text-8xl{
        font-size: 6rem;
    }

    .md\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .group:hover .group-hover\:md\:scale-105{
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
}
@media (min-width: 1024px){

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

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

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

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

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

    .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-span-9{
        grid-column: span 9 / span 9;
    }

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

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

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

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

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

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

    .lg\:block{
        display: block;
    }

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

    .lg\:flex{
        display: flex;
    }

    .lg\:\!hidden{
        display: none !important;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-64{
        height: 16rem;
    }

    .lg\:max-h-none{
        max-height: none;
    }

    .lg\:w-1\/2{
        width: 50%;
    }

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

    .lg\:w-3\/12{
        width: 25%;
    }

    .lg\:w-\[128px\]{
        width: 128px;
    }

    .lg\:w-auto{
        width: auto;
    }

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

    .lg\:max-w-\[483px\]{
        max-width: 483px;
    }

    .lg\:max-w-\[calc\(\(100\%\/4\)-16\.5px\)\]{
        max-width: calc((100% / 4) - 16.5px);
    }

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

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

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

    .lg\:flex-row-reverse{
        flex-direction: row-reverse;
    }

    .lg\:flex-col{
        flex-direction: column;
    }

    .lg\:flex-wrap{
        flex-wrap: wrap;
    }

    .lg\:items-end{
        align-items: flex-end;
    }

    .lg\:justify-start{
        justify-content: flex-start;
    }

    .lg\:justify-between{
        justify-content: space-between;
    }

    .lg\:gap-16{
        gap: 4rem;
    }

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

    .lg\:gap-6{
        gap: 1.5rem;
    }

    .lg\:gap-8{
        gap: 2rem;
    }

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

    .lg\:p-0{
        padding: 0px;
    }

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

    .lg\:pr-16{
        padding-right: 4rem;
    }

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

    .lg\:pt-\[92px\]{
        padding-top: 92px;
    }

    .lg\:text-7xl{
        font-size: 5rem;
    }

    .lg\:text-\[26px\]{
        font-size: 26px;
    }

    .lg\:leading-\[34px\]{
        line-height: 34px;
    }

    .lg\:hover\:bg-brightBlue:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(44 114 197 / var(--tw-bg-opacity, 1));
    }
}
@media (min-width: 1440px){

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

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

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

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

    .xl\:h-16{
        height: 4rem;
    }

    .xl\:h-96{
        height: 24rem;
    }

    .xl\:max-w-\[650px\]{
        max-width: 650px;
    }

    .xl\:gap-32{
        gap: 8rem;
    }

    .xl\:gap-6{
        gap: 1.5rem;
    }

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

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

    .xl\:px-\[125px\]{
        padding-left: 125px;
        padding-right: 125px;
    }

    .xl\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .xl\:pb-10{
        padding-bottom: 2.5rem;
    }

    .xl\:pb-14{
        padding-bottom: 3.5rem;
    }

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

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

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

    .xl\:text-3xl{
        font-size: 1.8rem;
    }

    .xl\:text-6xl{
        font-size: 4rem;
    }

    .xl\:text-\[120px\]{
        font-size: 120px;
    }
}
.\[\&\>\*\]\:col-span-4>*{
    grid-column: span 4 / span 4;
}
.\[\&\>li\]\:whitespace-nowrap>li{
    white-space: nowrap;
}
.\[\&\>p\]\:font-calibri>p{
    font-family: calibri, sans-serif;
}
.\[\&\>p\]\:text-lg>p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
