/*!
Theme Name: PYCHE 
Theme URI: https://underscoretw.com/
Author: 1DD
Author URI: https://1dd.co/
Description: 
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PYCHE 
Tags:
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

:root {
  /* Tailwind colors */
  --color-transparent: transparent;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray: #f5f5f5;
  --color-primary: #5a1702;
  --color-secondary: #c2b4ac;
  --color-dark-rgb: 0, 0, 0;
  --color-dark: rgba(var(--color-dark-rgb), 1);
  --animation-primary: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  --animation-nav: all 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
  --animation-navigation-forward: 0.8s cubic-bezier(0.8, 0, 0.1, 1);
  --animation-navigation-backward: 0.4s cubic-bezier(0.8, 0, 0.1, 1);
  --animation-navigation-fade: 0.3s ease-in-out;
  --width-scrollbar: 10px;
}

* {
  box-sizing: border-box;
}

:where(a:where(:not(.wp-element-button))) {
  text-decoration: initial;
}

html {
  margin: 0px !important;
}

body {
  position: relative;
  margin: 0px;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0px;
  font-family: Montserrat, manop-variable, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page {
  --tw-bg-opacity: 1;
  background-color: rgb(194 180 172 / var(--tw-bg-opacity));
  font-family: Montserrat, manop-variable, sans-serif;
}

:is(h1, h2, h3, h4, h5, h6, strong, b) {
  font-family: Montserrat, manop-variable, sans-serif;
}

.font-400 {
  font-variation-settings:
		"wght" 400,
		"wdth" 140;
}

.font-476 {
  font-variation-settings:
		"wght" 476,
		"wdth" 140;
}

.font-572 {
  font-variation-settings:
		"wght" 572,
		"wdth" 140;
}

.font-680 {
  font-variation-settings:
		"wght" 680,
		"wdth" 140;
}

strong,
b {
  font-weight: 680;
  font-variation-settings:
		"wght" 680,
		"wdth" 140;
  /* @apply font-680; */
}

.m-br-hide br {
  display: none;
}

@media (min-width: 768px) {
  .m-br-hide br {
    display: block;
  }
}

.gs-dev-tools {
  z-index: 999999999;
}

.container-main {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  .container-main {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1536px) {
  .container-main {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

body.home {
  opacity: 0;
  visibility: hidden;
}

body.home .cky-consent-container,
body:not(.home) .cky-consent-container {
  --tw-translate-y: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.home .cky-consent-container.show-banner, body:not(.home) .cky-consent-container.show-banner {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

[data-fancybox-toggle-fullscreen] {
  display: none;
}

.overlay-localtion {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 61.83%,
			rgba(0, 0, 0, 0.6) 83.36%
		),
		rgba(0, 0, 0, 0.4);
}

.intro-img {
  position: absolute;
  opacity: 0;
}

.shape-footer {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 780px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
  -webkit-clip-path: polygon(0 10%, 100% 70%, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 70%, 100% 100%, 0% 100%);
}

.shape-mobile-menu {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 130px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
  -webkit-clip-path: polygon(0 10%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 100%, 100% 100%, 0% 100%);
}

.br-hide br {
  display: none;
}

@media (min-width: 768px) {
  .br-hide br {
    display: block;
  }

  .m-hide br {
    display: none;
  }
}

/* .img-location {
	clip-path: inset(0% 0% 0% 0%);
	transition: clip-path 0.3s ease;
} */

.title-form strong,
	.title-form b {
  display: block;
}

.detail-pi a {
  text-decoration-line: underline;
}

.detail-pi img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tab-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity)) !important;
  font-weight: 680 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(194 180 172 / var(--tw-text-opacity)) !important;
  font-variation-settings:
		"wght" 680,
		"wdth" 140 !important;
}

.tab-content {
  display: none;
}

.tab-content.tab-content-active {
  display: block;
}

.skeleton-bg {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  display: block;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-bg.fade-out {
  opacity: 0;
}

.fade-in-img,
.fade-in-video {
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lazy-img.loaded + .skeleton-bg {
  display: none !important;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

[data-cursor="zoom"] {
  cursor: none;
}

.cursor-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(90 23 2 / var(--tw-bg-opacity));
}

.btn-language .trp-ls-shortcode-current-language {
  background-color: transparent !important;
  background-image: none !important;
}

.btn-language .trp-ls-shortcode-current-language,
	.btn-language .trp-ls-shortcode-language {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-style: none !important;
  background-image: none !important;
}

.btn-language .trp-language-switcher {
  height: 100% !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.btn-language .trp-language-switcher > div {
  border-radius: 0px !important;
  padding: 0px !important;
}

.btn-language .trp-language-switcher > div a {
  font-weight: 476 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-variation-settings:
		"wght" 476,
		"wdth" 140 !important;
}

.btn-language .trp-language-switcher:hover a {
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

#wp-admin-bar-wp-logo {
  display: none !important;
}

.wp-admin {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 241 / var(--tw-bg-opacity)) !important;
  font-size: 14px !important;
}

.wp-admin a {
  --tw-text-opacity: 1;
  color: rgb(33 113 177 / var(--tw-text-opacity));
}

.wp-admin .acf-publish {
  --tw-bg-opacity: 1;
  background-color: rgb(7 131 190 / var(--tw-bg-opacity));
}

.wp-admin .post-revisions li {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.wp-admin .acf-flexible-content .layout {
  border-color: transparent !important;
}

.wp-admin .acf-flexible-content .layout:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 208 212 / var(--tw-border-opacity)) !important;
}

.wp-admin .row-title {
  font-weight: 500 !important;
}

.wp-admin .tablenav {
  margin-bottom: 1.25rem !important;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 1540px) {
  .container {
    max-width: 1540px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

/* ===== Button  =====  */

.btn {
  --animation-primary: 0.4s cubic-bezier(0.5, 0.75, 0, 1);
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color var(--animation-primary);
}

.btn .btn-background {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  transform: translateY(101%) rotate(0.001deg);
  transition: all var(--animation-primary);
}

.btn .btn-text {
  transform: translateY(0%) rotate(0.001deg);
  transition: all var(--animation-primary);
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.btn .btn-border {
  border: 0.1em solid #000;
  pointer-events: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn .duplicate {
  position: absolute;
  transform: translateY(220%) rotate(0.001deg);
}

.btn:hover .btn-background {
  transform: translateY(0%) rotate(0.001deg);
  border-radius: 0% 0% 0 0;
  transition: all var(--animation-primary);
}

.btn:hover .btn-text {
  transform: translateY(-220%) rotate(0.001deg);
  transition: all var(--animation-primary);
}

.btn:hover .btn-text.duplicate {
  transform: translateY(0%) rotate(0.001deg);
}

.link-lines {
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat
		right bottom / 0 var(--bg-h);
  transition: background-size 600ms;
  --bg-h: 1px;
  padding-bottom: 0px;
}

.link-lines:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

/* ===== Button  =====  */

/* ===== Button Admin edit =====  */

.btn-edit-admin {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-edit-admin:hover {
  --tw-bg-opacity: 0.9;
}

@media (min-width: 1024px) {
  .btn-edit-admin {
    height: 2rem;
    width: 2rem;
  }
}

.btn-edit-admin i {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .btn-edit-admin i {
    font-size: 14px;
  }
}

/* ===== Button Admin edit =====  */

/* ===== Button Share =====  */

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  height: 1.5rem !important;
  width: 1.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

.addtoany_list {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

.addtoany_list > * {
  flex: 1 1 0% !important;
}

.share-item .a2a_kit a {
  display: flex !important;
  aspect-ratio: 1 / 1 !important;
  height: 3rem !important;
  max-height: 3rem !important;
  width: 3rem !important;
  max-width: 3rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  background-color: rgb(29 23 14 / 0.05) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.a2a_logo_color,
#a2a_copy_link_copied {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity)) !important;
}

.a2a_full_services .a2a_i[href*="/#"],
	.a2a_full_services .a2a_i[href="/#xing"] {
  display: none;
}

.a2a_full_services .a2a_i[href*="/#"]:is(
				.a2a_i[href="/#facebook"],
				.a2a_i[href="/#x"],
				.a2a_i[href="/#line"],
				.a2a_i[href="/#threads"],
				.a2a_i[href="/#copy_link"],),
				.a2a_full_services .a2a_i[href="/#xing"]:is(
				.a2a_i[href="/#facebook"],
				.a2a_i[href="/#x"],
				.a2a_i[href="/#line"],
				.a2a_i[href="/#threads"],
				.a2a_i[href="/#copy_link"],) {
  display: inline-block;
}

/* ===== Button Share =====  */

.card-gallery:hover .icon-plus {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-gallery:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-gallery .icon-plus {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-gallery img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-zoom:hover .icon-zoom {
  transform-origin: bottom;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-zoom .icon-zoom {
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cookie  */

@media (min-width: 768px) {
  .cky-banner-bottom {
    left: 50% !important;
    bottom: 20px !important;
    max-width: 370px !important;
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}

.cky-consent-container .cky-consent-bar {
  background-color: rgb(194 180 172 / 0.4) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

@media (min-width: 768px) {
  .cky-consent-container .cky-consent-bar {
    border-radius: 9999px !important;
    padding-left: 1rem !important;
    padding-right: 0.875rem !important;
  }
}

.cky-consent-container .cky-consent-bar {
  background: rgba(59, 59, 59, 0.58) !important;
  background-blend-mode: screen !important;
  -webkit-backdrop-filter: blur(50px) !important;
          backdrop-filter: blur(50px) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.cky-notice-btn-wrapper {
  margin-left: 0px !important;
}

.cky-notice .cky-title {
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: none !important;
}

.cky-btn-customize {
  margin-right: 0px !important;
  border-style: none !important;
  padding: 0px !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.5 !important;
  text-decoration-line: underline !important;
  text-decoration-color: rgb(255 255 255 / 0.4) !important;
  text-underline-offset: 5px !important;
}

@media (min-width: 768px) {
  .cky-btn-customize {
    margin-right: 0.75rem !important;
  }
}

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

.cky-btn-preferences {
  border-radius: 9999px !important;
  padding: 6px 18px !important;
}

.cky-btn-accept {
  border-radius: 9999px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 41 41 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity)) !important;
  padding: 6px 18px !important;
}

/* default form */

.nf-error .nf-error-msg,
.nf-error-msg,
.ninja-forms-req-symbol {
  font-size: 12px;
}

@media (min-width: 768px) {
  .nf-error .nf-error-msg,
.nf-error-msg,
.ninja-forms-req-symbol {
    font-size: 14px;
  }
}

.nf-error .nf-error-msg,
.nf-error-msg,
.ninja-forms-req-symbol {
  font-size: 14px;
}

.nf-pass.field-wrap .nf-field-element:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_1150_34' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='22'%3E%3Cpath d='M12 22C13.3135 22.0016 14.6143 21.7437 15.8278 21.2411C17.0412 20.7384 18.1434 20.0009 19.071 19.071C20.0009 18.1434 20.7384 17.0412 21.2411 15.8278C21.7437 14.6143 22.0016 13.3135 22 12C22.0016 10.6866 21.7437 9.38572 21.2411 8.17225C20.7384 6.95878 20.0009 5.85659 19.071 4.92901C18.1434 3.99909 17.0412 3.26162 15.8278 2.75897C14.6143 2.25631 13.3135 1.99839 12 2.00001C10.6866 1.99839 9.38572 2.25631 8.17225 2.75897C6.95878 3.26162 5.85659 3.99909 4.92901 4.92901C3.99909 5.85659 3.26162 6.95878 2.75897 8.17225C2.25631 9.38572 1.99839 10.6866 2.00001 12C1.99839 13.3135 2.25631 14.6143 2.75897 15.8278C3.26162 17.0412 3.99909 18.1434 4.92901 19.071C5.85659 20.0009 6.95878 20.7384 8.17225 21.2411C9.38572 21.7437 10.6866 22.0016 12 22Z' fill='white' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 12L11 15L17 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1150_34)'%3E%3Cpath d='M0 0H24V24H0V0Z' fill='%23008000'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-error .ninja-forms-field {
  --tw-text-opacity: 1 !important;
  color: rgb(218 170 0 / var(--tw-text-opacity)) !important;
}

.nf-error.field-wrap .nf-field-element:after {
  content: "" !important;
  position: absolute;
  transition: all 0.5s !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17C12.2833 17 12.521 16.904 12.713 16.712C12.905 16.52 13.0007 16.2827 13 16C12.9993 15.7173 12.9033 15.48 12.712 15.288C12.5207 15.096 12.2833 15 12 15C11.7167 15 11.4793 15.096 11.288 15.288C11.0967 15.48 11.0007 15.7173 11 16C10.9993 16.2827 11.0953 16.5203 11.288 16.713C11.4807 16.9057 11.718 17.0013 12 17ZM12 13C12.2833 13 12.521 12.904 12.713 12.712C12.905 12.52 13.0007 12.2827 13 12V8C13 7.71667 12.904 7.47933 12.712 7.288C12.52 7.09667 12.2827 7.00067 12 7C11.7173 6.99933 11.48 7.09533 11.288 7.288C11.096 7.48067 11 7.718 11 8V12C11 12.2833 11.096 12.521 11.288 12.713C11.48 12.905 11.7173 13.0007 12 13ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88334 20.6867 5.825 19.9743 4.925 19.075C4.025 18.1757 3.31267 17.1173 2.788 15.9C2.26333 14.6827 2.00067 13.3827 2 12C1.99933 10.6173 2.262 9.31733 2.788 8.1C3.314 6.88267 4.02633 5.82433 4.925 4.925C5.82367 4.02567 6.882 3.31333 8.1 2.788C9.318 2.26267 10.618 2 12 2C13.382 2 14.682 2.26267 15.9 2.788C17.118 3.31333 18.1763 4.02567 19.075 4.925C19.9737 5.82433 20.6863 6.88267 21.213 8.1C21.7397 9.31733 22.002 10.6173 22 12C21.998 13.3827 21.7353 14.6827 21.212 15.9C20.6887 17.1173 19.9763 18.1757 19.075 19.075C18.1737 19.9743 17.1153 20.687 15.9 21.213C14.6847 21.739 13.3847 22.0013 12 22Z' fill='%23FF0000'/%3E%3C/svg%3E");
}

.field-wrap .nf-field-element:after {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 8px !important;
  bottom: 0 !important;
  height: 20px !important;
  width: 20px !important;
  background-size: contain !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 100px !important;
  align-items: center !important;
}

.nf-error .nf-field-element input:is([type="text"], [type="email"], [type="tel"], textarea), .nf-error .nf-field-element textarea:is([type="text"], [type="email"], [type="tel"], textarea) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 0 0 / var(--tw-border-opacity)) !important;
}

.nf-pass .nf-field-element input:is([type="text"], [type="email"], [type="tel"], textarea), .nf-pass .nf-field-element textarea:is([type="text"], [type="email"], [type="tel"], textarea) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 128 0 / var(--tw-border-opacity)) !important;
}

.nf-before-form-content {
  display: none;
}

.jet-form-builder__required {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity)) !important;
}

.jet-form-builder-row.field-has-error .error-message {
  margin-top: 0.25rem !important;
}

[data-validation-type="advanced"] .jet-form-builder__field-wrap {
  position: relative;
}

[data-validation-type="advanced"] .jet-form-builder__field-wrap:after {
  content: "";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 8px !important;
  bottom: 0 !important;
  height: 20px !important;
  width: 20px !important;
  background-size: contain !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 100px !important;
  align-items: center !important;
}

[data-validation-type="advanced"].field-has-error .jet-form-builder__field-wrap:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17C12.2833 17 12.521 16.904 12.713 16.712C12.905 16.52 13.0007 16.2827 13 16C12.9993 15.7173 12.9033 15.48 12.712 15.288C12.5207 15.096 12.2833 15 12 15C11.7167 15 11.4793 15.096 11.288 15.288C11.0967 15.48 11.0007 15.7173 11 16C10.9993 16.2827 11.0953 16.5203 11.288 16.713C11.4807 16.9057 11.718 17.0013 12 17ZM12 13C12.2833 13 12.521 12.904 12.713 12.712C12.905 12.52 13.0007 12.2827 13 12V8C13 7.71667 12.904 7.47933 12.712 7.288C12.52 7.09667 12.2827 7.00067 12 7C11.7173 6.99933 11.48 7.09533 11.288 7.288C11.096 7.48067 11 7.718 11 8V12C11 12.2833 11.096 12.521 11.288 12.713C11.48 12.905 11.7173 13.0007 12 13ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88334 20.6867 5.825 19.9743 4.925 19.075C4.025 18.1757 3.31267 17.1173 2.788 15.9C2.26333 14.6827 2.00067 13.3827 2 12C1.99933 10.6173 2.262 9.31733 2.788 8.1C3.314 6.88267 4.02633 5.82433 4.925 4.925C5.82367 4.02567 6.882 3.31333 8.1 2.788C9.318 2.26267 10.618 2 12 2C13.382 2 14.682 2.26267 15.9 2.788C17.118 3.31333 18.1763 4.02567 19.075 4.925C19.9737 5.82433 20.6863 6.88267 21.213 8.1C21.7397 9.31733 22.002 10.6173 22 12C21.998 13.3827 21.7353 14.6827 21.212 15.9C20.6887 17.1173 19.9763 18.1757 19.075 19.075C18.1737 19.9743 17.1153 20.687 15.9 21.213C14.6847 21.739 13.3847 22.0013 12 22Z' fill='%23FF0000'/%3E%3C/svg%3E");
}

/* end default */

.form-register .wp-block-columns {
  margin-bottom: 0px !important;
  gap: 0px !important;
}

@media (min-width: 768px) {
  .form-register .wp-block-columns {
    gap: 1rem !important;
  }
}

.form-register .jet-form-builder__label-text {
  margin-bottom: 0.625rem !important;
}

.form-register .jet-form-builder-row {
  margin-bottom: 1rem !important;
}

.form-register input[type="text"],
	.form-register input[type="email"],
	.form-register input[type="tel"],
	.form-register textarea,
	.form-register select {
  font-variation-msettings:
			"wght" 476,
			"wdth" 140;
  font-weight: 476;
  font-variation-settings:
		"wght" 476,
		"wdth" 140;
}

.form-register select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  position: relative;
}

.form-register select::-ms-expand {
  display: none !important;
}

.form-register #nf-field-8-wrap label,
	.form-register .for-radio {
  font-variation-settings:
			"wght" 476,
			"wdth" 140;
  font-weight: 476;
  font-variation-settings:
		"wght" 476,
		"wdth" 140;
}

.form-register .nf-field-label .nf-label-span,
	.form-register .nf-field-label label,
	.form-register .jet-form-builder__label-text {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .form-register .nf-field-label .nf-label-span,
	.form-register .nf-field-label label,
	.form-register .jet-form-builder__label-text {
    font-size: 16px;
  }
}

.form-register .jet-form-builder__field-wrap,
	.form-register .field-type-submit-field,
	.form-register .nf-field-element {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .form-register .jet-form-builder__field-wrap,
	.form-register .field-type-submit-field,
	.form-register .nf-field-element {
    font-size: 16px !important;
  }
}

.form-register .jet-form-builder__field-wrap :is([type="text"], [type="email"], [type="tel"], textarea, select), .form-register .field-type-submit-field :is([type="text"], [type="email"], [type="tel"], textarea, select), .form-register .nf-field-element :is([type="text"], [type="email"], [type="tel"], textarea, select) {
  height: 50px !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  border-color: rgb(29 23 14 / 0.1) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

.form-register .jet-form-builder__field-wrap :is([type="text"], [type="email"], [type="tel"], textarea, select):focus,
			.form-register .jet-form-builder__field-wrap :is([type="text"], [type="email"], [type="tel"], textarea, select):focus-visible,
			.form-register .field-type-submit-field :is([type="text"], [type="email"], [type="tel"], textarea, select):focus,
			.form-register .field-type-submit-field :is([type="text"], [type="email"], [type="tel"], textarea, select):focus-visible,
			.form-register .nf-field-element :is([type="text"], [type="email"], [type="tel"], textarea, select):focus,
			.form-register .nf-field-element :is([type="text"], [type="email"], [type="tel"], textarea, select):focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(90 23 2 / var(--tw-border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  outline-width: 0px !important;
}

.form-register .jet-form-builder__field-wrap [type="submit"], .form-register .field-type-submit-field [type="submit"], .form-register .nf-field-element [type="submit"] {
  height: 65px !important;
  width: 100% !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(90 23 2 / var(--tw-bg-opacity)) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .form-register .jet-form-builder__field-wrap [type="submit"], .form-register .field-type-submit-field [type="submit"], .form-register .nf-field-element [type="submit"] {
    font-size: 16px !important;
  }
}

.form-register .jet-form-builder__field-wrap [type="submit"]:hover, .form-register .field-type-submit-field [type="submit"]:hover, .form-register .nf-field-element [type="submit"]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity)) !important;
}

.form-register .jet-form-builder__field-wrap [type="radio"], .form-register .field-type-submit-field [type="radio"], .form-register .nf-field-element [type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s all linear;
  position: relative;
  min-height: 1rem;
  min-width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(90 23 2 / var(--tw-border-opacity));
}

.form-register .jet-form-builder__field-wrap [type="radio"]:checked, .form-register .field-type-submit-field [type="radio"]:checked, .form-register .nf-field-element [type="radio"]:checked {
  border: 5px solid var(--color-primary) !important;
  outline: unset !important;
}

.form-register .field-type-select-field .jet-form-builder__field-wrap::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12' fill='none'%3E%3Cpath d='M17.3281 1.38672L9.2301 9.91096L1.13207 1.38672' stroke='%235A1702' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  right: 1rem;
  top: 50%;
  min-height: 1rem;
  min-width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-register #nf-field-6-wrap .nf-field-element::after, .form-register #nf-field-7-wrap .nf-field-element::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12' fill='none'%3E%3Cpath d='M17.3281 1.38672L9.2301 9.91096L1.13207 1.38672' stroke='%235A1702' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  right: 0.75rem;
  bottom: 50%;
  min-height: 0.75rem;
  min-width: 0.75rem;
  --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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-register .jet-form-builder__fields-group {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.form-register .jet-form-builder__fields-group .radio-wrap {
  display: flex !important;
  height: 50px !important;
  width: 50% !important;
  flex: 1 1 0% !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  border-color: rgb(29 23 14 / 0.1) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

.form-register .jet-form-builder__fields-group .radio-wrap input {
  margin: 0px;
  cursor: pointer;
  accent-color: #5A1702;
}

.form-register .jet-form-builder__fields-group .radio-wrap label {
  margin-left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.form-register .field-type-radio-field
		.jet-form-builder__field-label.for-radio
		> span::before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(90 23 2 / var(--tw-border-opacity)) !important;
}

.form-register .field-type-radio-field
		.jet-form-builder__field-label.for-radio
		:checked
		+ span::before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(90 23 2 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(90 23 2 / var(--tw-bg-opacity)) !important;
}

.form-register #nf-field-8-wrap ul {
  display: flex;
  gap: 1.5rem;
}

.form-register #nf-field-8-wrap ul li {
  display: flex !important;
  height: 50px !important;
  width: 50% !important;
  flex: 1 1 0% !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  border-color: rgb(29 23 14 / 0.1) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

.form-register #nf-field-8-wrap ul li input {
  margin: 0px;
  cursor: pointer;
  accent-color: #5A1702;
}

.form-register #nf-field-8-wrap ul li label {
  margin-left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.form-register #nf-field-9-wrap .ninja-forms-req-symbol {
  display: none !important;
  opacity: 0 !important;
}

.form-register #nf-field-9-wrap input {
  margin-top: 0.5rem !important;
  transform-origin: left !important;
  accent-color: #5A1702 !important;
  opacity: 1 !important;
}

@media (min-width: 1280px) {
  .form-register #nf-field-9-wrap input {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}

.form-register #nf-field-9-wrap .nf-field-element:after {
  display: none !important;
  opacity: 0 !important;
}

.form-register #nf-label-field-9 {
  display: none !important;
  opacity: 0 !important;
}

.form-register .label-right .nf-field-description,
	.form-register .row-privacy-accept {
  margin-right: 0px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
}

@media (min-width: 768px) {
  .form-register .label-right .nf-field-description,
	.form-register .row-privacy-accept {
    font-size: 14px !important;
  }
}

.form-register .label-right .nf-field-description a, .form-register .row-privacy-accept a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 23 2 / var(--tw-border-opacity));
}

