@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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:  ;
}

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(25 54 10 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(25 54 10 / var(--tw-text-opacity));
}

.max-w-content{
  max-width: 720px;
}

.top {
  margin-bottom: 81px;
}

.top::after {
  content:"";
  display: block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 100%;
  /* background-image: url("../img/bandeau.png"); */
  background-image: url("../img/stars-top.png");
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
  height: 81px;
}

#bandeau-manger {
  margin-top: 81px;
  position: relative;
}

#bandeau-manger::before {
  content:"";
  display: block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 100%;
  background-image: url("../img/stars-bot.png");
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  top: -81px;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
  height: 81px;
}

.top{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 11px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(25 54 10 / var(--tw-text-opacity));
  height: 106px;
}

.top > div{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 768px){
  .top > div{
    justify-content: flex-start;
  }
}

.top > div > p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.top span{
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0.75rem;
  text-align: right;
}

@media (min-width: 768px){
  .top span{
    position: absolute;
    left: calc(50% - 93px);
  }
}

.top img{
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px){
  .top img{
    margin-left: 1rem;
  }
}

.logo{
  display: flex;
  justify-content: center;
}

.logo img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 90%;
}

@media (min-width: 768px){
  .logo img{
    max-width: 422px;
  }
}

.content {
}

/* @apply h-[170px] md:h-[400px]; */

