@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Flow+Circular&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
! tailwindcss v3.4.1 | 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: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 720px){
  .container{
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}

@media (min-width: 880px){
  .container{
    max-width: 768px;
    margin: 0 auto;
    padding: 0 4.75rem;
  }
}

@media (min-width: 1120px){
  .container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 5rem;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6rem;
  }
}

@container (min-width: 450px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (min-width: 750px) {
  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@container (min-width: 980px) {
  .cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@container (min-width: 1280px) {
  .cards-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@container (min-width: 1580px) {
  .cards-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  inset: 0px !important;
}

.-left-12{
  left: -3rem !important;
}

.-left-20{
  left: -5rem !important;
}

.-left-24{
  left: -6rem !important;
}

.-left-28{
  left: -7rem !important;
}

.-left-6{
  left: -1.5rem !important;
}

.bottom-0{
  bottom: 0px !important;
}

.bottom-10{
  bottom: 2.5rem !important;
}

.bottom-24{
  bottom: 6rem !important;
}

.bottom-4{
  bottom: 1rem !important;
}

.left-0{
  left: 0px !important;
}

.left-1\/2{
  left: 50% !important;
}

.left-3{
  left: 0.75rem !important;
}

.left-4{
  left: 1rem !important;
}

.right-0{
  right: 0px !important;
}

.right-12{
  right: 3rem !important;
}

.right-3{
  right: 0.75rem !important;
}

.right-32{
  right: 8rem !important;
}

.right-4{
  right: 1rem !important;
}

.right-\[60px\]{
  right: 60px !important;
}

.top-0{
  top: 0px !important;
}

.top-1\/2{
  top: 50% !important;
}

.top-12{
  top: 3rem !important;
}

.top-3{
  top: 0.75rem !important;
}

.top-4{
  top: 1rem !important;
}

.top-7{
  top: 1.75rem !important;
}

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

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

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

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-\[21\]{
  z-index: 21 !important;
}

.z-\[31\]{
  z-index: 31 !important;
}

.order-1{
  order: 1 !important;
}

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

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

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

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

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

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

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

.m-0{
  margin: 0px !important;
}

.m-4{
  margin: 1rem !important;
}

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

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.-mb-12{
  margin-bottom: -3rem !important;
}

.-mb-80{
  margin-bottom: -20rem !important;
}

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

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

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

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

.mb-0\.5{
  margin-bottom: 0.125rem !important;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem !important;
}

.mb-12{
  margin-bottom: 3rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

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

.mb-24{
  margin-bottom: 6rem !important;
}

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

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

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

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

.mb-8{
  margin-bottom: 2rem !important;
}

.mb-9{
  margin-bottom: 2.25rem !important;
}

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

.ml-2{
  margin-left: 0.5rem !important;
}

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

.mr-0{
  margin-right: 0px !important;
}

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

.mr-10{
  margin-right: 2.5rem !important;
}

.mr-2{
  margin-right: 0.5rem !important;
}

.mr-3{
  margin-right: 0.75rem !important;
}

.mr-4{
  margin-right: 1rem !important;
}

.mr-6{
  margin-right: 1.5rem !important;
}

.mr-8{
  margin-right: 2rem !important;
}

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

.mt-0\.5{
  margin-top: 0.125rem !important;
}

.mt-1{
  margin-top: 0.25rem !important;
}

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

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

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

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

.mt-56{
  margin-top: 14rem !important;
}

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

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

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

.mt-\[3px\]{
  margin-top: 3px !important;
}

.line-clamp-1{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.line-clamp-2{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp-3{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.block{
  display: block !important;
}

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

.flex{
  display: flex !important;
}

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

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.hidden{
  display: none !important;
}

.aspect-\[16\/12\]{
  aspect-ratio: 16/12 !important;
}

.aspect-\[9\/6\]{
  aspect-ratio: 9/6 !important;
}

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

.aspect-video{
  aspect-ratio: 16 / 9 !important;
}

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

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

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

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

.size-8{
  width: 2rem !important;
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-14{
  height: 3.5rem !important;
}

.h-16{
  height: 4rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-28{
  height: 7rem !important;
}

.h-3{
  height: 0.75rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-4{
  height: 1rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-5{
  height: 1.25rem !important;
}

.h-6{
  height: 1.5rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-7{
  height: 1.75rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-80{
  height: 20rem !important;
}

.h-9{
  height: 2.25rem !important;
}

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

.h-\[24rem\]{
  height: 24rem !important;
}

.h-\[302px\]{
  height: 302px !important;
}

.h-\[346px\]{
  height: 346px !important;
}

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

.h-\[88px\]{
  height: 88px !important;
}

.h-\[calc\(100svh-112px\)\]{
  height: calc(100svh - 112px) !important;
}

.h-\[calc\(100svh-88px\)\]{
  height: calc(100svh - 88px) !important;
}

.h-\[calc\(100svh-89px-68px\)\]{
  height: calc(100svh - 89px - 68px) !important;
}

.h-auto{
  height: auto !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.max-h-\[750px\]{
  max-height: 750px !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.min-h-\[calc\(100vh-112px\)\]{
  min-height: calc(100vh - 112px) !important;
}

.min-h-full{
  min-height: 100% !important;
}

.w-0{
  width: 0px !important;
}

.w-1{
  width: 0.25rem !important;
}

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

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

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

.w-10{
  width: 2.5rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-14{
  width: 3.5rem !important;
}

.w-16{
  width: 4rem !important;
}

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

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-28{
  width: 7rem !important;
}

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

.w-32{
  width: 8rem !important;
}

.w-4{
  width: 1rem !important;
}

.w-4\/5{
  width: 80% !important;
}

.w-48{
  width: 12rem !important;
}

.w-5{
  width: 1.25rem !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-7{
  width: 1.75rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-9{
  width: 2.25rem !important;
}

.w-\[240px\]{
  width: 240px !important;
}

.w-\[302px\]{
  width: 302px !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.min-w-\[370px\]{
  min-width: 370px !important;
}

.min-w-full{
  min-width: 100% !important;
}

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

.max-w-\[120px\]{
  max-width: 120px !important;
}

.max-w-\[200px\]{
  max-width: 200px !important;
}

.max-w-\[302px\]{
  max-width: 302px !important;
}

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

.max-w-none{
  max-width: none !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

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

.flex-shrink{
  flex-shrink: 1 !important;
}

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

.shrink{
  flex-shrink: 1 !important;
}

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

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

.flex-grow-0{
  flex-grow: 0 !important;
}

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

.grow-0{
  flex-grow: 0 !important;
}

.-translate-x-0{
  --tw-translate-x: -0px !important;
  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)) !important;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem !important;
  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)) !important;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem !important;
  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)) !important;
}

.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  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)) !important;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem !important;
  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)) !important;
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
  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)) !important;
}

.-translate-y-0{
  --tw-translate-y: -0px !important;
  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)) !important;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem !important;
  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)) !important;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem !important;
  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)) !important;
}

.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  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)) !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
  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)) !important;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem !important;
  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)) !important;
}

