@charset "UTF-8";
/*!
Theme Name: Cbdoo
Author: Taketik
Author URI: https://taketik.fr
Description: Thème CBDOO
Version: 3.0.1
Tested up to: 5.4
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cbdoo
*/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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: Proxima Nova, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
  --primary-100: #cee0b9;
  --primary-200: #8ba3ab;
  --primary-400: #9ec272;
  --primary-500: #589008;
  --primary-600: #0f6157;
  --primary-700: #2b4d58;
  --primary-900: #04391a;
  --primary-x-light: #cee0b94a;
  --secondary: #c6a270;
  --danger: #dc2626;
  --grey-100: #f8f9fa;
  --grey-200: #e9ecef;
  --grey-300: #ddd;
  --grey-400: #ced4da;
  --grey-500: #adb5bd;
  --grey-600: #6a6868;
  --grey-700: #495057;
  --grey-800: #363636;
  --grey-900: #212529; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }
body {
  line-height: normal;
  overflow-x: hidden; }
q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* Custom Box Sizing */
html {
  box-sizing: border-box;
  scroll-behavior: smooth; }
*,
*:before,
*:after {
  box-sizing: border-box; }
@font-face {
  font-family: 'ProximaNova';
  src: url("/wp-content/themes/cbdoo/assets/font/ProximaNova-Regular.latin.woff2") format("woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'ProximaNova';
  src: url("/wp-content/themes/cbdoo/assets/font/Proxima Nova Bold.latin.woff2") format("woff2");
  font-weight: 600;
  font-display: swap; }
@font-face {
  font-family: 'ProximaNova-fallback';
  src: local("Arial");
  size-adjust: 98%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%; }
html {
  font-family: 'ProximaNova', 'ProximaNova-fallback', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: 400;
  color: var(--grey-900); }
body {
  font-size: 1.6rem; }
strong {
  font-weight: 700; }
.obflink{
  cursor: pointer;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'ProximaNova'; }
h1,
.h1{
  margin: 0rem;
  font-size: 2.4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
h1 a:not(.btn),
.h1 a:not(.btn) {
  color: var(--primary); }
@media (min-width: 768px){
  h1,
.h1{
    font-size: 4.8rem;
  }
}
h1.underline-secondary::after,
  .h1.underline-secondary::after {
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8rem;
    display: block;
    height: 0.4rem;
    width: 8rem;
    --tw-bg-opacity: 1;
    background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1)); }
h1.default,
  .h1.default{
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 29 32 / var(--tw-text-opacity, 1));
}
h2,
.h2{
  font-size: 3.0rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
h2 a:not(.btn),
.h2 a:not(.btn) {
  color: var(--primary); }
h3,
.h3{
  font-size: 2.4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
h3 a:not(.btn),
.h3 a:not(.btn) {
  color: var(--primary); }
h4,
.h4{
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 500;
}
h5,
.h5{
  margin-bottom: 0.5rem;
  font-size: 2.0rem;
  font-weight: 500;
}
h6,
.h6{
  margin-bottom: 0.5rem;
  font-size: 2.0rem;
  font-weight: 500;
}
p{
  line-height: 2.2rem;
  letter-spacing: 0.032rem;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
p a:not(.btn) {
  color: var(--primary); }
.text-primary-dark a:not(.btn) {
  color: var(--primary) !important; }
a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule) {
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgb(158 194 114 / var(--tw-text-opacity, 1)); }
a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule).text-primary {
    color: var(--cl-primary); }
.wp-block-buttons .wp-block-button{
  display: flex;
}
p:empty {
  display: none; }
.is-layout-flex{
  display: flex;
}
.is-content-justification-center{
  justify-content: center;
}
.btn,
button,
input[type='submit'],
.wp-block-button__link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  line-height: 3.4rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.btn:hover,
button:hover,
input[type='submit']:hover,
.wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 74 61 / var(--tw-bg-opacity, 1));
}
.btn:focus,
button:focus,
input[type='submit']:focus,
.wp-block-button__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
}
.btn,
button,
input[type='submit'],
.wp-block-button__link {
  line-height: 1.4;
  box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.3);
  width: -moz-fit-content;
  width: fit-content; }
.btn:not(.no-margin-inline),
  button:not(.no-margin-inline),
  input[type='submit']:not(.no-margin-inline),
  .wp-block-button__link:not(.no-margin-inline){
  margin-left: auto;
  margin-right: auto;
}
.btn:not(.small),
  button:not(.small),
  input[type='submit']:not(.small),
  .wp-block-button__link:not(.small){
  text-transform: uppercase;
}
.btn.small,
  button.small,
  input[type='submit'].small,
  .wp-block-button__link.small{
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.btn.large,
  button.large,
  input[type='submit'].large,
  .wp-block-button__link.large{
  font-size: 1.8rem;
}
@media (min-width: 768px){
  .btn.large,
  button.large,
  input[type='submit'].large,
  .wp-block-button__link.large{
    font-size: 2.0rem;
  }
}
.btn.x-large,
  button.x-large,
  input[type='submit'].x-large,
  .wp-block-button__link.x-large{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.8rem;
}
@media (min-width: 768px){
  .btn.x-large,
  button.x-large,
  input[type='submit'].x-large,
  .wp-block-button__link.x-large{
    font-size: 2.0rem;
  }
}
.btn.reverse,
  button.reverse,
  input[type='submit'].reverse,
  .wp-block-button__link.reverse{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule).btn.reverse,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  button.reverse,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  input[type='submit'].reverse,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  .wp-block-button__link.reverse {
    color: var(--cl-primary); }
.btn.reverse:hover,
  button.reverse:hover,
  input[type='submit'].reverse:hover,
  .wp-block-button__link.reverse:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.primary,
  button.primary,
  input[type='submit'].primary,
  .wp-block-button__link.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.primary:hover,
  button.primary:hover,
  input[type='submit'].primary:hover,
  .wp-block-button__link.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
}
.btn.primary:focus,
  button.primary:focus,
  input[type='submit'].primary:focus,
  .wp-block-button__link.primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
}
.btn.empty,
  button.empty,
  input[type='submit'].empty,
  .wp-block-button__link.empty{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(198 162 112 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.empty:hover,
  button.empty:hover,
  input[type='submit'].empty:hover,
  .wp-block-button__link.empty:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.btn.empty:focus,
  button.empty:focus,
  input[type='submit'].empty:focus,
  .wp-block-button__link.empty:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.btn.link-style,
  button.link-style,
  input[type='submit'].link-style,
  .wp-block-button__link.link-style{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  --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);
}
a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule).btn.link-style,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  button.link-style,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  input[type='submit'].link-style,a:not(button):not(.button):not(.btn):not(.wp-block-button__link):not(.capsule)
  .wp-block-button__link.link-style {
    color: var(--cl-primary); }
