/*-----------------------------------------------*\

Author: Thomas Geisen (www.thomasgeisen.fr)
Framework : Tailwind (width 1270px fluid, 12 cols, gap 1rem)

\*-----------------------------------------------*/

/* Base */

/* @import "base/_mixins"; */

/* Titles */

.text-h1{
  letter-spacing: -0.01em;
}

.text-caps{
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

[data-parallax-y] img {
  will-change: transform;
  transform: translateZ(0);
  /* Force hardware acceleration */
}

/* Optimisation pour les carousels */

.carousel-parallax img {
  will-change: transform;
  transform: translateZ(0);
}

/* Désactiver will-change après animation pour économiser la mémoire */

.parallax-complete img {
  will-change: auto;
}

/* Layout */

/*-----------------------------------------------*\

    Stage of the app

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    Website main footer

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    WordPress editor

\*-----------------------------------------------*/

/* Components */

/* Tailwind */

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

html{
  overscroll-behavior: none;
}

body{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  background: #f5efe9;
  font-family: IBM Plex Sans, sans-serif;
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: optimizeQuality;
  text-rendering: optimizeLegibility;
}

*::-moz-selection {
  background: #FF6A14;
  color: #f5efe9;
}

*::selection {
  background: #FF6A14;
  color: #f5efe9;
}

a::-moz-selection {
  color: #f5efe9;
}

a::selection {
  color: #f5efe9;
}

p{
  padding: 0;
}

strong{
  font-weight: normal;
}

a{
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:focus{
    outline-color: currentColor;
  }

button{
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

button:focus{
    outline-color: currentColor;
  }

input:focus,select:focus{
    outline: none;
  }

cite{
  font-style: normal;
}

picture{
  display: block;
}

img{
  max-width: inherit;
}

foreignObject,
    svg{
  overflow: inherit;
}

.container{
  min-width: 100%;
}

@media (min-width: 1792px){
  .container{
    min-width: 0px;
  }
}

.objectfit{
  position: relative;
}

.objectfit img,
        .objectfit video{
    height: 100%;
  }

.objectfit img,
        .objectfit video{
    width: 100%;
  }

.objectfit img,
        .objectfit video{
    -o-object-fit: cover;
       object-fit: cover;
  }

.grid{
  gap: 1.5rem;
}

/* body{
        &:before{
            content: 'xs';
            @apply fixed bottom-0 right-0 w-12 h-12 z-10 bg-primary text-white flex justify-center items-center;
        }

        @screen sm {
            &:before{
                content: 'sm';
            }
        }

        @screen md {
            &:before{
                content: 'md';
            }
        }

        @screen lg {
            &:before{
                content: 'lg';
            }
        }

        @screen xl {
            &:before{
                content: 'xl';
            }
        }
        @screen xxl {
            &:before{
                content: 'xxl';
            }
        }
    } */

/* Sans-serif font */

@font-face {
  font-family:"IBM Plex Sans";

  src:url("../fonts/IBMPlexSans-Light.woff2") format("woff2"),
            url("../fonts/IBMPlexSans-Light.woff") format("woff");

  font-style:normal;

  font-weight:300;

  font-display: swap;
}

@font-face {
  font-family:"IBM Plex Sans";

  src:url("../fonts/IBMPlexSans-Text.woff2") format("woff2"),
            url("../fonts/IBMPlexSans-Text.woff") format("woff");

  font-style:normal;

  font-weight:400;

  font-display: swap;
}

@font-face {
  font-family:"IBM Plex Sans";

  src:url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"),
            url("../fonts/IBMPlexSans-Medium.woff") format("woff");

  font-style:normal;

  font-weight:500;

  font-display: swap;
}

/* Serif font */

@font-face {
  font-family:"IBM Plex Serif";

  src:url("../fonts/IBMPlexSerif-Light.woff2") format("woff2"),
            url("../fonts/IBMPlexSerif-Light.woff") format("woff");

  font-style:normal;

  font-weight:300;

  font-display: swap;
}

@font-face {
  font-family:"IBM Plex Serif";

  src:url("../fonts/IBMPlexSerif-Medium.woff2") format("woff2"),
            url("../fonts/IBMPlexSerif-Medium.woff") format("woff");

  font-style:normal;

  font-weight:500;

  font-display: swap;
}

@font-face {
  font-family:"IBM Plex Serif";

  src:url("../fonts/IBMPlexSerif-MediumItalic.woff2") format("woff2"),
            url("../fonts/IBMPlexSerif-MediumItalic.woff") format("woff");

  font-style:italic;

  font-weight:500;

  font-display: swap;
}

/* Mono font */

@font-face {
  font-family:"IBM Plex Mono";

  src:url("../fonts/IBMPlexMono-Regular.woff2") format("woff2"),
            url("../fonts/IBMPlexMono-Regular.woff") format("woff");

  font-style:normal;

  font-weight:400;

  font-display: swap;

  font-feature-settings: "ss03" 1;

  font-variant-numeric: slashed-zero;
}

@font-face {
  font-family:"IBM Plex Mono";

  src:url("../fonts/IBMPlexMono-Light.woff2") format("woff2"),
            url("../fonts/IBMPlexMono-Light.woff") format("woff");

  font-style:normal;

  font-weight:300;

  font-display: swap;

  font-feature-settings: "ss03" 1;

  font-variant-numeric: slashed-zero;
}

@font-face {
  font-family: 'icomoon';

  src:url("../fonts/icomoon.eot?-azerty");

  src:url("../fonts/icomoon.eot?#iefix-azerty") format('embedded-opentype'),
            url("../fonts/icomoon.woff?-azerty") format('woff'),
            url("../fonts/icomoon.ttf?-azerty") format('truetype'),
            url("../fonts/icomoon.svg?-azerty#icomoon") format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

.icon:after,
    .icon:before,
    [class^="icon-"]:before, [class*=" icon-"]:after,
    [class^="icon-"]:after, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

@media (min-width: 1360px){
  .container{
    max-width: 1360px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1792px){
  .container{
    max-width: 1792px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.Stage{
  overflow: clip;
}

.SiteHeader{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .SiteHeader{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.SiteHeader-logo{
    --tw-translate-x: -18px;
    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: 980px){
    .SiteHeader-logo{
      --tw-translate-x: 33%;
      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));
    }
  }

.SiteHeader-logo:hover,
            .SiteHeader-logo:active{
      opacity: 0.7;
    }

@media (max-width: 979px){
      .SiteHeader-logo img{
        height: 36px;
      }
    }

.SiteHeader a{
    pointer-events: all;
  }

.SiteFooter-logo{
    height: auto;
  }

.SiteFooter-logo{
    max-width: 100%;
  }

.SiteFooter-deep .grid{
      width: 100%;
    }

.SiteFooter-deep .grid{
      gap: 0px;
    }

@media (min-width: 768px){
      .SiteFooter-deep .grid{
        grid-auto-flow: column;
      }
    }

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

.SiteFooter-deep a:hover{
      opacity: 0.7;
    }

.is-root-container strong,.Gutenberg strong{
    font-weight: 700;
  }

.is-root-container em,.Gutenberg em{
    font-style: italic;
  }

.is-root-container sub,.Gutenberg sub{
    vertical-align: sub;
  }

.is-root-container sup,.Gutenberg sup{
    vertical-align: super;
  }

.is-root-container ol,.Gutenberg ol{
    list-style-type: decimal;
  }

.is-root-container ul,.Gutenberg ul{
    padding-left: 1.5rem;
  }

.is-root-container ul,.Gutenberg ul{
    list-style-type: disc;
  }

.is-root-container ul li,.Gutenberg ul li{
      padding-left: 0.25rem;
    }

.is-root-container ol,.Gutenberg ol{
    padding-left: 1.5rem;
  }

.is-root-container .has-text-align-center,.Gutenberg .has-text-align-center{
    text-align: center;
  }

.is-root-container .has-text-align-right,.Gutenberg .has-text-align-right{
    text-align: right;
  }

.is-root-container h2,.Gutenberg h2{
    margin-top: 2.5rem;
  }

.is-root-container h2,.Gutenberg h2{
    margin-bottom: 1rem;
  }

.is-root-container h2,.Gutenberg h2{
    font-family: IBM Plex Serif, serif;
  }

.is-root-container h2,.Gutenberg h2{
    font-size: 1.875rem;
    line-height: 1.25em;
  }

.is-root-container h2,.Gutenberg h2{
    font-weight: 300;
  }

.is-root-container h3,.Gutenberg h3{
    font-family: IBM Plex Serif, serif;
  }

.is-root-container h3,.Gutenberg h3{
    font-size: 1.625rem;
    line-height: 1.2em;
  }

.is-root-container h3,.Gutenberg h3{
    font-weight: 300;
  }

.is-root-container p + p,
        .is-root-container p + ul,
        .is-root-container p + ol,
        .is-root-container ul + ul,
        .is-root-container ul + p,
        .is-root-container ul + ol,
        .is-root-container ol + ol,
        .is-root-container ol + p,
        .is-root-container ol + ul,
        .Gutenberg p + p,
        .Gutenberg p + ul,
        .Gutenberg p + ol,
        .Gutenberg ul + ul,
        .Gutenberg ul + p,
        .Gutenberg ul + ol,
        .Gutenberg ol + ol,
        .Gutenberg ol + p,
        .Gutenberg ol + ul{
    padding-top: 1.5rem;
  }

.is-root-container a,.Gutenberg a{
    position: relative;
  }

.is-root-container a,.Gutenberg a{
    --tw-text-opacity: 1;
    color: rgb(255 106 20 / var(--tw-text-opacity, 1));
  }

.is-root-container a:before,.Gutenberg a:before{
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.is-root-container a:hover:before,.is-root-container a:active:before,.Gutenberg a:hover:before,.Gutenberg a:active:before{
        transform: scaleX(1);
        transform-origin: left;
      }

.btn{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.btn:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.btn:hover:before,.btn:active:before{
      transform: scaleX(1);
      transform-origin: left;
    }

.carousel{
  position: relative;
}

.carousel-slide{
    position: absolute;
  }

.carousel-slide{
    top: 0px;
  }

.carousel-slide{
    left: 0px;
  }

.carousel-slide{
    height: 100%;
  }

.carousel-slide{
    width: 100%;
  }

.carousel-slide{
    opacity: 0;
  }

.carousel-slide:first-child{
      opacity: 1;
    }

.carousel-content{
    pointer-events: auto;
  }

.carousel-content{
    position: relative;
  }

.carousel-content-item{
    position: absolute;
  }

.carousel-content-item{
    bottom: 0px;
  }

.carousel-content-item{
    left: 0px;
  }

.carousel-content-item{
    width: 50vw;
  }

.carousel-container{
    pointer-events: none;
  }

.carousel-container{
    position: relative;
  }

.carousel-container{
    z-index: 5;
  }

.carousel-container{
    display: flex;
  }

.carousel-container{
    justify-content: space-between;
  }

.carousel-controls{
    pointer-events: auto;
  }

.carousel-controls button{
      position: relative;
    }

.carousel-controls button{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

.carousel-controls button:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
      }

.carousel-controls button.isActive{
        --tw-text-opacity: 1;
        color: rgb(255 106 20 / var(--tw-text-opacity, 1));
      }

.carousel-controls button.isActive:before{
          transform: scaleX(1);
          transform-origin: left;
        }

.carousel-controls button:hover,
                .carousel-controls button:active{
        --tw-text-opacity: 1;
        color: rgb(255 106 20 / var(--tw-text-opacity, 1));
      }

.carousel-arrows{
    position: absolute;
  }

.carousel-arrows{
    top: 0px;
  }

.carousel-arrows{
    right: 0px;
  }

.carousel-arrows{
    z-index: 3;
  }

.carousel-arrows{
    display: flex;
  }

.carousel-arrows{
    height: 100%;
  }

.carousel-arrows{
    width: 100%;
  }

.carousel-arrows{
    align-items: center;
  }

.carousel-arrows{
    justify-content: space-between;
  }

.carousel-arrows button{
      display: flex;
    }

.carousel-arrows button{
      height: 100%;
    }

.carousel-arrows button{
      align-items: center;
    }

.carousel-arrows button{
      justify-content: center;
    }

.carousel-arrows button{
      padding-left: 2rem;
      padding-right: 2rem;
    }

.carousel-arrows button{
      font-size: 1.25rem;
      line-height: 1.4em;
    }

.carousel-arrows button{
      --tw-text-opacity: 1;
      color: rgb(245 239 233 / var(--tw-text-opacity, 1));
    }

.carousel-arrows button{
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.carousel-arrows button:before{
        transform: translateX(16px);
        transition: all 500ms cubic-bezier(.4,0,.2,1);
        opacity: 0;
      }

.carousel-arrows button.js-carousel-left{
        padding-right: 25%;
      }

.carousel-arrows button.js-carousel-right{
        padding-left: 25%;
      }

.carousel-arrows button.js-carousel-right:before{
          transform: translateX(-16px);
        }

.carousel-arrows button:hover{
        outline: none;
      }

.carousel-arrows button:hover:before{
          transform: translateX(0);
          opacity: 1;
        }

.carousel--cover .carousel-pictures:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ede0d4;
        mix-blend-mode: multiply;
        z-index: 1;
      }

.carousel--cover .carousel-controls button.isActive{
        --tw-text-opacity: 1;
        color: rgb(245 239 233 / var(--tw-text-opacity, 1));
      }

.gallery{
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 1rem;
}

@media (min-width: 980px){
  .gallery{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2.5rem;
  }
}

.gallery picture{
    position: relative;
  }

.gallery picture{
    height: auto;
  }

.gallery picture{
    width: 100%;
  }

.gallery img{
    position: relative;
  }

.gallery img{
    height: auto;
  }

.gallery img{
    width: 100%;
  }

.gallery--mobile{
    gap: 1.5rem;
  }

.gallery--mobile{
    margin-left: -1.5rem;
  }

.gallery--mobile{
    display: grid;
  }

.gallery--mobile{
    width: 100vw;
  }

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

.gallery--mobile{
    gap: 0.5rem;
  }

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.z-\[1\]{
  z-index: 1;
}

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

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

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

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

.col-span-13{
  grid-column: span 13 / span 13;
}

.col-span-14{
  grid-column: span 14 / span 14;
}

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

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

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

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

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

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

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

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

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

.col-start-14{
  grid-column-start: 14;
}

.col-start-15{
  grid-column-start: 15;
}

.col-start-16{
  grid-column-start: 16;
}

.col-start-18{
  grid-column-start: 18;
}

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

.col-start-20{
  grid-column-start: 20;
}

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

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

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

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

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mt-\[40\%\]{
  margin-top: -40%;
}

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

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

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

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

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

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[30\%\]{
  margin-top: 30%;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.aspect-paysage{
  aspect-ratio: 380 / 305;
}

.aspect-portrait{
  aspect-ratio: 305 / 380;
}

.aspect-team{
  aspect-ratio: 175/217;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.-translate-x-1\/4{
  --tw-translate-x: -25%;
  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-x-\[10\%\]{
  --tw-translate-x: -10%;
  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\/3{
  --tw-translate-y: -33.333333%;
  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\/4{
  --tw-translate-y: -25%;
  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-x-\[10\%\]{
  --tw-translate-x: 10%;
  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-x-\[20\%\]{
  --tw-translate-x: 20%;
  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));
}

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

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

.items-start{
  align-items: flex-start;
}

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

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

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

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 20 / var(--tw-border-opacity, 1));
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(237 224 212 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 20 / var(--tw-bg-opacity, 1));
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

.pb-4{
  padding-bottom: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

.text-center{
  text-align: center;
}

.font-mono{
  font-family: IBM Plex Mono, monospace;
}

.font-serif{
  font-family: IBM Plex Serif, serif;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5em;
}

.text-h1-mobile{
  font-size: 1.75rem;
  line-height: 1.25em;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.4em;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.5em;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.4em;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1.5em;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.italic{
  font-style: italic;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 106 20 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(245 239 233 / var(--tw-text-opacity, 1));
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

@media (min-width: 768px){
  .md\:grid{
    gap: 1.5rem;
  }

  [class^="icon-"] span.md\:hidden,
        [class*=" icon-"] span.md\:hidden{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 980px){
  .lg\:grid{
    gap: 1.5rem;
  }

  [class^="icon-"] span.lg\:hidden,
        [class*=" icon-"] span.lg\:hidden{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media (max-width: 767px){
  [class^="icon-"] span.max-sm\:hidden,
        [class*=" icon-"] span.max-sm\:hidden{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media (max-width: 979px){
  [class^="icon-"] span.max-md\:hidden,
        [class*=" icon-"] span.max-md\:hidden{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 20 / var(--tw-border-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 106 20 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

@media (min-width: 768px){
  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

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

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-left{
    text-align: left;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-h1-tablet{
    font-size: 2.625rem;
    line-height: 1.25em;
  }

  .md\:text-h3{
    font-size: 1.625rem;
    line-height: 1.2em;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.5em;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

@media (min-width: 980px){
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:-mt-\[30\%\]{
    margin-top: -30%;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

  .lg\:pb-32{
    padding-bottom: 8rem;
  }
}

@media (min-width: 1360px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

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

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

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

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

  .xl\:mt-32{
    margin-top: 8rem;
  }

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

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

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

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .xl\:text-h1{
    font-size: 3.5rem;
    line-height: 1.25em;
  }

  .xl\:text-h4{
    font-size: 1.5rem;
    line-height: 1.375em;
  }
}

@media (max-width: 767px){
  .max-sm\:hidden{
    display: none;
  }

  .max-sm\:h-\[50px\]{
    height: 50px;
  }

  .max-sm\:gap-y-8{
    row-gap: 2rem;
  }
}

@media (max-width: 979px){
  .max-md\:hidden{
    display: none;
  }
}