.-translate-y-8{
  --tw-translate-y: -2rem !important;
  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)) !important;
}

.-translate-y-80{
  --tw-translate-y: -20rem !important;
  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)) !important;
}

.-translate-y-full{
  --tw-translate-y: -100% !important;
  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)) !important;
}

.translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}

.translate-x-4{
  --tw-translate-x: 1rem !important;
  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)) !important;
}

.translate-x-full{
  --tw-translate-x: 100% !important;
  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)) !important;
}

.translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem !important;
  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)) !important;
}

.translate-y-1{
  --tw-translate-y: 0.25rem !important;
  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)) !important;
}

.translate-y-10{
  --tw-translate-y: 2.5rem !important;
  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)) !important;
}

.translate-y-16{
  --tw-translate-y: 4rem !important;
  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)) !important;
}

.translate-y-3{
  --tw-translate-y: 0.75rem !important;
  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)) !important;
}

.translate-y-4{
  --tw-translate-y: 1rem !important;
  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)) !important;
}

.translate-y-8{
  --tw-translate-y: 2rem !important;
  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)) !important;
}

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

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

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

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

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

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

.cursor-col-resize{
  cursor: col-resize !important;
}

.cursor-default{
  cursor: default !important;
}

.cursor-grab{
  cursor: grab !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.resize{
  resize: both !important;
}

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

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

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

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

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

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

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

.flex-wrap{
  flex-wrap: wrap !important;
}

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

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

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

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

.justify-start{
  justify-content: flex-start !important;
}

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

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

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

.gap-2{
  gap: 0.5rem !important;
}

.gap-3{
  gap: 0.75rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.gap-6{
  gap: 1.5rem !important;
}

.gap-8{
  gap: 2rem !important;
}

.gap-x-0{
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-12{
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3{
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.self-start{
  align-self: flex-start !important;
}

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

.overflow-hidden{
  overflow: hidden !important;
}

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

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

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.border{
  border-width: 1px !important;
}

.border-0{
  border-width: 0px !important;
}

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

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

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

.border-dark-blue\/20{
  border-color: rgb(46 36 122 / 0.2) !important;
}

.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

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

.border-green-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}

.border-rdvp{
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 142 192 / var(--tw-border-opacity)) !important;
}

.border-rdvp\/20{
  border-color: rgb(116 142 192 / 0.2) !important;
}

.border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}

.border-saumon{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 187 169 / var(--tw-border-opacity)) !important;
}

.border-transparent{
  border-color: transparent !important;
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3) !important;
}