.form-register .row-privacy-accept {
  margin-bottom: 0px;
}

.swiper-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  position: relative;
  /* .img {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		object-fit: cover;
		transition: none;
		transform: scale(1.1);
	} */
}

/* 
.swiper-slide-active .img {
	animation: scale-in 3s ease forwards;
} */

/* @keyframes scale-in {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
} */

.s-type .swiper-button-next:after,
	.s-type .swiper-button-prev:after {
  display: flex !important;
  aspect-ratio: 1 / 1 !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  background-color: rgb(255 255 255 / 0.3) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-backdrop-blur: blur(10px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.s-type .swiper-button-prev,
	.s-type .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 30px);
}

.s-type .swiper-button-next,
	.s-type .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px);
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success
	[class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success
	[class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid #5A1702;
  border-radius: 50%;
  z-index: 0;
  box-sizing: content-box;
  background-color: #5A1702;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #C2B4AC;
  z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

[dir="rtl"] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.the-content {
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .the-content {
    padding-right: 2rem;
  }
}

.the-content * {
  scroll-margin-top: 10rem;
  scroll-padding-top: 10rem;
  line-height: 1.5;
}

.the-content h1,
	.the-content h2,
	.the-content h3,
	.the-content h4,
	.the-content h5,
	.the-content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 23 2 / var(--tw-text-opacity));
}

