/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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: soleil, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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: 0.0625rem; /* 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. 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-size: 1em; /* 2 */
}

/*
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: -0.125rem; /* 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: 0rem;
  --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: 0rem;
  --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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 40rem) {

  .container {
    max-width: 40rem;
  }
}
@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
  }
}
@media (min-width: 64rem) {

  .container {
    max-width: 64rem;
  }
}
@media (min-width: 80rem) {

  .container {
    max-width: 80rem;
  }
}
@media (min-width: 96rem) {

  .container {
    max-width: 96rem;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[0\] {
  bottom: 0;
}
.left-0 {
  left: 0rem;
}
.left-2 {
  left: 0.5rem;
}
.left-\[-15\%\] {
  left: -15%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[60\%\] {
  height: 60%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!h-full {
  height: 100% !important;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.max-h-\[80rem\] {
  max-height: 80rem;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[130\%\] {
  width: 130%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-none {
  max-width: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  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-x-\[-100\%\] {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --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-x-\[0\%\] {
  --tw-translate-x: 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));
}
.translate-y-0 {
  --tw-translate-y: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  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-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[80\%\] {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  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));
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-8 {
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.rounded-full {
  border-radius: 624.9375rem;
}
.border {
  border-width: 0.0625rem;
}
.border-2 {
  border-width: 0.125rem;
}
.border-b {
  border-bottom-width: 0.0625rem;
}
.border-t {
  border-top-width: 0.0625rem;
}
.border-\[\#293A47\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 58 71 / var(--tw-border-opacity));
}
.border-\[\#D6D1CE\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 209 206 / var(--tw-border-opacity));
}
.border-b-gray-600\/25 {
  border-bottom-color: hsla(197, 3%, 52%, 0.25);
}
.border-t-gray-600\/25 {
  border-top-color: hsla(197, 3%, 52%, 0.25);
}
.bg-\[\#293A47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 58 71 / var(--tw-bg-opacity));
}
.bg-\[\#D6D1CE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 209 206 / var(--tw-bg-opacity));
}
.bg-brand-accent600 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 110 46 / var(--tw-bg-opacity));
}
.bg-brand-backgroundDark {
  background-color: hsla(198, 3%, 74%, 1);
}
.bg-brand-backgroundLight {
  background-color: hsla(198, 20%, 98%, 1);
}
.bg-brand-backgroundMedium {
  background-color: hsla(198, 3%, 74%, 1);
}
.bg-white {
  background-color: hsla(0, 0%, 100%, 1);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-brand-backgroundLight {
  --tw-gradient-from: hsla(198, 20%, 98%, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(198, 20%, 98%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: hsla(0, 0%, 100%, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/0 {
  --tw-gradient-from: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-brand-backgroundLight\/90 {
  --tw-gradient-to: hsla(198, 20%, 98%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(198, 20%, 98%, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/0 {
  --tw-gradient-to: hsla(0, 0%, 100%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/90 {
  --tw-gradient-to: hsla(0, 0%, 100%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-brand-backgroundLight\/10 {
  --tw-gradient-to: hsla(198, 20%, 98%, 0.1) var(--tw-gradient-to-position);
}
.to-white\/10 {
  --tw-gradient-to: hsla(0, 0%, 100%, 0.1) var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-ivy {
  font-family: ivypresto-display, serif;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-md {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.88rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-brand-accent600 {
  --tw-text-opacity: 1;
  color: rgb(153 110 46 / var(--tw-text-opacity));
}
.text-gray-600 {
  color: hsla(197, 3%, 52%, 1);
}
.text-gray-900 {
  color: hsla(194, 4%, 19%, 1);
}
.text-white {
  color: hsla(0, 0%, 100%, 1);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-80 {
  opacity: 0.8;
}
.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;
}
.delay-0 {
  transition-delay: 0s;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-\[300ms\] {
  transition-delay: 300ms;
}
.delay-\[600ms\] {
  transition-delay: 600ms;
}
.delay-\[700ms\] {
  transition-delay: 700ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[\.65s\] {
  transition-duration: .65s;
}
.duration-\[1\.3s\] {
  transition-duration: 1.3s;
}
.duration-\[1\.7s\] {
  transition-duration: 1.7s;
}
.duration-\[1300ms\] {
  transition-duration: 1300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.style-1 {
  font-family: ivypresto-display, serif;
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 48rem) {

  .style-1 {
    font-size: 3.625rem;
  }
}
.style-2 {
  font-family: ivypresto-display, serif;
  font-size: 2rem;
}
@media (min-width: 48rem) {

  .style-2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.style-3 {
  font-family: ivypresto-display, serif;
  font-size: 2rem;
}
@media (min-width: 48rem) {

  .style-3 {
    font-size: 2.375rem;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
            display: none;
        }
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
body {
  color: hsla(194, 4%, 19%, 1);
}
h1, h2, h3, h4, h5, h6, p {
  color: hsla(194, 4%, 19%, 1);
}
.primary-button {
  height: auto;
  border-radius: 624.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153 110 46 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: hsla(0, 0%, 100%, 1);
  transition-duration: 500ms;
}
.primary-button:hover {
  --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-saturate: saturate(1.5);
  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);
}
.primary-button.light {
  background-color: hsla(0, 0%, 100%, 1);
}
.primary-button.light {
  --tw-text-opacity: 1;
  color: rgb(153 110 46 / var(--tw-text-opacity));
}
.arrow-btn:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 14 7'%3E%3Cpath fill='%23731A1F' d='M12.3 3.1 9.3.6C9.2.5 9 .5 8.8.5c-.2.1-.3.3-.3.5v2h-8v1h8v2c0 .2.1.4.3.5H9c.1 0 .2 0 .3-.1l3-2.5c.1-.1.2-.2.2-.4s-.1-.3-.2-.4z'/%3E%3C/svg%3E");
    }
.arrow-btn-parent:hover .arrow-btn:after, .arrow-btn-parent:active .arrow-btn:after {
            opacity: 1;
            transform: translateY(.25rem);
        }
.visit-page-new .small {
        text-wrap: pretty;
    }
.visit-page-new .secondary-description a {
  position: relative;
}
.visit-page-new .secondary-description a {
  --tw-text-opacity: 1;
  color: rgb(153 110 46 / var(--tw-text-opacity));
}
.visit-page-new .secondary-description a {
  text-decoration-line: underline;
}
.visit-page-new .secondary-description a {
  transition-duration: 500ms;
}
.visit-page-new .secondary-description a {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.visit-page-new p a {
  position: relative;
}
.visit-page-new p a {
  --tw-text-opacity: 1;
  color: rgb(153 110 46 / var(--tw-text-opacity));
}
.visit-page-new p a {
  text-decoration-line: underline;
}
.visit-page-new p a {
  transition-duration: 500ms;
}
.visit-page-new p a {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.visit-page-new p a.primary-button {
  color: hsla(0, 0%, 100%, 1);
}
.visit-page-new p a.primary-button {
  text-decoration-line: none;
}
.product-carousel {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 48rem) {

  .product-carousel {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.product-carousel button:disabled {
        opacity: 0;
        cursor: not-allowed;
      }
.product-carousel li {
  position: relative;
}
.product-carousel li {
  width: 100%;
}
.product-carousel li {
  flex-shrink: 0;
}
.product-carousel li {
  scroll-snap-align: start;
}
.product-carousel li {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.product-carousel li {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 48rem) {

  .product-carousel li {
    width: 33.333333%;
  }
}
@media (min-width: 48rem) {

  .product-carousel li {
    scroll-snap-align: center;
  }
}
@media (min-width: 48rem) {

  .product-carousel li {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.product-carousel li.placeholder {
  display: none;
}
@media (min-width: 48rem) {

  .product-carousel li.placeholder {
    display: block;
  }
}
.product-carousel li .product-carousel-image {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-carousel li .product-carousel-image {
  opacity: 0.8;
}
.product-carousel li .product-carousel-image {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-carousel li .product-carousel-image {
  transition-duration: .65s;
}
.product-carousel li .product-carousel-image {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {

  .product-carousel li .product-carousel-image {
    --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));
  }
}
@media (min-width: 48rem) {

  .product-carousel li .product-carousel-image {
    --tw-scale-x: 25%;
    --tw-scale-y: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.product-carousel li:after {
            content: '';
        }
.product-carousel li:after {
  position: absolute;
}
.product-carousel li:after {
  top: 20%;
}
.product-carousel li:after {
  left: -15%;
}
.product-carousel li:after {
  z-index: -1;
}
.product-carousel li:after {
  height: 60%;
}
.product-carousel li:after {
  width: 130%;
}
.product-carousel li:after {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-carousel li:after {
  background-color: hsla(198, 20%, 98%, 1);
}
.product-carousel li:after {
  opacity: 0;
}
.product-carousel li:after {
  transition-duration: 500ms;
}
.product-carousel li.active:after {
  --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));
}
.product-carousel li.active:after {
  opacity: 1;
}
.product-carousel li.active .product-carousel-image {
  --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));
}
.product-carousel li.active .product-carousel-image {
  opacity: 1;
}
.product-carousel li.active .product-carousel-image {
  transition-duration: 1.7s;
}
.product-carousel li.active .product-carousel-image {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {

  .product-carousel li.active .product-carousel-image {
    --tw-translate-x: 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));
  }
}
.product-carousel li.active .product-carousel-text h3, .product-carousel li.active .product-carousel-text p {
  --tw-translate-x: 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));
}
.product-carousel li.active .product-carousel-text h3, .product-carousel li.active .product-carousel-text p {
  opacity: 1;
}
.product-carousel li.active .product-carousel-text h3 {
  transition-delay: 200ms;
}
.product-carousel li.active .product-carousel-text p {
  transition-delay: 700ms;
}
.product-carousel a {
  display: flex;
}
.product-carousel a {
  align-items: center;
}
.product-carousel .product-carousel-text {
  width: 50%;
}
.product-carousel .product-carousel-text {
  overflow: hidden;
}
.product-carousel .product-carousel-text {
  text-align: left;
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  opacity: 0;
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  transition-delay: 0s;
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  transition-duration: 1300ms;
}
.product-carousel .product-carousel-text h3, .product-carousel .product-carousel-text p {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-carousel .product-carousel-text h3 {
  font-family: ivypresto-display, serif;
}
.product-carousel .product-carousel-text h3 {
  font-size: 2rem;
}
@media (min-width: 48rem) {

  .product-carousel .product-carousel-text h3 {
    font-size: 2.375rem;
  }
}
.product-carousel .product-carousel-image {
  width: 50%;
}
.product-carousel .product-carousel-image img {
        }
.clip-zoom-image {
    -webkit-clip-path: inset(10% 12.5% 10% 12.5%);
            clip-path: inset(10% 12.5% 10% 12.5%); /* 75% of width and 80% of height */
    overflow: hidden;
}
.clip-zoom-image .image img {
        transform: scale(1.15);
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
    }