.heading picture{
  position: absolute;
  inset: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading img{
  width: 100%;
}

.entry{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.entry h1{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.entry h2{
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.entry h3{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.entry p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.entry a{
  text-decoration-line: underline;
}

.entry a:hover{
  text-decoration-line: none;
}

.entry ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2rem;
}

.entry ul li{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.svg-before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.981' height='63.995'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 2401' fill='%23a7f0ea' d='M0 0h32.355v33.074H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath data-name='Rectangle 2402' fill='%23a7f0ea' d='M0 0h25.226v45.359H0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath data-name='Rectangle 2403' fill='%23a7f0ea' d='M0 0h18.755v25.991H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Groupe 4259'%3E%3Cg data-name='Groupe 4249'%3E%3Cg data-name='Groupe 4248' clip-path='url(%23a)' transform='translate(265.207)'%3E%3Cpath data-name='Tracé 7578' d='M.522 16.418c1.585.934 3.163 1.882 4.69 2.908.608.411 1.213.83 1.788 1.287a7.717 7.717 0 0 1 .966.88c-.1-.339-.177.41-.221.573-.111.409-.216.822-.319 1.232-.186.756-.36 1.516-.531 2.277-.467 2.087-.926 4.177-1.435 6.253-.421 1.734 2.519 1.311 3.251.79a89.618 89.618 0 0 0 8.272-7.288 92.542 92.542 0 0 1 8.108 5.993c1.022.868 3.877-.068 3.412-1.655-.606-2.059-1.269-4.1-1.89-6.153-.4-1.313-1.243-3.28-1.082-4.675.032-.27.062-.3.465-.731a14.207 14.207 0 0 1 1.579-1.4 25.476 25.476 0 0 1 3.762-2.569c1.337-.722 1.447-2.311-.211-2.63a49.649 49.649 0 0 0-9.877-.642c-.89-3.3-1.663-6.627-2.629-9.906-.471-1.6-3.271-.992-3.782.271l-4.577 11.316a76.148 76.148 0 0 0-8.625 1.361c-.918.208-2.445 1.723-1.114 2.507m13.028-2.355 2.676-6.614c.459 1.808.91 3.616 1.411 5.411a1.518 1.518 0 0 0 1.745.94h.026c2.277-.036 4.558-.028 6.825.151-.467.339-.942.671-1.389 1.032-1.106.894-2.77 2.1-3.159 3.557s.339 3.467.737 4.88c.158.566.341 1.124.509 1.684q-2.188-1.56-4.43-3.048a2.474 2.474 0 0 0-2.771.216c-1.842 1.6-3.572 3.311-5.359 4.959.171-.764.35-1.524.523-2.287.211-.934.429-1.866.674-2.792a3.033 3.033 0 0 0 .205-1.822C11.323 19.01 9.569 18 8.5 17.273a58.467 58.467 0 0 0-2.093-1.359q2.551-.386 5.129-.639a2.416 2.416 0 0 0 2.011-1.213' fill='%23a7f0ea'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Groupe 4251'%3E%3Cg data-name='Groupe 4250' clip-path='url(%23b)' fill='%23a7f0ea'%3E%3Cpath data-name='Tracé 7579' d='M0 31.191c0 6.715 12.593 14.166 16.441 14.166 3.1-.046 8.9-9.549 8.781-17.462-.046-3.246-1.834-7.965-6.254-7.9-2.363.037-4.732 2.1-6.217 4.643a11.5 11.5 0 0 0-1.385 3.692 13.531 13.531 0 0 0-6.278-2.271C.743 26.065 0 29.375 0 31.191m6.865-1.669c1.22 0 4.09 1.669 4.09 1.669s.431 7.489 3.341 7.489c1.03 0 2.968-1.7 2.968-3.066 0-2.253-1.748-4.022-3.76-5.731a8.054 8.054 0 0 1 1.6-3.585 4.6 4.6 0 0 1 3.496-1.941c1.446-.024 2.409 1.528 2.445 4 .086 5.957-3.442 14.506-5.933 14.546-2.748 0-10.6-6.993-10.6-10.952a2.2 2.2 0 0 1 2.357-2.43m6.425 3.118a3.7 3.7 0 0 1 2.253 3.05c0 .241-.086.422-.3.422-1.764 0-1.95-3.472-1.95-3.472'/%3E%3Cpath data-name='Tracé 7580' d='M9.9 10.583a5.505 5.505 0 0 0-2.153 1.648 4.665 4.665 0 0 0-.99-1.256 3.38 3.38 0 0 0-2.973-1.039c-1.721.519-1.837 2.564-1.455 3.826.923 3.078 4.334 6.046 5.542 5.682 1.489-.471 5.453-4.9 4.628-7.5a1.913 1.913 0 0 0-2.6-1.36'/%3E%3Cpath data-name='Tracé 7581' d='M15.912 6.39c.8.162 2.818-1.953 3.231-3.989.168-.835-.024-2.146-1.165-2.378a2.193 2.193 0 0 0-1.852.844 3.006 3.006 0 0 0-.562.871 3.563 3.563 0 0 0-1.486-.937 1.236 1.236 0 0 0-1.592 1.03c-.376 1.721 2.439 4.34 3.426 4.554'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Groupe 4253'%3E%3Cg data-name='Groupe 4252' transform='translate(287.226 38.005)' clip-path='url(%23c)'%3E%3Cpath data-name='Tracé 7582' d='M2.748 25.908c-.744.4-3.6-.758-2.495-1.344 3.741-1.99 8.243-4.762 9.443-9.137a8.083 8.083 0 0 0 .189-1.677 8.153 8.153 0 0 1-5.33-.863C2.303 11.598.839 7.498 4.103 6.398a7.226 7.226 0 0 1 6.014 1.246 6.513 6.513 0 0 1 2.021 2.365 13.175 13.175 0 0 0 3.53-9.674c-.007-.716 3.077-.221 3.088.828.042 4.218-1.347 8.7-5.011 11.155-.246.161-.533.253-.793.393.032.225.088.446.1.674.393 6.162-5.541 9.987-10.306 12.524m4.157-18.23c-1.242.06-1.695 1.393-1.586 2.439a3.27 3.27 0 0 0 1.086 2.112c.2.14.253.133.221.123a1.041 1.041 0 0 0 .249.053 5.057 5.057 0 0 0 1.295-.077 6.854 6.854 0 0 0 1.6-.54 8.444 8.444 0 0 0-.274-1.4c-.357-.983-1.357-2.77-2.591-2.71' fill='%23a7f0ea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg-after {
}

.bg-shutter {
  background-image: url("../img/etapes.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
}

@media (min-width: 768px){
  .bg-shutter{
    height: 450px;
  }
}

#form{
  scroll-margin-top: 0.5rem;
}

select,
label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

select,
input[type=text],
input[type=file],
input[type=phone],
input[type=email]{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 233 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

button[type=submit]{
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 104 50 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.error{
  --tw-text-opacity: 1;
  color: rgb(227 8 19 / var(--tw-text-opacity));
}

.error select,
    .error input[type=text],
    .error input[type=file],
    .error input[type=phone],
    .error input[type=email]{
  --tw-border-opacity: 1;
  border-color: rgb(227 8 19 / var(--tw-border-opacity));
  background-color: rgb(227 8 19 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.footer-nav a{
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: underline;
}

.footer-nav a:hover{
  text-decoration-line: none;
}

/* .train-pampers {
    @apply relative;
}
.train-pampers::before {
    content: "";
    background-image: url(/img/train-pampers.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 879px;
    height: 184px;
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
} */

.train-pampers{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 1024px){
  .train-pampers{
    max-width: 1110px;
  }
}

.train-pampers {
  transform: translateY(5px);
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-\[2px\]{
  top: 2px;
}

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

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

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

.-mt-px{
  margin-top: -1px;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-1{
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.h-16{
  height: 4rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

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

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

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.basis-full{
  flex-basis: 100%;
}

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

.rotate-90{
  --tw-rotate: 90deg;
  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-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));
}

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

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

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

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

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

.flex-nowrap{
  flex-wrap: nowrap;
}

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

.border-none{
  border-style: none;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(25 54 10 / var(--tw-border-opacity));
}

.border-rouge{
  --tw-border-opacity: 1;
  border-color: rgb(227 8 19 / var(--tw-border-opacity));
}

.bg-\[\#2F6832\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 104 50 / var(--tw-bg-opacity));
}

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

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gris{
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 233 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(25 54 10 / var(--tw-bg-opacity));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-rouge{
  --tw-bg-opacity: 1;
  background-color: rgb(227 8 19 / var(--tw-bg-opacity));
}

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

.bg-vert{
  --tw-bg-opacity: 1;
  background-color: rgb(71 173 51 / var(--tw-bg-opacity));
}

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

.from-gray-700{
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/50{
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

.stroke-gray-400{
  stroke: #9ca3af;
}

.stroke-gray-600{
  stroke: #4b5563;
}

.stroke-red-500{
  stroke: #ef4444;
}

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

.p-3{
  padding: 0.75rem;
}

.p-6{
  padding: 1.5rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

.-indent-\[9999px\]{
  text-indent: -9999px;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.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;
  line-height: 1.75rem;
}

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

.font-bold{
  font-weight: 700;
}

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-relaxed{
  line-height: 1.625;
}

.text-\[\#2F6832\]{
  --tw-text-opacity: 1;
  color: rgb(47 104 50 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 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(25 54 10 / var(--tw-text-opacity));
}

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

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

.no-underline{
  text-decoration-line: none;
}

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

.opacity-100{
  opacity: 1;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-gray-500\/20{
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}

.icon{
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-style: normal;
}

.icon-chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.52' height='11.405' viewBox='0 0 6.52 11.405'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M13.216,11.894l4.315-4.312a.815.815,0,1,0-1.154-1.151l-4.889,4.886a.813.813,0,0,0-.024,1.124l4.909,4.919a.815.815,0,1,0,1.154-1.151Z' transform='translate(17.771 17.598) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.icon-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 21 21' viewBox='0 0 21 21'%3E%3Cpath d='M17.4 0H3.6C1.6 0 0 1.6 0 3.6v13.8c0 2 1.6 3.6 3.6 3.6h7.1v-9.1H9c-.1 0-.2 0-.2-.2V8.9c0-.1.1-.2.2-.2h1.5c.1 0 .1 0 .1-.1V6.5c0-.7.2-1.5.5-2.1.4-.6 1-1.1 1.7-1.3.6-.2 1.3-.3 1.9-.2h2.2c.2 0 .2 0 .2.2v2.7c0 .2 0 .2-.2.2h-1.7c-.3 0-.6.1-.7.4-.1.2-.1.3-.1.5v1.8c0 .1.1.1.1.1h2.6c.1 0 .1 0 .1.1-.1.8-.3 2.7-.3 2.8 0 .1-.1.2-.2.2h-2.3V21h3c2 0 3.6-1.6 3.6-3.6V3.6c0-2-1.6-3.6-3.6-3.6' style='fill:%2353270a'/%3E%3C/svg%3E");
  height: 1.5rem;
  width: 1.5rem;
}

.icon-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Groupe_3668' x='0' y='0' style='enable-background:new 0 0 21 21' version='1.1' viewBox='0 0 21 21'%3E%3Cstyle%3E.st0%7Bfill:%2353270a%7D%3C/style%3E%3Cpath id='Tracé_6167' d='M13.3 4.4H7.7c-1.8 0-3.3 1.5-3.3 3.3v5.6c0 1.8 1.5 3.3 3.3 3.3h5.6c1.8 0 3.3-1.5 3.3-3.3V7.7c0-1.9-1.5-3.3-3.3-3.3m-3.9 9.7c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6S13 8.5 13 10.5s-1.6 3.6-3.6 3.6m4-6.7c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9c.1.5-.3.9-.9.9' class='st0'/%3E%3Cpath id='Tracé_6168' d='M9.4 7.9C8 7.9 6.9 9 6.9 10.4 6.9 11.9 8 13 9.4 13s2.5-1.1 2.5-2.5-1.1-2.6-2.5-2.6' class='st0'/%3E%3Cpath id='Tracé_6169' d='M17.4 0H3.6C1.6 0 0 1.6 0 3.6v13.8c0 2 1.6 3.6 3.6 3.6h13.8c2 0 3.6-1.6 3.6-3.6V3.6c0-2-1.6-3.6-3.6-3.6m.7 13.4c0 2.6-2.1 4.7-4.7 4.7H7.5c-2.6 0-4.7-2.1-4.7-4.7V7.5c0-2.6 2.1-4.7 4.7-4.7h5.9c2.6 0 4.7 2.1 4.7 4.7v5.9z' class='st0'/%3E%3C/svg%3E");
  height: 1.5rem;
  width: 1.5rem;
}

.alert{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transform: translateY(-16px);
}

.alert-close{
  position: absolute;
  top: 2px;
  right: 0px;
  height: 1.25rem;
  width: 1.25rem;
  border-style: none;
  background-color: transparent;
}

.alert-close:before,
    .alert-close:after{
  display: block;
  height: 2px;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.alert-close:before{
  --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));
}

.alert-close:after{
  margin-top: -2px;
  --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));
}

.alert-close span{
  display: none;
}

.alert-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(230 182 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.alert-success{
  position: fixed;
  top: 2.5rem;
  left: 1rem;
  right: 1rem;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(71 173 51 / var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .alert-success{
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.alert-success > div{
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .alert-success > div{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.bebas-neue {
  font-family: 'Bebas Neue', sans-serif;
}

@font-face {
  font-family: "Hupaisa-Bold";

  src: url("../fonts/Hupaisa-Bold.otf");

  src: url("../fonts/Hupaisa-Bold.ttf") format("truetype");
}

.hupaisa-bold {
  font-family: 'Hupaisa-Bold', sans-serif;
}

@font-face {
  font-family: "DINCondensed";

  src: url("../fonts/DINCondensed-Regular.ttf") format("truetype");
}

.DINCondensed {
  font-family: "DINCondensed", sans-serif;
}

.selection\:bg-red-500 *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.selection\:bg-red-500::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:rounded-sm:focus{
  border-radius: 0.125rem;
}

.focus\:outline:focus{
  outline-style: solid;
}

.focus\:outline-2:focus{
  outline-width: 2px;
}

.focus\:outline-red-500:focus{
  outline-color: #ef4444;
}

.group:hover .group-hover\:stroke-gray-600{
  stroke: #4b5563;
}

@media (prefers-reduced-motion: no-preference){
  .motion-safe\:hover\:scale-\[1\.01\]:hover{
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .dark\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .dark\:stroke-gray-600{
    stroke: #4b5563;
  }

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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

  .dark\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .dark\:ring-inset{
    --tw-ring-inset: inset;
  }

  .dark\:ring-white\/5{
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

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

  .group:hover .dark\:group-hover\:stroke-gray-400{
    stroke: #9ca3af;
  }
}

@media (min-width: 640px){
  .sm\:fixed{
    position: fixed;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:top-0{
    top: 0px;
  }

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

  .sm\:flex{
    display: flex;
  }

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

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

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

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

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

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

  .md\:left-\[calc\(50\%_-_93px\)\]{
    left: calc(50% - 93px);
  }

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

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

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

  .md\:hidden{
    display: none;
  }

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

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

  .md\:w-96{
    width: 24rem;
  }

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

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

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

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:top-auto{
    top: auto;
  }

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

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

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

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

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

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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