.the-content h2 {
  margin-top: 2.5rem;
  font-size: 16px;
}

@media (min-width: 768px) {
  .the-content h2 {
    font-size: 18px;
  }
}

.the-content ul,
	.the-content ul.wp-block-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.the-content ol,
	.the-content ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.the-content li {
  font-size: 14px;
  font-weight: 476;
  font-variation-settings:
		"wght" 476,
		"wdth" 140;
}

@media (min-width: 768px) {
  .the-content li {
    font-size: 16px;
  }
}

.the-content li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.the-content li a[target="_blank"]:after {
  content: "";
  position: relative;
  top: 0.625rem;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M8.75 1C8.75 0.585786 8.41421 0.25 8 0.25H1.25C0.835786 0.25 0.5 0.585786 0.5 1C0.5 1.41421 0.835786 1.75 1.25 1.75H7.25V7.75C7.25 8.16421 7.58579 8.5 8 8.5C8.41421 8.5 8.75 8.16421 8.75 7.75V1ZM1.53033 8.53033L8.53033 1.53033L7.46967 0.46967L0.46967 7.46967L1.53033 8.53033Z' fill='%23302782'/%3E%3C/svg%3E");
}

.the-content li ul {
  margin-bottom: 1.25rem;
}

.the-content p {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 476;
  line-height: 2;
  font-variation-settings:
		"wght" 476,
		"wdth" 140;
}

