*, ::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.19 | 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;
}

:root {
  --nong-header-height: 76px;
  --nong-menu-anchor-offset: 140px;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 236 / var(--tw-bg-opacity, 1));
  font-family: K2D, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  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: 200ms;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.nong-site-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nong-site-header.is-solid,
  .nong-site-header.is-scrolled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border-color: rgba(0, 0, 0, 0.08);
  background-color: rgba(245, 241, 226, 0.96);
}

.nong-site-header.is-scrolled {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.nong-site-header.is-overlay {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-site-header.is-overlay .nong-menu-toggle {
  border-color: rgba(255, 255, 255, 1);
  background-color: transparent;
  color: #ffffff;
}

.nong-site-header.is-overlay.is-scrolled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.nong-site-header.is-overlay.is-scrolled .nong-menu-toggle {
  border-color: rgba(72, 104, 54, 1);
  background-color: rgba(72, 104, 54, 1);
  color: #ffffff;
}

.nong-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nong-brand__logo {
  height: auto;
  width: auto;
  max-height: 42px;
}

.nong-brand__logo--dark,
  .nong-site-header.is-scrolled .nong-brand__logo--light,
  .nong-site-header.is-solid .nong-brand__logo--light {
  display: none;
}

.nong-site-header.is-scrolled .nong-brand__logo--dark,
  .nong-site-header.is-solid .nong-brand__logo--dark {
  display: block;
}

.nong-nav ul,
  .nong-mobile-nav ul,
  .nong-footer-nav ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.nong-nav a,
  .nong-mobile-nav a,
  .nong-footer-nav a {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  text-decoration-line: none;
  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: 200ms;
}

.nong-nav a:hover,
  .nong-mobile-nav a:hover,
  .nong-footer-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
}

.nong-nav .current-menu-item > a,
  .nong-mobile-nav .current-menu-item > a,
  .nong-footer-nav .current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
}

.nong-menu-toggle {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-width: 1px;
  color: currentColor;
  border-color: rgba(72, 104, 54, 1);
  background-color: rgba(72, 104, 54, 1);
  color: #ffffff;
}

.nong-menu-toggle span {
  height: 0.125rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
  transform-origin: center;
}

.nong-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nong-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nong-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nong-mobile-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  position: fixed;
  top: var(--nong-header-height);
  left: 0;
  right: 0;
  z-index: 49;
  max-height: calc(100vh - var(--nong-header-height));
  overflow-y: auto;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.nong-mobile-menu[hidden],
  .nong-mobile-menu-backdrop[hidden] {
  display: none !important;
}

.nong-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(0, 0, 0, 0.28);
}

.nong-mobile-nav li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.nong-mobile-nav a {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nong-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 300ms;
}

.nong-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 164 105 / var(--tw-bg-opacity, 1));
}

.nong-button {
  border-color: #486836;
}

.nong-button--ghost {
  border-width: 1px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nong-button--ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-button--ghost {
  border-color: rgba(255, 255, 255, 1);
}

.nong-button--dark {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
}

.nong-button--dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-button--dark {
  border-color: rgba(72, 104, 54, 1);
}

.shadow-soft {
  box-shadow: none;
}

.nong-prose {
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(82, 82, 82, 1);
}

.nong-prose > * + * {
  margin-top: 1.5rem;
}

.nong-prose h2,
  .nong-prose h3,
  .nong-prose h4 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.nong-prose a {
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.nong-news-list article + article {
  border-top: 1px solid #dad8d4;
}

.nong-faq-item {
  border: 1px solid #dad8d4;
}

.nong-faq-item [aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-faq-item [aria-expanded="true"] .nong-faq-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-faq-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-top: 1px solid #dad8d4;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.32s ease, opacity 0.24s ease;
  will-change: height, opacity;
}

.nong-faq-panel.is-open {
  opacity: 1;
}

.nong-faq-panel__inner {
  display: block;
}

.nong-offer-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nong-offer-carousel::-webkit-scrollbar {
  display: none;
}

.nong-offer-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: rgba(72, 104, 54, 0.2);
  transition: background-color 0.24s ease, transform 0.24s ease;
}

.nong-offer-dot.is-active {
  background-color: rgba(72, 104, 54, 1);
  transform: scale(1.05);
}

.nong-menu-page__hero {
  padding-top: calc(var(--nong-header-height) + 44px);
}

.nong-about-page__hero {
  min-height: 80vh;
  padding-top: calc(var(--nong-header-height) + 96px);
  padding-bottom: 70px;
}

.nong-about-story-shell {
  background-image: var(--nong-about-story-line);
  background-repeat: no-repeat;
  background-position: 54px 60px;
  background-size: 4px calc(100% - 60px);
}

.nong-about-story {
  background-image: none;
}

.nong-about-gallery {
  --nong-about-gallery-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--nong-about-gallery-gap);
  align-items: flex-start;
}

