/*
Theme Name: Pinord
Text Domain: Pinord
Version: 1.0
Description: Custom Theme for Pinord
Author: Jordi Colomé Corchs
Author URI: https://www.jordicolome.com
*/

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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-\[47\%\] {
  bottom: 47%;
}

.left-0 {
  left: 0px;
}

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

.left-\[29\%\] {
  left: 29%;
}

.left-\[32\%\] {
  left: 32%;
}

.left-\[33\.5\%\] {
  left: 33.5%;
}

.left-\[37\.5\%\] {
  left: 37.5%;
}

.left-\[43\%\] {
  left: 43%;
}

.left-\[47\%\] {
  left: 47%;
}

.left-\[50\.5\%\] {
  left: 50.5%;
}

.left-\[52\%\] {
  left: 52%;
}

.left-\[55\.5\%\] {
  left: 55.5%;
}

.left-\[6vw\] {
  left: 6vw;
}

.left-\[70\%\] {
  left: 70%;
}

.left-\[82\.5\%\] {
  left: 82.5%;
}

.left-\[85\%\] {
  left: 85%;
}

.right-2 {
  right: 0.5rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[20\%\] {
  right: 20%;
}

.top-0 {
  top: 0px;
}

.top-1\.5 {
  top: 0.375rem;
}

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

.top-16 {
  top: 4rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-\[12\%\] {
  top: 12%;
}

.top-\[29\%\] {
  top: 29%;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[53\%\] {
  top: 53%;
}

.top-\[55\%\] {
  top: 55%;
}

.top-\[63\%\] {
  top: 63%;
}

.top-\[63\.5\%\] {
  top: 63.5%;
}

.top-\[66\%\] {
  top: 66%;
}

.top-\[73\.5\%\] {
  top: 73.5%;
}

.top-\[77\%\] {
  top: 77%;
}

.top-\[83\%\] {
  top: 83%;
}

.top-\[88\%\] {
  top: 88%;
}

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

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

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

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

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

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[200px\] {
  margin-top: 200px;
  margin-bottom: 200px;
}

.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}

.-ml-\[225px\] {
  margin-left: -225px;
}

.-ml-\[392px\] {
  margin-left: -392px;
}

.-ml-\[93px\] {
  margin-left: -93px;
}

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

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

.-mt-\[3\.34vh\] {
  margin-top: -3.34vh;
}

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

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

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

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[100px\] {
  margin-left: 100px;
}

.ml-\[104px\] {
  margin-left: 104px;
}

.ml-\[108px\] {
  margin-left: 108px;
}

.ml-\[112px\] {
  margin-left: 112px;
}

.ml-\[12\.82vw\] {
  margin-left: 12.82vw;
}

.ml-\[128px\] {
  margin-left: 128px;
}

.ml-\[136px\] {
  margin-left: 136px;
}

.ml-\[150px\] {
  margin-left: 150px;
}

.ml-\[356px\] {
  margin-left: 356px;
}

.ml-\[4\.16vw\] {
  margin-left: 4.16vw;
}

.ml-\[4\.19vw\] {
  margin-left: 4.19vw;
}

.ml-\[56px\] {
  margin-left: 56px;
}

.ml-\[5vw\] {
  margin-left: 5vw;
}

.ml-\[6\.6vw\] {
  margin-left: 6.6vw;
}

.ml-\[6\.94vw\] {
  margin-left: 6.94vw;
}

.ml-\[6vw\] {
  margin-left: 6vw;
}

.ml-\[72px\] {
  margin-left: 72px;
}

.ml-\[88px\] {
  margin-left: 88px;
}

.ml-\[96px\] {
  margin-left: 96px;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-24 {
  margin-right: 6rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

.mr-\[104px\] {
  margin-right: 104px;
}

.mr-\[112px\] {
  margin-right: 112px;
}

.mr-\[12\.82vw\] {
  margin-right: 12.82vw;
}

.mr-\[132px\] {
  margin-right: 132px;
}

.mr-\[144px\] {
  margin-right: 144px;
}

.mr-\[176px\] {
  margin-right: 176px;
}

.mr-\[5\.45vw\] {
  margin-right: 5.45vw;
}

.mr-\[520px\] {
  margin-right: 520px;
}

.mr-\[56px\] {
  margin-right: 56px;
}

.mr-\[5vw\] {
  margin-right: 5vw;
}

.mr-\[72px\] {
  margin-right: 72px;
}

.mr-\[9\.72vw\] {
  margin-right: 9.72vw;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[1\.43vh\] {
  margin-top: 1.43vh;
}

.mt-\[10\.51svh\] {
  margin-top: 10.51svh;
}

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

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

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

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

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

.mt-\[12\.9svh\] {
  margin-top: 12.9svh;
}

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

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

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

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

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

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

.mt-\[13svh\] {
  margin-top: 13svh;
}

.mt-\[14\.57vh\] {
  margin-top: 14.57vh;
}

.mt-\[14\.81vh\] {
  margin-top: 14.81vh;
}

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

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

.mt-\[17\.2vh\] {
  margin-top: 17.2vh;
}

.mt-\[17\.92vh\] {
  margin-top: 17.92vh;
}

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

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

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

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

.mt-\[42svh\] {
  margin-top: 42svh;
}

.mt-\[5\.25svh\] {
  margin-top: 5.25svh;
}

.mt-\[6\.69vh\] {
  margin-top: 6.69vh;
}

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

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

.mt-\[7\.61svh\] {
  margin-top: 7.61svh;
}

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

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

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

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

.mt-\[9\.55vh\] {
  margin-top: 9.55vh;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-4 {
  height: 1rem;
}

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

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

.h-\[111\.36vw\] {
  height: 111.36vw;
}

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

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

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

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

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

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

.h-\[123\.86vw\] {
  height: 123.86vw;
}

.h-\[13\.85vh\] {
  height: 13.85vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[30vw\] {
  height: 30vw;
}

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

.h-\[32\.25vw\] {
  height: 32.25vw;
}

.h-\[32\.5vw\] {
  height: 32.5vw;
}

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

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

.h-\[35\.84vh\] {
  height: 35.84vh;
}

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

.h-\[36\.08vh\] {
  height: 36.08vh;
}

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

.h-\[37\.08vw\] {
  height: 37.08vw;
}

.h-\[37\.27vh\] {
  height: 37.27vh;
}

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

.h-\[38\.68vw\] {
  height: 38.68vw;
}

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

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

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

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

.h-\[42\.22vw\] {
  height: 42.22vw;
}

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

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

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

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

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

.h-\[47\.91vw\] {
  height: 47.91vw;
}

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

.h-\[50\.69vw\] {
  height: 50.69vw;
}

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

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

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

.h-\[52\.56svh\] {
  height: 52.56svh;
}

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

.h-\[54\.11vh\] {
  height: 54.11vh;
}

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

.h-\[56\.25vw\] {
  height: 56.25vw;
}

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

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

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

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

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

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

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

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

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

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

.h-\[72\.73vh\] {
  height: 72.73vh;
}

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

.h-\[78\.13vh\] {
  height: 78.13vh;
}

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

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

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

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

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

.h-\[89\.6vh\] {
  height: 89.6vh;
}

.h-\[97\.72vw\] {
  height: 97.72vw;
}

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

.h-\[calc\(100\%_-_86px\)\] {
  height: calc(100% - 86px);
}

.h-\[calc\(100svh_-_86px\)\] {
  height: calc(100svh - 86px);
}

.h-\[calc\(100vh_-_86px\)\] {
  height: calc(100vh - 86px);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-\[88vh\] {
  max-height: 88vh;
}

.min-h-\[calc\(100svh_-_111px_-_190px\)\] {
  min-height: calc(100svh - 111px - 190px);
}

.min-h-svh {
  min-height: 100svh;
}

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

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

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[101\.55vh\] {
  width: 101.55vh;
}

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

.w-\[114\.69vh\] {
  width: 114.69vh;
}

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

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

.w-\[18\.33vw\] {
  width: 18.33vw;
}

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

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

.w-\[19\.44vw\] {
  width: 19.44vw;
}

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

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

.w-\[22\.29vw\] {
  width: 22.29vw;
}

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

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

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

.w-\[26\.94vw\] {
  width: 26.94vw;
}

.w-\[27\.36vw\] {
  width: 27.36vw;
}

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

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

.w-\[29\.72vw\] {
  width: 29.72vw;
}

.w-\[30\.13vw\] {
  width: 30.13vw;
}

.w-\[30\.27vw\] {
  width: 30.27vw;
}

.w-\[30\.69vw\] {
  width: 30.69vw;
}

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

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

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

.w-\[30vw\] {
  width: 30vw;
}

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

.w-\[32\.77vw\] {
  width: 32.77vw;
}

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

.w-\[35\.84vh\] {
  width: 35.84vh;
}

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

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

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

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

.w-\[36\.08vh\] {
  width: 36.08vh;
}

.w-\[36\.2vh\] {
  width: 36.2vh;
}

.w-\[36\.8vw\] {
  width: 36.8vw;
}

.w-\[38\.19vw\] {
  width: 38.19vw;
}

.w-\[38\.88vw\] {
  width: 38.88vw;
}

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

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

.w-\[40\.97vw\] {
  width: 40.97vw;
}

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

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

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

.w-\[41\.04vw\] {
  width: 41.04vw;
}

.w-\[41\.11vw\] {
  width: 41.11vw;
}

.w-\[41\.18vw\] {
  width: 41.18vw;
}

.w-\[41\.25vw\] {
  width: 41.25vw;
}

.w-\[41\.80vw\] {
  width: 41.80vw;
}

.w-\[41\.94vw\] {
  width: 41.94vw;
}

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

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

.w-\[42\.5vw\] {
  width: 42.5vw;
}

.w-\[42\.91vw\] {
  width: 42.91vw;
}

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

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

.w-\[42vw\] {
  width: 42vw;
}

.w-\[45\.13vw\] {
  width: 45.13vw;
}

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

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

.w-\[46\.42vw\] {
  width: 46.42vw;
}

.w-\[46\.52vw\] {
  width: 46.52vw;
}

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

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

.w-\[48\.88vw\] {
  width: 48.88vw;
}

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

.w-\[50\.06vw\] {
  width: 50.06vw;
}

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

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

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

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

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

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

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

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

.w-\[54\.54vw\] {
  width: 54.54vw;
}

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

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

.w-\[55\.83vw\] {
  width: 55.83vw;
}

.w-\[56vw\] {
  width: 56vw;
}

.w-\[57\.98vw\] {
  width: 57.98vw;
}

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

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

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

.w-\[59\.72vw\] {
  width: 59.72vw;
}

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

.w-\[60vw\] {
  width: 60vw;
}

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

.w-\[62\.12vh\] {
  width: 62.12vh;
}

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

.w-\[64vw\] {
  width: 64vw;
}

.w-\[68\.05vw\] {
  width: 68.05vw;
}

.w-\[69\.72vw\] {
  width: 69.72vw;
}

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

.w-\[7\.22vw\] {
  width: 7.22vw;
}

.w-\[70\.55vw\] {
  width: 70.55vw;
}

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

.w-\[75\.90vw\] {
  width: 75.90vw;
}

.w-\[76\.35vw\] {
  width: 76.35vw;
}

.w-\[77\.5vw\] {
  width: 77.5vw;
}

.w-\[78\.4vw\] {
  width: 78.4vw;
}

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

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

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

.w-\[88vw\] {
  width: 88vw;
}

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

.w-\[90\.90vw\] {
  width: 90.90vw;
}

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

.w-\[96\.05vh\] {
  width: 96.05vh;
}

.w-\[calc\(100\%_-200px\)\] {
  width: calc(100% - 200px);
}

.w-\[calc\(100\%_-_15\.45vw\)\] {
  width: calc(100% - 15.45vw);
}

.w-\[calc\(100\%_-_200px\)\] {
  width: calc(100% - 200px);
}

.w-\[calc\(100\%_-_40px\)\] {
  width: calc(100% - 40px);
}

.w-\[calc\(100\%_-_6\.94vw_-_6\.94vw\)\] {
  width: calc(100% - 6.94vw - 6.94vw);
}

.w-\[calc\(100\%_-_64px\)\] {
  width: calc(100% - 64px);
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-24 {
  min-width: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[88vw\] {
  max-width: 88vw;
}

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[2\.77vw\] {
  gap: 2.77vw;
}

.gap-\[4\.16vw\] {
  gap: 4.16vw;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

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

.border {
  border-width: 1px;
}

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

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

.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}

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

.border-\[\#000000B0\] {
  border-color: #000000B0;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.bg-\[\#0d0c0c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 12 12 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7efdb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 239 219 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f0de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 240 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f4ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fffbf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 244 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

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

.px-\[108px\] {
  padding-left: 108px;
  padding-right: 108px;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-\[1\.38vw\] {
  padding-bottom: 1.38vw;
}

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

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

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

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

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

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

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

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

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[134px\] {
  padding-left: 134px;
}

.pl-\[200px\] {
  padding-left: 200px;
}

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

.pr-16 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-\[110px\] {
  padding-right: 110px;
}

.pr-\[134px\] {
  padding-right: 134px;
}

.pr-\[150px\] {
  padding-right: 150px;
}

.pr-\[180px\] {
  padding-right: 180px;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

.font-\[400\] {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[155px\] {
  line-height: 155px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.text-\[\#fffbf4\] {
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

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

@font-face {
  font-family: 'pp_fragment_regular';

  src: url('assets/fonts/PPFragment-SerifRegular.otf') format('opentype');
}

@font-face {
  font-family: 'pp_fragment_regular_italic';

  src: url('assets/fonts/PPFragment-SerifRegularItalic.otf') format('opentype');
}

@font-face {
  font-family: 'pp_fragment_light';

  src: url('assets/fonts/PPFragment-SerifLight.otf') format('opentype');
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fffbf4;
  color: black;
  -webkit-font-smoothing: antialiased;
}

/* Header */

header {
  padding: 0;
}

header a {
  font-size: 15px;
  line-height: 15px;
  font-family: 'Inter', sans-serif;
}

.lang_option_ {
  font-size: 15px;
  line-height: 15px;
  font-family: 'Inter', sans-serif;
}

.header_mobile_ h2 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 35%;
  font-family: pp_fragment_light, sans-serif;
}

/* Menu */

.menu_ a {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity, 1));
  font-family: pp_fragment_light, sans-serif;
}

@media (max-width: 867px) {
  .menu_a_tight_ {
    line-height: 36px;
  }
}

.menu_ p {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity, 1));
}

@media (max-width: 867px) {
  .menu_ p {
    line-height: 36px;
  }
}

.menu_ p {
  font-family: pp_fragment_light, sans-serif;
}

.menu_categories_ a {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (max-width: 867px) {
  .menu_categories_ a {
    line-height: 40px;
  }
}

.menu_categories_ a {
  font-family: 'Inter', sans-serif;
}

.menu_nav_ {
  overflow: auto;
  scrollbar-width: none;
}

.menu_nav_::-webkit-scrollbar {
  display: none;
}

.menu_lang_ a {
  all: unset;
  margin-right: 4rem;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity, 1));
}

/* Footer */

.footer_ address {
  all: unset;
}

.footer_ small, .footer_ a, .footer_ address {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

@media (max-width: 867px) {
  .footer_ small, .footer_ a, .footer_ address {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
}

.footer_ small, .footer_ a, .footer_ address {
  font-family: 'Inter', sans-serif;
}

.footer_ a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.footer_ h3 {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 42%;
  font-family: pp_fragment_regular, sans-serif;
}

/* Alert */

.adult_alert_ h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.96px;
  font-family: pp_fragment_regular, sans-serif;
}

.adult_alert_ p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

@media (max-width: 867px) {
  .adult_alert_ p {
    font-size: 14px;
    line-height: 20px;
  }
}

.adult_alert_ p {
  font-family: pp_fragment_light, sans-serif;
}

.adult_alert_ a {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

@media (max-width: 867px) {
  .adult_alert_ a {
    font-size: 12px;
  }
}

.adult_alert_ a {
  font-family: 'Inter', sans-serif;
}

/* Cookies */

.cookies_ p {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 867px) {
  .cookies_ p {
    font-size: 14px;
  }
}

.cookies_ p {
  font-family: 'Inter', sans-serif;
}

.cookies_ button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

@media (max-width: 867px) {
  .cookies_ button {
    font-size: 14px;
    line-height: 14px;
  }
}

.cookies_ button {
  font-family: 'Inter', sans-serif;
}

/* Home */

.container_ {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home_video_container_, .alert_video_container_ {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.78vh;
  /* Ensures full width at all times */
  transform: translate(-50%, -50%);
}

.home_video_ iframe, .alert_video_ iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home_section_a_ h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.home_section_a_ p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.home_section_a_ button {
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 9%;
  font-family: 'Inter', sans-serif;
}

.home_section_b_ h2 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 57px;
  letter-spacing: 2%;
}

@media (max-width: 867px) {
  .home_section_b_ h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

.home_section_b_ h2 {
  font-family: pp_fragment_regular, sans-serif;
}

.home_section_b_ h3 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 5%;
  font-family: pp_fragment_regular, sans-serif;
}

.home_section_b_ h4 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2%;
  font-family: pp_fragment_light, sans-serif;
}

.home_section_b_ p {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 2%;
}

@media (max-width: 867px) {
  .home_section_b_ p {
    font-size: 20px;
    line-height: 32px;
  }
}

.home_section_b_ p {
  font-family: pp_fragment_light, sans-serif;
}

.home_section_b_ a {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2%;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-family: 'Inter', sans-serif;
}

.home_section_b_grid_ a {
  all: unset;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1%;
}

@media (max-width: 867px) {
  .home_section_b_grid_ a {
    margin-bottom: 1.25rem;
  }
}

.home_section_b_grid_ a {
  font-family: pp_fragment_light, sans-serif;
}

.home_section_c_ h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 38px;
}

@media (max-width: 867px) {
  .home_section_c_ h2 {
    font-size: 32px;
  }
}

.home_section_c_ h2 {
  font-family: pp_fragment_regular, sans-serif;
}

.home_section_c_ p {
  text-align: center;
  font-family: 'Inter';
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 867px) {
  .home_section_c_ p {
    font-family: pp_fragment_light;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: unset;
  }
}

.home_section_c_ a {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  font-family: 'Inter', sans-serif;
}

.news_post_ h4, .news_post_ a {
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2%;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

@media (max-width: 867px) {
  .news_post_ h4, .news_post_ a {
    font-family: pp_fragment_light;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 3%;
    text-decoration-line: none;
  }

  .news_post_ a {
    font-family: 'Inter';
    text-decoration-line: underline;
  }
}

.news_post_ p {
  white-space: pre-line;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}

@media (max-width: 867px) {
  .news_post_ p {
    font-size: 26px;
    line-height: 34px;
  }
}

.news_post_ p {
  font-family: pp_fragment_light, sans-serif;
}

.home_club_section_ h2 {
  font-size: 35px;
  letter-spacing: 5%;
}

@media (max-width: 867px) {
  .home_club_section_ h2 {
    font-size: 32px;
  }
}

.home_club_section_ h2 {
  font-family: pp_fragment_regular, sans-serif;
}

.home_club_section_ p {
  white-space: pre-line;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}

@media (max-width: 867px) {
  .home_club_section_ p {
    font-size: 18px;
    line-height: 26px;
  }
}

.home_club_section_ p {
  font-family: pp_fragment_light, sans-serif;
}

.home_club_section_ a {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

@media (max-width: 867px) {
  .home_club_section_ a {
    font-size: 14px;
    line-height: 16px;
  }
}

.home_club_section_ a {
  font-family: 'Inter', sans-serif;
}

.home_cert_ h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 10%;
  font-family: 'Inter', sans-serif;
}

.biodinamica_container_ {
  position: relative;
  width: 100%;
  height: calc(100vh - 86px);
  overflow: hidden;
}

.biodinamica_video_container_ {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: calc(100vh - 86px);
  min-width: 177.78vh;
  /* Ensures full width at all times */
  transform: translate(-50%, -50%);
}

.biodinamica_video_ iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.biodinamica_a_a_ h2 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 867px) {
  .biodinamica_a_a_ h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

.biodinamica_a_a_ h2 {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_a_a_ p {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width: 867px) {
  .biodinamica_a_a_ p {
    font-size: 20px;
    line-height: 30px;
  }
}

.biodinamica_a_a_ p {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_a_b_a_ p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: pp_fragment_regular, sans-serif;
}

.biodinamica_a_b_b_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: 'Inter', sans-serif;
}

.biodinamica_a_c_a_ {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 1%;
  font-family: pp_fragment_regular_italic, sans-serif;
}

.biodinamica_a_c_b_ {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: 'Inter', sans-serif;
}

.biodinamica_b_ h3, .biodinamica_c_ h3 {
  white-space: pre-line;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_b_ h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: pp_fragment_regular, sans-serif;
}

.biodinamica_b_a_, .biodinamica_c_a_b_ {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_b_b_ {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.biodinamica_b_quote_ {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: pp_fragment_regular_italic, sans-serif;
}

.biodinamica_b_quote_name_ {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: 'Inter', sans-serif;
}

.biodinamica_c_item_ h4 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 25px;
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_c_item_ h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

@media (max-width: 867px) {
  .biodinamica_c_item_ h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

.biodinamica_c_item_ h5 {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_c_item_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  font-family: 'Inter', sans-serif;
}

.biodinamica_c_item_ p b {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: 'Inter', sans-serif;
}

.biodinamica_d_ h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1%;
}

@media (max-width: 867px) {
  .biodinamica_d_ h3 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.32px;
  }
}

.biodinamica_d_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_d_ h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 38px;
}

@media (max-width: 867px) {
  .biodinamica_d_ h4 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
}

.biodinamica_d_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_d_ h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: pp_fragment_regular, sans-serif;
}

.biodinamica_d_ h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-family: pp_fragment_regular, sans-serif;
}

.biodinamica_d_p1_ {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width: 867px) {
  .biodinamica_d_p1_ {
    font-size: 20px;
    line-height: 28px;
  }
}

.biodinamica_d_p1_ {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_d_p2_, .biodinamica_e_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.biodinamica_e_ h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1%;
}

@media (max-width: 867px) {
  .biodinamica_e_ h3 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.32px;
  }
}

.biodinamica_e_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_e_h4_a_ {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 867px) {
  .biodinamica_e_h4_a_ {
    font-size: 20px;
    line-height: 30px;
  }
}

.biodinamica_e_h4_a_ {
  font-family: pp_fragment_light, sans-serif;
}

.biodinamica_e_h4_b_ {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: pp_fragment_regular, sans-serif;
}

.biodinamica_e_ h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: pp_fragment_light, sans-serif;
}

/* Historia */

.historia_slider_container_ {
  display: flex;
  height: 100svh;
  min-height: 100svh;
  position: relative;
}

.historia_slider_a_ h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_a_ h3 {
  white-space: pre-line;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 3%;
  font-family: pp_fragment_regular, sans-serif;
}

.historia_slider_a_ h4 {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 10%;
  font-family: 'Inter', sans-serif;
}

.historia_slider_a_ p {
  white-space: pre-line;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 3%;
}

@media (max-height: 700px) {
  .historia_slider_a_ p {
    font-size: 14px;
    line-height: 20px;
  }
}

.historia_slider_a_ p {
  font-family: 'Inter', sans-serif;
}

.historia_slider_a_ b {
  white-space: pre-line;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 3%;
}

@media (max-height: 700px) {
  .historia_slider_a_ b {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_a_ b {
  font-family: 'Inter', sans-serif;
}

.historia_slider_b_ h2 {
  font-family: pp_fragment_light;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 37px;
}

@media (max-width: 867px) {
  .historia_slider_b_ h2 {
    font-family: pp_fragment_regular;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
  }
}

.historia_slider_b_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_b_ h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

.historia_slider_b_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_b_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_b_ p {
    font-size: 14px;
    line-height: 20px;
  }
}

.historia_slider_b_ p {
  font-family: 'Inter', sans-serif;
}

.historia_slider_b_ b {
  white-space: pre-line;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_b_ b {
    font-size: 14px;
    line-height: 20px;
  }
}

.historia_slider_b_ b {
  font-family: 'Inter', sans-serif;
}

.historia_slider_c_ h2 {
  font-family: pp_fragment_light;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
}

@media (max-width: 867px) {
  .historia_slider_c_ h2 {
    font-family: pp_fragment_regular;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
  }
}

@media (max-height: 700px) {
  .historia_slider_c_ h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.historia_slider_c_ h3 {
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
}

@media (max-width: 867px) {
  .historia_slider_c_ h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-height: 700px) {
  .historia_slider_c_ h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.historia_slider_c_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_c_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_c_ h4 {
    font-size: 24px;
    line-height: 100%;
  }
}

.historia_slider_c_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_c_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_c_ p {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_c_ p {
  font-family: 'Inter', sans-serif;
}

.historia_slider_c_ b {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-decoration-line: underline;
}

@media (max-height: 700px) {
  .historia_slider_c_ b {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_c_ b {
  font-family: 'Inter', sans-serif;
}

.historia_slider_d_ h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 74px;
}

@media (max-width: 867px) {
  .historia_slider_d_ h4 {
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_d_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_d_ h2 {
  text-align: center;
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_d_ h2 {
    text-align: center;
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_d_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_d_ p {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_d_ p {
  font-family: 'Inter', sans-serif;
}

.historia_slider_d_ b {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  font-family: 'Inter', sans-serif;
}

.historia_slider_e_ h2, .historia_slider_f_ h2 {
  font-family: pp_fragment_light;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
}

@media (max-width: 867px) {
  .historia_slider_e_ h2, .historia_slider_f_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_e_ h4, .historia_slider_f_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_e_ h4, .historia_slider_f_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_e_ h4, .historia_slider_f_ h4  {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_e_ p, .historia_slider_f_ p, .historia_slider_g_ p, .historia_slider_h_ p, .historia_slider_i_ p,
.historia_slider_j_ p, .historia_slider_k_ p, .historia_slider_l_ p, .historia_slider_m_ p, .historia_slider_n_ p,
.historia_slider_o_ p, .historia_slider_o_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_e_ p, .historia_slider_f_ p, .historia_slider_g_ p, .historia_slider_h_ p, .historia_slider_i_ p,
.historia_slider_j_ p, .historia_slider_k_ p, .historia_slider_l_ p, .historia_slider_m_ p, .historia_slider_n_ p,
.historia_slider_o_ p, .historia_slider_o_ p {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_e_ p, .historia_slider_f_ p, .historia_slider_g_ p, .historia_slider_h_ p, .historia_slider_i_ p,
.historia_slider_j_ p, .historia_slider_k_ p, .historia_slider_l_ p, .historia_slider_m_ p, .historia_slider_n_ p,
.historia_slider_o_ p, .historia_slider_o_ p  {
  font-family: 'Inter', sans-serif;
}

.historia_slider_e_ b, .historia_slider_f_ b, .historia_slider_g_ b, .historia_slider_h_ b, .historia_slider_i_ b,
.historia_slider_j_ b, .historia_slider_k_ b, .historia_slider_l_ b, .historia_slider_m_ b, .historia_slider_n_ b,
.historia_slider_o_ b, .historia_slider_p_ b {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-height: 700px) {
  .historia_slider_e_ b, .historia_slider_f_ b, .historia_slider_g_ b, .historia_slider_h_ b, .historia_slider_i_ b,
.historia_slider_j_ b, .historia_slider_k_ b, .historia_slider_l_ b, .historia_slider_m_ b, .historia_slider_n_ b,
.historia_slider_o_ b, .historia_slider_p_ b {
    font-size: 14px;
    line-height: 22px;
  }
}

.historia_slider_e_ b, .historia_slider_f_ b, .historia_slider_g_ b, .historia_slider_h_ b, .historia_slider_i_ b,
.historia_slider_j_ b, .historia_slider_k_ b, .historia_slider_l_ b, .historia_slider_m_ b, .historia_slider_n_ b,
.historia_slider_o_ b, .historia_slider_p_ b {
  font-family: 'Inter', sans-serif;
}

.historia_slider_g_ h2 {
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_g_ h2 {
    font-family: pp_fragment_regular;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
  }
}

@media (max-height: 700px) {
  .historia_slider_g_ h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

.historia_slider_g_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_g_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_g_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_h_ h2 {
  text-align: center;
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_h_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_h_ h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
}

@media (max-width: 867px) {
  .historia_slider_h_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

@media (max-height: 700px) {
  .historia_slider_h_ h4 {
    font-size: 40px;
    line-height: 40px;
  }
}

.historia_slider_h_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_h_ figcaption {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.historia_slider_i_ h2 {
  font-family: pp_fragment_light;
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
}

@media (max-width: 867px) {
  .historia_slider_i_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_i_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_i_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_i_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_j_ h2 {
  font-family: pp_fragment_light;
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 53px;
}

@media (max-width: 867px) {
  .historia_slider_j_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_j_ h4, .historia_slider_k_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_j_ h4, .historia_slider_k_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_j_ h4, .historia_slider_k_ h4  {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_k_ h2 {
  white-space: pre-line;
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_k_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_l_ h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
}

@media (max-width: 867px) {
  .historia_slider_l_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_l_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_l_ h2 {
  white-space: pre-line;
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_l_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_l_ a, .historia_slider_n_ a {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-family: 'Inter', sans-serif;
}

.historia_slider_m_ h4 {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 53px;
}

@media (max-width: 867px) {
  .historia_slider_m_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_m_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_m_ h2 {
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_m_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_n_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_n_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_n_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_n_ h3 {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 28px;
}

@media (max-width: 867px) {
  .historia_slider_n_ h3 {
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
  }
}

.historia_slider_n_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_n_ h2 {
  font-family: pp_fragment_light;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 867px) {
  .historia_slider_n_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

.historia_slider_n_ blockquote p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px;
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_o_ h4, .historia_slider_p_ h4 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3%;
}

@media (max-width: 867px) {
  .historia_slider_o_ h4, .historia_slider_p_ h4 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
  }
}

.historia_slider_o_ h4, .historia_slider_p_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_o_ h3, .historia_slider_p_ h3 {
  font-size: 27px;
  font-weight: 300;
  line-height: 33px;
}

@media (max-width: 867px) {
  .historia_slider_o_ h3, .historia_slider_p_ h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.historia_slider_o_ h3, .historia_slider_p_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.historia_slider_o_ h2, .historia_slider_p_ h2 {
  font-family: pp_fragment_light;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
}

@media (max-width: 867px) {
  .historia_slider_o_ h2, .historia_slider_p_ h2 {
    font-family: pp_fragment_regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
  }
}

/* Events */

.events_a_ h2 {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 53px;
  letter-spacing: 2%;
}

@media (max-width: 867px) {
  .events_a_ h2 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.52px;
  }
}

.events_a_ h2 {
  font-family: pp_fragment_light, sans-serif;
}

.events_a_ h4 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 43px;
  letter-spacing: 2%;
}

@media (max-width: 867px) {
  .events_a_ h4 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: unset;
  }
}

.events_a_ h4 {
  font-family: pp_fragment_light, sans-serif;
}

.events_a_ p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  font-family: 'Inter', sans-serif;
}

.events_a_ strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  font-family: 'Inter', sans-serif;
}

.events_b_ p {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

@media (max-width: 867px) {
  .events_b_ p {
    text-align: left;
    font-size: 30px;
    line-height: 44px;
  }
}

.events_b_ p {
  font-family: pp_fragment_light, sans-serif;
}

.events_c_ h3 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.events_c_ h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.events_c_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.events_c_ strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.events_c_ button {
  border-radius: 999px;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  font-family: 'Inter', sans-serif;
}

.events_c_ a {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 9%;
  font-family: 'Inter', sans-serif;
}

.events_c_ ul {
  list-style-position: inside;
  list-style-type: disc;
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.events_d_ h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.events_d_ a {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  font-family: 'Inter', sans-serif;
}

.cellers_a_ h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2%;
  line-height: 32px;
  letter-spacing: unset;
}

@media (max-width: 867px) {
  .cellers_a_ h2 {
    font-size: 28px;
  }
}

.cellers_a_ h2 {
  font-family: pp_fragment_light, sans-serif;
}

.cellers_a_ p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2%;
  line-height: 28px;
  letter-spacing: unset;
}

@media (max-width: 867px) {
  .cellers_a_ p {
    font-size: 18px;
  }
}

.cellers_a_ p {
  font-family: pp_fragment_light, sans-serif;
}

.cellers_b_ h3 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 2%;
  font-family: pp_fragment_light, sans-serif;
}

.cellers_b_ p {
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.cellers_b_ a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  text-decoration-line: underline;
  font-family: 'Inter', sans-serif;
}

.cellers_c_a_ p {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.cellers_c_b_ p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.cellers_c_b_ strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.cellers_c_c_ p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.cellers_d_ h4 {
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.cellers_d_ a {
  text-align: center;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 300;
  line-height: 55px;
}

.celler_single_a_ h2 {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.celler_single_a_a_ {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: pp_fragment_light, sans-serif;
}

.celler_single_b_ h3 {
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.celler_single_b_ h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.celler_single_b_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.celler_single_b_ p > strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.celler_single_b_ ul {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.celler_single_b_ li > strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.celler_single_c_ a, .celler_single_c_ p {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 31px;
  font-family: 'Inter', sans-serif;
}

.celler_single_c_ a > strong {
  font-weight: 700;
}

.celler_single_modal_ h2 {
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1%;
  font-family: pp_fragment_light, sans-serif;
}

.celler_single_modal_ h3 {
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: 'Inter', sans-serif;
}

.celler_single_modal_ ul {
  margin-bottom: 2rem;
  list-style-position: inside;
  list-style-type: disc;
}

.celler_single_modal_ li, .celler_single_modal_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: 'Inter', sans-serif;
}

.celler_single_d_ h3 {
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
}

@media (max-width: 867px) {
  .celler_single_d_ h3 {
    font-size: 28px;
    text-transform: none;
  }
}

.celler_single_d_ h3 {
  font-family: pp_fragment_light, sans-serif;
}

.celler_single_d_ h4 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 2%;
  font-family: pp_fragment_light, sans-serif;
}

.celler_single_d_ p {
  font-weight: 300;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.celler_single_d_ a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  text-decoration-line: underline;
  font-family: 'Inter', sans-serif;
}

/* Enologia */

.enologia_a_ * {
  /*border: 1px solid red;*/
}

.enologia_a_ h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.enologia_a_ h4 {
  white-space: pre-line;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 867px) {
  .enologia_a_ h4 {
    white-space: normal;
  }
}

.enologia_a_ h4 {
  font-family: 'Inter', sans-serif;
}

.enologia_ h3 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.enologia_ p {
  white-space: pre-line;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.enologia_ strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.enologia_i_ h2 {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: pp_fragment_light, sans-serif;
}

.enologia_i_ p {
  white-space: pre-line;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 867px) {
  .enologia_i_ p {
    white-space: normal;
  }
}

.enologia_i_ p {
  font-family: 'Inter', sans-serif;
}

.enologia_i_ a {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-family: 'Inter', sans-serif;
}

.enologia_mapa_ h2 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.enologia_mapa_ h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.enologia_mapa_text_ {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.enologia_mapa_ p {
  white-space: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  font-family: 'Inter', sans-serif;
}

.enologia_mapa_ strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Inter', sans-serif;
}

/* Wine Categories */

.wine_categories_ h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.wine_categories_ a {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-family: 'Inter', sans-serif;
}

.wine_categories_ h3 {
  text-align: center;
  font-size: 29px;
  font-weight: 300;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.wine_categories_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.wine_categories_grid_ h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
  font-family: 'Inter', sans-serif;
}

.wine_categories_grid_ p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
}

.wine_categories_info_ h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.wine_categories_info_ h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-transform: none;
  font-family: pp_fragment_light, sans-serif;
}

/* Wine single */

.wine_single_ h3 {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.wine_single_ h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.wine_single_ h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  font-family: 'Inter', sans-serif;
}

.wine_single_ p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.wine_single_ strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.wine_single_ a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 2%;
  font-family: 'Inter', sans-serif;
}

.wine_single_ button {
  border-radius: 32px;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 2%;
  font-family: 'Inter', sans-serif;
}

/* Club Pinord */

.club_pinord_ h2 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 26px;
  font-family: pp_fragment_light, sans-serif;
}

.club_pinord_ h3 {
  white-space: pre-line;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-family: pp_fragment_light, sans-serif;
}

.club_pinord_ p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  font-family: pp_fragment_light, sans-serif;
}

.club_pinord_categories_grid_ h4 {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  font-family: pp_fragment_light, sans-serif;
}

.club_pinord_categories_grid_ p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_link_a_ {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_link_b_ {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  font-family: pp_fragment_light, sans-serif;
}

.club_pinord_single_ h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_p_ {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ p {
  white-space: pre-line;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ strong {
  white-space: pre-line;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_ button {
  border-radius: 32px;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 2%;
  font-family: 'Inter', sans-serif;
}

.club_pinord_single_faqs_ {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 2%;
  font-family: 'Inter', sans-serif;
}

.club_pinord_table_ * {
  /*border: 1px solid red;*/
}

.club_pinord_table_ thead tr {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1%;
  font-family: 'Inter', sans-serif;
}

.club_pinord_table_ tbody tr {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1%;
}

@media (max-width: 867px) {
  .club_pinord_table_ tbody tr {
    font-size: 12px;
    line-height: 18px;
  }
}

.club_pinord_table_ tbody tr {
  font-family: 'Inter', sans-serif;
}

.cp_benefits_mobile_ h2 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.cp_benefits_mobile_button_ {
  border-radius: 60px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 7.2vw;
  padding-right: 7.2vw;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
}

.cp_benefits_mobile_button_selected_ {
  border-radius: 60px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 7.2vw;
  padding-right: 7.2vw;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.privacy_policy_ h1 {
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  font-family: pp_fragment_light, sans-serif;
}

.privacy_policy_ h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  font-family: 'Inter', sans-serif;
}

.privacy_policy_ p, .privacy_policy_ li {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  font-family: 'Inter', sans-serif;
}

.privacy_policy_ ul {
  list-style-position: inside;
  list-style-type: disc;
}

.privacy_policy_ strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  font-family: 'Inter', sans-serif;
}

.faqs_ h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: pp_fragment_light, sans-serif;
}

.faqs_ p {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.faqs_ strong {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

/* Shop alert */

.shop_alert_ h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.shop_alert_ p {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

/* Woocommerce */

.woocommerce-MyAccount-navigation {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 867px) {
  .woocommerce-MyAccount-navigation ul {
    margin-top: 112px;
  }
}

.woocommerce-MyAccount-navigation li {
  margin-left: 2rem;
}

.woo_login_ h2 {
  font-family: 'Inter', sans-serif;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin-left: 2rem;
  width: calc(100% - 64px);
}

.woocommerce-ResetPassword {
  margin-left: 2rem;
  width: calc(100% - 64px);
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  margin-left: 2rem;
  width: calc(48% - 32px);
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  margin-right: 2rem;
  width: calc(48% - 32px);
}

.wp-block-woocommerce-cart {
  margin-left: 2rem;
  width: calc(100% - 64px);
}

.wc-block-cart-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.certs_ {
  margin-top: 3rem;
}

.certs_ img {
  all: unset;
  height: 3rem;
}

.certs_ p {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

#cert_vegan__ {
  margin-top: -0.25rem;
  height: 66px;
}

.esdeveniments_contact_ h2 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-family: pp_fragment_light, sans-serif;
}

.esdeveniments_contact_ label, .esdeveniments_contact_ input {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}

.esdeveniments_contact_ button {
  border-radius: 999px;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

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

.esdeveniments_contact_ button {
  font-family: 'Inter', sans-serif;
}

.esdeveniments_contact_ *:focus {
  outline: none !important;
}

/* Contacte */

.contacte_ h2 {
  font-size: 48px;
  letter-spacing: 2%;
}

@media (max-width: 867px) {
  .contacte_ h2 {
    line-height: 48px;
  }
}

.contacte_ h2 {
  font-family: pp_fragment_light, sans-serif;
}

.contacte_ p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: pp_fragment_light, sans-serif;
}

.contacte_ button {
  border-radius: 999px;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

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

.contacte_ button {
  font-family: 'Inter', sans-serif;
}

.contacte_address_ h4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: pp_fragment_light, sans-serif;
}

.contacte_address_ p, .contacte_address_ a {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 867px) {
  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:z-\[60\] {
    z-index: 60;
  }

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

  .sm\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-\[0\] {
    margin-bottom: 0;
  }

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

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

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

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

  .sm\:ml-\[6vw\] {
    margin-left: 6vw;
  }

  .sm\:ml-\[unset\] {
    margin-left: unset;
  }

  .sm\:mr-\[unset\] {
    margin-right: unset;
  }

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

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

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

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

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

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

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

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

  .sm\:mt-\[unset\] {
    margin-top: unset;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .sm\:h-\[82\.95vw\] {
    height: 82.95vw;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-\[unset\] {
    max-height: unset;
  }

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

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

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

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

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

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

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

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

  .sm\:w-\[68\.18vw\] {
    width: 68.18vw;
  }

  .sm\:w-\[75\.9vw\] {
    width: 75.9vw;
  }

  .sm\:w-\[80vw\] {
    width: 80vw;
  }

  .sm\:w-\[88vw\] {
    width: 88vw;
  }

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

  .sm\:w-screen {
    width: 100vw;
  }

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

  .sm\:max-w-\[80vw\] {
    max-width: 80vw;
  }

  .sm\:max-w-\[unset\] {
    max-width: unset;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

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

  .sm\:cursor-pointer {
    cursor: pointer;
  }

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

  .sm\:whitespace-normal {
    white-space: normal;
  }

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

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

  .sm\:px-\[unset\] {
    padding-left: unset;
    padding-right: unset;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

  .sm\:pt-8 {
    padding-top: 2rem;
  }

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

  .sm\:uppercase {
    text-transform: uppercase;
  }

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

  .sm\:decoration-\[0\.5px\] {
    text-decoration-thickness: 0.5px;
  }

  .sm\:underline-offset-4 {
    text-underline-offset: 4px;
  }
}

@media (max-height: 700px) {
  .short\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .short\:mb-16 {
    margin-bottom: 4rem;
  }

  .short\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .short\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .short\:mt-\[32svh\] {
    margin-top: 32svh;
  }

  .short\:mt-\[6svh\] {
    margin-top: 6svh;
  }

  .short\:mt-\[8svh\] {
    margin-top: 8svh;
  }

  .short\:h-10 {
    height: 2.5rem;
  }

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

  .short\:h-\[8svh\] {
    height: 8svh;
  }
}