@media (min-width: 768px) {
  .the-content p {
    font-size: 16px;
  }
}

.the-content p a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.the-content p a[target="_blank"]:after {
  content: "";
  position: relative;
  top: 0.625rem;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M8.75 1C8.75 0.585786 8.41421 0.25 8 0.25H1.25C0.835786 0.25 0.5 0.585786 0.5 1C0.5 1.41421 0.835786 1.75 1.25 1.75H7.25V7.75C7.25 8.16421 7.58579 8.5 8 8.5C8.41421 8.5 8.75 8.16421 8.75 7.75V1ZM1.53033 8.53033L8.53033 1.53033L7.46967 0.46967L0.46967 7.46967L1.53033 8.53033Z' fill='%23302782'/%3E%3C/svg%3E");
}

.the-content p b,
		.the-content p strong {
  font-weight: 572;
  font-variation-settings:
		"wght" 572,
		"wdth" 140;
}

.the-content b,
	.the-content strong {
  font-weight: 572;
  font-variation-settings:
		"wght" 572,
		"wdth" 140;
}

.the-content .wp-block-heading {
  margin-top: 3.5rem !important;
}

.tooltip-text {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  z-index: 10;
  display: none;
  --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));
  white-space: nowrap;
  border-radius: 0.375rem;
  background-color: rgb(29 23 14 / 0.7);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tooltip-text-bottom {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  z-index: 10;
  display: none;
  --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));
  white-space: nowrap;
  border-radius: 0.375rem;
  background-color: rgb(29 23 14 / 0.7);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tooltip:hover .tooltip-text,
