/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/scss/bundle.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * This file should only be used to import the files that need to be bundled and used in the frontend
 */
/*! tailwindcss v3.4.4 | 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.
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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.sizing-medium {
  width: calc(100% - (2 * 0.625rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 83.75rem;
}
@media screen and (min-width: 640px) {
  .sizing-medium {
    width: calc(100% - (2 * 3.125rem));
  }
}
.sizing-medium-narrow {
  width: calc(100% - (2 * 0.625rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
@media screen and (min-width: 640px) {
  .sizing-medium-narrow {
    width: calc(100% - (2 * 3.125rem));
  }
}
.sizing-fullwidth {
  width: calc(100% - (2 * 0.625rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .sizing-fullwidth {
    width: calc(100% - (2 * 3.125rem));
  }
}
.sizing-fullwidth-nomargin-right {
  width: calc(100% - 0.625rem);
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .sizing-fullwidth-nomargin-right {
    width: calc(100% - 3.125rem);
  }
}
.sizing-fullwidth-nomargin-left {
  width: calc(100% - 0.625rem);
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .sizing-fullwidth-nomargin-left {
    width: calc(100% - 3.125rem);
  }
}
.sizing-medium-left-fullwidth-right {
  width: calc(100% - 0.625rem);
  margin-left: auto;
  max-width: calc((100vw - 83.75rem) / 2 + 83.75rem);
}
@media screen and (min-width: 640px) {
  .sizing-medium-left-fullwidth-right {
    width: calc(100% - 3.125rem);
  }
}
.sizing-medium-right-fullwidth-left {
  width: calc(100% - 0.625rem);
  margin-right: auto;
  max-width: calc((100vw - 83.75rem) / 2 + 83.75rem);
}
@media screen and (min-width: 640px) {
  .sizing-medium-right-fullwidth-left {
    width: calc(100% - 3.125rem);
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}
.left-0 {
  left: 0rem;
}
.right-0 {
  right: 0rem;
}
.top-0 {
  top: 0rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-4 {
  grid-row-start: 4;
}
.m-auto {
  margin: auto;
}
.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-gutter-mobile {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-gutter-mobile {
  margin-left: 0.625rem;
}
.mr-12 {
  margin-right: 0.75rem;
}
.mr-gutter-desktop {
  margin-right: 3.125rem;
}
.mr-gutter-mobile {
  margin-right: 0.625rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mt-gutter-mobile {
  margin-top: 0.625rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-16 {
  height: 1rem;
}
.h-24 {
  height: 1.5rem;
}
.h-30 {
  height: 1.875rem;
}
.h-34 {
  height: 2.125rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[84vw\] {
  height: 84vw;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[56rem\] {
  max-height: 56rem;
}
.min-h-\[66vw\] {
  min-height: 66vw;
}
.min-h-full {
  min-height: 100%;
}
.w-120 {
  width: 7.5rem;
}
.w-140 {
  width: 8.75rem;
}
.w-150 {
  width: 9.375rem;
}
.w-16 {
  width: 1rem;
}
.w-20 {
  width: 1.25rem;
}
.w-24 {
  width: 1.5rem;
}
.w-30 {
  width: 1.875rem;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-\[66vw\] {
  width: 66vw;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[57rem\] {
  max-width: 57rem;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-\[2\] {
  flex-grow: 2;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[2\.5rem_auto\] {
  grid-template-columns: 2.5rem auto;
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-x-20 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-20 {
  row-gap: 1.25rem;
}
.gap-y-40 {
  row-gap: 2.5rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.border-light-400 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-main-400 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 25, 22, var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(138, 132, 125, var(--tw-border-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.bg-light-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-main-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(138, 132, 125, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-gutter-mobile {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 1.25rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pt-30 {
  padding-top: 1.875rem;
}
.pt-34 {
  padding-top: 2.125rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.text-right {
  text-align: right;
}
.text-14 {
  font-size: 0.875rem;
}
.text-16 {
  font-size: 1rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-24 {
  font-size: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.leading-130 {
  line-height: 1.3;
}
.text-light-400 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-main-400 {
  --tw-text-opacity: 1;
  color: rgba(29, 25, 22, var(--tw-text-opacity));
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-short {
  transition-duration: 0.2s;
}
@font-face {
  font-family: "DM Sans";
  src: url(../bbaa98f572c215d2999b.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url(../21e09790d3c09880b260.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* values for the styles, weights and sizes are handled by tailwind */
:root {
  font-size: 16px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 18px;
  }
}

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

h1, .style-h1 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h1, .style-h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1400px) {
  h1, .style-h1 {
    font-size: 3.5rem;
  }
}

h1, .style-h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

