@charset "UTF-8";
@font-face {
  font-family: "InriaSerif-Regular";
  src: url("../fonts/InriaSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InriaSerif-Bold";
  src: url("../fonts/InriaSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.contact-form-wrapper .input{
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(198 168 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.contact-form-wrapper .input::-moz-placeholder{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(44 30 33 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .input::placeholder{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(44 30 33 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .input:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 168 102 / var(--tw-ring-opacity, 1));
}
.contact-form-wrapper [type=checkbox]{
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0.3rem;
  display: inline-block;
  height: 2.0rem;
  width: 2.0rem;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 168 102 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.contact-form-wrapper [type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: -0.3rem;
  left: 0.2rem;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .input-wrap{
  width: 100%;
}
.contact-form-wrapper .input-container{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px){
  .contact-form-wrapper .input-container{
    flex-direction: row;
    gap: 1.5rem;
  }
}
.contact-form-wrapper .wpcf7-list-item-label{
  margin-left: 0px;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .wpcf7-list-item-label a{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.contact-form-wrapper .wpcf7-list-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .wpcf7-not-valid-tip{
  position: absolute;
  top: 3.2rem;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.2rem;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.contact-form-wrapper .wpcf7-list-item{
  margin-left: 0px;
}
.contact-form-wrapper .wpcf7-list-item label{
  display: flex;
  align-items: center;
  gap: 1.0rem;
}
.contact-form-wrapper .wpcf7-submit{
  margin-top: 2.0rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(44 30 33 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.contact-form-wrapper .wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
}
.contact-form-wrapper .wpcf7-response-output{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 168 102 / var(--tw-border-opacity, 1));
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.-mx-12{
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-10{
  margin-left: -1.0rem;
}
.mb-20{
  margin-bottom: 2.0rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-10{
  margin-left: 1.0rem;
}
.ml-20{
  margin-left: 2.0rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-10{
  margin-top: 1.0rem;
}
.mt-115{
  margin-top: 11.5rem;
}
.mt-15{
  margin-top: 1.5rem;
}
.mt-20{
  margin-top: 2.0rem;
}
.mt-25{
  margin-top: 2.5rem;
}
.mt-30{
  margin-top: 3.0rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 0.6rem;
}
.mt-8{
  margin-top: 0.8rem;
}
.mt-80{
  margin-top: 8rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!h-123{
  height: 12.3em !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-full{
  height: 100% !important;
}
.h-1{
  height: 0.25rem;
}
.h-20{
  height: 2.0rem;
}
.h-25{
  height: 2.5rem;
}
.h-40{
  height: 4.0rem;
}
.h-full{
  height: 100%;
}
.w-1\/4{
  width: 25%;
}
.w-150{
  width: 15rem;
}
.w-20{
  width: 2.0rem;
}
.w-25{
  width: 2.5rem;
}
.w-30{
  width: 3.0rem;
}
.w-40{
  width: 4.0rem;
}
.w-\[30\%\]{
  width: 30%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-80{
  min-width: 8rem;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --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));
}
.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;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-20{
  gap: 2.0rem;
}
.gap-30{
  gap: 3.0rem;
}
.gap-40{
  gap: 4.0rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-3{
  border-width: 0.3rem;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(44 30 33 / var(--tw-border-opacity, 1));
}
.border-gold{
  --tw-border-opacity: 1;
  border-color: rgb(198 168 102 / var(--tw-border-opacity, 1));
}
.border-white-800{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 240 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(44 30 33 / var(--tw-bg-opacity, 1));
}
.bg-gold{
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white-800{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-12{
  padding: 1.2rem;
}
.p-15{
  padding: 1.5rem;
}
.p-16{
  padding: 1.6rem;
}
.p-20{
  padding: 2.0rem;
}
.px-12{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-16{
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-20{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}
.px-25{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-40{
  padding-left: 4.0rem;
  padding-right: 4.0rem;
}
.py-10{
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}
.py-12{
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-15{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-16{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-20{
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}
.py-30{
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.pb-10{
  padding-bottom: 1.0rem;
}
.pb-20{
  padding-bottom: 2.0rem;
}
.pb-30{
  padding-bottom: 3.0rem;
}
.pl-0{
  padding-left: 0px;
}
.pr-0{
  padding-right: 0px;
}
.pr-12{
  padding-right: 1.2rem;
}
.pt-20{
  padding-top: 2.0rem;
}
.pt-210{
  padding-top: 21rem;
}
.pt-\[56\.25\%\]{
  padding-top: 56.25%;
}
.pt-\[70\%\]{
  padding-top: 70%;
}
.text-center{
  text-align: center;
}
.font-inriaSerifBold{
  font-family: InriaSerif-Bold, sans-serif;
}
.font-inriaSerifRegular{
  font-family: InriaSerif-Regular, sans-serif;
}
.text-12{
  font-size: 1.2rem;
}
.text-14{
  font-size: 1.4rem;
}
.text-16{
  font-size: 1.6rem;
}
.text-18{
  font-size: 1.8rem;
}
.text-20{
  font-size: 2rem;
}
.text-24{
  font-size: 2.4rem;
}
.text-28{
  font-size: 2.8rem;
}
.text-32{
  font-size: 3.2rem;
}
.text-80{
  font-size: 8rem;
}
.uppercase{
  text-transform: uppercase;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-15{
  line-height: 1.5rem;
}
.leading-35{
  line-height: 3.5rem;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(44 30 33 / var(--tw-text-opacity, 1));
}
.text-gold{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}
.text-white-800{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(246 221 93 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  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-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
:root {
  --base-rem-size: 10px;
  --gold: #c6a866;
}

html {
  font-size: var(--base-rem-size);
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(44 30 33 / var(--tw-bg-opacity, 1));
}

::-moz-selection{
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

::selection{
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.loading-spinner{
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 30 33 / var(--tw-border-opacity, 1));
  border-radius: 50%;
  border-top: 2px solid transparent;
  animation: spin 0.6s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 30, 33, 0.49);
  z-index: 10;
}

.main-header {
  opacity: 0.8;
  transition: all 0.3s;
  border-bottom-width: 2px;
  border-color: transparent;
}

.tab-wrapper .active-tab{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}

.hamburger-toggle>div::after{
  --tw-translate-y: 0px;
  --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));
}

.hamburger-toggle>div::before{
  --tw-translate-y: 0px;
  --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));
}

.hamburger-toggle>div{
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
}

.header-navigation{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -50;
  width: 100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 1.6rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 168 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 30 33 / var(--tw-bg-opacity, 1));
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 992px){
  .header-navigation{
    position: relative;
    z-index: 0;
    width: auto;
    --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));
    transform: none;
    flex-direction: row;
    row-gap: 0px;
    border-style: none;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header-navigation ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.0rem;
}
@media (min-width: 992px){
  .header-navigation ul{
    flex-direction: row;
    align-items: flex-end;
  }
}
.header-navigation ul .current-menu-item{
  --tw-text-opacity: 1 !important;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1)) !important;
}
.header-navigation ul li{
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.header-navigation ul li a{
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header-navigation ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}

.header-navigation.active{
  z-index: -50;
  width: 100%;
  --tw-translate-y: 8.3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(44 30 33 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px){
  .header-navigation.active{
    --tw-translate-y: 11rem;
    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));
  }
}

.swiper-pagination {
  position: relative !important;
  margin-top: 3.0rem;
}
.swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
}
.swiper-pagination .swiper-pagination-bullet{
  height: 1.0rem;
  width: 1.0rem;
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
}

.content-section{
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6{
  margin-bottom: 2.0rem;
  text-align: center;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 2.8rem;
  line-height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6{
    margin-bottom: 4.5rem;
    text-align: left;
    line-height: 4.5rem;
  }
}
.content-section p{
  margin-bottom: 1.25rem;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section a{
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.content-section a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section ul{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section ul li{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section ol{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.content-section ol li{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

.wrapper-text h1, .wrapper-text h2, .wrapper-text h3, .wrapper-text h4, .wrapper-text h5, .wrapper-text h6{
  margin-bottom: 2.0rem;
  text-align: center;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 2.8rem;
  line-height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .wrapper-text h1, .wrapper-text h2, .wrapper-text h3, .wrapper-text h4, .wrapper-text h5, .wrapper-text h6{
    margin-bottom: 4.5rem;
    text-align: left;
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.wrapper-text p{
  margin-bottom: 1.25rem;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text p{
    font-size: 2rem;
  }
}
.wrapper-text a{
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wrapper-text a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text a{
    font-size: 2rem;
  }
}
.wrapper-text ul{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text ul{
    font-size: 2rem;
  }
}
.wrapper-text ul li{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.wrapper-text ol{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text ol{
    font-size: 2rem;
  }
}
.wrapper-text ol li{
  font-family: InriaSerif-Bold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

.wrapper-text-page h1, .wrapper-text-page h2, .wrapper-text-page h3, .wrapper-text-page h4, .wrapper-text-page h5, .wrapper-text-page h6{
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 2rem;
  line-height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .wrapper-text-page h1, .wrapper-text-page h2, .wrapper-text-page h3, .wrapper-text-page h4, .wrapper-text-page h5, .wrapper-text-page h6{
    text-align: left;
    font-size: 2.8rem;
    line-height: 4.5rem;
  }
}
.wrapper-text-page p{
  margin-bottom: 1.25rem;
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text-page p{
    font-size: 1.8rem;
  }
}
.wrapper-text-page ul{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.wrapper-text-page ul li{
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text-page ul li{
    font-size: 1.8rem;
  }
}
.wrapper-text-page ol{
  margin-left: 3.0rem;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
.wrapper-text-page ol li{
  font-family: InriaSerif-Bold, sans-serif;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .wrapper-text-page ol li{
    font-size: 1.8rem;
  }
}

.box-price del {
  font-size: 2rem !important;
}
.box-price ins{
  text-decoration-line: none;
}

.text-detail-product ul{
  list-style-type: disc;
  font-family: InriaSerif-Regular, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

.footer-map iframe{
  height: 100%;
  width: 100%;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:w-30::before{
  content: var(--tw-content);
  width: 3.0rem;
}

.before\:-translate-y-\[0\.6rem\]::before{
  content: var(--tw-content);
  --tw-translate-y: -0.6rem;
  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));
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-gold::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
}

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

.before\:duration-150::before{
  content: var(--tw-content);
  transition-duration: 150ms;
}

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

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-30::after{
  content: var(--tw-content);
  width: 3.0rem;
}

.after\:translate-y-\[0\.6rem\]::after{
  content: var(--tw-content);
  --tw-translate-y: 0.6rem;
  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));
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-gold::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 102 / var(--tw-bg-opacity, 1));
}

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

.after\:duration-150::after{
  content: var(--tw-content);
  transition-duration: 150ms;
}

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

.last\:border-b-transparent:last-child{
  border-bottom-color: transparent;
}

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

.hover\:text-gold:hover{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.group:hover .group-hover\:rotate-\[20deg\]{
  --tw-rotate: 20deg;
  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));
}

.group:hover .group-hover\:text-gold{
  --tw-text-opacity: 1;
  color: rgb(198 168 102 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:blur-sm{
  --tw-blur: blur(4px);
  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);
}

@media (min-width: 480px){
  .min480\:w-1\/2{
    width: 50%;
  }
  .min480\:w-3\/4{
    width: 75%;
  }
  .min480\:w-\[80\%\]{
    width: 80%;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-mx-12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-45{
    margin-bottom: 4.5rem;
  }
  .md\:mt-12{
    margin-top: 1.2rem;
  }
  .md\:mt-135{
    margin-top: 13.5rem;
  }
  .md\:mt-20{
    margin-top: 2.0rem;
  }
  .md\:mt-30{
    margin-top: 3.0rem;
  }
  .md\:mt-40{
    margin-top: 4.0rem;
  }
  .md\:mt-50{
    margin-top: 5.0rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-30{
    height: 3.0rem;
  }
  .md\:h-40{
    height: 4.0rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-30{
    width: 3.0rem;
  }
  .md\:w-40{
    width: 4.0rem;
  }
  .md\:w-\[35\%\]{
    width: 35%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:min-w-123{
    min-width: 12.3em;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-50{
    gap: 5.0rem;
  }
  .md\:border-l-3{
    border-left-width: 0.3rem;
  }
  .md\:p-25{
    padding: 2.5rem;
  }
  .md\:px-40{
    padding-left: 4.0rem;
    padding-right: 4.0rem;
  }
  .md\:px-58{
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
  .md\:py-10{
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }
  .md\:py-210{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .md\:py-60{
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-60{
    padding-bottom: 6.0rem;
  }
  .md\:pl-12{
    padding-left: 1.2rem;
  }
  .md\:pl-45{
    padding-left: 4.5rem;
  }
  .md\:pr-12{
    padding-right: 1.2rem;
  }
  .md\:pr-45{
    padding-right: 4.5rem;
  }
  .md\:pt-\[80\%\]{
    padding-top: 80%;
  }
  .md\:text-start{
    text-align: start;
  }
  .md\:text-128{
    font-size: 12.8rem;
  }
  .md\:text-14{
    font-size: 1.4rem;
  }
  .md\:text-18{
    font-size: 1.8rem;
  }
  .md\:text-20{
    font-size: 2rem;
  }
  .md\:text-24{
    font-size: 2.4rem;
  }
  .md\:text-28{
    font-size: 2.8rem;
  }
  .md\:text-32{
    font-size: 3.2rem;
  }
  .md\:text-40{
    font-size: 4rem;
  }
  .md\:leading-25{
    line-height: 2.5rem;
  }
}

@media (min-width: 992px){
  .min992\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .min992\:mb-0{
    margin-bottom: 0px;
  }
  .min992\:ml-20{
    margin-left: 2.0rem;
  }
  .min992\:hidden{
    display: none;
  }
  .min992\:w-1\/3{
    width: 33.333333%;
  }
  .min992\:w-1\/4{
    width: 25%;
  }
  .min992\:w-2\/5{
    width: 40%;
  }
  .min992\:w-\[15\%\]{
    width: 15%;
  }
  .min992\:w-auto{
    width: auto;
  }
  .min992\:items-start{
    align-items: flex-start;
  }
  .min992\:justify-between{
    justify-content: space-between;
  }
  .min992\:border-b-0{
    border-bottom-width: 0px;
  }
  .min992\:border-r-3{
    border-right-width: 0.3rem;
  }
  .min992\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .min992\:py-40{
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
  }
  .min992\:last\:border-r-transparent:last-child{
    border-right-color: transparent;
  }
}
/*# sourceMappingURL=output.css.map */