.bg-\[\#748EC0\]\/25{
  background-color: rgb(116 142 192 / 0.25) !important;
}

.bg-\[\#F6F7F8\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FDEEE9\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 238 233 / var(--tw-bg-opacity)) !important;
}

.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}

.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}

.bg-dark-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 36 122 / var(--tw-bg-opacity)) !important;
}

.bg-dark-blue\/10{
  background-color: rgb(46 36 122 / 0.1) !important;
}

.bg-dark-blue\/20{
  background-color: rgb(46 36 122 / 0.2) !important;
}

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

.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.bg-ocre{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 113 93 / var(--tw-bg-opacity)) !important;
}

.bg-ocre\/20{
  background-color: rgb(183 113 93 / 0.2) !important;
}

.bg-rdvp{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 142 192 / var(--tw-bg-opacity)) !important;
}

.bg-rdvp-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 130 185 / var(--tw-bg-opacity)) !important;
}

.bg-rdvp\/10{
  background-color: rgb(116 142 192 / 0.1) !important;
}

.bg-rdvp\/20{
  background-color: rgb(116 142 192 / 0.2) !important;
}

.bg-rdvp\/30{
  background-color: rgb(116 142 192 / 0.3) !important;
}

.bg-rdvp\/5{
  background-color: rgb(116 142 192 / 0.05) !important;
}

.bg-rdvp\/50{
  background-color: rgb(116 142 192 / 0.5) !important;
}

.bg-saumon{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 187 169 / var(--tw-bg-opacity)) !important;
}

.bg-saumon\/20{
  background-color: rgb(246 187 169 / 0.2) !important;
}

.bg-saumon\/30{
  background-color: rgb(246 187 169 / 0.3) !important;
}

.bg-saumon\/40{
  background-color: rgb(246 187 169 / 0.4) !important;
}

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

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

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-none{
  background-image: none !important;
}

