*, ::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.19 | 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: "Geist", sans-serif;
  /* 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;
}

body {
  font-size: 0.975rem;
}

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

.section-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .section-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .section-container {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .section-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-container-tight {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .section-container-tight {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .section-container-tight {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .section-container-tight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ***** TYPOGRAPHY ***** */

h1,
  .h1 {
  font-family: "Lora", "Geist", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}

h2,
  .h2 {
  font-family: "Lora", "Geist", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}

h3,
  .h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}

h4,
  .h4 {
  font-weight: 600;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

h5,
  .h5 {
  font-weight: 600;
}

h6,
  .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.img-inacre {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .img-inacre {
    border-radius: 1rem;
  }
}

svg {
  flex-shrink: 0;
}

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[0\.125rem\] {
  top: 0.125rem;
}

.top-full {
  top: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-\[60px\] {
  margin-inline-end: 60px;
}

.ml-\[-3rem\] {
  margin-left: -3rem;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-\[-45px\] {
  margin-inline-start: -45px;
}

.ms-\[-60px\] {
  margin-inline-start: -60px;
}

.ms-\[30px\] {
  margin-inline-start: 30px;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

.mt-\[-120px\] {
  margin-top: -120px;
}

.mt-\[-140px\] {
  margin-top: -140px;
}

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

.mt-\[-90px\] {
  margin-top: -90px;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-screen {
  height: 100vh;
}

.max-h-16 {
  max-height: 4rem;
}

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

.max-h-\[calc\(100dvh-3rem\)\] {
  max-height: calc(100dvh - 3rem);
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.grid-cols-\[3fr_2fr\] {
  grid-template-columns: 3fr 2fr;
}

.grid-cols-\[55\%_45\%\] {
  grid-template-columns: 55% 45%;
}

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

.grid-rows-\[100px_130px\] {
  grid-template-rows: 100px 130px;
}

.grid-rows-\[80px_100px\] {
  grid-template-rows: 80px 100px;
}

.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-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

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

.gap-y-\[15px\] {
  row-gap: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-\[0\.1rem\] {
  border-width: 0.1rem;
}

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

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

.border-s {
  border-inline-start-width: 1px;
}

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

.border-\[\#00445D\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 93 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-bleu-fonce {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 93 / var(--tw-border-opacity, 1));
}

.border-bleu-fonce\/15 {
  border-color: rgb(0 68 93 / 0.15);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-vert {
  --tw-border-opacity: 1;
  border-color: rgb(156 219 114 / var(--tw-border-opacity, 1));
}

.border-vert-pale {
  --tw-border-opacity: 1;
  border-color: rgb(227 245 209 / var(--tw-border-opacity, 1));
}

.bg-\[\#00445D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3F5D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 209 / var(--tw-bg-opacity, 1));
}

.bg-bleu-fonce {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
}

.bg-bleu-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(197 233 247 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-vert {
  --tw-bg-opacity: 1;
  background-color: rgb(156 219 114 / var(--tw-bg-opacity, 1));
}

.bg-vert-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 209 / var(--tw-bg-opacity, 1));
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.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-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-\[3rem\] {
  padding-inline-start: 3rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.indent-0 {
  text-indent: 0px;
}

.text-2xl {
  font-size: 28px;
  line-height: 1.3;
}

.text-\[0\.75em\] {
  font-size: 0.75em;
}

.text-\[0\.925rem\] {
  font-size: 0.925rem;
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-lg {
  font-size: 18px;
  line-height: 1.5;
}

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

.text-xl {
  font-size: 21px;
  line-height: 1.5;
}

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

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

.font-semibold {
  font-weight: 600;
}

.not-italic {
  font-style: normal;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#00445D\] {
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.text-bleu-fonce {
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.text-bleu-fonce\/60 {
  color: rgb(0 68 93 / 0.6);
}

.text-bleu-pale {
  --tw-text-opacity: 1;
  color: rgb(197 233 247 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-vert {
  --tw-text-opacity: 1;
  color: rgb(156 219 114 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 68 93 / 0.1), 0 1px 2px -1px rgb(0 68 93 / 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);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 68 93 / 0.1), 0 4px 6px -4px rgb(0 68 93 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 68 93 / 0.1), 0 2px 4px -2px rgb(0 68 93 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 68 93 / 0.1), 0 8px 10px -6px rgb(0 68 93 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  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-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[grid-template-columns\:repeat\(auto-fit\2c _minmax\(0\2c _280px\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(0, 280px));
}

/* ***** BUTTONS ***** */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.925rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:focus {
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 93 / 0.35);
}

@media (min-width: 768px) {
  .btn {
    font-size: 0.95rem;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #006C95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 108 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00445D var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 93 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.btn-primary:hover,
.btn-secondary:hover {
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8FC869 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 200 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B9DDA2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.btn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* ***** MENUS ***** */

/* Main menu */

.main-menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .main-menu {
    flex-direction: row;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.main-menu .menu-item a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.main-menu .menu-item a:hover {
  background-color: rgb(197 233 247 / 0.4);
}

@media (min-width: 1024px) {
  .main-menu .menu-item a {
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.main-menu .menu-item.menu-item-has-children > a::after {
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .main-menu .menu-item.menu-item-has-children > a::after {
    background-image: url(../../img/Chevron-down.svg);
  }
}

.main-menu .menu-item.menu-item-has-children > a::after {
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .main-menu .menu-item.menu-item-has-children > a::after {
    background-image: url(../../img/Chevron-down.svg);
  }
}

.main-menu .sub-menu-container.active {
  display: block;
}

.main-menu-offcanvas .sub-menu .menu-item > a {
  background-image: url(../../img/Chevron-right-light.svg);
  background-size: 0.75rem 0.75rem;
  background-position: 1.5rem 0.775rem;
  background-repeat: no-repeat;
  padding-inline-start: 2.75rem;
}

/* Menu footer */

.menu-footer .menu-item a {
  border-radius: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-underline-offset: 2px;
}

.menu-footer .menu-item a:hover {
  text-decoration-line: underline;
}

/* Menu contact */

.contact-menu .menu-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.925rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.contact-menu .menu-item a:focus {
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 93 / 0.35);
}

@media (min-width: 768px) {
  .contact-menu .menu-item a {
    font-size: 0.95rem;
  }
}

.contact-menu .menu-item a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #006C95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 108 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00445D var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-menu .menu-item a:hover {
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8FC869 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 200 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B9DDA2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.contact-menu .menu-item a:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.contact-menu .menu-item a {
  font-size: 0.875rem;
  /* text-sm */
}

/* WPML */

.wpml-ls {
  padding: 0px;
}

.wpml-ls-link {
  display: inline-flex;
  border-radius: 1rem;
  background-image: url(../../img/globe.svg);
  background-position: 0.75rem calc(50% + 0.025rem);
  background-repeat: no-repeat;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-inline-end: 1rem !important;
  padding-inline-start: 2rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.wpml-ls-link:hover {
  background-color: rgb(197 233 247 / 0.4);
}

/* ***** MODALS ***** */

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/* ***** TOM SELECT BYPASS ***** */

.ts-dropdown,
.ts-control,
.ts-control input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.ts-control {
  display: flex;
  gap: 0.25rem;
  border-radius: 0.25rem;
  border-color: transparent;
  padding: 0.75rem !important;
}

.ts-dropdown {
  border-radius: 0.25rem;
  border-color: transparent;
  --tw-shadow: 0 10px 15px -3px rgb(0 68 93 / 0.1), 0 4px 6px -4px rgb(0 68 93 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ts-wrapper.multi .ts-control > div {
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 209 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.ts-wrapper.multi .ts-control > div.active {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 209 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  margin-inline-start: 0px;
  border-width: 0px;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.75rem;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background-color: transparent;
}

/* ***** Carousel Embla ***** */

.embla-temoignages {
  display: flex;
  min-height: 10rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 68 93 / 0.1), 0 4px 6px -4px rgb(0 68 93 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: url("../../img/temoignages-guillemet-ouvrant.svg"),
    url("../../img/temoignages-guillemet-fermant.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 1rem left 1rem, bottom 1rem right 1rem;
  background-size: 40px 40px, 40px 40px;
  /* Adjust size if needed */
}

@media all and (min-width: 768px) {
  .embla-temoignages {
    background-position: top 1.25rem left 1.25rem, bottom 1.25rem right 1.25rem;
    background-size: 56px 56px, 56px 56px;
    /* Adjust size if needed */
  }
}

.tab-btn {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 68 93 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(156 219 114 / var(--tw-border-opacity, 1));
  opacity: 1;
}

/* ***** Home Hero ***** */

.hero-vert {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url(../../img/hero-bg-vert-mobile.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-vert {
    background-image: url(../../img/hero-bg-vert.svg);
    background-size: cover;
  }
}

.hero-vert.hero-full-color {
  border-bottom-width: 1px;
  border-color: rgb(156 219 114 / 0.5);
  background-color: rgb(227 245 209 / 0.2) !important;
}

.hero-bleu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url(../../img/hero-bg-bleu-mobile.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-bleu {
    background-image: url(../../img/hero-bg-bleu.svg);
    background-size: cover;
  }
}

.hero-bleu.hero-full-color {
  border-bottom-width: 1px;
  border-color: rgb(197 233 247 / 0.75);
  background-color: rgb(197 233 247 / 0.15) !important;
}

.bg-bleu-triangles {
  --tw-bg-opacity: 1;
  background-color: rgb(197 233 247 / var(--tw-bg-opacity, 1));
  background-image: url(../../img/triangles-repeat.png);
  background-size: 100% auto;
  background-position: 25%;
  background-blend-mode: luminosity;
}

@media (min-width: 768px) {
  .bg-bleu-triangles {
    background-size: 50% auto;
  }
}

.corner-blue {
  background-repeat: no-repeat;
  padding: 0.5rem;
  background-image: url("../../img/corner-blue-bottomleft.svg"),
    url("../../img/corner-blue-topright.svg");
  background-position: bottom left, top right;
  background-size: 60px auto, 60px auto;
}

.corner-green {
  background-repeat: no-repeat;
  padding-inline-end: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: url("../../img/corner-green-bottomright.svg");
  background-position: bottom right;
  background-size: 60px auto;
}

@media all and (min-width: 768px) {
  .corner-blue {
    padding: 0.75rem;
    background-size: 110px auto, 110px auto;
  }

  .corner-green {
    padding-inline-end: 0.75rem;
    padding-bottom: 0.75rem;
    background-size: 110px auto;
  }
}

/* ***** FORFAITS ***** */

.table-forfaits thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

@media not all and (min-width: 768px) {
  .table-forfaits tbody tr {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.table-forfaits tbody th {
  padding-top: 1rem;
  text-align: left;
  font-weight: 400;
}

@media not all and (min-width: 768px) {
  .table-forfaits tbody th {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 768px) {
  .table-forfaits tbody th {
    width: 33.333333%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.table-forfaits tbody td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .table-forfaits tbody td {
    width: 16.666667%;
  }
}

/* ***** Custom "prose" ***** */

.editor-content {
  line-height: 1.625;
}

.editor-content.inverted {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.editor-content p:empty {
  display: none;
}

.editor-content a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(115 186 68 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.editor-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.editor-content.inverted a {
  --tw-text-opacity: 1;
  color: rgb(156 219 114 / var(--tw-text-opacity, 1));
}

.editor-content.inverted a:hover {
  --tw-text-opacity: 1;
  color: rgb(227 245 209 / var(--tw-text-opacity, 1));
}

.editor-content strong,
.editor-content b {
  font-weight: 600;
}

.editor-content ul {
  list-style-type: disc;
}

.editor-content ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.editor-content ul {
  padding-inline-start: 1rem;
}

.editor-content ul li::marker {
  color: rgb(0 68 93 / 0.5);
}

.editor-content.inverted ul li::marker {
  color: rgb(255 255 255 / 0.5);
}

.editor-content ol {
  list-style-type: decimal;
}

.editor-content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.editor-content ol {
  padding-inline-start: 1rem;
}

.editor-content ul li,
.editor-content ol li {
  padding-inline-start: 0.25rem;
}

.editor-content p:not(:last-child),
.editor-content ul:not(:last-child),
.editor-content ol:not(:last-child),
.editor-content h1:not(:last-child),
.editor-content h2:not(:last-child),
.editor-content h3:not(:last-child),
.editor-content h4:not(:last-child),
.editor-content h5:not(:last-child),
.editor-content h6:not(:last-child),
.editor-content blockquote:not(:last-child) {
  margin-bottom: 0.75rem;
}

.editor-content h1:not(:first-child),
.editor-content h2:not(:first-child),
.editor-content h3:not(:first-child),
.editor-content h4:not(:first-child),
.editor-content h5:not(:first-child),
.editor-content h6:not(:first-child),
.editor-content blockquote:not(:first-child) {
  margin-top: 2.25rem;
}

.editor-content .alignleft {
  text-align: left;
}

.editor-content .aligncenter {
  text-align: center;
}

.editor-content .alignright {
  text-align: right;
}

.editor-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.925rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.editor-content .wp-block-button__link:focus {
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 93 / 0.35);
}

@media (min-width: 768px) {
  .editor-content .wp-block-button__link {
    font-size: 0.95rem;
  }
}

.editor-content .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #006C95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 108 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00445D var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.editor-content .wp-block-button__link:hover {
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8FC869 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 200 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B9DDA2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1));
}

.editor-content .wp-block-button__link:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.editor-content blockquote {
  border-inline-start-width: 2px;
  border-color: rgb(0 68 93 / 0.35);
  padding-inline-start: 1.5rem;
  font-family: "Lora", "Geist", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .editor-content blockquote {
    font-size: 1.5rem;
  }
}

.editor-content .wp-block-separator {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  border-top-width: 1px;
  border-color: rgb(0 68 93 / 0.35);
}

/* ***** Formulaires Formidable Form ***** */

.with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0px;
}

.frm_style_formidable-style.with_frm_style .frm_button_submit {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent !important;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 93 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #006C95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 108 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00445D var(--tw-gradient-to-position);
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.frm_style_formidable-style.with_frm_style .frm_button_submit:focus {
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 68 93 / 0.35);
}

.frm_style_formidable-style.with_frm_style .frm_button_submit:hover {
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #8FC869 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 200 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B9DDA2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1 !important;
  color: rgb(0 68 93 / var(--tw-text-opacity, 1)) !important;
}

.frm_style_formidable-style.with_frm_style .from_button_block {
  margin-bottom: 0px;
  text-align: right;
}

.frm_style_formidable-style.with_frm_style select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23344054' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}

/* ***** STATISTIQUES ***** */

.stats {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Lora", "Geist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .stats {
    font-size: 21px;
    line-height: 1.5;
  }
}

@media all and (max-width: 767px) {
  .stats svg {
    width: 36px;
  }
}

@media all and (max-width: 1023px) {
  .stats br {
    display: none;
  }
}

.stats__border-top {
  padding-top: 0.75rem;
}

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

.stats__border-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  max-width: 120px;
  --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));
  --tw-border-opacity: 1;
  border-color: rgb(115 186 68 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .stats__border-top::before {
    max-width: 200px;
    border-width: 2px;
    border-top-width: 1px;
  }
}

.stats__border-bottom {
  padding-bottom: 1.5rem;
}

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

.stats__border-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  max-width: 120px;
  --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));
  border-width: 2px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(115 186 68 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .stats__border-bottom::after {
    max-width: 200px;
  }
}

/* **** Fix admin bar **** */

body.admin-bar #navbar,
body.admin-bar #offcanvas-menu {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #navbar,
  body.admin-bar #offcanvas-menu {
    top: 46px;
  }
}

.checked\:border-vert:checked {
  --tw-border-opacity: 1;
  border-color: rgb(156 219 114 / var(--tw-border-opacity, 1));
}

.checked\:bg-vert:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(156 219 114 / var(--tw-bg-opacity, 1));
}

.hover\:border-vert-pale:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 245 209 / var(--tw-border-opacity, 1));
}

.hover\:bg-vert:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 219 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-vert-pale:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 209 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-vert-pale:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 245 209 / var(--tw-border-opacity, 1));
}

.focus\:ring-vert-pale:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 245 209 / var(--tw-ring-opacity, 1));
}

.group.submitting .group-\[\.submitting\]\:inline-flex {
  display: inline-flex;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 768px) {
  .max-md\:col-span-full {
    grid-column: 1 / -1;
  }

  .max-md\:text-center {
    text-align: center;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .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-3 {
    gap: 0.75rem;
  }

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

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

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:top-\[115px\] {
    top: 115px;
  }

  .md\:mt-\[-90px\] {
    margin-top: -90px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:max-w-\[80px\] {
    max-width: 80px;
  }

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

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

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

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

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

  .md\:grid-cols-\[1fr_0\.5fr_0\.5fr_0\.5fr_0\.5fr\] {
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 0.5fr;
  }

  .md\:grid-cols-\[320px_1fr\] {
    grid-template-columns: 320px 1fr;
  }

  .md\:grid-rows-\[130px_160px\] {
    grid-template-rows: 130px 160px;
  }

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

  .md\:gap-\[15px\] {
    gap: 15px;
  }

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

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

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

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

  .md\:pe-6 {
    padding-inline-end: 1.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:ms-auto {
    margin-inline-start: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

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

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

  .lg\:grid-cols-\[auto_40\%\] {
    grid-template-columns: auto 40%;
  }

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

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

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

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

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:gap-24 {
    gap: 6rem;
  }
}