.nong-about-gallery > button {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}

.nong-store-page {
  padding-top: calc(var(--nong-header-height) + 50px);
}

.nong-membership-page {
  padding-top: calc(var(--nong-header-height) + 50px);
}

.nong-news-page {
  padding-top: calc(var(--nong-header-height) + 50px);
}

.nong-news-single {
  padding-top: calc(var(--nong-header-height) + 50px);
}

.nong-careers-page {
  padding-top: calc(var(--nong-header-height) + 50px);
}

.nong-careers-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 10px 16px;
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nong-careers-tab:hover,
  .nong-careers-tab.is-active {
  color: rgba(72, 104, 54, 1);
  border-bottom-color: rgba(72, 104, 54, 1);
}

.nong-careers-grid {
  display: grid;
  gap: 20px;
}

.nong-careers-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.nong-careers-card__badge {
  position: absolute;
  top: -5px;
  right: 8px;
  width: 38px;
  height: auto;
}

.nong-careers-card__title {
  margin: 0;
  padding-right: 36px;
  color: rgba(82, 82, 82, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.nong-careers-card__title a {
  color: inherit;
  text-decoration: none;
}

.nong-careers-card__title a:hover {
  color: rgba(179, 21, 20, 1);
}

.nong-careers-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nong-careers-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.nong-careers-card__link {
  align-self: flex-start;
  border-bottom: 1px solid rgba(82, 82, 82, 1);
  padding-bottom: 4px;
  color: rgba(82, 82, 82, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

.nong-careers-card__link:hover {
  color: rgba(179, 21, 20, 1);
  border-color: rgba(179, 21, 20, 1);
}

.nong-careers-single__section-title {
  margin: 0;
  color: rgba(82, 82, 82, 1);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.nong-careers-single__divider {
  width: 80px;
  border-bottom: 4px solid rgba(72, 104, 54, 1);
  padding-top: 8px;
  margin-bottom:16px;
}

.nong-careers-single__meta-grid {
  display: grid;
  gap: 24px;
}

.nong-careers-single__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nong-careers-single__meta-label {
  margin: 0;
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.nong-careers-single__meta-value {
  margin: 0;
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.nong-careers-single__content {
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.nong-careers-single__content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.nong-careers-single__content > * + * {
  margin-top: 16px;
}

.nong-careers-single__content a {
  color: rgba(179, 21, 20, 1);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nong-news-card {
  border-top: 1px solid #dad8d4;
  padding-top: 10px;
}

.nong-news-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.nong-news-card__thumb {
  width: 130px;
  flex-shrink: 0;
  text-decoration: none;
}

.nong-news-card__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.nong-news-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.nong-news-card__copy {
  min-width: 0;
}

.nong-news-card__title {
  margin: 0 0 8px;
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.nong-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.nong-news-card__title a:hover {
  color: rgba(179, 21, 20, 1);
}

.nong-news-card__excerpt {
  margin: 0;
  color: rgba(82, 82, 82, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.nong-news-card__link {
  color: rgba(82, 82, 82, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nong-news-card__link:hover {
  color: rgba(179, 21, 20, 1);
}

.nong-news-single__content {
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.nong-news-single__content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.nong-news-single__content > * + * {
  margin-top: 20px;
}

.nong-news-single__content h2,
  .nong-news-single__content h3,
  .nong-news-single__content h4 {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  line-height: 1.3;
}

.nong-news-single__content a {
  color: rgba(179, 21, 20, 1);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nong-news-single__content img {
  height: auto;
  max-width: 100%;
}

.nong-membership-prose {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  text-align: justify;
}

.nong-membership-prose > * {
  margin-top: 0;
  margin-bottom: 0;
}

.nong-membership-prose > * + * {
  margin-top: 20px;
}

.nong-membership-prose > :first-child {
  margin-top: 0;
}

.nong-membership-prose > h1:first-child,
  .nong-membership-prose > h2:first-child,
  .nong-membership-prose > h3:first-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 821px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nong-membership-prose > h1:first-child + *,
  .nong-membership-prose > h2:first-child + *,
  .nong-membership-prose > h3:first-child + * {
  margin-top: 12px;
}

.nong-membership-prose img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nong-membership-prose p{
  margin-bottom:5px;
}

.nong-store-tab {
  display: inline-flex;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 226 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 200ms;
  border-color: rgba(72, 104, 54, 1);
  margin-left: -1px;
}

.nong-store-tab:first-child {
  margin-left: 0;
}

.nong-store-tab:hover {
  background-color: rgba(130, 164, 105, 1);
  color: rgba(245, 241, 226, 1);
}

.nong-store-tab.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nong-store-panel[hidden] {
  display: none !important;
}

.nong-menu-page__sticky-nav {
  top: var(--nong-header-height);
}

.nong-menu-section {
  scroll-margin-top: var(--nong-menu-anchor-offset);
}

@media (min-width: 640px) {
  .nong-menu-page__hero {
    padding-top: calc(var(--nong-header-height) + 72px);
  }

  .nong-about-page__hero {
    min-height: 960px;
    padding-top: calc(var(--nong-header-height) + 140px);
    padding-bottom: 0;
  }

  .nong-about-story {
    background-position: 75px 0;
  }

  .nong-about-story-shell {
    background-position: 75px 82px;
    background-size: 4px calc(100% - 82px);
  }

  .nong-about-gallery {
    --nong-about-gallery-gap: 5px;
  }

  .nong-store-page {
    padding-top: calc(var(--nong-header-height) + 50px);
  }

  .nong-membership-page {
    padding-top: calc(var(--nong-header-height) + 50px);
  }

  .nong-membership-prose > h1:first-child,
    .nong-membership-prose > h2:first-child,
    .nong-membership-prose > h3:first-child {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .nong-about-story-shell {
    background-image: var(--nong-about-story-line);
    background-repeat: no-repeat;
    background-position: 143px 118px;
    background-size: 5px calc(100% - 118px);
  }

  .nong-about-story {
    background-image: none;
  }

  .nong-about-gallery {
    --nong-about-gallery-gap: 4px;
  }

  .nong-store-page {
    padding-top: calc(var(--nong-header-height) + 104px);
  }

  .nong-membership-page {
    padding-top: calc(var(--nong-header-height) + 104px);
  }
}

.nong-menu-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.88);
}

.nong-menu-lightbox[hidden] {
  display: none !important;
}

.nong-menu-lightbox__backdrop {
  position: absolute;
  inset: 0;
}

.nong-menu-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1280px;
  max-height: 100%;
  flex-direction: column;
  gap: 16px;
}

.nong-menu-lightbox__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fafafa;
}

.nong-menu-lightbox__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.nong-menu-lightbox__count {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: rgba(250, 250, 250, 0.12);
  color: rgba(250, 250, 250, 0.92);
  font-size: 14px;
  line-height: 1.4;
}

.nong-menu-lightbox__pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 2;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 8px 14px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fafafa;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.nong-menu-lightbox__stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.nong-menu-lightbox__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.nong-menu-lightbox__figure img {
  display: block;
  max-height: calc(100vh - 170px);
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}

.nong-menu-lightbox__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nong-menu-lightbox__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: rgba(250, 250, 250, 0.28);
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease;
}

.nong-menu-lightbox__dot:hover,
  .nong-menu-lightbox__dot.is-active {
  background: rgba(250, 250, 250, 1);
  transform: scale(1.08);
}

.nong-menu-lightbox__nav,
  .nong-menu-lightbox__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: rgba(250, 250, 250, 0.14);
  color: #fafafa;
  cursor: pointer;
  transition: background-color 0.24s ease, transform 0.24s ease;
}

.nong-menu-lightbox__nav:hover,
  .nong-menu-lightbox__close:hover {
  background: rgba(250, 250, 250, 0.22);
}

.nong-menu-lightbox__nav {
  width: 52px;
  height: 52px;
  border-radius: 9999px;
}

.nong-menu-lightbox__close {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
}

.nong-menu-lightbox__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transform: translateY(-1px);
}

.nong-menu-lightbox__nav .nong-menu-lightbox__icon {
  font-size: 34px;
}

.nong-menu-lightbox__close .nong-menu-lightbox__icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .nong-menu-lightbox {
    padding: 12px;
  }

  .nong-menu-lightbox__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .nong-menu-lightbox__title {
    font-size: 16px;
  }

  .nong-menu-lightbox__stage {
    grid-template-columns: 1fr;
  }

  .nong-menu-lightbox__figure img {
    max-height: calc(100vh - 220px);
  }

  .nong-menu-lightbox__pagination {
    bottom: 12px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .nong-menu-lightbox__dots {
    gap: 7px;
  }

  .nong-menu-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .nong-menu-lightbox__nav[data-direction='prev'] {
    left: 8px;
  }

  .nong-menu-lightbox__nav[data-direction='next'] {
    right: 8px;
  }
}

.nong-footer-cta {
  background-image: url("/wp-content/uploads/2024/06/BGfooter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nong-footer-hours {
  background-image: linear-gradient(rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0.25)), url("/wp-content/uploads/2024/06/nongfarmtogrill-com-qv8ECI5Kav.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-477 .nong-footer-cta {
  display: none;
}

@media (min-width: 768px) {
  .nong-careers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

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

  .nong-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }

  .nong-news-card {
    padding-top: 24px;
  }

  .nong-news-card__title {
    line-height: 1.6;
  }
}

@media (min-width: 1024px) {
  .nong-careers-page {
    padding-top: calc(var(--nong-header-height) + 104px);
  }

  .nong-careers-grid {
    row-gap: 32px;
  }

  .nong-news-page {
    padding-top: calc(var(--nong-header-height) + 88px);
  }

  .nong-news-single {
    padding-top: calc(var(--nong-header-height) + 104px);
  }

  .nong-news-grid {
    -moz-column-gap: 36px;
         column-gap: 36px;
    row-gap: 34px;
  }

  .nong-news-card__inner {
    gap: 44px;
  }

  .nong-news-card__thumb {
    width: 200px;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-20 {
  bottom: 5rem;
}

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

.right-2 {
  right: 0.5rem;
}

.top-\[-50px\] {
  top: -50px;
}

.isolate {
  isolation: isolate;
}

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

.z-\[1\] {
  z-index: 1;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[99\] {
  z-index: 99;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotate-\[50deg\] {
  --tw-rotate: 50deg;
  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-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[30px\] {
  gap: 30px;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#dad8d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 216 212 / var(--tw-border-opacity, 1));
}

.border-brand-deep\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

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

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

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

.bg-brand-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 236 / var(--tw-bg-opacity, 1));
}

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

.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(72 104 54 / var(--tw-bg-opacity, 1));
}

.bg-brand-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 226 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[15px\] {
  padding: 15px;
}

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

.pt-1 {
  padding-top: 0.25rem;
}

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

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

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

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

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

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

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

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

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

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

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

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

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.text-\[\#B31514\] {
  --tw-text-opacity: 1;
  color: rgb(179 21 20 / var(--tw-text-opacity, 1));
}

.text-\[\#fafafa\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-brand-copy {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

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

.text-brand-gold {
  --tw-text-opacity: 1;
  color: rgb(216 167 34 / var(--tw-text-opacity, 1));
}

.text-brand-ink {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-brand-ink\/75 {
  color: rgb(51 51 51 / 0.75);
}

.text-brand-muted {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
}

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

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

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

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

.shadow-\[0_22px_15px_-15px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 22px 15px -15px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 22px 15px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:text-brand-red:hover {
  --tw-text-opacity: 1;
  color: rgb(72 104 54 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-sand:hover {
  --tw-text-opacity: 1;
  color: rgb(245 241 226 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.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: 640px) {
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .sm\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

  .sm\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

  .sm\:grid-cols-\[150px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 150px minmax(0,1fr);
  }

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

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

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .sm\:gap-\[15px\] {
    gap: 15px;
  }

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

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .sm\:pt-\[100px\] {
    padding-top: 100px;
  }

  .sm\:pt-\[106px\] {
    padding-top: 106px;
  }

  .sm\:pt-\[60px\] {
    padding-top: 60px;
  }

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

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

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

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

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

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:leading-\[1\.6\] {
    line-height: 1.6;
  }
}

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

  .md\:left-0 {
    left: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 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\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[45px\] {
    gap: 45px;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-y-\[34px\] {
    row-gap: 34px;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:right-3 {
    right: 0.75rem;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .lg\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }

  .lg\:grid-cols-\[401px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 401px minmax(0,1fr);
  }

  .lg\:grid-cols-\[480px_680px\] {
    grid-template-columns: 480px 680px;
  }

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

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

  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }

  .lg\:pt-\[88px\] {
    padding-top: 88px;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

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

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

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

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

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

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-\[45px\] {
    gap: 45px;
  }

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

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