.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/25{
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/30{
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-rdvp-dark{
  --tw-gradient-from: #6482B9 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 130 185 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-gray-50{
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-rdvp-dark{
  --tw-gradient-to: rgb(100 130 185 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #6482B9 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

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

.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.fill-dark-blue{
  fill: #2E247A !important;
}

.fill-ocre{
  fill: #B7715D !important;
}

.fill-rdvp{
  fill: #748EC0 !important;
}

.fill-rdvp-dark{
  fill: #6482B9 !important;
}

.fill-saumon{
  fill: #F6BBA9 !important;
}

.fill-white{
  fill: #fff !important;
}

.stroke-rdvp-dark{
  stroke: #6482B9 !important;
}

.stroke-white{
  stroke: #fff !important;
}

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

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

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-1\.5{
  padding: 0.375rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-8{
  padding: 2rem !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

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

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

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

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

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

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

.pb-48{
  padding-bottom: 12rem !important;
}

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

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

.pb-80{
  padding-bottom: 20rem !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-0\.5{
  padding-left: 0.125rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

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

.pl-8{
  padding-left: 2rem !important;
}

.pl-\[18px\]{
  padding-left: 18px !important;
}

.pr-0{
  padding-right: 0px !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

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

.pt-12{
  padding-top: 3rem !important;
}

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

.pt-20{
  padding-top: 5rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

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

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

.pt-8{
  padding-top: 2rem !important;
}

.pt-\[112px\]{
  padding-top: 112px !important;
}

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

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

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-sans{
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: Asul, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

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

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

.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-\[0\.9375rem\]{
  font-size: 0.9375rem !important;
}

.text-\[10px\]{
  font-size: 10px !important;
}

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

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

.text-base\/5{
  font-size: 1rem !important;
  line-height: 1.25rem !important;
}

.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

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

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

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

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

.font-normal{
  font-weight: 400 !important;
}

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

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.italic{
  font-style: italic !important;
}

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

.leading-6{
  line-height: 1.5rem !important;
}

.leading-\[1\.375rem\]{
  line-height: 1.375rem !important;
}

.leading-none{
  line-height: 1 !important;
}

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

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

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

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.text-\[\#FDEEE9\]{
  --tw-text-opacity: 1 !important;
  color: rgb(253 238 233 / var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-dark-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(46 36 122 / var(--tw-text-opacity)) !important;
}

.text-dark-blue\/50{
  color: rgb(46 36 122 / 0.5) !important;
}

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

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

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

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

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

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.text-ocre{
  --tw-text-opacity: 1 !important;
  color: rgb(183 113 93 / var(--tw-text-opacity)) !important;
}

.text-rdvp{
  --tw-text-opacity: 1 !important;
  color: rgb(116 142 192 / var(--tw-text-opacity)) !important;
}

.text-rdvp-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(100 130 185 / var(--tw-text-opacity)) !important;
}

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

.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-saumon{
  --tw-text-opacity: 1 !important;
  color: rgb(246 187 169 / var(--tw-text-opacity)) !important;
}

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

.text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}

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

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

.opacity-0{
  opacity: 0 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-60{
  opacity: 0.6 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-90{
  opacity: 0.9 !important;
}

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

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

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

.ring-inset{
  --tw-ring-inset: inset !important;
}

.ring-rdvp\/50{
  --tw-ring-color: rgb(116 142 192 / 0.5) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
  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) !important;
}

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

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

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

.duration-200{
  transition-duration: 200ms !important;
}

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

.duration-500{
  transition-duration: 500ms !important;
}

.duration-700{
  transition-duration: 700ms !important;
}

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

.\@container{
  container-type: inline-size !important;
}

.\[container-type\:inline-size\]{
  container-type: inline-size;
}

/* Variables globales */

:root {
  --nav-height: 88px;
  --wp-admin-bar-height: 0px;
}

/* Admin bar active */

body.admin-bar {
  --wp-admin-bar-height: 46px;
}

@media (min-width: 783px) {
  body.admin-bar {
    --wp-admin-bar-height: 32px;
  }
}

/* Navigation responsive */

@media (min-width: 720px) {
  :root {
    --nav-height: 96px;
  }
}

@media (min-width: 880px) {
  :root {
    --nav-height: 112px;
  }
}

/* Définition de la variable conditionnelle directement sur body */

body {
  --total-offset: calc(var(--wp-admin-bar-height) + var(--nav-height));
}

#wpadminbar {
  position: fixed;
}

[x-cloak] {
  display: none !important;
}

.scroll-area-viewport {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.scroll-area-viewport::-webkit-scrollbar {
  display: none;
}

/* Google Translate */

.google-translate-desktop-placeholder {
  margin-right: calc(-1 * var(--pmi-dsm-layout-sm));
}

@media (max-width: 1023.9px) {
  .google-translate-desktop-placeholder {
    display: none;
  }
}

@media (min-width: 1024px) {
  .google-translate-mobile-placeholder {
    display: none;
  }
}

@media (max-width: 1023.9px) {
  .active-search .google-translate-mobile-placeholder {
    display: none;
  }
}

.google-translate-element {
  margin-right: var(--pmi-dsm-layout-md);
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.pmi-adp-search .google-translate-element {
  display: none !important;
}

@media (min-width: 1024px) {
  .google-translate-element--show-desktop {
    display: flex !important;
  }

  .pmi-adp-search + .google-translate-element--show-desktop {
    margin-left: calc(-1 * var(--pmi-dsm-layout-xs));
  }
}

@media (max-width: 1023.9px) {
  .google-translate-element {
    min-height: calc(var(--pmi-dsm-size-2xl) + 2 * var(--pmi-dsm-border-width-xs));
    width: 100%;
    background-color: var(--pmi-dsm-color-gray-100);
    padding-top: var(--pmi-dsm-space-sm);
    padding-right: var(--pmi-dsm-space-md);
    padding-bottom: var(--pmi-dsm-space-sm);
    padding-left: var(--pmi-dsm-space-md);
  }

  .google-translate-element--show-mobile {
    display: flex;
  }

  .google-translate-element .goog-te-gadget,
  .google-translate-element .skiptranslate,
  .google-translate-element .goog-te-gadget-simple {
    width: 100% !important;
  }
}

.goog-te-gadget-simple {
  display: inline-block;
  cursor: pointer;
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
}

.goog-te-gadget-icon {
  display: none;
}

.pmi-adp-search .goog-te-gadget-icon {
  display: none !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  border-radius: var(--pmi-dsm-border-radius-md) !important;
  border-width: var(--pmi-dsm-border-width-xs) !important;
  border-style: solid !important;
  border-color: var(--pmi-dsm-color-gray-400) !important;
  background-color: var(--pmi-dsm-color-gray-100) !important;
  padding-top: var(--pmi-dsm-space-xs) !important;
  padding-right: var(--pmi-dsm-space-sm) !important;
  padding-bottom: var(--pmi-dsm-space-xs) !important;
  padding-left: var(--pmi-dsm-space-sm) !important;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: var(--pmi-dsm-button-xs-font-size);
  font-weight: var(--pmi-dsm-font-weight-normal);
  line-height: var(--pmi-dsm-font-line-height-1-5);
}

.goog-te-gadget .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: var(--google-translate-text);
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:focus-visible {
  text-decoration-line: none;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: var(--pmi-dsm-focus-white-glow), var(--pmi-dsm-focus-black-outline) !important;
}

@media (max-width: 1023.9px) {
  .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    margin: 0px;
    justify-content: space-between;
    gap: var(--pmi-dsm-layout-xs);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: var(--pmi-dsm-font-size-md);
    font-weight: var(--pmi-dsm-font-weight-normal);
    line-height: var(--pmi-dsm-font-line-height-4);
  }
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed > img {
  display: none;
}

.pmi-adp-search .VIpgJd-ZVi9od-xl07Ob-lTBxed > img {
  display: none !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:hover {
  text-decoration-line: none;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed > span:last-child {
  color: var(--google-translate-arrow);
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed > span:first-child + img + span {
  display: none;
}

.pmi-adp-search .VIpgJd-ZVi9od-xl07Ob-lTBxed > span:first-child + img + span {
  display: none !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed > span:last-child {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: var(--pmi-dsm-color-gray-600);
  color: transparent !important;
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("../img/icon-carrot.svg");
  mask-image: url("../img/icon-carrot.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.skiptranslate iframe.skiptranslate {
  display: none;
}

.pmi-adp-search .skiptranslate iframe.skiptranslate {
  display: none !important;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-logo-link,
.goog-te-gadget-icon {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

body {
  top: 0 !important;
  margin-top: 0 !important;
}

/* Google Translate End */

.embla__slide.past{
  pointer-events: none;
  --tw-translate-x: -3rem;
  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));
  opacity: 0;
}

ul.pagination li a{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.toastify{
  position: fixed;
  z-index: 50;
  display: flex;
  max-width: calc(50% - 20px);
  cursor: pointer;
  border-radius: 1rem;
  background-color: rgba(54,54,54,0.9);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: 400;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.toastify.on{
  opacity: 1;
}

.toastify.toastify-right{
  right: 1rem;
}

.toastify.toastify-left{
  left: 1rem;
}

.toastify.toastify-avatar{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.125rem;
}

.toastify.toastify-top{
  top: -10rem;
}

.toastify.toastify-bottom{
  bottom: -10rem;
}

@media only screen and (max-width: 360px) {
  .toastify.toastify-right, .toastify.toastify-left{
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.maplibregl-popup.domaine-map-popup .maplibregl-popup-content{
  position: relative;
  z-index: 20;
  overflow: visible;
  border-radius: 0.5rem;
  padding: 0px;
  --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);
}

canvas{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.maplibregl-popup.domaine-map-popup .maplibregl-popup-content button{
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 3px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.maplibregl-popup.domaine-map-popup .maplibregl-popup-content button:active{
  --tw-translate-y: 0.125rem;
  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));
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#searchbox input{
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 233 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 3rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(183 113 93 / var(--tw-text-opacity));
}

#searchbox input::-moz-placeholder{
  color: rgb(183 113 93 / 0.5);
}

#searchbox input::placeholder{
  color: rgb(183 113 93 / 0.5);
}

#searchbox input:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(246 187 169 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 187 169 / var(--tw-ring-opacity));
}

#searchbox input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(246 187 169 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 187 169 / var(--tw-ring-opacity));
}

#searchbox input:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(246 187 169 / var(--tw-border-opacity));
  outline-color: #F6BBA9;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 187 169 / var(--tw-ring-opacity));
}

#searchbox span{
  display: none;
}

#searchbox button{
  display: none;
}

@media (min-width: 880px){
  .md\:container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  @media (min-width: 720px){
    .md\:container{
      max-width: 640px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
  }

  @media (min-width: 880px){
    .md\:container{
      max-width: 768px;
      margin: 0 auto;
      padding: 0 4.75rem;
    }
  }

  @media (min-width: 1120px){
    .md\:container{
      max-width: 1024px;
      margin: 0 auto;
      padding: 0 5rem;
    }
  }

  @media (min-width: 1400px){
    .md\:container{
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 6rem;
    }
  }
}

@media (min-width: 1120px){
  .lg\:container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  @media (min-width: 720px){
    .lg\:container{
      max-width: 640px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
  }

  @media (min-width: 880px){
    .lg\:container{
      max-width: 768px;
      margin: 0 auto;
      padding: 0 4.75rem;
    }
  }

  @media (min-width: 1120px){
    .lg\:container{
      max-width: 1024px;
      margin: 0 auto;
      padding: 0 5rem;
    }
  }

  @media (min-width: 1400px){
    .lg\:container{
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 6rem;
    }
  }
}

.marker\:text-ocre *::marker{
  color: rgb(183 113 93 ) !important;
}

.marker\:text-white *::marker{
  color: rgb(255 255 255 ) !important;
}

.marker\:text-ocre::marker{
  color: rgb(183 113 93 ) !important;
}

.marker\:text-white::marker{
  color: rgb(255 255 255 ) !important;
}

.placeholder\:text-ocre\/50::-moz-placeholder{
  color: rgb(183 113 93 / 0.5) !important;
}

.placeholder\:text-ocre\/50::placeholder{
  color: rgb(183 113 93 / 0.5) !important;
}

.first-of-type\:border-t-0:first-of-type{
  border-top-width: 0px !important;
}

.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px !important;
}

@media (hover: hover) and (pointer: fine){
  .hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
    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)) !important;
  }

  .hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
    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)) !important;
  }

  .hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
    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)) !important;
  }

  .hover\:bg-\[\#FDEEE9\]\/90:hover{
    background-color: rgb(253 238 233 / 0.9) !important;
  }

  .hover\:bg-\[\#FEF8F6\]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 248 246 / var(--tw-bg-opacity)) !important;
  }

  .hover\:bg-dark-blue\/30:hover{
    background-color: rgb(46 36 122 / 0.3) !important;
  }

  .hover\:bg-dark-blue\/5:hover{
    background-color: rgb(46 36 122 / 0.05) !important;
  }

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

  .hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
  }

  .hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
  }

  .hover\:bg-gray-800\/10:hover{
    background-color: rgb(31 41 55 / 0.1) !important;
  }

  .hover\:bg-ocre\/30:hover{
    background-color: rgb(183 113 93 / 0.3) !important;
  }

  .hover\:bg-rdvp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(116 142 192 / var(--tw-bg-opacity)) !important;
  }

  .hover\:bg-rdvp-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(100 130 185 / var(--tw-bg-opacity)) !important;
  }

  .hover\:bg-rdvp\/20:hover{
    background-color: rgb(116 142 192 / 0.2) !important;
  }

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

  .hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }

  .hover\:text-rdvp:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(116 142 192 / var(--tw-text-opacity)) !important;
  }

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

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

  .hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }
}