h2, .style-h2 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h2, .style-h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1400px) {
  h2, .style-h2 {
    font-size: 3.5rem;
  }
}

h2, .style-h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

h3, .style-h3 {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h3, .style-h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  h3, .style-h3 {
    font-size: 2.25rem;
  }
}

h3, .style-h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

h4, .style-h4 {
  font-size: 1rem;
}

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

@media (min-width: 1400px) {
  h4, .style-h4 {
    font-size: 1.5rem;
  }
}

h4, .style-h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

html {
  box-sizing: border-box;
}

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

/* put footer always at the bottom */
html > body {
  position: relative;
  min-height: 100vh;
  background-color: #F5F5F5;
}
html > body > footer {
  position: sticky;
  top: 100%;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent.cmplz-show {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.main-menu ul {
  display: flex;
}
.main-menu ul li {
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
}
.main-menu ul li.current-menu-item::before {
  width: 1.875rem;
  margin-right: 1ch;
}
.main-menu ul li:hover {
  text-decoration: underline;
}
.main-menu.main-menu-mobile ul {
  flex-direction: column;
  align-items: flex-end;
}
.main-menu.main-menu-mobile ul li {
  margin-bottom: 1.25rem;
}

.text-light-400 .main-menu ul li.current-menu-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 31 11' fill='none'%3E%3Cpath d='M2.54955e-06 5.5H30M30 5.5L25.068 0.5M30 5.5L25.068 10.5' stroke='%23F5F5F5' stroke-width='1.25'/%3E%3C/svg%3E");
}

.text-main-400 .main-menu ul li.current-menu-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 31 11' fill='none'%3E%3Cpath d='M2.54955e-06 5.5H30M30 5.5L25.068 0.5M30 5.5L25.068 10.5' stroke='%231D1916' stroke-width='1.25'/%3E%3C/svg%3E");
}

/******************* MOBILE APPARITION *******************/
#menu-content {
  transform: translateY(-101%);
  transition: transform 0.4s;
}
#menu-content * {
  opacity: 0;
  transition: opacity 0.2s;
}
#menu-content.active {
  transform: translateY(0);
}
#menu-content.active * {
  opacity: 1;
  transition: opacity 0.4s 0.2s;
}
#menu-content.active + #burger-button {
  color: #1D1916;
}
#menu-content.active + #burger-button .icon-close {
  opacity: 1;
}
#menu-content.active + #burger-button .icon-open {
  opacity: 0;
}

