@charset "UTF-8";
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}
@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 6.125rem;
    padding-left: 6.125rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-8{
  left: 2rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-8{
  top: 2rem;
}
.-z-1{
  z-index: -1;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-end-11{
  grid-column-end: 11;
}
.m-8{
  margin: 2rem;
}
.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[6\/6\.5\]{
  aspect-ratio: 6/6.5;
}
.aspect-\[9\/12\]{
  aspect-ratio: 9/12;
}
.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-8{
  width: 2rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[100px\]{
  --tw-translate-x: -100px;
  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-\[50px\]{
  --tw-translate-x: -50px;
  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-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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100px\]{
  --tw-translate-x: 100px;
  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-\[50px\]{
  --tw-translate-y: 50px;
  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));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.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-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.1);
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.\!border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
}
.border-primary\/15{
  border-color: rgb(3 3 3 / 0.15);
}
.border-primary\/25{
  border-color: rgb(3 3 3 / 0.25);
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(128 188 0 / var(--tw-border-opacity));
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}
.bg-primary\/15{
  background-color: rgb(3 3 3 / 0.15);
}
.bg-primary\/25{
  background-color: rgb(3 3 3 / 0.25);
}
.bg-primary\/40{
  background-color: rgb(3 3 3 / 0.4);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(128 188 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary\/20{
  --tw-gradient-to: rgb(3 3 3 / 0.2) var(--tw-gradient-to-position);
}
.fill-white{
  fill: #fff;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.125rem\]{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-36{
  padding-top: 9rem;
}
.text-center{
  text-align: center;
}
.font-poppins-extralight-italic{
  font-family: PoppinsExtralightItalic;
}
.font-poppins-light{
  font-family: PoppinsLight;
}
.font-poppins-medium{
  font-family: PoppinsMedium;
}
.font-poppins-regular{
  font-family: PoppinsRegular;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.\!leading-\[2\.75rem\]{
  line-height: 2.75rem !important;
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.text-primary\/40{
  color: rgb(3 3 3 / 0.4);
}
.text-primary\/70{
  color: rgb(3 3 3 / 0.7);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.shadow-\[0_0_20px_rgba\(3\2c 3\2c 3\2c 0\.1\)\]{
  --tw-shadow: 0 0 20px rgba(3,3,3,0.1);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
@font-face {
  font-family: "PoppinsExtralightItalic";
  src: url(../fonts/Poppins-ExtraLightItalic.ttf?dbdfd398abcbbafc022b308f9ac48466) format("truetype");
}
@font-face {
  font-family: "PoppinsExtralight";
  src: url(../fonts/Poppins-ExtraLight.ttf?333cb30c20e31999802abfb3d9816ee0) format("truetype");
}
@font-face {
  font-family: "PoppinsLight";
  src: url(../fonts/Poppins-Light.ttf?7641a0f76ca9ef6c252ce242f76e8b1d) format("truetype");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url(../fonts/Poppins-Medium.ttf?673ed42382ab264e0bf5b33f3579568c) format("truetype");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url(../fonts/Poppins-Regular.ttf?35d26b781dc5fda684cce6ea04a41a75) format("truetype");
}
.text-white-form{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.marquee-content {
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.accroche p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: PoppinsExtralight;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  .accroche p{
    font-size: 3rem;
    line-height: 1;
  }
}
.cta-link{
  width: -moz-fit-content;
  width: fit-content;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 960px) {
  .cta-link{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.cta-link:hover{
  font-family: PoppinsRegular;
}
.cta-btn{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cta-btn::before{
  position: absolute;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
.cta-btn:hover{
  --tw-shadow-color: #030303;
  --tw-shadow: var(--tw-shadow-colored);
}
.cta-btn:hover::before{
  height: 18rem;
  content: var(--tw-content);
  width: 18rem;
}
.cta-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-btn-header{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cta-btn-header::before{
  position: absolute;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
.cta-btn-header:hover{
  --tw-shadow-color: #030303;
  --tw-shadow: var(--tw-shadow-colored);
}
.cta-btn-header:hover::before{
  height: 18rem;
  content: var(--tw-content);
  width: 18rem;
}
.cta-btn-header:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  .cta-btn-header{
    display: flex;
  }
}
.cta-btn-invert{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cta-btn-invert::before{
  position: absolute;
  z-index: 0;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
.cta-btn-invert:hover{
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}
.cta-btn-invert:hover::before{
  height: 14rem;
  content: var(--tw-content);
  width: 14rem;
}
.cta-btn-invert:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
h1{
  font-family: PoppinsExtralightItalic;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h1{
    font-size: 90px;
  }
}
h1 strong{
  font-family: PoppinsRegular;
  font-weight: 400;
}
h2{
  font-family: PoppinsExtralightItalic;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}
h2 strong{
  font-family: PoppinsRegular;
  font-weight: 400;
}
h3{
  font-family: PoppinsRegular;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h3{
    font-size: 3.75rem;
    line-height: 1;
  }
}
h4{
  font-family: PoppinsRegular;
  font-size: 1.5rem;
  line-height: 2.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h4{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h4.faq-toggle{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 960px) {
  .bento-grid-wrapper h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h5{
  font-family: PoppinsRegular;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h6{
  font-family: PoppinsExtralightItalic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h6.actus{
  font-family: PoppinsRegular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  h6.actus{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
p{
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
p strong{
  font-family: PoppinsMedium;
  font-weight: 400;
}
p a{
  position: relative;
  font-family: PoppinsMedium;
  --tw-text-opacity: 1;
  color: rgb(128 188 0 / var(--tw-text-opacity));
  background-image: linear-gradient(to right, #80BC00, #80BC00);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s ease;
}
p a:hover {
  background-size: 100% 1px;
}
ul li a{
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
ul li a:hover{
  font-family: PoppinsMedium;
}
ul li a strong{
  font-family: PoppinsMedium;
  font-weight: 400;
}
.inverted h1{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted h6{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.inverted ol, .inverted ul{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.numbers{
  font-family: PoppinsRegular;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
  .numbers{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.numbers p{
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 960px) {
  .numbers p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.article h2{
  width: 100%;
  font-family: PoppinsRegular;
  font-size: 1.875rem;
  line-height: 2.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article h2.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 960px) {
  .article h2{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.article h3{
  width: 100%;
  font-family: PoppinsRegular;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article h3.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 960px) {
  .article h3{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .article h4{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
.article p{
  width: 100%;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article p.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 960px) {
  .article p{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
.article ul{
  width: 100%;
  list-style-position: inside;
  list-style-type: disc;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article ul.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.article ul *::marker{
  color: rgb(128 188 0 );
}
.article ul::marker{
  color: rgb(128 188 0 );
}
@media (min-width: 960px) {
  .article ul{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
.article ol{
  width: 100%;
  list-style-position: inside;
  list-style-type: decimal;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article ol.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.article ol *::marker{
  color: rgb(128 188 0 );
}
.article ol::marker{
  color: rgb(128 188 0 );
}
@media (min-width: 960px) {
  .article ol{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
.article img{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.article img.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.adresses p{
  color: rgb(3 3 3 / 0.4);
}
.adresses p strong{
  font-family: PoppinsMedium;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.adresses-invert p{
  color: rgb(255 255 255 / 0.6);
}
.adresses-invert p strong{
  font-family: PoppinsMedium;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.adresses-invert p a{
  position: relative;
  font-family: PoppinsLight;
  color: rgb(255 255 255 / 0.6);
  background-image: linear-gradient(to right, #fff, #fff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s ease;
}
.adresses-invert p a:hover {
  background-size: 100% 1px;
}
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.entry-content h1,
.block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2{
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.filter-btn{
  font-family: PoppinsRegular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(3 3 3 / 0.4);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.filter-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.filter-btn.active{
  font-family: PoppinsMedium;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.projet-item {
  transition: all 0.3s ease;
}
.projet-item[style*="display: none"] {
  opacity: 0;
  transform: scale(0.8);
}
.projets-template-default .cta-btn{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(128 188 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(128 188 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.projets-template-default .cta-btn:hover{
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
/* CSS avec @apply pour Tailwind CSS */
.contact-form-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 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);
}
.contact-form-container h2{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.contact-form-container h2 p {
  font-size: 26px;
  line-height: 35px;
}
/* Styles pour les lignes de champs */
.form-row{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 960px) {
  .form-row{
    flex-direction: row;
  }
}
.form-row .form-field{
  flex: 1 1 0%;
}
.form-field{
  position: relative;
}
.form-field label, .services-section label{
  font-family: PoppinsMedium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
/* Styles pour les inputs */
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field textarea{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(3 3 3 / 0.15);
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: PoppinsRegular;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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: 300ms;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.form-field input[type=text].lg\:w-auto.text-center p,.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted
.form-field input[type=email].lg\:w-auto.text-center p,.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted
.form-field input[type=tel].lg\:w-auto.text-center p,.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted
.form-field textarea.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.form-field textarea{
  resize: vertical;
}
/* Styles pour les placeholders */
.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder{
  font-family: PoppinsRegular;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.form-field input::placeholder,
.form-field textarea::placeholder{
  font-family: PoppinsRegular;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
/* Styles pour les services (checkboxes en boutons) */
.services-section{
  margin-bottom: 1.5rem;
}
.services-section > label{
  margin-bottom: 1rem;
  display: block;
  font-family: PoppinsMedium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.services-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.service-item{
  position: relative;
}
.service-item input[type=checkbox]{
  position: absolute;
  display: none;
  cursor: pointer;
  opacity: 0;
}
.service-item input[type=checkbox].bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.service-item label{
  margin: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(3 3 3 / 0.4);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: PoppinsLight;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.service-item label p {
  font-size: 26px;
  line-height: 35px;
}
.service-item input[type=checkbox]:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 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);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.wpcf7-list-item{
  margin: 0px;
}
/* Bouton de soumission */
.submit-btn{
  margin-top: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: PoppinsRegular;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.invert-bg header svg #Tracé_421 {
  fill: #FFFFFF !important;
}
body.invert-bg header svg #Groupe_36 rect {
  fill: #FFFFFF !important;
}
body.invert-bg h1, body.invert-bg h2, body.invert-bg h3, body.invert-bg h4, body.invert-bg h6, body.invert-bg p, body.invert-bg ol, body.invert-bg ul{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.invert-bg .cta-btn{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: PoppinsLight;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body.invert-bg .cta-btn::before{
  position: absolute;
  z-index: 0;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
body.invert-bg .cta-btn:hover{
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}
body.invert-bg .cta-btn:hover::before{
  height: 14rem;
  content: var(--tw-content);
  width: 14rem;
}
body.invert-bg .cta-btn:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#smooth-wrapper {
  overflow: hidden;
  position: relative;
}
#smooth-content {
  overflow: visible;
  width: 100%;
  /* Évite les problèmes de largeur sur mobile */
  min-height: 100vh;
}
/* Pour les éléments avec effet parallaxe */
.parallax-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.parallax-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 960px) {
  .yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails{
    width: 75%;
  }
}
.yarpp-thumbnails-horizontal{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 960px) {
  .yarpp-thumbnails-horizontal{
    gap: 1rem;
  }
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
  width: auto !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
  margin: 0px !important;
  margin-left: 0px !important;
  height: auto !important;
  width: 100% !important;
  border-width: 0px !important;
}
@media (min-width: 960px) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: 32% !important;
  }
}
.yarpp-thumbnail-default > img{
  min-height: 0px !important;
  min-width: 0px !important;
}
.yarpp-thumbnail > img,
.yarpp-thumbnail-default{
  margin: 0px !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.yarpp-related .yarpp-thumbnail-title{
  margin: 0px !important;
  margin-top: 0.5rem !important;
  max-height: 100vh !important;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-family: PoppinsRegular;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 3 3 / var(--tw-text-opacity)) !important;
}
@media (min-width: 960px) {
  .yarpp-related .yarpp-thumbnail-title{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
#articles-similaires{
  margin-bottom: 1rem;
}
.site-footer a, .wpj-jtoc--item-content a, .article a{
  position: relative;
  font-family: PoppinsLight;
  color: rgb(3 3 3 / 0.4);
  background-image: linear-gradient(to right, #030303, #030303);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s ease;
}
.site-footer a:hover, .wpj-jtoc--item-content a:hover, .article a:hover {
  background-size: 100% 1px;
}
.wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li a:hover{
  text-decoration-line: none !important;
}
.pagination-btn, .page-numbers{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: PoppinsRegular;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination-btn.active, .pagination-btn.current, .page-numbers.active, .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination-btn:hover:not(.active), .pagination-btn:hover:not(.current), .page-numbers:hover:not(.active), .page-numbers:hover:not(.current){
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.category-tag-pagination{
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.pagination-ellipsis{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.sticky-title{
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
}
@media (min-width: 960px) {
  .sticky-title{
    position: sticky;
    top: 6rem;
  }
}
ul.check,
ol.check{
  list-style-type: none;
  padding-left: 0px;
  font-family: PoppinsRegular;
}
ul.check li,
ol.check li{
  position: relative;
  padding-left: 2rem;
  padding-top: 0.25rem;
}
ul.check li::before,
ol.check li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
ul.check li.bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.text-center p::before,
ol.check li.bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.text-center p::before {
  font-size: 26px;
  line-height: 35px;
}
ul.check li::before,
ol.check li::before {
  background-image: url("/wp-content/themes/referenceur/check-regular-full.svg");
}
.twitter-tweet{
  margin-left: auto;
  margin-right: auto;
}
#wpj-jtoc{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted#wpj-jtoc.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 960px) {
  #wpj-jtoc{
    width: 75%;
  }
}
.wpj-jtoc--body{
  padding: 0px;
}
.wpj-jtoc--title{
  margin: 0px;
  margin-bottom: 1rem;
}
.single-post .site-content a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(128 188 0 / var(--tw-text-opacity));
}
.schema{
  font-family: PoppinsLight;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(3 3 3 / 0.4);
}
.t1 {
  font-size: 1.5rem !important;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.t2 {
  font-size: 2.25rem !important;
  line-height: 2.5rem;
}
.page-id-192 .t2 {
  margin-bottom: 2rem !important;
}
.page-id-192 .pt-36 {
  padding-top: 13rem;
}
.absolute.bottom-8.left-1\/2.-translate-x-1\/2.inverted.w-full.lg\:w-auto.text-center p {
  font-size: 26px;
  line-height: 35px;
}
.projets-template-default .lg\:justify-end {
  justify-content: center !important;
  align-items: center !important;
}
.cta-btn-header {
  border: 0px !important;
  background-color: rgb(128, 188, 0);
}
.fullscreen-menu .fa-solid.fa-location-dot {
  color: #fff !important;
}
@media (min-width: 960px) {
  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 6rem !important;
  }
}
@media all and (max-width: 957px) {
  .page-id-226703 .lg\:col-span-6 {
    grid-column: span 12/span 12;
    grid-column-end: span 12;
  }
}
@media all and (max-width: 957px) and (max-width: 500px) {
  .py-24 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 960px){
  .lg\:container{
    width: 100%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 600px){
    .lg\:container{
      max-width: 600px;
    }
  }
  @media (min-width: 782px){
    .lg\:container{
      max-width: 782px;
    }
  }
  @media (min-width: 960px){
    .lg\:container{
      max-width: 960px;
      padding-right: 6.125rem;
      padding-left: 6.125rem;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.hover\:text-primary\/70:hover{
  color: rgb(3 3 3 / 0.7);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-16{
  --tw-translate-x: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-8{
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(128 188 0 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-primary\/30{
  color: rgb(3 3 3 / 0.3);
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.prose-h3\:transition-all :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .group-hover\:prose-h3\:\!text-primary :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(3 3 3 / var(--tw-text-opacity)) !important;
}
.prose-h6\:transition-all :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .group-hover\:prose-h6\:\!text-primary :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(3 3 3 / var(--tw-text-opacity)) !important;
}
.prose-p\:w-3\/4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  width: 75%;
}
.prose-p\:text-center :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center;
}
.prose-p\:font-poppins-regular :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: PoppinsRegular;
}
.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-p\:leading-6 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.5rem;
}
.prose-p\:text-primary\/40 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(3 3 3 / 0.4);
}
.prose-p\:text-primary\/75 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(3 3 3 / 0.75);
}
.prose-p\:transition-all :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .group-hover\:prose-p\:text-primary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.prose-a\:transition-all :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.prose-a\:duration-500 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-duration: 500ms;
}
.hover\:prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.prose-strong\:font-poppins-medium :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: PoppinsMedium;
}
.prose-strong\:text-secondary :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(128 188 0 / var(--tw-text-opacity));
}
@media (min-width: 782px){
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px){
  .lg\:bottom-8{
    bottom: 2rem;
  }
  .lg\:left-16{
    left: 4rem;
  }
  .lg\:top-16{
    top: 4rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-none{
    order: 0;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-4{
    grid-column-start: 4;
  }
  .lg\:col-start-6{
    grid-column-start: 6;
  }
  .lg\:col-end-11{
    grid-column-end: 11;
  }
  .lg\:col-end-12{
    grid-column-end: 12;
  }
  .lg\:col-end-13{
    grid-column-end: 13;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-\[5\.5rem\]{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:\!mt-32{
    margin-top: 8rem !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-36{
    margin-top: 9rem;
  }
  .lg\:mt-48{
    margin-top: 12rem;
  }
  .lg\:mt-56{
    margin-top: 14rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .lg\:h-\[75vh\]{
    height: 75vh;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[49\%\]{
    width: 49%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\: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));
  }
  .lg\: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));
  }
  .lg\:translate-y-\[15\%\]{
    --tw-translate-y: 15%;
    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));
  }
  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-t-0{
    border-top-width: 0px;
  }
  .lg\:border-primary\/15{
    border-color: rgb(3 3 3 / 0.15);
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-\[5\.5rem\]{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .lg\:px-\[6\.125rem\]{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-52{
    padding-bottom: 13rem;
  }
  .lg\:pt-52{
    padding-top: 13rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
  }
  .lg\:\!leading-\[70px\]{
    line-height: 70px !important;
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:prose-p\:text-left :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-align: left;
  }
  .lg\:prose-p\:\!text-4xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .lg\:prose-p\:\!text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .lg\:prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .prose-p\:lg\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:max-w-80{
    max-width: 20rem;
  }
  .xl\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
}
@media (min-width: 1440px){
  .\32xl\:absolute{
    position: absolute;
  }
  .\32xl\:left-0{
    left: 0px;
  }
  .\32xl\:top-0{
    top: 0px;
  }
  .\32xl\:-z-1{
    z-index: -1;
  }
  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  .\32xl\:items-start{
    align-items: flex-start;
  }
  .\32xl\:justify-start{
    justify-content: flex-start;
  }
  .\32xl\:text-left{
    text-align: left;
  }
  .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }
}