.focus\:border-rdvp:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 142 192 / var(--tw-border-opacity)) !important;
}

.focus\:border-saumon:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 187 169 / var(--tw-border-opacity)) !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

.focus\:ring-rdvp:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(116 142 192 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-rdvp-dark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(100 130 185 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-saumon:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(246 187 169 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus-visible\:border-saumon:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 187 169 / var(--tw-border-opacity)) !important;
}

.focus-visible\:ring-saumon:focus-visible{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(246 187 169 / var(--tw-ring-opacity)) !important;
}

.active\:cursor-grabbing:active{
  cursor: grabbing !important;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5 !important;
}

@media (hover: hover) and (pointer: fine){
  .group:hover .group-hover\:mr-12{
    margin-right: 3rem !important;
  }

  .group:hover .group-hover\:mr-6{
    margin-right: 1.5rem !important;
  }

  .group:hover .group-hover\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
    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)) !important;
  }

  .group:hover .group-hover\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
    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)) !important;
  }

  .group:hover .group-hover\:translate-y-0{
    --tw-translate-y: 0px !important;
    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)) !important;
  }

  .group:hover .group-hover\:rotate-180{
    --tw-rotate: 180deg !important;
    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)) !important;
  }

  .group:hover .group-hover\:via-black\/10{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .group:hover .group-hover\:opacity-100{
    opacity: 1 !important;
  }
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:mt-8{
  margin-top: 2rem !important;
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-46px-88px\)\]{
  height: calc(100svh - 46px - 88px) !important;
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-46px-89px-68px\)\]{
  height: calc(100svh - 46px - 89px - 68px) !important;
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:min-h-\[calc\(100vh-144px\)\]{
  min-height: calc(100vh - 144px) !important;
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:pt-\[144px\]{
  padding-top: 144px !important;
}

.prose-h2\:mb-6 :is(:where(h2):not(:where([class~="not-prose"] *))){
  margin-bottom: 1.5rem !important;
}

.prose-h2\:mt-12 :is(:where(h2):not(:where([class~="not-prose"] *))){
  margin-top: 3rem !important;
}

.prose-h2\:font-serif :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-family: Asul, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.prose-h2\:text-4xl :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.prose-h2\:font-semibold :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-weight: 600 !important;
}

.prose-h2\:tracking-tight :is(:where(h2):not(:where([class~="not-prose"] *))){
  letter-spacing: -0.025em !important;
}

.prose-h2\:text-ocre :is(:where(h2):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(183 113 93 / var(--tw-text-opacity)) !important;
}

.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.prose-h3\:font-semibold :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-weight: 600 !important;
}