body {
  --wpforms-field-border-color: #F5F5F5;
  --wpforms-field-text-color: #1D1916;
  --wpforms-field-size-input-spacing: 0.25rem;
  --wpforms-field-size-input-height: 2.625rem;
  --wpforms-button-background-color: transparent;
  --wpforms-button-border-style: solid;
  --wpforms-button-border-radius: 0;
  --wpforms-button-border-width: 0.0625rem;
  --wpforms-button-border-color: #F5F5F5;
  --wpforms-button-text-color: #F5F5F5;
  --wpforms-label-color: #F5F5F5;
  --wpforms-label-error-color: #ffc100;
}
body div.wpforms-container {
  margin-top: 0px;
  margin-bottom: 0px;
}
body div.wpforms-container form.wpforms-form .wpforms-field {
  padding-top: 0px;
  padding-bottom: 0.75rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field input ::-moz-placeholder, body div.wpforms-container form.wpforms-form .wpforms-field textarea ::-moz-placeholder, body div.wpforms-container form.wpforms-form .wpforms-field select ::-moz-placeholder {
  color: #CCCCCC;
}
body div.wpforms-container form.wpforms-form .wpforms-field input ::placeholder, body div.wpforms-container form.wpforms-form .wpforms-field input .placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field textarea ::placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field textarea .placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field select ::placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field select .placeholder {
  color: #CCCCCC;
}
body div.wpforms-container form.wpforms-form .wpforms-field input,
body div.wpforms-container form.wpforms-form .wpforms-field select,
body div.wpforms-container form.wpforms-form .wpforms-field textarea,
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-uploader {
  border-radius: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field select {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11 6%27%3E%3Cpath d=%27M5.5 5.9998L0.5 0.999804L1.2 0.299805L5.5 4.5998L9.8 0.299805L10.5 0.999804L5.5 5.9998Z%27/%3E%3C/svg%3E");
  background-size: 11px 6px;
}
body div.wpforms-container form.wpforms-form .wpforms-field select.placeholder-selected {
  color: #CCCCCC;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-label {
  font-weight: 400;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-layout {
  padding-bottom: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-content {
  padding-top: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row p {
  margin-bottom: 0.625rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-select {
  display: flex;
  align-items: center;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-select .wpforms-field-label {
  margin-right: 1.25rem;
  flex-shrink: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-select select {
  max-width: none;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 {
  justify-content: flex-start;
  flex-direction: row;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 > div:first-child {
  width: 2.875rem;
  min-width: 2.875rem;
  padding: 0 0.625rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 > div:first-child fieldset {
  height: 2.875rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 p {
  margin-bottom: 0;
  max-width: 15rem;
  font-size: 0.75rem;
}
@media not screen and (min-width: 640px) {
  body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 > div:last-child {
    width: 0;
  }
  body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-layout-preset-25-50-25 p {
    font-size: 0.75rem;
  }
}
body div.wpforms-container form.wpforms-form .wpforms-field.cgu_checkbox input[type=checkbox] {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field.cgu_checkbox input[type=checkbox] + label {
  display: none;
}
body div.wpforms-container form.wpforms-form .wpforms-field.cgu_checkbox input[type=checkbox]::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}
body div.wpforms-container form.wpforms-form .wpforms-field.cgu_checkbox input[type=checkbox]:checked::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: none;
  border-bottom: none;
  width: 1rem;
  height: 1rem;
  background: var(--wpforms-field-text-color);
  border-radius: 9999px;
}
body div.wpforms-container form.wpforms-form .wpforms-field-medium {
  max-width: none;
}
body div.wpforms-container form.wpforms-form .wpforms-error {
  white-space: nowrap;
}
body div.wpforms-container form.wpforms-form .iti__selected-flag {
  padding-left: 0.875rem;
}
body div.wpforms-container form.wpforms-form .wpforms-submit-container {
  display: flex;
  flex-direction: row-reverse;
  float: right;
  margin-top: 0;
  transform: none;
}
@media not screen and (min-width: 640px) {
  body div.wpforms-container form.wpforms-form .wpforms-submit-container {
    align-self: center;
    margin-top: 0.75rem;
  }
}
body div.wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit] {
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  font-weight: 400;
}
body div.wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit],
body div.wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit]:focus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  font-size: 1.5rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field-layout {
  padding: 0 0.3125rem;
}
body div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding: 0 0.3125rem;
}
@media screen and (max-width: 600px) {
  body div.wpforms-container form.wpforms-form .wpforms-field-layout {
    padding: 0;
  }
  body div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding: 0;
  }
  body div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    margin-left: 0;
    margin-right: 0;
  }
}
body div.wpforms-container form.wpforms-form .wpforms-field-description {
  color: #F5F5F5;
}
body div.wpforms-container .wpforms-confirmation-container-full {
  background: none;
  border: none;
  font-size: 1.5rem;
}
body div.wpforms-container .wpforms-confirmation-container-full p:last-child {
  color: #F5F5F5;
}

.duotone {
  --blur: 0px;
  --opacity: 1;
  background-color: var(--base);
}
.duotone.duotone-red {
  --base: #D9D9D9; /* ligher color */
  --foreground: #8C8C8C; /* darker color */
  --contrast: 1.3;
  --brightness: 1.1;
  --bg-blend: normal;
  --fg-blend: screen;
}
.duotone.duotone-grey {
  --base: #FFFFFF; /* ligher color */
  --foreground: #4f4f4f; /* darker color */
  --contrast: 0.55;
  --brightness: 1.3;
  --bg-blend: multiply;
  --fg-blend: lighten;
}
.duotone.duotone-grey-dark {
  --base: #F3F2F2; /* ligher color */
  --foreground: #404040; /* darker color */
  --contrast: 0.8;
  --brightness: 1;
  --bg-blend: multiply;
  --fg-blend: lighten;
}
.duotone img {
  filter: grayscale(100%) contrast(var(--contrast)) blur(var(--blur)) brightness(var(--brightness));
  mix-blend-mode: var(--bg-blend);
  opacity: var(--opacity);
}
.duotone::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--foreground);
  mix-blend-mode: var(--fg-blend);
  z-index: 1;
}

.wysiwyg p + p {
  margin-top: 1em;
}
.wysiwyg a {
  text-decoration: underline;
}

body.cmplz-document #cmplz-document,
.legal-page-template .content-page {
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
}
body.cmplz-document #cmplz-document > *:not(section),
.legal-page-template .content-page > *:not(section) {
  width: calc(100% - (2 * 0.625rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
@media screen and (min-width: 640px) {
  body.cmplz-document #cmplz-document > *:not(section),
.legal-page-template .content-page > *:not(section) {
    width: calc(100% - (2 * 3.125rem));
  }
}
body.cmplz-document #cmplz-document > h1, body.cmplz-document #cmplz-document h2,
.legal-page-template .content-page > h1,
.legal-page-template .content-page h2 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
body.cmplz-document #cmplz-document .screen-reader-text,
.legal-page-template .content-page .screen-reader-text {
  display: none;
}
@media not all and (min-width: 820px) {
  .max-md\:sizing-medium {
    width: calc(100% - (2 * 0.625rem));
    margin-left: auto;
    margin-right: auto;
    max-width: 83.75rem;
  }
  @media screen and (min-width: 640px) {
    .max-md\:sizing-medium {
      width: calc(100% - (2 * 3.125rem));
    }
  }
}
@media (min-width: 820px) {
  .md\:sizing-fullwidth-nomargin-right {
    width: calc(100% - 0.625rem);
    margin-left: auto;
  }
  @media screen and (min-width: 640px) {
    .md\:sizing-fullwidth-nomargin-right {
      width: calc(100% - 3.125rem);
    }
  }
  .md\:sizing-medium-right-fullwidth-left {
    width: calc(100% - 0.625rem);
    margin-right: auto;
    max-width: calc((100vw - 83.75rem) / 2 + 83.75rem);
  }
  @media screen and (min-width: 640px) {
    .md\:sizing-medium-right-fullwidth-left {
      width: calc(100% - 3.125rem);
    }
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0rem;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:border-main-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 25, 22, var(--tw-border-opacity));
  }
  .hover\:bg-light-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }
  .hover\:bg-main-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 25, 22, var(--tw-bg-opacity));
  }
  .hover\:text-light-400:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }
  .hover\:text-main-400:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 25, 22, var(--tw-text-opacity));
  }
}
@media not all and (min-width: 1400px) {
  .max-xl\:mb-5 {
    margin-bottom: 0.3125rem;
  }
}
@media not all and (min-width: 1200px) {
  .max-xlg\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:mt-40 {
    margin-top: 2.5rem;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
}
@media not all and (min-width: 820px) {
  .max-md\:mt-8 {
    margin-top: 0.5rem;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:h-\[75vh\] {
    height: 75vh;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm\:mb-32 {
    margin-bottom: 2rem;
  }
  .max-sm\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .max-sm\:mt-32 {
    margin-top: 2rem;
  }
  .max-sm\:mt-40 {
    margin-top: 2.5rem;
  }
  .max-sm\:h-140 {
    height: 8.75rem;
  }
  .max-sm\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }
}
@media (min-width: 640px) {
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .sm\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-60 {
    margin-left: 3.75rem;
  }
  .sm\:ml-gutter-desktop {
    margin-left: 3.125rem;
  }
  .sm\:mr-40 {
    margin-right: 2.5rem;
  }
  .sm\:mr-60 {
    margin-right: 3.75rem;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:aspect-\[1440\/265\] {
    aspect-ratio: 1440/265;
  }
  .sm\:h-\[42vw\] {
    height: 42vw;
  }
  .sm\:min-h-\[33vw\] {
    min-height: 33vw;
  }
  .sm\:w-50 {
    width: 3.125rem;
  }
  .sm\:w-\[30vw\] {
    width: 30vw;
  }
  .sm\:w-\[33vw\] {
    width: 33vw;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .sm\:px-gutter-desktop {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 820px) {
  .md\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .md\:mt-18 {
    margin-top: 1.125rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[116\/60\] {
    aspect-ratio: 116/60;
  }
  .md\:w-140 {
    width: 8.75rem;
  }
  .md\:w-50 {
    width: 3.125rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-x-120 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
  .md\:pl-gutter-desktop {
    padding-left: 3.125rem;
  }
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:ml-130 {
    margin-left: 8.125rem;
  }
  .lg\:ml-180 {
    margin-left: 11.25rem;
  }
  .lg\:mr-130 {
    margin-right: 8.125rem;
  }
  .lg\:mr-30 {
    margin-right: 1.875rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:h-40 {
    height: 2.5rem;
  }
  .lg\:min-w-420 {
    min-width: 26.25rem;
  }
  .lg\:basis-\[40\%\] {
    flex-basis: 40%;
  }
  .lg\:basis-\[60\%\] {
    flex-basis: 60%;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:pl-\[calc\(2_\*_theme\(\'spacing\.gutter-desktop\'\)\)\] {
    padding-left: calc(2 * 3.125rem);
  }
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .xlg\:hidden {
    display: none;
  }
  .xlg\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .xlg\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:-mr-40 {
    margin-right: -2.5rem;
  }
  .xl\:ml-230 {
    margin-left: 14.375rem;
  }
  .xl\:w-190 {
    width: 11.875rem;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:grid-cols-\[auto_auto_0px_auto\] {
    grid-template-columns: auto auto 0px auto;
  }
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xl\:gap-y-40 {
    row-gap: 2.5rem;
  }
}