.btn.link-style:hover,
  button.link-style:hover,
  input[type='submit'].link-style:hover,
  .wp-block-button__link.link-style:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.border-large,
  button.border-large,
  input[type='submit'].border-large,
  .wp-block-button__link.border-large{
  border-width: 3px;
}
.btn.btn-primary-inverse,
  button.btn-primary-inverse,
  input[type='submit'].btn-primary-inverse,
  .wp-block-button__link.btn-primary-inverse{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-primary-inverse:hover,
  button.btn-primary-inverse:hover,
  input[type='submit'].btn-primary-inverse:hover,
  .wp-block-button__link.btn-primary-inverse:hover{
  background-color: #080b09ff;
}
.btn.btn-primary-inverse:focus,
  button.btn-primary-inverse:focus,
  input[type='submit'].btn-primary-inverse:focus,
  .wp-block-button__link.btn-primary-inverse:focus{
  background-color: #080b09ff;
}
.btn.inverse,
  button.inverse,
  input[type='submit'].inverse,
  .wp-block-button__link.inverse{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.btn.inverse a:not(.btn),
  button.inverse a:not(.btn),
  input[type='submit'].inverse a:not(.btn),
  .wp-block-button__link.inverse a:not(.btn) {
  color: var(--primary); }
.btn.inverse:hover,
  button.inverse:hover,
  input[type='submit'].inverse:hover,
  .wp-block-button__link.inverse:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.btn.inverse:focus,
  button.inverse:focus,
  input[type='submit'].inverse:focus,
  .wp-block-button__link.inverse:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.btn.light,
  button.light,
  input[type='submit'].light,
  .wp-block-button__link.light{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.btn.light:hover,
  button.light:hover,
  input[type='submit'].light:hover,
  .wp-block-button__link.light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(158 194 114 / var(--tw-bg-opacity, 1));
}
.btn.light:focus,
  button.light:focus,
  input[type='submit'].light:focus,
  .wp-block-button__link.light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(158 194 114 / var(--tw-bg-opacity, 1));
}
.btn.light.inverse,
    button.light.inverse,
    input[type='submit'].light.inverse,
    .wp-block-button__link.light.inverse{
  --tw-bg-opacity: 1;
  background-color: rgb(158 194 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.light.inverse:hover,
    button.light.inverse:hover,
    input[type='submit'].light.inverse:hover,
    .wp-block-button__link.light.inverse:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.btn.light.inverse:focus,
    button.light.inverse:focus,
    input[type='submit'].light.inverse:focus,
    .wp-block-button__link.light.inverse:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.capsule{
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(106 104 104 / var(--tw-border-opacity, 1));
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.capsule:hover{
  --tw-border-opacity: 1;
  border-color: rgb(88 144 8 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(88 144 8 / var(--tw-text-opacity, 1));
}
.capsule {
  transition: all 0.4s ease-in-out; }
.capsule.active{
  --tw-border-opacity: 1;
  border-color: rgb(88 144 8 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(88 144 8 / var(--tw-text-opacity, 1));
}
.no-padding-inline{
  padding-left: 0rem;
  padding-right: 0rem;
}
.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.default-shadow {
  box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.6); }
.post-preview{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1.6rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.post-preview:hover {
    box-shadow: 0px 6px 18px 0px rgba(99, 99, 99, 0.6); }
.post-preview .post-thumbnail img{
  width: 100%;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
    max-height: 224px;
}
.post-preview .post-content{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.post-preview .post-content h3{
  margin: 0rem;
  font-size: 2.0rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.post-preview .post-content h3 a:not(.btn) {
  color: var(--primary); }
body.post-template-default .prose h1 {
  font-size: 5rem;
  line-height: 5rem; }
body.post-template-default .prose table{
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
body.post-template-default .prose table a:not(.btn) {
  color: var(--primary); }
body.post-template-default .prose table th,
  body.post-template-default .prose table td{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: left;
}
body.post-template-default .prose table thead tr th,
  body.post-template-default .prose table thead tr td{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.post-template-default h2[id],
body.post-template-default h3[id],
body.post-template-default h4[id] {
  scroll-margin-top: 100px; }
#articles {
  scroll-margin-top: 50px; }
.single-post aside h3{
  margin-bottom: 3rem;
}
ul.products{
  list-style-type: none;
  padding: 0rem;
}
.custom-label{
  position: absolute;
  top: -10px;
  z-index: 10;
  border-radius: 9999px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.032rem;
}
@media (min-width: 768px){
  .custom-label{
    font-size: 1.4rem;
  }
}
.custom-label {
  box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.6); }
@media (min-width: 767px) {
    .custom-label{
    font-size: 1.4rem;
  } }
.product-miniature .custom-label{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.carousel .custom-label {
  box-shadow: none; }
.single-product .custom-label{
  left: 50%;
  right: auto;
  width: 100%;
  --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));
}
.product-miniature{
  position: relative;
  margin-bottom: 1.6rem;
  max-width: 500px;
  list-style-type: none;
}
.product-miniature img:not(.attachment-45x45){
  margin-bottom: 1.2rem;
  width: 100%;
  border-radius: 2.4rem;
  border-width: 0.3rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
}
.product-miniature h2{
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.032rem;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.product-miniature h2 a:not(.btn) {
  color: var(--primary); }
.product-miniature .product-image{
  position: relative;
}
.product-miniature .product-image .product-image-secondary{
  pointer-events: none;
  position: absolute;
  inset: 0rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-miniature .product-image:hover .product-image-secondary{
  opacity: 1;
}
.product-miniature .badge {
    width: 30px;
    height: 30px;
    bottom: 23px; }
.product-miniature .badge img{
  height: 100%;
  width: 100%;
}
.product-miniature .badge.left-badge {
      left: 12px !important; }
.product-miniature .badge.right-badge {
      right: 15px !important; }
.product-miniature .rating-wrapper{
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
      .product-miniature .rating-wrapper{
    margin-top: 0.2rem;
    gap: 0.2rem;
  } }
.product-miniature[data-stock-status='outofstock']:not(.carousel *){
  display: none;
}
.product-miniature[data-stock-status='outofstock']:not(.carousel *).show-out-of-stock{
  position: relative;
  display: block;
}
.product-miniature[data-stock-status='outofstock']:not(.carousel *).show-out-of-stock .product-image{
  position: relative;
}
.product-miniature[data-stock-status='outofstock']:not(.carousel *).show-out-of-stock .product-image::after {
          content: '';
          position: absolute;
          inset: 0rem;
          border-radius: 2.4rem;
          background: rgba(255, 0, 0, 0.2);
          pointer-events: none; }
.product-miniature .add-to-cart-variable,
  .product-miniature .add-to-cart-simple{
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.product-miniature .add-to-cart-variable svg,
    .product-miniature .add-to-cart-simple svg{
  height: 2.4rem;
  width: 2.4rem;
  min-width: 2.4rem;
  cursor: pointer;
}
.product-miniature .add-to-cart-variable{
  align-items: center;
  gap: 0.2rem;
}
@media (min-width: 767px) {
      .product-miniature .add-to-cart-variable{
    gap: 1.6rem;
  } }
#outofstock-wrapper .product-miniature[data-stock-status='outofstock']{
  display: block;
}
.product-shortcode-wrapper .product-miniature[data-stock-status='outofstock'],
.related-products-wrapper .product-miniature[data-stock-status='outofstock']{
  position: relative;
  display: block;
}
.product-shortcode-wrapper .product-miniature[data-stock-status='outofstock'] .product-image,
  .related-products-wrapper .product-miniature[data-stock-status='outofstock'] .product-image{
  position: relative;
}
.product-shortcode-wrapper .product-miniature[data-stock-status='outofstock'] .product-image::after,
    .related-products-wrapper .product-miniature[data-stock-status='outofstock'] .product-image::after {
      content: '';
      position: absolute;
      inset: 0rem;
      border-radius: 2.4rem;
      background: rgba(255, 0, 0, 0.2);
      pointer-events: none; }
.custom-label{
  position: absolute;
  top: -10px;
  z-index: 10;
  border-radius: 9999px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.032rem;
}
@media (min-width: 768px){
  .custom-label{
    font-size: 1.4rem;
  }
}
.custom-label {
  box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.6); }
@media (min-width: 767px) {
    .custom-label{
    font-size: 1.4rem;
  } }
.product-miniature .custom-label{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.carousel .custom-label {
  box-shadow: none; }
.single-product .custom-label{
  left: 50%;
  right: auto;
  width: 100%;
  --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));
}
.single-product .product-gallery-column{
  position: relative;
}
.single-product .product-gallery-column .custom-label{
  width: auto;
  white-space: nowrap;
}
.single-product .outofstock .woocommerce-variation-add-to-cart{
  display: none;
}
.single-product .woocommerce-product-gallery {
  opacity: 1 !important; }
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
  height: auto;
  width: 100%;
  border-radius: 2.4rem;
  border-width: 0.3rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div:nth-child(n+2), .single-product .woocommerce-product-gallery > figure > div:nth-child(n+2) {
    display: grid !important; }
.single-product .woocommerce-product-gallery .product-main-video{
  display: block;
  width: 100%;
  border-radius: 2.4rem;
  border-width: 0.3rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
    height: auto;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video{
  position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video > a{
  position: relative;
  display: block;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video .video-thumb-placeholder{
  width: 100%;
  border-radius: 2.4rem;
  border-width: 0.3rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1));
      aspect-ratio: 1;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video .video-play-icon{
  pointer-events: none;
  position: absolute;
  inset: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video .video-play-icon::before {
        content: '';
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 9999px;
        background-color: rgba(0, 0, 0, 0.5); }
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__video .video-play-icon svg {
        width: 32px;
        height: 32px;
        fill: #fff;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6)); }
.single-product .variation-radio:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(198 162 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.single-product .woocommerce-variation-description p{
  margin-bottom: 0.3rem;
  --tw-text-opacity: 1;
  color: rgb(139 163 171 / var(--tw-text-opacity, 1));
}
.single-product .bandeau-produit{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border-radius: 1.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 185 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.single-product .bandeau-produit.mobile{
  margin-bottom: 0rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 185 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.single-product .bandeau-produit.mobile:nth-of-type(2){
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.single-product .bandeau-produit .images-row{
  margin: 0rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.single-product .bandeau-produit .images-row .image-wrapper{
  display: flex;
  width: 85px;
  justify-content: center;
}
.single-product .bandeau-produit .images-row img,
    .single-product .bandeau-produit .images-row svg {
      width: 30px;
      height: 30px;
      padding-bottom: 0;
      margin: 0; }
.single-product .bandeau-produit .titles{
  margin: 0rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.single-product .bandeau-produit .titles .title{
  margin: 0rem;
  width: 85px;
  overflow: hidden;
      line-height: 12px;
}
@media (min-width: 768px) {
        .single-product .bandeau-produit .titles .title{
    font-size: 1.5rem;
          line-height: 20px;
  }
    .single-product .bandeau-produit .images-row img,
    .single-product .bandeau-produit .images-row svg {
      width: 45px;
      height: 45px; }
    .single-product .bandeau-produit .images-row .taux svg {
      width: 64px;
      height: auto; } }
.single-product .entry-summary .rating-wrapper{
  margin-bottom: 3rem;
  margin-top: 0.3rem;
  flex-direction: row;
  gap: 1.2rem;
}
.single-product .av-rating-wrapper{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  line-height: 1;
}
.single-product .av-rating--single{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.single-product .av-rating-stars{
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 100px;
  height: 20px;
}
.single-product .av-stars-empty,
.single-product .av-stars-filled{
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 100%;
}
.single-product .av-stars-empty{
  width: 100%;
}
.single-product .av-stars-filled{
  overflow: hidden;
}
.single-product .av-rating-count{
  white-space: nowrap;
  font-size: 1.4rem;
  text-decoration-line: none;
  color: #333 !important;
}
.single-product .av-rating-count:hover{
  text-decoration-line: underline;
    color: #000 !important;
}
.single-product .av-rating-logo{
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
}
.single-product .price{
  margin-bottom: 0.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}
.single-product .price del{
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.single-product .woocommerce-variation-availability{
  margin-top: 0.8rem;
  font-weight: 700;
}
.single-product .product-categories a {
  color: var(--grey-900) !important; }
.single-product .woocommerce-variation-add-to-cart{
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 2.4rem;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  height: 4.8rem;
}
.single-product .form.cart .quantity,
.single-product .woocommerce-variation-add-to-cart .quantity{
  display: flex;
  align-items: center;
  gap: 0rem;
}
.single-product .form.cart .quantity input,
  .single-product .woocommerce-variation-add-to-cart .quantity input{
  height: 4.8rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(106 104 104 / var(--tw-border-opacity, 1));
  text-align: center;
    width: 60px;
    -moz-appearance: textfield;
}
.single-product .form.cart .quantity input::-webkit-outer-spin-button, .single-product .form.cart .quantity input::-webkit-inner-spin-button,
    .single-product .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
    .single-product .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
.single-product .form.cart .minus,
.single-product .form.cart .plus,
.single-product .woocommerce-variation-add-to-cart .minus,
.single-product .woocommerce-variation-add-to-cart .plus{
  display: flex;
  height: 4.8rem;
  width: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(139 163 171 / var(--tw-border-opacity, 1));
  font-size: 2.4rem;
}
.single-product .product-sidebar svg:not(.icon-info){
  height: 5.5rem;
  width: 5.5rem;
}
.single-product .product-sidebar .info-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 1.7rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.single-product .product-sidebar .info-box a:not(.btn) {
  color: var(--primary); }
@media (min-width: 768px){
  .single-product .product-sidebar .info-box{
    border-left-width: 0.3rem;
  }
}
.single-product .product-sidebar .info-box:first-child{
  border-left-width: 0px;
}
.single-product .product-sidebar .info-box .info-text{
  text-align: center;
}
.single-product #comments .header .separator{
  width: 100%;
  border-width: 0.2rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(43 77 88 / var(--tw-border-opacity, 1));
}
.single-product #comments .header svg{
  position: absolute;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  height: 90px;
  width: 130px;
  margin-left: 26px;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product #comments .review img{
  height: 3.6rem;
  width: 3.6rem;
}
.single-product #comments .rating.interactive {
  cursor: pointer; }
.single-product #comments .rating.interactive .rating-stars {
    pointer-events: auto; }
.modal .product-image-modal{
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.woocommerce.archive .archive-hero{
  position: relative;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 4rem;
  padding-bottom: 1.6rem;
  box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.6);
}
@media (min-width: 767px) {
    body.woocommerce.archive .archive-hero{
    padding: 3.6rem;
  } }
body.woocommerce.archive .archive-hero .bg-wrapper{
  position: absolute;
  inset: 0rem;
}
body.woocommerce.archive .archive-hero .bg-wrapper img{
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.woocommerce.archive .archive-hero .bg-wrapper::before {
      content: '';
      position: absolute;
      inset: 0rem;
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
      opacity: 0.2; }
body.woocommerce.archive .archive-hero .hero-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px){
  body.woocommerce.archive .archive-hero .hero-content{
    flex-direction: row;
  }
}
body.woocommerce.archive .archive-hero .hero-content h1{
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  body.woocommerce.archive .archive-hero .hero-content h1{
    font-size: 3.2rem;
  }
}
body.woocommerce.archive .gift-banner{
  border-top-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
}
body.woocommerce.archive .gift-banner img{
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    max-width: 1920px;
    box-shadow: 7px 6px 18px 0 rgba(99, 99, 99, 0.6);
}
.category-button{
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(106 104 104 / var(--tw-border-opacity, 1));
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.category-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(88 144 8 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(88 144 8 / var(--tw-text-opacity, 1));
}
.category-button {
  transition: all 0.4s ease-in-out; }
.category-button.active{
  --tw-border-opacity: 1;
  border-color: rgb(88 144 8 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(88 144 8 / var(--tw-text-opacity, 1));
}
.woocommerce-cart .quantity .qty{
  width: 8rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  text-align: center;
}
@media (min-width: 768px) {
    .woocommerce-cart .quantity .qty{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  } }
@media (max-width: 767px) {
    .woocommerce-cart .quantity .qty {
      padding: 0.5rem; } }
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus{
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart .shop_table.cart{
    display: table;
  } }
@media (max-width: 767px) {
  .woocommerce-cart .shop_table.cart{
    display: block;
    width: 100%;
  }
    .woocommerce-cart .shop_table.cart thead{
    display: none;
  }
    .woocommerce-cart .shop_table.cart tbody{
    display: block;
    width: 100%;
  }
    .woocommerce-cart .shop_table.cart tr.cart_item{
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-radius: 2.4rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      position: relative;
  }
    .woocommerce-cart .shop_table.cart td{
    display: block;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    text-align: left;
      border: none !important;
  }
      .woocommerce-cart .shop_table.cart td:before {
        content: attr(data-title);
        margin-right: 1.6rem;
        display: inline-block;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(139 163 171 / var(--tw-text-opacity, 1)); }
      .woocommerce-cart .shop_table.cart td.product-remove{
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: auto;
    padding: 0rem;
  }
        .woocommerce-cart .shop_table.cart td.product-remove:before {
          display: none; }
        .woocommerce-cart .shop_table.cart td.product-remove .remove{
    height: 4rem;
    width: 4rem;
    font-size: 2.4rem;
  }
      .woocommerce-cart .shop_table.cart td.product-thumbnail{
    margin-bottom: 0.8rem;
    width: 100%;
  }
        .woocommerce-cart .shop_table.cart td.product-thumbnail:before {
          display: none; }
        .woocommerce-cart .shop_table.cart td.product-thumbnail a,
        .woocommerce-cart .shop_table.cart td.product-thumbnail img{
    margin-left: auto;
    margin-right: auto;
    height: 2.4rem;
    width: 2.4rem;
  }
      .woocommerce-cart .shop_table.cart td.product-name{
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
    font-weight: 600;
  }
        .woocommerce-cart .shop_table.cart td.product-name:before {
          display: none; }
      .woocommerce-cart .shop_table.cart td.product-price, .woocommerce-cart .shop_table.cart td.product-quantity, .woocommerce-cart .shop_table.cart td.product-subtotal{
    display: inline-block;
    width: auto;
    padding-right: 2rem;
  }
      .woocommerce-cart .shop_table.cart td.product-price:before {
        content: 'Prix : '; }
      .woocommerce-cart .shop_table.cart td.product-quantity:before {
        content: 'Qté : '; }
      .woocommerce-cart .shop_table.cart td.product-quantity .quantity{
    display: inline-block;
  }
      .woocommerce-cart .shop_table.cart td.product-subtotal:before {
        content: 'Total : '; } }
.woocommerce-cart .cart_totals{
  margin-left: auto;
  max-width: 36rem;
}
.woocommerce-cart .checkout-button{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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;
}
.woocommerce-cart .checkout-button:hover{
  background-color: rgb(15 97 87 / 0.9);
}
.woocommerce-notices-wrapper:not(:empty){
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  position: relative;
  border-top-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
  padding: 2rem;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none outside;
  word-wrap: break-word;
  /*
  a {
    @apply absolute right-default top-1/2 -translate-y-1/2;

    &.button {
      @apply bg-primary-400 text-grey-0 px-sm py-2xs hover:bg-transparent hover:text-primary-400 hover:border-[2px] border-solid border-primary-400;
    }
  }
    */
}
.woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    background-image: url("./img/icons/check.svg");
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.5rem; }
@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    display: flex;
    gap: 64px; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex-shrink: 0; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0; }
.grc-category-stars {
  display: none !important; }
.woocommerce-account .show-password-input {
  display: none !important; }
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse; }
.woocommerce-orders-table th {
    padding: 1.2rem 1.6rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 2px solid var(--grey-200); }
.woocommerce-orders-table td {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    border-bottom: 1px solid var(--grey-100); }
.woocommerce-orders-table tr:hover td {
    background-color: var(--grey-50); }
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f6157; }
.breadcrumb-wrapper{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
}
.breadcrumb-wrapper a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
}
.breadcrumb-wrapper a:hover{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}
.rating-wrapper{
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
@media (min-width: 767px) {
    .rating-wrapper{
    flex-direction: row;
    gap: 1.2rem;
  } }
.rating-wrapper .rating{
  position: relative;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
    width: 99px;
    height: 16px;
}
.rating-wrapper .rating .rating-stars{
  position: absolute;
  inset: 0rem;
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
      background-image: url("./assets/img/icons/star.svg");
      background-size: 100%;
      pointer-events: none;
}
.rating-wrapper .rating .rating-bg{
  position: absolute;
  inset: 0rem;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(158 194 114 / var(--tw-bg-opacity, 1));
      width: var(--rating-width, 0%);
}
.spinner {
  display: inline-block;
  width: 60px;
  height: 60px; }
.spinner::after {
    content: ' ';
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #589008;
    border-color: #589008 transparent #589008 transparent;
    animation: lds-dual-ring 1.2s linear infinite; }
.spinner.sm {
    width: 24px;
    height: 24px; }
.spinner.sm::after {
      width: 16px;
      height: 16px;
      margin: 4px;
      border-width: 3px; }
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.modal-overlay{
  pointer-events: none;
  position: fixed;
  inset: 0rem;
  z-index: 9998;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.modal-overlay--active{
  pointer-events: auto;
  opacity: 0.6;
}
.modal{
  pointer-events: none;
  position: fixed;
  inset: 0rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.modal--active{
  pointer-events: auto;
  opacity: 1;
}
.modal__inner{
  position: relative;
  max-height: 90vh;
  overflow: auto;
  border-radius: 2.4rem;
  --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);
    max-width: calc(100vw - 3.2rem);
}
.modal--no-overflow .modal__inner{
  overflow: hidden;
}
.modal__close{
  position: absolute;
  top: 0rem;
  right: 1.6rem;
  z-index: 50;
  display: flex;
  align-items: center;
  font-size: 7rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .modal__close{
    top: 1.2rem;
    right: 2.2rem;
  }
}
.modal__close{
  cursor: pointer;
  justify-content: center;
}
.modal[data-close-color='dark'] .modal__close{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal__content{
  position: relative;
  z-index: 10;
  margin-top: 7.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px){
  .modal__content{
    margin-top: 0rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.modal__content[data-padding='none']{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0rem;
}
.modal__content[data-padding='sm']{
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 1.6rem;
}
.modal__content[data-padding='lg']{
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
}
.modal--sm .modal__inner{
  width: 100%;
}
@media (min-width: 767px) {
      .modal--sm .modal__inner {
        width: 50%; } }
.modal--md .modal__inner{
  width: 100%;
}
@media (min-width: 767px) {
      .modal--md .modal__inner {
        width: 70%; } }
.modal--lg .modal__inner{
  width: 100%;
}
@media (min-width: 767px) {
      .modal--lg .modal__inner {
        width: 85%; } }
.modal--xl .modal__inner{
  width: 100%;
}
@media (min-width: 767px) {
      .modal--xl .modal__inner {
        width: 95%; } }
@media (min-width: 1024px) {
      .modal--xl .modal__inner {
        width: 90%; } }
.modal--full{
  padding: 0rem;
}
.modal--full .modal__inner{
  height: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 0px;
}
.modal--full .modal__content{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      padding: 1.6rem !important;
}
@media (max-width: 768px) {
    .modal.no-margin .modal__content {
      margin: 0; } }
.prose {
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%; }
.prose.prose-bordered{
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(198 162 112 / var(--tw-border-opacity, 1));
  padding: 3rem;
}
@media (min-width: 768px){
  .prose.prose-bordered{
    padding: 4rem;
  }
}
.prose p,
  .prose ul{
  line-height: 2.2rem;
  letter-spacing: 0.032rem;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.prose p a:not(.btn),
  .prose ul a:not(.btn) {
  color: var(--primary); }
.prose ul{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose p + p,
  .prose p + .wp-block-buttons{
  margin-top: 1.6rem;
}
.prose h1{
  font-size: 3.0rem;
  line-height: 3.4rem;
}
.prose h2{
  padding-bottom: 1.6rem;
}
.prose h2:not(:first-child){
  padding-top: 3.6rem;
}
.prose h3,
  .prose h4{
  padding-top: 1.6rem;
  padding-bottom: 0.6rem;
  line-height: 2.2rem;
}
.prose h4 {
    font-size: 22px;
    font-weight: 500;
    color: #0f6157; }
.prose h4 a:not(.btn) {
      color: var(--primary); }
.prose ul{
  list-style-type: disc;
  padding-left: 2.4rem;
  line-height: 1.625;
}
.prose a:not(button):not(.btn):not(.wp-block-button__link){
  --tw-text-opacity: 1;
  color: rgb(158 194 114 / var(--tw-text-opacity, 1));
}
.prose figure img{
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
  width: 100%;
}
.prose .wp-block-image + .wp-block-heading{
  margin-top: 0rem;
}
.prose .wp-block-button__link{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.prose .product-shortcode-wrapper ul.products{
  margin: 0rem;
  list-style-type: none;
  padding: 0rem;
}
.prose .product-shortcode-wrapper h2{
  margin: 0rem;
  padding: 0rem;
}
.prose .product-shortcode-wrapper a{
  --tw-text-opacity: 1;
  color: rgb(158 194 114 / var(--tw-text-opacity, 1));
}
.form-select{
  border-radius: 0.6rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 29 32 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
  padding: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.form-select a:not(.btn) {
  color: var(--primary); }
.form-row input[type='text'],
.form-row input[type='email'],
.form-row input[type='tel'],
.form-row input[type='number'],
.form-row input[type='password'],
.form-row select,
.form-row textarea{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 162 112 / var(--tw-border-opacity, 1));
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  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;
}
.form-row input[type='text']:focus,
  .form-row input[type='email']:focus,
  .form-row input[type='tel']:focus,
  .form-row input[type='number']:focus,
  .form-row input[type='password']:focus,
  .form-row select:focus,
  .form-row textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-row label{
  margin-bottom: 0.6rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}
.form-row label .required{
  margin-left: 0.1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
h2.fleur{
  position: relative;
  text-align: center;
}
h2.fleur::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 16px auto 0;
    background-image: url("./assets/img/fleurs/fleur-blog.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
/**
 * Footer Banner Styles
 * 
 * Provides animation for the bottom scrolling banner
 */
.footer-banner {
  background: linear-gradient(46deg, #0f6157 -7.74%, #6e9f99 148.06%); }
.footer-banner .marquee__content {
    animation: scroll 33s linear infinite; }
@media all and (max-width: 768px) {
      .footer-banner .marquee__content {
        animation: scroll 23s linear infinite; } }
@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.weglot-dropdown {
  position: absolute;
  right: 12px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%); }
@media (min-width: 767px) {
    .weglot-dropdown {
      right: 0; } }
.weglot-dropdown .wgcurrent::after {
    content: none !important; }
.weglot-dropdown label .wglanguage-name {
    padding-right: 0 !important;
    height: 23px !important;
    line-height: 22px !important;
    padding: 0 3px !important; }
.weglot-dropdown label .wglanguage-name::before {
      width: 27px !important;
      margin-right: 0; }
.weglot-dropdown li.weglot-flags a {
    padding: 0 2px; }
.weglot-dropdown li.weglot-flags a::before {
      margin-right: 0px; }
@media all and (max-width: 400px) {
  #topbar-18 p {
    text-align: left; } }
@media (min-width: 1024px) {
  .faq-zone{
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  } }
.faq-zone .faq h3{
  cursor: pointer;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
  font-size: 2.0rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.faq-zone .faq h3 a:not(.btn) {
  color: var(--primary); }
.faq-zone .faq .answer{
  max-height: 0rem;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-zone .faq .answer .prose{
  margin-top: 2rem;
}
.faq-zone .faq .answer.open{
  max-height: 1000px;
}
.hero-slider {
  width: 100%;
  height: 232px;
  background-image: url("/wp-content/uploads/2026/01/Homepage-e1639684691219_optim.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
.hero-slider__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0; }
.hero-slider .carousel {
    height: 100%; }
.hero-slider .slide {
    flex-shrink: 0; }
.hero-slider .slide__content{
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-slider .slide__background{
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .bg-light-grey {
    background: rgba(138, 163, 171, 0.6); }
.hero-slider h1{
  font-size: 2.0rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .hero-slider h1{
    font-size: 3.2rem;
  }
}
.hero-slider h1::after{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
  display: block;
      content: '';
      width: 80px;
      height: 4px;
      background: #c6a270;
}
.home-bandeau-cadeau{
  margin-bottom: 1.6rem;
  box-shadow: 7px 12px 18px 0 rgba(99, 99, 99, 0.5);
}
.carousels{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .carousels{
    gap: 4rem;
  }
}
.carousels .carousel .slides{
  margin-top: 1.6rem;
}
.carousels > .container > h2, .carousels > .woocommerce-notices-wrapper > h2{
  font-size: 2.4rem;
}
body > header ul.menu{
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
body > header ul.menu.main-menu-desktop {
    min-height: 54.4px; }
body > header ul.menu.main-menu-desktop .menu-item, body > header ul.menu.user-menu-desktop .menu-item{
  position: relative;
}
body > header ul.menu.main-menu-desktop .menu-item.has-items::after, body > header ul.menu.user-menu-desktop .menu-item.has-items::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 1rem;
      background: transparent;
      pointer-events: auto; }
body > header ul.menu.main-menu-desktop .menu-item.active > a, body > header ul.menu.main-menu-desktop .menu-item.current-menu-item > a, body > header ul.menu.main-menu-desktop .menu-item:hover > a, body > header ul.menu.user-menu-desktop .menu-item.active > a, body > header ul.menu.user-menu-desktop .menu-item.current-menu-item > a, body > header ul.menu.user-menu-desktop .menu-item:hover > a {
      color: var(--primary-600) !important; }
body > header ul.menu.main-menu-desktop .menu-item.active > a, body > header ul.menu.main-menu-desktop .menu-item.current-menu-item > a, body > header ul.menu.user-menu-desktop .menu-item.active > a, body > header ul.menu.user-menu-desktop .menu-item.current-menu-item > a{
  text-decoration-line: underline;
}
body > header ul.menu.main-menu-desktop .menu-item > a, body > header ul.menu.user-menu-desktop .menu-item > a{
  text-transform: uppercase;
      color: var(--primary-200) !important;
}
body > header ul.menu.main-menu-desktop .menu-item.new-label, body > header ul.menu.user-menu-desktop .menu-item.new-label{
  position: relative;
}
body > header ul.menu.main-menu-desktop .menu-item.new-label::before, body > header ul.menu.user-menu-desktop .menu-item.new-label::before{
  pointer-events: none;
  position: absolute;
  top: -2.4rem;
  left: 0rem;
  height: 35px;
  width: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/2021/11/new-text-overlay.png);
        content: '';
}
body > header ul.menu ul.submenu{
  left: 0rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  position: absolute;
  opacity: 0;
  border-top-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
    top: calc(100% + 1rem);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
}
body > header ul.menu ul.submenu .submenu-item a:not(.btn):not(.remove_from_cart_button){
  text-transform: uppercase;
      color: var(--grey-800);
      font-size: 1.5rem;
}
body > header ul.menu ul.submenu .submenu-item a:not(.btn):not(.remove_from_cart_button):hover {
        color: #0f6157 !important; }
body > header ul.menu ul.submenu .submenu-item.current-menu-item a:not(.btn):not(.remove_from_cart_button) {
      color: var(--primary-600) !important;
      text-decoration-line: underline; }
body > header ul.menu .menu-item:hover > ul.submenu,
  body > header ul.menu ul.submenu:hover{
  visibility: visible;
  opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    pointer-events: auto;
}
body > header ul.menu.user-menu-desktop .menu-item-cart{
  position: relative;
}
body > header ul.menu.user-menu-desktop .menu-item-cart .total-cart{
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 163 171 / var(--tw-bg-opacity, 1));
  text-align: center;
      top: -7px;
      right: -7px;
      color: #fff !important;
      width: 17px;
      height: 17px;
      line-height: 17px;
      font-size: 12px;
}
body > header ul.menu.user-menu-desktop .menu-item-cart .remove_from_cart_button {
      color: var(--primary-800) !important; }
body > header ul.menu.user-menu-desktop .menu-item-cart .remove_from_cart_button:hover {
        color: var(--danger) !important; }
.mobile-user-submenu{
  position: absolute;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  visibility: hidden;
  opacity: 0;
  border-top-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  transform: translateY(-10px);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mobile-user-submenu.active{
  visibility: visible;
  opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.mobile-user-submenu li{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.mobile-user-submenu li + li{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}
.mobile-user-submenu li a{
  display: block;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
      color: var(--grey-800) !important;
}
.mobile-user-submenu li a:hover {
        color: var(--primary) !important; }
body > footer{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: url("./assets/img/bg/footer.jpg");
  background-position: center;
  padding-bottom: 100px;
}
body > footer > .container:first-child, body > footer > .woocommerce-notices-wrapper:first-child{
  font-size: 1.4rem;
}
body > footer > .container:first-child > div, body > footer > .woocommerce-notices-wrapper:first-child > div{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body > footer > .container:first-child > div h5, body > footer > .woocommerce-notices-wrapper:first-child > div h5{
  margin-bottom: 0.6rem;
}
body > footer > .container:first-child > div ul, body > footer > .woocommerce-notices-wrapper:first-child > div ul{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body > footer > .container:first-child > div ul li, body > footer > .woocommerce-notices-wrapper:first-child > div ul li{
  display: flex;
  align-items: center;
}
.livechat-container {
  background-color: white;
  display: flex;
  width: auto;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 20;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
.livechat-container .content {
  display: flex;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  align-items: center; }
.livechat-container .content .text {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px; }
.livechat-container .content svg {
  width: 25px; }
body.home .livechat-container {
  bottom: 46px !important;
  /* box-shadow: none !important; */ }
@media all and (max-width: 768px) {
    body.home .livechat-container {
      bottom: 59px !important;
      right: 10px !important; } }
.search-bar {
  height: 300px;
  background-color: #fff;
  position: fixed;
  left: 0;
  z-index: 10000;
  align-items: center;
  border-bottom: 3px solid #9ec272;
  top: 0;
  width: 100%;
  transition: top 0.5s ease-in-out;
  top: -304px;
  display: flex;
  justify-content: center;
  gap: 24px; }
.search-bar.active {
  top: 53px;
  background-color: #fff !important; }
.search-bar .form-wrapper {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
@media all and (max-width: 767px) {
  .search-bar .form-wrapper {
    width: 85%; } }
.search-bar .form-wrapper form {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  align-items: center; }
.search-bar input {
  width: 100%;
  height: 30px;
  padding-left: 62px;
  padding: 16px 20px 16px 3px;
  border: 0px solid #9ec272;
  font-size: 16px;
  background-color: #f5f5f5; }
.search-bar input:focus-visible {
  border: 0px solid;
  outline: none; }
.search-bar .search-icon {
  width: 21px;
  cursor: pointer;
  margin-left: 15px; }
.search-bar .close-icon {
  cursor: pointer;
  width: 30px;
  height: 35px;
  margin-right: 8px; }
/**
 * Mobile Menu Styles
 */
#mobile-menu-overlay{
  visibility: hidden;
  position: fixed;
  inset: 0rem;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 999999;
}
#mobile-menu-overlay.active{
  visibility: visible;
  opacity: 1;
}
#mobile-menu-drawer{
  position: fixed;
  top: 0rem;
  left: 0rem;
  height: 100%;
  min-width: 260px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 32 / var(--tw-bg-opacity, 1));
  padding: 1.2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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));
  overflow-y: auto;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
}
#mobile-menu-drawer.active{
  --tw-translate-x: 0rem;
  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));
}
#mobile-menu-close{
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
}
#mobile-menu-close svg{
  height: 4.4rem;
  width: 4.4rem;
}
@keyframes wiggle {
  0%,
    100% {
    transform: rotate(0deg); }
  10%,
    30%,
    50%,
    70%,
    90% {
    transform: rotate(-3deg); }
  20%,
    40%,
    60%,
    80% {
    transform: rotate(3deg); } }
.mobile-menu-trustpilot{
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 0.6rem;
}
.mobile-menu-trustpilot.wiggle {
    animation: wiggle 0.8s ease-in-out; }
.mobile-menu-trustpilot .trustpilot-label{
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mobile-menu-trustpilot img{
  height: auto;
  width: 120px;
}
.menu-mobile .menu-item{
  margin-bottom: 1.2rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}
.menu-mobile .menu-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1));
}
.menu-mobile .menu-item .menu-item-wrapper{
  display: flex;
  justify-content: space-between;
}
.menu-mobile .menu-item a{
  flex: 1 1 0%;
  padding: 0.6rem;
  text-transform: uppercase;
    color: #a8da3c !important;
}
.menu-mobile .menu-item.menu-item-account {
    border-bottom: none !important; }
.menu-mobile .menu-item.menu-item-account a {
      color: #fff !important; }
.menu-mobile .menu-item.new-label, .menu-mobile .menu-item.new-item {
    position: relative; }
.menu-mobile .menu-item.new-label::before, .menu-mobile .menu-item.new-item::before {
      position: absolute;
      top: -1.6rem;
      left: 0rem;
      height: 35px;
      width: 35px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/wp-content/uploads/2021/11/new-text-overlay.png);
      content: '';
      pointer-events: none; }
.menu-mobile .menu-item .submenu-toggle{
  align-items: center;
}
.menu-mobile .menu-item .submenu-toggle svg{
  height: 2rem;
  width: 2rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.menu-mobile .menu-item .submenu-toggle[aria-expanded='true'] svg {
      transform: rotate(90deg); }
.menu-mobile .menu-item .submenu{
  margin-left: 1.6rem;
  margin-top: 0.6rem;
  display: none;
}
.menu-mobile .menu-item .submenu.active{
  display: block;
}
.menu-mobile .submenu-item{
  margin-bottom: 0.6rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
  padding-top: 0.4rem;
}
.menu-mobile .submenu-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity, 1));
}
body.mobile-menu-open{
  overflow: hidden;
}
.woocommerce-notices-wrapper:not(:empty){
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  position: relative;
  border-top-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
  padding: 2rem;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none outside;
  word-wrap: break-word;
  /*
  a {
    @apply absolute right-default top-1/2 -translate-y-1/2;

    &.button {
      @apply bg-primary-400 text-grey-0 px-sm py-2xs hover:bg-transparent hover:text-primary-400 hover:border-[2px] border-solid border-primary-400;
    }
  }
    */
}
.woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    background-image: url("./img/icons/check.svg");
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.5rem; }
@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    display: flex;
    gap: 64px; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex-shrink: 0; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0; }
.grc-category-stars {
  display: none !important; }
.woocommerce-account .show-password-input {
  display: none !important; }
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse; }
.woocommerce-orders-table th {
    padding: 1.2rem 1.6rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 2px solid var(--grey-200); }
.woocommerce-orders-table td {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    border-bottom: 1px solid var(--grey-100); }
.woocommerce-orders-table tr:hover td {
    background-color: var(--grey-50); }
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f6157; }
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 720px){
  .\!container{
    max-width: 720px !important;
  }
  .container{
    max-width: 720px;
  }
}
@media (min-width: 960px){
  .\!container{
    max-width: 960px !important;
  }
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1320px){
  .\!container{
    max-width: 1320px !important;
  }
  .container{
    max-width: 1320px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0rem;
}
.\!left-auto{
  left: auto !important;
}
.\!right-0{
  right: 0rem !important;
}
.-bottom-\[31px\]{
  bottom: -31px;
}
.-left-\[150\%\]{
  left: -150%;
}
.-left-default{
  left: -2.4rem;
}
.-right-10{
  right: -1rem;
}
.-right-6{
  right: -0.6rem;
}
.-top-10{
  top: -1rem;
}
.-top-6{
  top: -0.6rem;
}
.-top-\[12px\]{
  top: -12px;
}
.-top-\[1px\]{
  top: -1px;
}
.-top-\[304px\]{
  top: -304px;
}
.-top-\[8px\]{
  top: -8px;
}
.bottom-0{
  bottom: 0rem;
}
.left-0{
  left: 0rem;
}
.right-0{
  right: 0rem;
}
.top-0{
  top: 0rem;
}
.top-1\/2{
  top: 50%;
}
.top-\[67px\]{
  top: 67px;
}
.top-sm{
  top: 1.6rem;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[3\]{
  z-index: 3;
}
.\!m-0{
  margin: 0rem !important;
}
.m-0{
  margin: 0rem;
}
.m-49{
  margin: 4.9rem;
}
.m-auto{
  margin: auto;
}
.\!mx-0{
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.-mx-20{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-md{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-0{
  margin-left: 0rem;
  margin-right: 0rem;
}
.mx-2xl{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2xs{
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-lg{
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-12{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.my-2xl{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-3xl{
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.my-50{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-5xl{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-6{
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.my-\[36px\]{
  margin-top: 36px;
  margin-bottom: 36px;
}
.my-default{
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.my-md{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-sm{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.my-xl{
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.my-xs{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.\!mb-md{
  margin-bottom: 2rem !important;
}
.\!mt-0{
  margin-top: 0rem !important;
}
.-mb-md{
  margin-bottom: -2rem;
}
.-ml-4{
  margin-left: -0.4rem;
}
.-ml-sm{
  margin-left: -1.6rem;
}
.-mt-4{
  margin-top: -0.4rem;
}
.-mt-\[8px\]{
  margin-top: -8px;
}
.-mt-xl{
  margin-top: -3.6rem;
}
.mb-16{
  margin-bottom: 1.6rem;
}
.mb-1xs{
  margin-bottom: 1rem;
}
.mb-2xl{
  margin-bottom: 4rem;
}
.mb-2xs{
  margin-bottom: 0.8rem;
}
.mb-3xs{
  margin-bottom: 0.6rem;
}
.mb-4{
  margin-bottom: 0.4rem;
}
.mb-4xl{
  margin-bottom: 6rem;
}
.mb-5xl{
  margin-bottom: 8rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-default{
  margin-bottom: 2.4rem;
}
.mb-lg{
  margin-bottom: 3rem;
}
.mb-md{
  margin-bottom: 2rem;
}
.mb-sm{
  margin-bottom: 1.6rem;
}
.mb-xl{
  margin-bottom: 3.6rem;
}
.mb-xs{
  margin-bottom: 1.2rem;
}
.ml-default{
  margin-left: 2.4rem;
}
.ml-sm{
  margin-left: 1.6rem;
}
.mr-\[100px\]{
  margin-right: 100px;
}
.mr-xs{
  margin-right: 1.2rem;
}
.mt-0{
  margin-top: 0rem;
}
.mt-18{
  margin-top: 1.8rem;
}
.mt-1xs{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 0.2rem;
}
.mt-2xl{
  margin-top: 4rem;
}
.mt-2xs{
  margin-top: 0.8rem;
}
.mt-3xl{
  margin-top: 4.8rem;
}
.mt-3xs{
  margin-top: 0.6rem;
}
.mt-4xl{
  margin-top: 6rem;
}
.mt-6{
  margin-top: 0.6rem;
}
.mt-\[72px\]{
  margin-top: 72px;
}
.mt-default{
  margin-top: 2.4rem;
}
.mt-lg{
  margin-top: 3rem;
}
.mt-md{
  margin-top: 2rem;
}
.mt-sm{
  margin-top: 1.6rem;
}
.mt-xl{
  margin-top: 3.6rem;
}
.mt-xs{
  margin-top: 1.2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-17{
  height: 1.7rem;
}
.h-26{
  height: 2.6rem;
}
.h-4xl{
  height: 6rem;
}
.h-6{
  height: 0.6rem;
}
.h-90{
  height: 9rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[182px\]{
  height: 182px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-default{
  height: 2.4rem;
}
.h-full{
  height: 100%;
}
.h-lg{
  height: 3rem;
}
.h-xl{
  height: 3.6rem;
}
.max-h-0{
  max-height: 0rem;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[calc\(100vh-67px\)\]{
  max-height: calc(100vh - 67px);
}
.\!w-40{
  width: 4rem !important;
}
.w-0{
  width: 0rem;
}
.w-12{
  width: 1.2rem;
}
.w-17{
  width: 1.7rem;
}
.w-24{
  width: 2.4rem;
}
.w-26{
  width: 2.6rem;
}
.w-40{
  width: 4rem;
}
.w-4xl{
  width: 6rem;
}
.w-5xl{
  width: 8rem;
}
.w-6{
  width: 0.6rem;
}
.w-60{
  width: 6rem;
}
.w-80{
  width: 8rem;
}
.w-90{
  width: 9rem;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[151px\]{
  width: 151px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-lg{
  width: 3rem;
}
.w-md{
  width: 2rem;
}
.min-w-0{
  min-width: 0rem;
}
.min-w-4xl{
  min-width: 6rem;
}
.min-w-\[2\.4rem\]{
  min-width: 2.4rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[1150px\]{
  max-width: 1150px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-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));
}
.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;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.\!flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1xs{
  gap: 1rem;
}
.gap-2xl{
  gap: 4rem;
}
.gap-3{
  gap: 0.3rem;
}
.gap-3xl{
  gap: 4.8rem;
}
.gap-3xs{
  gap: 0.6rem;
}
.gap-5xl{
  gap: 8rem;
}
.gap-6{
  gap: 0.6rem;
}
.gap-8{
  gap: 0.8rem;
}
.gap-default{
  gap: 2.4rem;
}
.gap-lg{
  gap: 3rem;
}
.gap-md{
  gap: 2rem;
}
.gap-sm{
  gap: 1.6rem;
}
.gap-xl{
  gap: 3.6rem;
}
.gap-xs{
  gap: 1.2rem;
}
.space-y-md > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-default{
  border-radius: 1.6rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 2.4rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-xs{
  border-radius: 0.6rem;
}
.rounded-b-xs{
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-grey-100{
  --tw-border-opacity: 1;
  border-color: rgb(248 249 250 / var(--tw-border-opacity, 1));
}
.border-grey-300{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-grey-400{
  --tw-border-opacity: 1;
  border-color: rgb(206 212 218 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(15 97 87 / var(--tw-border-opacity, 1));
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(139 163 171 / var(--tw-border-opacity, 1));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(158 194 114 / var(--tw-border-opacity, 1));
}
.border-primary-900{
  border-color: #080b09ff;
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(198 162 112 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-grey-0{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-grey-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 185 / var(--tw-bg-opacity, 1));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(139 163 171 / var(--tw-bg-opacity, 1));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(158 194 114 / var(--tw-bg-opacity, 1));
}
.bg-primary-light{
  background-color: #cee0b982;
}
.bg-primary-x-light{
  background-color: #cee0b94a;
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.bg-secondary-400{
  background-color: #c6a27099;
}
.bg-tertiary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(110 159 153 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#c9de96\]{
  --tw-gradient-from: #c9de96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 222 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) 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);
}
.from-grey-200{
  --tw-gradient-from: #e9ecef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 236 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#008f4e\]{
  --tw-gradient-to: #008f4e var(--tw-gradient-to-position);
}
.to-grey-0{
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0rem !important;
}
.p-1xs{
  padding: 1rem;
}
.p-3xs{
  padding: 0.6rem;
}
.p-6{
  padding: 0.6rem;
}
.p-default{
  padding: 2.4rem;
}
.p-md{
  padding: 2rem;
}
.p-sm{
  padding: 1.6rem;
}
.p-xs{
  padding: 1.2rem;
}
.px-0{
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-4{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-default{
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-md{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-sm{
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-xs{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.py-2{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-20{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2xl{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2xs{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-3xs{
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.py-4{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-5xl{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-8{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-default{
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-md{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-sm{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-xl{
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.py-xs{
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.pb-3xs{
  padding-bottom: 0.6rem;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-lg{
  padding-bottom: 3rem;
}
.pb-sm{
  padding-bottom: 1.6rem;
}
.pb-xl{
  padding-bottom: 3.6rem;
}
.pb-xs{
  padding-bottom: 1.2rem;
}
.pl-xs{
  padding-left: 1.2rem;
}
.pr-2xl{
  padding-right: 4rem;
}
.pr-md{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0rem;
}
.pt-1{
  padding-top: 0.1rem;
}
.pt-2xl{
  padding-top: 4rem;
}
.pt-6{
  padding-top: 0.6rem;
}
.pt-70{
  padding-top: 7rem;
}
.pt-default{
  padding-top: 2.4rem;
}
.pt-lg{
  padding-top: 3rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-middle{
  vertical-align: middle;
}
.\!text-2xl{
  font-size: 2.4rem !important;
}
.\!text-sm{
  font-size: 1.4rem !important;
}
.text-15{
  font-size: 1.5rem;
}
.text-17{
  font-size: 1.7rem;
}
.text-18{
  font-size: 1.8rem;
}
.text-19{
  font-size: 1.9rem;
}
.text-22{
  font-size: 2.2rem;
}
.text-2xl{
  font-size: 2.4rem;
}
.text-3-2xl{
  font-size: 3.2rem;
}
.text-3xl{
  font-size: 3.0rem;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-default{
  font-size: 1.6rem;
}
.text-l{
  font-size: 1.8rem;
}
.text-lg{
  font-size: 1.8rem;
}
.text-sm{
  font-size: 1.4rem;
}
.text-xl{
  font-size: 2.0rem;
}
.text-xs{
  font-size: 1.2rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-danger-light{
  color: #dc2626a3 !important;
}
.\!text-grey-0{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-grey-800{
  --tw-text-opacity: 1 !important;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1)) !important;
}
.\!text-grey-950{
  --tw-text-opacity: 1 !important;
  color: rgb(26 29 32 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-danger{
  --tw-text-opacity: 1;
  color: rgb(196 54 54 / var(--tw-text-opacity, 1));
}
.text-danger-light{
  color: #dc2626a3;
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-grey-0{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}
.text-grey-600{
  --tw-text-opacity: 1;
  color: rgb(106 104 104 / var(--tw-text-opacity, 1));
}
.text-grey-800{
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.text-grey-900{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}
.text-grey-950{
  --tw-text-opacity: 1;
  color: rgb(26 29 32 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(139 163 171 / var(--tw-text-opacity, 1));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(158 194 114 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(88 144 8 / var(--tw-text-opacity, 1));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(43 77 88 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-tertiary-light{
  --tw-text-opacity: 1;
  color: rgb(110 159 153 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!underline{
  text-decoration-line: underline !important;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-primary{
  accent-color: #0f6157;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-70{
  opacity: 0.7;
}
.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-lg{
  --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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-\[1s\]{
  transition-duration: 1s;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.last\:mb-0:last-child{
  margin-bottom: 0rem;
}
.hover\:bg-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 54 54 / var(--tw-bg-opacity, 1));
}
.hover\:bg-grey-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 97 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 162 112 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/90:hover{
  background-color: rgb(198 162 112 / 0.9);
}
.hover\:\!text-danger:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(196 54 54 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-danger:hover{
  --tw-text-opacity: 1;
  color: rgb(196 54 54 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(15 97 87 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:border-0:focus{
  border-width: 0px;
}
@media not all and (min-width: 768px){
  .max-md\:h-70{
    height: 7rem;
  }
  .max-md\:w-70{
    width: 7rem;
  }
  .max-md\:w-\[85\%\]{
    width: 85%;
  }
  .max-md\:text-14{
    font-size: 1.4rem;
  }
  .max-md\:text-17{
    font-size: 1.7rem;
  }
  .max-md\:text-20{
    font-size: 2rem;
  }
}
@media (min-width: 450px){
  .sm\:w-\[29px\]{
    width: 29px;
  }
  .sm\:w-\[30px\]{
    width: 30px;
  }
  .sm\:w-auto{
    width: auto;
  }
}
@media (min-width: 768px){
  .md\:-bottom-\[46px\]{
    bottom: -46px;
  }
  .md\:-top-\[7px\]{
    top: -7px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .md\:my-5xl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:mb-0{
    margin-bottom: 0rem;
  }
  .md\:mt-0{
    margin-top: 0rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:\!grid{
    display: grid !important;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-5xl{
    height: 8rem;
  }
  .md\:h-90{
    height: 9rem;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-90{
    width: 9rem;
  }
  .md\:w-\[40\%\]{
    width: 40%;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:\!grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:\!flex-col{
    flex-direction: column !important;
  }
  .md\:\!gap-0{
    gap: 0rem !important;
  }
  .md\:gap-0{
    gap: 0rem;
  }
  .md\:gap-3xl{
    gap: 4.8rem;
  }
  .md\:gap-5xl{
    gap: 8rem;
  }
  .md\:gap-sm{
    gap: 1.6rem;
  }
  .md\:rounded-xs{
    border-radius: 0.6rem;
  }
  .md\:p-default{
    padding: 2.4rem;
  }
  .md\:p-md{
    padding: 2rem;
  }
  .md\:px-default{
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .md\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-2xs{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .md\:py-xs{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .md\:pr-xl{
    padding-right: 3.6rem;
  }
  .md\:pt-3xl{
    padding-top: 4.8rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-19{
    font-size: 1.9rem;
  }
  .md\:text-22{
    font-size: 2.2rem;
  }
  .md\:text-2xl-2{
    font-size: 2.6rem;
  }
  .md\:text-l{
    font-size: 1.8rem;
  }
  .md\:text-sm{
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px){
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 1440px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