.prose-h3\:text-dark-blue :is(:where(h3):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(46 36 122 / var(--tw-text-opacity)) !important;
}

.prose-h4\:font-semibold :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-weight: 600 !important;
}

.prose-h4\:text-ocre :is(:where(h4):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(183 113 93 / var(--tw-text-opacity)) !important;
}

.prose-a\:text-dark-blue :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(46 36 122 / var(--tw-text-opacity)) !important;
}

.prose-a\:text-ocre :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(183 113 93 / var(--tw-text-opacity)) !important;
}

.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline !important;
}

@media (hover: hover) and (pointer: fine){
  .hover\:prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"] *))):hover{
    text-decoration-line: none !important;
  }
}

.prose-strong\:font-semibold :is(:where(strong):not(:where([class~="not-prose"] *))){
  font-weight: 600 !important;
}

.prose-strong\:text-ocre :is(:where(strong):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(183 113 93 / var(--tw-text-opacity)) !important;
}

.prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose-ol\:list-decimal :is(:where(ol):not(:where([class~="not-prose"] *))){
  list-style-type: decimal !important;
}

.prose-ul\:list-outside :is(:where(ul):not(:where([class~="not-prose"] *))){
  list-style-position: outside !important;
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"] *))){
  list-style-type: disc !important;
}