.tooltip:hover .tooltip-text-bottom {
  display: block;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[-2vh\] {
  bottom: -2vh;
}

.bottom-\[10vh\] {
  bottom: 10vh;
}

.bottom-\[26vh\] {
  bottom: 26vh;
}

.bottom-\[30vh\] {
  bottom: 30vh;
}

.bottom-\[36vh\] {
  bottom: 36vh;
}

.bottom-\[5vh\] {
  bottom: 5vh;
}

.bottom-\[8vh\] {
  bottom: 8vh;
}

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

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

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

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

.left-\[2vh\] {
  left: 2vh;
}

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

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-14 {
  right: 3.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-\[-2vw\] {
  right: -2vw;
}

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

.right-\[18vw\] {
  right: 18vw;
}

.right-\[4vw\] {
  right: 4vw;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

.top-\[-10vh\] {
  top: -10vh;
}

.top-\[0\] {
  top: 0;
}

.top-\[10vh\] {
  top: 10vh;
}

.top-\[8vh\] {
  top: 8vh;
}

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-11 {
  height: 2.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-12 {
  width: 3rem;
}

.w-32 {
  width: 8rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top-right {
  transform-origin: top right;
}

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

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

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

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

.resize {
  resize: both;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}

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

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

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

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

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

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

.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-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.divide-secondary\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 180 172 / 0.2);
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.break-words {
  overflow-wrap: break-word;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.bg-\[\#242424\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(29 23 14 / 0.1);
}

.bg-black\/30 {
  background-color: rgb(29 23 14 / 0.3);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 23 2 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(194 180 172 / var(--tw-bg-opacity));
}

.bg-secondary\/40 {
  background-color: rgb(194 180 172 / 0.4);
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

.from-\[\#000\]\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#000\]\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}

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

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

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

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

.object-\[50\%_10\%\] {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.pt-28 {
  padding-top: 7rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

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

.text-fs10 {
  font-size: 10px;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs30 {
  font-size: 30px;
}

.text-fs36 {
  font-size: 36px;
}

.text-fs40 {
  font-size: 40px;
}

.font-400 {
  font-weight: 400;
}

.font-476 {
  font-weight: 476;
}

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

.font-572 {
  font-weight: 572;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-1\.7 {
  line-height: 1.7;
}

.leading-1\.8 {
  line-height: 1.8;
}

.leading-normal {
  line-height: 1.5;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 23 2 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(194 180 172 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

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

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

.outline {
  outline-style: solid;
}

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

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

.invert {
  --tw-invert: invert(100%);
  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);
}

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

.backdrop-blur-\[25px\] {
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[30px\] {
  --tw-backdrop-blur: blur(30px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

/* all layout */

.home footer {
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

.page #wpadminbar, .single #wpadminbar, .admin-bar #wpadminbar {
  top: auto;
  bottom: 0px;
  z-index: 100000;
  font-family:
			system-ui,
			-apple-system,
			BlinkMacSystemFont,
			"Segoe UI",
			Roboto,
			Oxygen,
			Ubuntu,
			Cantarell,
			"Open Sans",
			"Helvetica Neue",
			sans-serif !important;
}

.page #wpadminbar .ab-sub-wrapper, .single #wpadminbar .ab-sub-wrapper, .admin-bar #wpadminbar .ab-sub-wrapper {
  bottom: 32px;
  top: auto;
}

#wp-admin-bar-search {
  display: none !important;
}

header.is-scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(194 180 172 / var(--tw-bg-opacity));
  transition: all 0.3s ease;
}

header.is-scrolled nav > div {
  height: 80px;
  gap: 0px;
}

@media (min-width: 768px) {
  header.is-scrolled nav > div {
    height: 70px;
  }
}

header.is-scrolled nav > div {
  transition: all 0.3s ease;
}

header.is-scrolled nav > div .logo {
  transform-origin: left;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

header.is-scrolled nav > div .logo path {
  fill: #1D170E;
}

header.is-scrolled a,
	header.is-scrolled span {
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
}

header.is-scrolled a .icon-social,
		header.is-scrolled a .icon-phone,
		header.is-scrolled a .icon-line,
		header.is-scrolled span .icon-social,
		header.is-scrolled span .icon-phone,
		header.is-scrolled span .icon-line {
  fill: #1D170E;
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
  transition-property: none;
  transition-duration: 0s;
}

header.is-scrolled .group-link {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 14 / var(--tw-border-opacity));
}

header.is-scrolled .hamburger-menu .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
}

header.is-scrolled .trp-language-switcher > div > a {
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

header nav > div {
  transition: all 0.3s ease;
}

header nav > div .logo {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

.page-template-page-home header {
  --tw-translate-y: -150%;
  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));
}

:not(.page-template-page-home).page header .bar, .page-id-12 header .bar, .privacy-policy header .bar, .error404 header .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
}

:not(.page-template-page-home).page header .logo path, .page-id-12 header .logo path, .privacy-policy header .logo path, .error404 header .logo path {
  fill: #1D170E;
}

:not(.page-template-page-home).page header a,
		:not(.page-template-page-home).page header span,
		.page-id-12 header a,
		.page-id-12 header span,
		.privacy-policy header a,
		.privacy-policy header span,
		.error404 header a,
		.error404 header span {
  --tw-text-opacity: 1;
  color: rgb(29 23 14 / var(--tw-text-opacity));
}

:not(.page-template-page-home).page header a .icon-social,
			:not(.page-template-page-home).page header a .icon-phone,
			:not(.page-template-page-home).page header a .icon-line,
			:not(.page-template-page-home).page header span .icon-social,
			:not(.page-template-page-home).page header span .icon-phone,
			:not(.page-template-page-home).page header span .icon-line,
			.page-id-12 header a .icon-social,
			.page-id-12 header a .icon-phone,
			.page-id-12 header a .icon-line,
			.page-id-12 header span .icon-social,
			.page-id-12 header span .icon-phone,
			.page-id-12 header span .icon-line,
			.privacy-policy header a .icon-social,
			.privacy-policy header a .icon-phone,
			.privacy-policy header a .icon-line,
			.privacy-policy header span .icon-social,
			.privacy-policy header span .icon-phone,
			.privacy-policy header span .icon-line,
			.error404 header a .icon-social,
			.error404 header a .icon-phone,
			.error404 header a .icon-line,
			.error404 header span .icon-social,
			.error404 header span .icon-phone,
			.error404 header span .icon-line {
  fill: #1D170E !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

:not(.page-template-page-home).page header .group-link, .page-id-12 header .group-link, .privacy-policy header .group-link, .error404 header .group-link {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 14 / var(--tw-border-opacity));
}

:not(.page-template-page-home).page header .hamburger-menu .bar, .page-id-12 header .hamburger-menu .bar, .privacy-policy header .hamburger-menu .bar, .error404 header .hamburger-menu .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
}

:not(.page-template-page-home).page header .trp-language-switcher > div > a, .page-id-12 header .trp-language-switcher > div > a, .privacy-policy header .trp-language-switcher > div > a, .error404 header .trp-language-switcher > div > a {
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

.menu-mobile {
  position: fixed;
  inset: 0px;
  z-index: 49;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(194 180 172 / var(--tw-bg-opacity));
  padding-top: 10rem;
  padding-bottom: 12rem;
}

.hamburger-menu.open .bar-top {
  transform: rotate(45deg) translateY(0);
  top: 50%;
  position: absolute;
}

.hamburger-menu.open .bar-center {
  transform: scale(0);
}

.hamburger-menu.open .bar-bottom {
  transform: rotate(-45deg) translateY(0);
  top: 50%;
  position: absolute;
}

[data-navigation-status="is-open"] .logo path {
  fill: #1D170E;
}

[data-navigation-status="is-open"] .hamburger-menu .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 14 / var(--tw-bg-opacity));
}

[data-navigation-status="is-open"] .trp-language-switcher > div > a {
  --tw-text-opacity: 1 !important;
  color: rgb(29 23 14 / var(--tw-text-opacity)) !important;
}

/* all page */

@media not all and (min-width: 1024px) {
  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  @media (min-width: 1300px) {
    .max-lg\:container {
      max-width: 1300px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  @media (min-width: 1300px) {
    .max-lg\:container {
      max-width: 1300px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  @media (min-width: 1540px) {
    .max-lg\:container {
      max-width: 1540px;
    }
  }
}

@media not all and (min-width: 768px) {
  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  @media (min-width: 1300px) {
    .max-md\:container {
      max-width: 1300px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  @media (min-width: 1300px) {
    .max-md\:container {
      max-width: 1300px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  @media (min-width: 1540px) {
    .max-md\:container {
      max-width: 1540px;
    }
  }
}

.\*\:inline-block > * {
  display: inline-block;
}

.\*\:flex > * {
  display: flex;
}

.\*\:min-w-full > * {
  min-width: 100%;
}

.\*\:items-center > * {
  align-items: center;
}

.\*\:overflow-hidden > * {
  overflow: hidden;
}

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

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(90 23 2 / var(--tw-text-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:\*\:fill-primary > *:hover {
  fill: #5A1702;
}

.group\/phone:hover .group-hover\/phone\:visible {
  visibility: visible;
}

.group\/phone:hover .group-hover\/phone\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group\/phone:active .group-active\/phone\:visible {
  visibility: visible;
}

.group\/phone:active .group-active\/phone\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:flex {
  display: flex;
}

@media (max-width: 320px) {
  .max-\[320px\]\:text-fs30 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-\[40vh\] {
    bottom: 40vh;
  }

  .md\:left-\[-2vw\] {
    left: -2vw;
  }

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

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

  .md\:top-\[10vh\] {
    top: 10vh;
  }

  .md\:top-\[18vh\] {
    top: 18vh;
  }

  .md\:top-\[6vh\] {
    top: 6vh;
  }

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-fs14 {
    font-size: 14px;
  }

  .md\:text-fs16 {
    font-size: 16px;
  }

  .md\:text-fs18 {
    font-size: 18px;
  }

  .md\:text-fs20 {
    font-size: 20px;
  }

  .md\:text-fs26 {
    font-size: 26px;
  }

  .md\:text-fs40 {
    font-size: 40px;
  }

  .md\:text-fs42 {
    font-size: 42px;
  }

  .md\:text-fs58 {
    font-size: 58px;
  }

  .md\:text-fs60 {
    font-size: 60px;
  }
}

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

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-\[10vh\] {
    bottom: 10vh;
  }

  .lg\:bottom-\[40vh\] {
    bottom: 40vh;
  }

  .lg\:left-\[20vw\] {
    left: 20vw;
  }

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

  .lg\:right-\[1vw\] {
    right: 1vw;
  }

  .lg\:right-\[2vw\] {
    right: 2vw;
  }

  .lg\:right-\[30vw\] {
    right: 30vw;
  }

  .lg\:right-\[44vw\] {
    right: 44vw;
  }

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

  .lg\:top-\[1\.5vw\] {
    top: 1.5vw;
  }

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

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

  .lg\:mt-\[calc\(130px\+4rem\)\] {
    margin-top: calc(130px + 4rem);
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:min-h-\[460px\] {
    min-height: 460px;
  }

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

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-fs40 {
    font-size: 40px;
  }

  .lg\:text-fs58 {
    font-size: 58px;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-\[10vh\] {
    bottom: 10vh;
  }

  .xl\:bottom-\[40vh\] {
    bottom: 40vh;
  }

  .xl\:left-\[15vw\] {
    left: 15vw;
  }

  .xl\:left-\[34vw\] {
    left: 34vw;
  }

  .xl\:left-\[8vw\] {
    left: 8vw;
  }

  .xl\:right-\[2vw\] {
    right: 2vw;
  }

  .xl\:right-\[34vw\] {
    right: 34vw;
  }

  .xl\:right-\[8vw\] {
    right: 8vw;
  }

  .xl\:top-\[3vw\] {
    top: 3vw;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .xl\:grid-cols-\[1fr_minmax\(0\2c 200px\)\] {
    grid-template-columns: 1fr minmax(0,200px);
  }

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

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

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:bottom-\[10\%\] {
    bottom: 10%;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\33xl\:max-h-\[640px\] {
    max-height: 640px;
  }
}