.visit-bg-block {
  position: relative;
  z-index: 10;
  padding-left: 2rem;
  padding-top: 2rem;
}
.visit-bg-block:first-child:after {
  transition-delay: 75ms;
}
@media (min-width: 48rem) {

  .visit-bg-block p {
    max-width: 20rem;
  }
}
.visit-bg-block:nth-child(2):after {
  transition-delay: 300ms;
}
.visit-bg-block:nth-child(3):after {
  transition-delay: 600ms;
}
.visit-bg-block:after {
        content: '';
    }
.visit-bg-block:after {
  position: absolute;
}
.visit-bg-block:after {
  top: 0rem;
}
.visit-bg-block:after {
  left: 0rem;
}
.visit-bg-block:after {
  z-index: -1;
}
.visit-bg-block:after {
  display: block;
}
.visit-bg-block:after {
  aspect-ratio: 1 / 1;
}
.visit-bg-block:after {
  width: 33.333333%;
}
.visit-bg-block:after {
  --tw-translate-x: 2rem;
  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));
}
.visit-bg-block:after {
  --tw-translate-y: 2rem;
  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));
}
.visit-bg-block:after {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.visit-bg-block:after {
  background-color: hsla(198, 3%, 74%, 1);
}
.visit-bg-block:after {
  opacity: 0.2;
}
.visit-bg-block:after {
  transition-duration: 1.3s;
}
.visit-bg-block:after {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {

  .visit-bg-block:after {
    width: 40%;
  }
}
.visit-bg-block.active:after {
  --tw-translate-x: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.visit-bg-block.active:after {
  --tw-translate-y: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.visit-bg-block.active:after {
  --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));
}
.notice p {
  padding-top: 1rem;
}
.visit-block ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.visit-block ul li {
  margin-bottom: 1rem;
}
.visit-block ul li {
  list-style-position: inside;
}
.visit-block ul li {
  list-style-type: disc;
}
.visit-block ul li {
  color: hsla(197, 3%, 52%, 1);
}
.tasting-option {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 48rem) {

  .tasting-option {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.tasting-option .text {
  width: 100%;
}
.tasting-option .text {
  padding-top: 1rem;
}
@media (min-width: 48rem) {

  .tasting-option .text {
    width: 60%;
  }
}
@media (min-width: 48rem) {

  .tasting-option .text {
    padding-top: 0rem;
  }
}
@media (min-width: 48rem) {

  .tasting-option .text {
    padding-left: 4rem;
  }
}
.tasting-option .text p:empty {
  display: none;
}
.tasting-option .text .subline {
  margin-bottom: 1.5rem;
}
.tasting-option .text .subline {
  font-weight: 700;
}
.tasting-option .text .secondary-description {
  margin-top: 1.5rem;
}
.tasting-option .text .secondary-description {
  font-size: 0.88rem;
}
.tasting-option .text .secondary-description {
  color: hsla(197, 3%, 52%, 1);
}
.tasting-option .text .secondary-description:empty {
  display: none;
}
.tasting-option .text .primary-button {
  margin-top: 2rem;
}
.tasting-option .text .primary-button {
  display: inline-flex;
}
.tasting-option .text .primary-button:empty {
  display: none;
}
.tasting-option .text .under-button {
  margin-top: 0.5rem;
}
.tasting-option .text .under-button {
  font-size: 0.88rem;
}
.tasting-option .text .under-button {
  color: hsla(197, 3%, 52%, 1);
}
.tasting-option .text ul {
  padding-top: 1rem;
}
.tasting-option .text ul {
  padding-bottom: 0rem;
}
.tasting-option .text ul li {
  margin-bottom: 0.5rem;
}
.tasting-option .text ul li {
  list-style-position: inside;
}
.tasting-option .text ul li {
  list-style-type: disc;
}
.tasting-option .image {
  position: relative;
}
.tasting-option .image {
  aspect-ratio: 3/2;
}
.tasting-option .image {
  width: 100%;
}
.tasting-option .image {
  border-width: 0.125rem;
}
.tasting-option .image {
  --tw-border-opacity: 1;
  border-color: rgb(214 209 206 / var(--tw-border-opacity));
}
@media (min-width: 48rem) {

  .tasting-option .image {
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 48rem) {

  .tasting-option .image {
    width: 40%;
  }
}
.tasting-option .image.Paraduxx {
  --tw-border-opacity: 1;
  border-color: rgb(214 209 206 / var(--tw-border-opacity));
}
.tasting-option .image.Paraduxx .overlay-text {
  --tw-bg-opacity: 1;
  background-color: rgb(214 209 206 / var(--tw-bg-opacity));
}
.tasting-option .image.Paraduxx .overlay-text {
  color: hsla(194, 4%, 19%, 1);
}
.tasting-option .image.Portfolio {
  --tw-border-opacity: 1;
  border-color: rgb(41 58 71 / var(--tw-border-opacity));
}
.tasting-option .image.Portfolio .overlay-text {
  --tw-bg-opacity: 1;
  background-color: rgb(41 58 71 / var(--tw-bg-opacity));
}
.tasting-option .image .overlay-text {
  position: absolute;
}
.tasting-option .image .overlay-text {
  top: 0rem;
}
.tasting-option .image .overlay-text {
  left: 0rem;
}
.tasting-option .image .overlay-text {
  width: 100%;
}
.tasting-option .image .overlay-text {
  justify-content: center;
}
.tasting-option .image .overlay-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tasting-option .image .overlay-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tasting-option .image .overlay-text {
  text-align: center;
}
.tasting-option .image .overlay-text {
  font-family: ivypresto-display, serif;
}
.tasting-option .image .overlay-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tasting-option .image .overlay-text {
  text-transform: uppercase;
}
.tasting-option .image .overlay-text {
  line-height: 1;
}
.tasting-option .image .overlay-text {
  color: hsla(0, 0%, 100%, 1);
}
.winery-carousel {
  position: relative;
  display: flex;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  overflow: scroll;
  padding-bottom: 2rem;
}
.winery-carousel::-webkit-scrollbar {
            display: none;
        }
.winery-carousel {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
    scroll-padding: 2rem;
        }
/* Adjust as per need */
.winery-carousel .image {
  position: relative;
}
.winery-carousel .image {
  display: flex;
}
.winery-carousel .image {
  aspect-ratio: 5/4;
}
.winery-carousel .image {
  overflow: hidden;
}
.winery-carousel .image {
  transition-duration: 500ms;
}
@media (min-width: 48rem) {

  .winery-carousel .image {
    --tw-brightness: brightness(.9);
    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);
  }
}
.winery-carousel img {
  height: 100%;
}
.winery-carousel img {
  width: 100%;
}
.winery-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
.winery-carousel img {
  transition-duration: 500ms;
}
@media (min-width: 48rem) {

  .winery-carousel img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
  }
}
.winery-carousel h3 {
  margin-top: 1rem;
}
.winery-carousel h3 {
  transition-delay: 100ms;
}
.winery-carousel h3 {
  transition-duration: 500ms;
}
@media (min-width: 48rem) {

  .winery-carousel h3 {
    opacity: 0.7;
  }
}
.winery-carousel li {
  margin-left: 2rem;
  margin-right: 2rem;
}
.winery-carousel li {
  margin-right: 2rem;
}
.winery-carousel li {
  width: 50%;
}
.winery-carousel li {
  flex-shrink: 0;
}
.winery-carousel li {
  scroll-snap-align: start;
}
@media (min-width: 48rem) {

  .winery-carousel li {
    width: 33.333333%;
  }
}
@media (min-width: 64rem) {

  .winery-carousel li {
    width: 25%;
  }
}
.winery-carousel li.active h3, .winery-carousel li:hover h3 {
  opacity: 1;
}
.winery-carousel li.active .image, .winery-carousel li:hover .image {
  --tw-brightness: brightness(1);
  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);
}
.winery-carousel li.active img, .winery-carousel li:hover 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));
}
.winery-carousel li.active p, .winery-carousel li:hover p {
  --tw-translate-y: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.winery-carousel li.active p, .winery-carousel li:hover p {
  opacity: 1;
}
.winery-carousel h3 {
  margin-bottom: 0.5rem;
}
.winery-carousel h3 {
  line-height: 1;
}
.winery-carousel p {
  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;
}
.winery-carousel p {
  transition-delay: 300ms;
}
.winery-carousel p {
  transition-duration: 500ms;
}
.winery-carousel p {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {

  .winery-carousel p {
    --tw-translate-y: 1rem;
    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));
  }
}
@media (min-width: 48rem) {

  .winery-carousel p {
    opacity: 0;
  }
}
.mobile-truncate {
  position: relative;
  max-height: 6rem;
  overflow: hidden;
  padding-bottom: 4rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {

  .mobile-truncate {
    max-height: none;
    overflow: visible;
    padding-bottom: 0rem;
  }
}
.mobile-truncate.expanded {
  max-height: 80rem;
}
.mobile-truncate.expanded .see-more-btn {
  --tw-gradient-from: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.mobile-truncate.expanded .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.mobile-truncate.expanded .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
}
.mobile-truncate .see-more-btn {
  position: absolute;
}
.mobile-truncate .see-more-btn {
  bottom: 0;
}
.mobile-truncate .see-more-btn {
  left: 0rem;
}
.mobile-truncate .see-more-btn {
  width: 100%;
}
.mobile-truncate .see-more-btn {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.mobile-truncate .see-more-btn {
  --tw-gradient-from: hsla(0, 0%, 100%, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.mobile-truncate .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.mobile-truncate .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0.1) var(--tw-gradient-to-position);
}
.mobile-truncate .see-more-btn {
  padding-top: 2.5rem;
}
.mobile-truncate .see-more-btn {
  padding-bottom: 0.5rem;
}
.mobile-truncate .see-more-btn {
  font-size: 0.75rem;
}
.mobile-truncate .see-more-btn {
  font-weight: 700;
}
.mobile-truncate .see-more-btn {
  text-transform: uppercase;
}
.mobile-truncate .see-more-btn {
  --tw-text-opacity: 1;
  color: rgb(153 110 46 / var(--tw-text-opacity));
}
.mobile-truncate .see-more-btn {
  transition-duration: 300ms;
}
@media (min-width: 48rem) {

  .mobile-truncate .see-more-btn {
    display: none;
  }
}
.mobile-truncate.truncate-bg-lightgray .see-more-btn {
  --tw-gradient-from: hsla(198, 20%, 98%, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(198, 20%, 98%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.mobile-truncate.truncate-bg-lightgray .see-more-btn {
  --tw-gradient-to: hsla(198, 20%, 98%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(198, 20%, 98%, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.mobile-truncate.truncate-bg-lightgray .see-more-btn {
  --tw-gradient-to: hsla(198, 20%, 98%, 0.1) var(--tw-gradient-to-position);
}
.mobile-truncate.truncate-bg-lightgray.expanded .see-more-btn {
  --tw-gradient-from: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.mobile-truncate.truncate-bg-lightgray.expanded .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 100%, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.mobile-truncate.truncate-bg-lightgray.expanded .see-more-btn {
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
}
.hover\:saturate-150:hover {
  --tw-saturate: saturate(1.5);
  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);
}
.group:hover .group-hover\:scale-105 {
  --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));
}
@media (min-width: 48rem) {

  .md\:absolute {
    position: absolute;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:mb-0 {
    margin-bottom: 0rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

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

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:max-h-none {
    max-height: none;
  }

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

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

  .md\:w-10 {
    width: 2.5rem;
  }

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:translate-x-\[0\%\] {
    --tw-translate-x: 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));
  }

  .md\:translate-x-\[50\%\] {
    --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));
  }

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

  .md\:scale-\[25\%\] {
    --tw-scale-x: 25%;
    --tw-scale-y: 25%;
    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));
  }

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

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

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

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

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

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

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-y-0 {
    row-gap: 0rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

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

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

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

  .md\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

  .md\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

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

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
    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: 64rem) {

  .lg\:ml-12 {
    margin-left: 3rem;
  }
}
html::before {
  display: block;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: .9em;
  padding: 1.5em 1em 1.5em 4.5em;
  color: white;
  background-color: #DF4F5E;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%20512%20512%22%20enable-background%3D%22new%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23A82734%22%20id%3D%22warning-4-icon%22%20d%3D%22M228.55%2C134.812h54.9v166.5h-54.9V134.812z%20M256%2C385.188c-16.362%2C0-29.626-13.264-29.626-29.625c0-16.362%2C13.264-29.627%2C29.626-29.627c16.361%2C0%2C29.625%2C13.265%2C29.625%2C29.627C285.625%2C371.924%2C272.361%2C385.188%2C256%2C385.188z%20M256%2C90c91.742%2C0%2C166%2C74.245%2C166%2C166c0%2C91.741-74.245%2C166-166%2C166c-91.742%2C0-166-74.245-166-166C90%2C164.259%2C164.245%2C90%2C256%2C90z%20M256%2C50C142.229%2C50%2C50%2C142.229%2C50%2C256s92.229%2C206%2C206%2C206s206-92.229%2C206-206S369.771%2C50%2C256%2C50z%22%2F%3E%3C%2Fsvg%3E") .5em no-repeat, #DF4F5E linear-gradient(#DF4F5E, #CE3741);
  border: 1px solid #C64F4B;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #EB8A93, 0 0 .3em rgba(0,0,0, .5);
  white-space: pre-wrap;
  font-family: Menlo, Monaco, monospace;
  text-shadow: 0 1px #A82734;
  content: "src/css/screen.css\00000a12:5	Nested CSS was detected, but CSS nesting has not been configured correctly.
Please enable a CSS nesting plugin *before* Tailwind in your configuration.
See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting";
}