.prose-hr\:-mx-24 :is(:where(hr):not(:where([class~="not-prose"] *))){
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.prose-hr\:border-ocre\/30 :is(:where(hr):not(:where([class~="not-prose"] *))){
  border-color: rgb(183 113 93 / 0.3) !important;
}

@container (min-width: 24rem){
  .\@sm\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

@media not all and (min-width: 720px){
  .max-sm\:absolute{
    position: absolute !important;
  }

  .max-sm\:z-30{
    z-index: 30 !important;
  }

  .max-sm\:hidden{
    display: none !important;
  }

  .max-sm\:w-full{
    width: 100% !important;
  }
}

@media (min-width: 720px){
  .sm\:relative{
    position: relative !important;
  }

  .sm\:left-44{
    left: 11rem !important;
  }

  .sm\:top-56{
    top: 14rem !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:grid{
    display: grid !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:h-24{
    height: 6rem !important;
  }

  .sm\:h-\[calc\(100svh-96px\)\]{
    height: calc(100svh - 96px) !important;
  }

  .sm\:h-\[calc\(100svh-97px-68px\)\]{
    height: calc(100svh - 97px - 68px) !important;
  }

  .sm\:w-\[405px\]{
    width: 405px !important;
  }

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

  .sm\:max-w-\[calc\(100vw-50px\)\]{
    max-width: calc(100vw - 50px) !important;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px !important;
    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)) !important;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem !important;
    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)) !important;
  }

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

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

  .sm\:justify-end{
    justify-content: flex-end !important;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:p-6{
    padding: 1.5rem !important;
  }

  .sm\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:pl-0{
    padding-left: 0px !important;
  }

  .sm\:pr-0{
    padding-right: 0px !important;
  }

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

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

  .sm\:leading-6{
    line-height: 1.5rem !important;
  }

  @media (hover: hover) and (pointer: fine){
    .sm\:hover\:translate-y-\[72px\]:hover{
      --tw-translate-y: 72px !important;
      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)) !important;
    }
  }

  .group\/body.admin-bar .sm\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-32px-96px\)\]{
    height: calc(100svh - 32px - 96px) !important;
  }

  .group\/body.admin-bar .sm\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-32px-97px-68px\)\]{
    height: calc(100svh - 32px - 97px - 68px) !important;
  }
}

@media (min-width: 880px){
  .md\:visible{
    visibility: visible !important;
  }

  .md\:sticky{
    position: sticky !important;
  }

  .md\:-left-20{
    left: -5rem !important;
  }

  .md\:-top-2{
    top: -0.5rem !important;
  }

  .md\:left-60{
    left: 15rem !important;
  }

  .md\:top-56{
    top: 14rem !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

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

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

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

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:line-clamp-3{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:h-12{
    height: 3rem !important;
  }

  .md\:h-16{
    height: 4rem !important;
  }

  .md\:h-28{
    height: 7rem !important;
  }

  .md\:h-5{
    height: 1.25rem !important;
  }

  .md\:h-\[30rem\]{
    height: 30rem !important;
  }

  .md\:h-\[340px\]{
    height: 340px !important;
  }

  .md\:h-\[calc\(100svh-112px\)\]{
    height: calc(100svh - 112px) !important;
  }

  .md\:h-\[calc\(100svh-113px-68px\)\]{
    height: calc(100svh - 113px - 68px) !important;
  }

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

  .md\:w-12{
    width: 3rem !important;
  }

  .md\:w-16{
    width: 4rem !important;
  }

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

  .md\:w-5{
    width: 1.25rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-\[240px\]{
    max-width: 240px !important;
  }

  .md\:flex-grow{
    flex-grow: 1 !important;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px !important;
    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)) !important;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem !important;
    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)) !important;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem !important;
    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)) !important;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
    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)) !important;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem !important;
    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)) !important;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem !important;
    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)) !important;
  }

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

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

  .md\:flex-col{
    flex-direction: column !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:items-end{
    align-items: flex-end !important;
  }

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

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

  .md\:justify-end{
    justify-content: flex-end !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

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

  .md\:gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:self-start{
    align-self: flex-start !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .md\:pl-0{
    padding-left: 0px !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pr-0{
    padding-right: 0px !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

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

  .md\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

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

  .md\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-\[2\.5rem\]{
    font-size: 2.5rem !important;
  }

  .md\:text-\[56px\]{
    font-size: 56px !important;
  }

  @media (hover: hover) and (pointer: fine){
    .group:hover .md\:group-hover\:-translate-y-3{
      --tw-translate-y: -0.75rem !important;
      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)) !important;
    }

    .group:hover .md\:group-hover\:-translate-y-4{
      --tw-translate-y: -1rem !important;
      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)) !important;
    }

    .group:hover .md\:group-hover\:-translate-y-5{
      --tw-translate-y: -1.25rem !important;
      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)) !important;
    }
  }

  .group\/body.admin-bar .md\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-32px-112px\)\]{
    height: calc(100svh - 32px - 112px) !important;
  }

  .group\/body.admin-bar .md\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-32px-113px-68px\)\]{
    height: calc(100svh - 32px - 113px - 68px) !important;
  }
}

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

  .lg\:sticky{
    position: sticky !important;
  }

  .lg\:left-80{
    left: 20rem !important;
  }

  .lg\:right-20{
    right: 5rem !important;
  }

  .lg\:top-40{
    top: 10rem !important;
  }

  .lg\:top-8{
    top: 2rem !important;
  }

  .lg\:order-1{
    order: 1 !important;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-\[144px\]{
    margin-bottom: -144px !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:mt-0{
    margin-top: 0px !important;
  }

  .lg\:line-clamp-2{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:flex{
    display: flex !important;
  }

  .lg\:grid{
    display: grid !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:h-\[36rem\]{
    height: 36rem !important;
  }

  .lg\:h-\[400px\]{
    height: 400px !important;
  }

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

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

  .lg\:max-w-\[325\.33px\]{
    max-width: 325.33px !important;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: -0px !important;
    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)) !important;
  }

  .lg\:-translate-y-\[144px\]{
    --tw-translate-y: -144px !important;
    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)) !important;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px !important;
    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)) !important;
  }

  .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
    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)) !important;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem !important;
    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)) !important;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
    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)) !important;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem !important;
    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)) !important;
  }

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

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

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

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

  .lg\:items-start{
    align-items: flex-start !important;
  }

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

  .lg\:justify-end{
    justify-content: flex-end !important;
  }

  .lg\:gap-y-0{
    row-gap: 0px !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:self-start{
    align-self: flex-start !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-4{
    padding: 1rem !important;
  }

  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pl-0{
    padding-left: 0px !important;
  }

  .lg\:pr-0{
    padding-right: 0px !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

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

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1400px){
  .xl\:left-\[400px\]{
    left: 400px !important;
  }

  .xl\:right-80{
    right: 20rem !important;
  }

  .xl\:top-40{
    top: 10rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:h-\[40rem\]{
    height: 40rem !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:max-w-\[302px\]{
    max-width: 302px !important;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
    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)) !important;
  }

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

  .xl\:p-8{
    padding: 2rem !important;
  }

  .xl\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1600px){
  .\32xl\:block{
    display: block !important;
  }

  .\32xl\:hidden{
    display: none !important;
  }

  .\32xl\:max-w-\[1279px\]{
    max-width: 1279px !important;
  }
}

@media (min-width: 1920px){
  .\33xl\:block{
    display: block !important;
  }

  .\33xl\:hidden{
    display: none !important;
  }
}

@media(width<=782px){
  .group\/body.admin-bar .\[\@media\(width\<\=782px\)\]\:group-\[\.admin-bar\]\/body\:top-\[46px\]{
    top: 46px !important;
  }

  .group\/body.admin-bar .\[\@media\(width\<\=782px\)\]\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-112px-46px\)\]{
    height: calc(100svh - 112px - 46px) !important;
  }
}

@media(width>=783px){
  .group\/body.admin-bar .\[\@media\(width\>\=783px\)\]\:group-\[\.admin-bar\]\/body\:top-8{
    top: 2rem !important;
  }

  .group\/body.admin-bar .\[\@media\(width\>\=783px\)\]\:group-\[\.admin-bar\]\/body\:h-\[calc\(100svh-112px-32px\)\]{
    height: calc(100svh - 112px - 32px) !important;
  }
}
/*# sourceMappingURL=tailwind.css.map */