@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
*, ::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.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 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] {
  display: none;
}.collapse{
  visibility: collapse;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.right-0{
  right: 0px;
}.right-5{
  right: 1.25rem;
}.top-0{
  top: 0px;
}.top-20{
  top: 5rem;
}.-z-0{
  z-index: 0;
}.-z-10{
  z-index: -10;
}.-z-20{
  z-index: -20;
}.-z-30{
  z-index: -30;
}.-z-40{
  z-index: -40;
}.-z-50{
  z-index: -50;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[11\]{
  z-index: 11;
}.z-\[9\]{
  z-index: 9;
}.z-auto{
  z-index: auto;
}.order-first{
  order: -9999;
}.col-span-10{
  grid-column: span 10 / span 10;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-start-1{
  grid-column-start: 1;
}.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}.mb-\[7\.5px\]{
  margin-bottom: 7.5px;
}.ml-7{
  margin-left: 1.75rem;
}.ml-auto{
  margin-left: auto;
}.mt-px{
  margin-top: 1px;
}.block{
  display: block;
}.flex{
  display: flex;
}.hidden{
  display: none;
}.h-\[1\.6px\]{
  height: 1.6px;
}.h-full{
  height: 100%;
}.min-h-\[100svh\]{
  min-height: 100svh;
}.w-\[120px\]{
  width: 120px;
}.w-\[28px\]{
  width: 28px;
}.w-full{
  width: 100%;
}.w-\[80px\]{
  width: 80px;
}.flex-grow{
  flex-grow: 1;
}.-translate-y-\[4px\]{
  --tw-translate-y: -4px;
  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-\[4px\]{
  --tw-translate-y: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-rotate-\[45deg\]{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}.rotate-\[45deg\]{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.flex-col{
  flex-direction: column;
}.items-start{
  align-items: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-10{
  gap: 2.5rem;
}.gap-\[20px\]{
  gap: 20px;
}.gap-\[15px\]{
  gap: 15px;
}.overflow-auto{
  overflow: auto;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(25 82 14 / var(--tw-border-opacity));
}.\!bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity)) !important;
}.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 237 / var(--tw-bg-opacity));
}.bg-beige\/0{
  background-color: rgb(252 250 237 / 0);
}.bg-beige\/10{
  background-color: rgb(252 250 237 / 0.1);
}.bg-beige\/100{
  background-color: rgb(252 250 237 / 1);
}.bg-beige\/15{
  background-color: rgb(252 250 237 / 0.15);
}.bg-beige\/20{
  background-color: rgb(252 250 237 / 0.2);
}.bg-beige\/25{
  background-color: rgb(252 250 237 / 0.25);
}.bg-beige\/30{
  background-color: rgb(252 250 237 / 0.3);
}.bg-beige\/35{
  background-color: rgb(252 250 237 / 0.35);
}.bg-beige\/40{
  background-color: rgb(252 250 237 / 0.4);
}.bg-beige\/45{
  background-color: rgb(252 250 237 / 0.45);
}.bg-beige\/5{
  background-color: rgb(252 250 237 / 0.05);
}.bg-beige\/50{
  background-color: rgb(252 250 237 / 0.5);
}.bg-beige\/55{
  background-color: rgb(252 250 237 / 0.55);
}.bg-beige\/60{
  background-color: rgb(252 250 237 / 0.6);
}.bg-beige\/65{
  background-color: rgb(252 250 237 / 0.65);
}.bg-beige\/70{
  background-color: rgb(252 250 237 / 0.7);
}.bg-beige\/75{
  background-color: rgb(252 250 237 / 0.75);
}.bg-beige\/80{
  background-color: rgb(252 250 237 / 0.8);
}.bg-beige\/85{
  background-color: rgb(252 250 237 / 0.85);
}.bg-beige\/90{
  background-color: rgb(252 250 237 / 0.9);
}.bg-beige\/95{
  background-color: rgb(252 250 237 / 0.95);
}.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}.bg-green\/0{
  background-color: rgb(25 82 14 / 0);
}.bg-green\/10{
  background-color: rgb(25 82 14 / 0.1);
}.bg-green\/100{
  background-color: rgb(25 82 14 / 1);
}.bg-green\/15{
  background-color: rgb(25 82 14 / 0.15);
}.bg-green\/20{
  background-color: rgb(25 82 14 / 0.2);
}.bg-green\/25{
  background-color: rgb(25 82 14 / 0.25);
}.bg-green\/30{
  background-color: rgb(25 82 14 / 0.3);
}.bg-green\/35{
  background-color: rgb(25 82 14 / 0.35);
}.bg-green\/40{
  background-color: rgb(25 82 14 / 0.4);
}.bg-green\/45{
  background-color: rgb(25 82 14 / 0.45);
}.bg-green\/5{
  background-color: rgb(25 82 14 / 0.05);
}.bg-green\/50{
  background-color: rgb(25 82 14 / 0.5);
}.bg-green\/55{
  background-color: rgb(25 82 14 / 0.55);
}.bg-green\/60{
  background-color: rgb(25 82 14 / 0.6);
}.bg-green\/65{
  background-color: rgb(25 82 14 / 0.65);
}.bg-green\/70{
  background-color: rgb(25 82 14 / 0.7);
}.bg-green\/75{
  background-color: rgb(25 82 14 / 0.75);
}.bg-green\/80{
  background-color: rgb(25 82 14 / 0.8);
}.bg-green\/85{
  background-color: rgb(25 82 14 / 0.85);
}.bg-green\/90{
  background-color: rgb(25 82 14 / 0.9);
}.bg-green\/95{
  background-color: rgb(25 82 14 / 0.95);
}.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}.bg-red\/0{
  background-color: rgb(255 0 0 / 0);
}.bg-red\/10{
  background-color: rgb(255 0 0 / 0.1);
}.bg-red\/100{
  background-color: rgb(255 0 0 / 1);
}.bg-red\/15{
  background-color: rgb(255 0 0 / 0.15);
}.bg-red\/20{
  background-color: rgb(255 0 0 / 0.2);
}.bg-red\/25{
  background-color: rgb(255 0 0 / 0.25);
}.bg-red\/30{
  background-color: rgb(255 0 0 / 0.3);
}.bg-red\/35{
  background-color: rgb(255 0 0 / 0.35);
}.bg-red\/40{
  background-color: rgb(255 0 0 / 0.4);
}.bg-red\/45{
  background-color: rgb(255 0 0 / 0.45);
}.bg-red\/5{
  background-color: rgb(255 0 0 / 0.05);
}.bg-red\/50{
  background-color: rgb(255 0 0 / 0.5);
}.bg-red\/55{
  background-color: rgb(255 0 0 / 0.55);
}.bg-red\/60{
  background-color: rgb(255 0 0 / 0.6);
}.bg-red\/65{
  background-color: rgb(255 0 0 / 0.65);
}.bg-red\/70{
  background-color: rgb(255 0 0 / 0.7);
}.bg-red\/75{
  background-color: rgb(255 0 0 / 0.75);
}.bg-red\/80{
  background-color: rgb(255 0 0 / 0.8);
}.bg-red\/85{
  background-color: rgb(255 0 0 / 0.85);
}.bg-red\/90{
  background-color: rgb(255 0 0 / 0.9);
}.bg-red\/95{
  background-color: rgb(255 0 0 / 0.95);
}.bg-transparent{
  background-color: transparent;
}.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}.bg-opacity-0{
  --tw-bg-opacity: 0;
}.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}.bg-opacity-100{
  --tw-bg-opacity: 1;
}.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}.bg-none{
  background-image: none;
}.bg-auto{
  background-size: auto;
}.bg-contain{
  background-size: contain;
}.bg-cover{
  background-size: cover;
}.bg-fixed{
  background-attachment: fixed;
}.bg-local{
  background-attachment: local;
}.bg-scroll{
  background-attachment: scroll;
}.bg-clip-border{
  background-clip: border-box;
}.bg-clip-padding{
  background-clip: padding-box;
}.bg-clip-content{
  background-clip: content-box;
}.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}.bg-bottom{
  background-position: bottom;
}.bg-center{
  background-position: center;
}.bg-left{
  background-position: left;
}.bg-left-bottom{
  background-position: left bottom;
}.bg-left-top{
  background-position: left top;
}.bg-right{
  background-position: right;
}.bg-right-bottom{
  background-position: right bottom;
}.bg-right-top{
  background-position: right top;
}.bg-top{
  background-position: top;
}.bg-repeat{
  background-repeat: repeat;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.bg-repeat-x{
  background-repeat: repeat-x;
}.bg-repeat-y{
  background-repeat: repeat-y;
}.bg-repeat-round{
  background-repeat: round;
}.bg-repeat-space{
  background-repeat: space;
}.bg-origin-border{
  background-origin: border-box;
}.bg-origin-padding{
  background-origin: padding-box;
}.bg-origin-content{
  background-origin: content-box;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-40{
  padding-bottom: 10rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-8{
  padding-bottom: 2rem;
}.pr-5{
  padding-right: 1.25rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-16{
  padding-top: 4rem;
}.pt-24{
  padding-top: 6rem;
}.pt-4{
  padding-top: 1rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-\[80px\]{
  padding-top: 80px;
}.pt-\[30px\]{
  padding-top: 30px;
}.pt-\[50px\]{
  padding-top: 50px;
}.font-sans{
  font-family: Inter, sans-serif;
}.text-base{
  font-size: 1.563rem;
  line-height: 2.188rem;
}.text-baseMobile{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-navMobile{
  font-size: 3.75rem;
  line-height: 4.2rem;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.\!text-beige{
  --tw-text-opacity: 1 !important;
  color: rgb(252 250 237 / var(--tw-text-opacity)) !important;
}.underline{
  text-decoration-line: underline;
}.bg-blend-normal{
  background-blend-mode: normal;
}.bg-blend-multiply{
  background-blend-mode: multiply;
}.bg-blend-screen{
  background-blend-mode: screen;
}.bg-blend-overlay{
  background-blend-mode: overlay;
}.bg-blend-darken{
  background-blend-mode: darken;
}.bg-blend-lighten{
  background-blend-mode: lighten;
}.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}.bg-blend-color-burn{
  background-blend-mode: color-burn;
}.bg-blend-hard-light{
  background-blend-mode: hard-light;
}.bg-blend-soft-light{
  background-blend-mode: soft-light;
}.bg-blend-difference{
  background-blend-mode: difference;
}.bg-blend-exclusion{
  background-blend-mode: exclusion;
}.bg-blend-hue{
  background-blend-mode: hue;
}.bg-blend-saturation{
  background-blend-mode: saturation;
}.bg-blend-color{
  background-blend-mode: color;
}.bg-blend-luminosity{
  background-blend-mode: luminosity;
}.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);
}.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;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}@font-face {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
}@font-face {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}@font-face {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}@font-face {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}/* layout */body{
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 237 / var(--tw-bg-opacity));
}body .site-main {
        flex-grow: 1;
    }body .container-max-width{
  width: 100%;
  max-width: 1512px; /* 1392px + 60px + 60px */
        margin-left: auto;
        margin-right: auto;
}body .container-fluid,
    body .container-xl{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}@media (min-width: 1024px){body .container-fluid,
    body .container-xl{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}@media (min-width: 1280px){body .container-fluid,
    body .container-xl{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}body .container-xl{
  max-width: 1320px; /* 1200px + 60px + 60px */
}body .grid-12{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
  row-gap: 0px !important;
}@media (min-width: 1024px){body .grid-12{
    gap: 30px;
  }
}body.nav-open{
  overflow: hidden;
}/* typography */body{
  font-family: Libre Baskerville, serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(25 82 14 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}@media (min-width: 768px){body{
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}@media (min-width: 1024px){body{
    font-size: 1.563rem !important;
    line-height: 2.188rem !important;
    letter-spacing: -0.02em;
  }
}body {
    font-feature-settings: 'tnum' on, 'lnum' on;
}body .sans {
        font-feature-settings: 'tnum' off, 'lnum' off;
    }nav.sans *,
footer.sans *,
form.sans *{
  font-family: Inter, sans-serif;
  letter-spacing: 0.04em;
}@media (min-width: 1024px){nav.sans *,
footer.sans *,
form.sans *{
    letter-spacing: 0.04em;
  }
}.site-main {
    /* p,
    ul,
    ol {
    }
     */
}.site-main p.sans,
    .site-main .sans > p,
    .site-main .sans{
  font-family: Inter, sans-serif;
  letter-spacing: 0.04em;
}@media (min-width: 1024px){.site-main p.sans,
    .site-main .sans > p,
    .site-main .sans{
    letter-spacing: 0.04em;
  }
}.site-main h1,
    .site-main .h1{
  font-size: 1.688rem;
  line-height: 2.125rem;
  letter-spacing: -0.02em;
}@media (min-width: 768px){.site-main h1,
    .site-main .h1{
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}@media (min-width: 1024px){.site-main h1,
    .site-main .h1{
    font-size: 3.375rem;
    line-height: 3.875rem;
    letter-spacing: -0.05em;
  }
}@media (min-width: 1280px){.site-main h1,
    .site-main .h1{
    font-size: 4.0rem;
    line-height: 4.75rem;
  }
}.site-main h1 i, .site-main .h1 i{
  letter-spacing: 0.02em;
}@media (min-width: 1024px){.site-main h1 i, .site-main .h1 i{
    letter-spacing: -0.01em;
  }
}.site-main h1.sans, .site-main .h1.sans{
  font-family: Inter, sans-serif;
  letter-spacing: 0.03em;
}@media (min-width: 1024px){.site-main h1.sans, .site-main .h1.sans{
    letter-spacing: 0.01em;
  }
}.site-main h2,
    .site-main .h2{
  font-size: 1.688rem;
  line-height: 2.125rem;
  letter-spacing: -0.02em;
}@media (min-width: 768px){.site-main h2,
    .site-main .h2{
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}@media (min-width: 1024px){.site-main h2,
    .site-main .h2{
    font-size: 2.6rem;
    line-height: 3.375rem;
    letter-spacing: -0.02em;
  }
}.site-main h2.sans, .site-main .h2.sans{
  font-family: Inter, sans-serif;
  letter-spacing: 0.03em;
}@media (min-width: 1024px){.site-main h2.sans, .site-main .h2.sans{
    letter-spacing: 0.02em;
  }
}.site-main h3,
    .site-main .h3{
  font-size: 1.313rem;
  line-height: 1.813rem;
  letter-spacing: -0.01em;
}@media (min-width: 768px){.site-main h3,
    .site-main .h3{
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}@media (min-width: 1024px){.site-main h3,
    .site-main .h3{
    font-size: 2.063rem;
    line-height: 2.75rem;
    letter-spacing: -0.04em;
  }
}.site-main h3.sans, .site-main .h3.sans{
  font-family: Inter, sans-serif;
  letter-spacing: 0.03em;
}@media (min-width: 1024px){.site-main h3.sans, .site-main .h3.sans{
    letter-spacing: 0.02em;
  }
}.site-main .small,
    .site-main .small > p{
  font-size: 0.813rem;
  line-height: 1.188rem;
  letter-spacing: -0.01em;
}@media (min-width: 1024px){.site-main .small,
    .site-main .small > p{
    font-size: 1.25rem;
    line-height: 1.738rem;
    letter-spacing: -0.02em;
  }
}.site-main .small.sans, .site-main .small > p.sans{
  font-family: Inter, sans-serif;
  letter-spacing: 0.04em;
}@media (min-width: 1024px){.site-main .small.sans, .site-main .small > p.sans{
    line-height: 1.513rem;
    letter-spacing: 0.02em;
  }
}.site-main .date{
  font-size: 4.813rem;
  line-height: 5.281rem;
}@media (min-width: 768px){.site-main .date{
    font-size: 4.813rem;
    line-height: 5.281rem;
  }
}@media (min-width: 1024px){.site-main .date{
    font-size: 7.293rem;
    line-height: 7.918rem;
  }
}.site-main a{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
        /* &:hover {
        } */
}.site-main .btn{
  display: inline-block;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.313rem;
  line-height: 1.813rem;
  letter-spacing: 0.03em;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media (min-width: 768px){.site-main .btn{
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}@media (min-width: 1024px){.site-main .btn{
    font-size: 2.063rem;
    line-height: 2.75rem;
    letter-spacing: 0.02em;
  }
}.site-main .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 82 14 / var(--tw-text-opacity));
}.site-main .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 237 / var(--tw-bg-opacity));
}.ck-editor-wrapper p{
  margin-bottom: 1.5rem;
}.ck-editor-wrapper p:last-child{
  margin-bottom: 0px;
}@media (min-width: 1024px){.ck-editor-wrapper p{
    margin-bottom: 2rem;
  }
}select div{
  padding-left: 0px;
}input,
select{
  border-radius: 0px;
}/* utilities */[x-cloak] {
    display: none;
}.img-max-height{
  max-height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 1024px){.spacing-large-after-lead{
    padding-top: 76px;
  }
}/* elements */.site-header{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}@media (min-width: 1024px){.site-header{
    padding-bottom: 3.75rem;
    padding-top: 0px;
  }.site-header .brand{
    padding-top: 3.75rem;
  }
}.site-header .top-nav .top-nav-item{
  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: 500ms;
}@media (min-width: 1024px){.site-header .top-nav .top-nav-item{
    padding-top: 3.75rem;
  }
}.site-header .top-nav .top-nav-item.active{
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
}@media (max-width: 1023px) {.site-header .ham{
    display: block !important;
    opacity: 1 !important;
  }
        }.site-header .ham.inverted div{
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}.site-header .ham div{
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}.nav-open .site-header .ham div{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 237 / var(--tw-bg-opacity));
}body .site-header .brand{
  font-size: 2.6rem;
  line-height: 3.375rem;
}@media (min-width: 1024px){body .site-header .brand{
    font-size: 5.6rem;
    line-height: 6.0rem;
  }
}body .site-header .brand span{
  display: inline-block;
}/* .site-footer {
} */.filters{
  margin-bottom: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}.filters button{
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 1.313rem;
  line-height: 1.813rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.filters button:last-child{
  margin-right: 0px;
}@media (min-width: 768px){.filters button{
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}@media (min-width: 1024px){.filters button{
    margin-right: 30px;
    font-size: 2.063rem;
    line-height: 2.75rem;
  }
}.filters button span{
  margin-left: -3px;
}.filters button::before {
            content: '';
            margin-top: 6px;
            margin-right: 0.75rem;
            display: inline-block;
            height: 18px;
            width: 18px;
            border-radius: 9999px;
            border-width: 1.6px;
        }@media (min-width: 1024px){.filters button::before{
    margin-top: 10px;
    height: 1.5rem;
    width: 1.5rem;
  }
}.filters button::before{
  --tw-border-opacity: 1;
  border-color: rgb(25 82 14 / var(--tw-border-opacity));
}.filters button:hover::before, .filters button.active::before{
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}.filters button.disabled{
  opacity: 0.5;
}.filters button.disabled:hover::before, .filters button.disabled.active::before{
  background-color: transparent;
}body.v-home .filters{
  margin-bottom: 0px;
}body.v-home .filters button{
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.688rem;
  line-height: 2.125rem;
  letter-spacing: 0.03em;
}body.v-home .filters button:last-child{
  margin-right: 0px;
  margin-bottom: 0px;
}@media (min-width: 768px){body.v-home .filters button{
    display: inline-block;
  }
}@media (min-width: 1024px){body.v-home .filters button{
    margin-right: 44px;
    margin-bottom: 0px;
    font-size: 4.0rem;
    line-height: 4.75rem;
    letter-spacing: 0.01em;
  }
}body.v-home .filters button::before{
  margin-right: 0.25rem;
  height: 22px;
  width: 22px;
  --tw-translate-y: 0.125rem;
  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));
  border-width: 1.2px;
}@media (min-width: 1024px){body.v-home .filters button::before{
    margin-right: 0px;
    height: 51px;
    width: 51px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 3px;
  }
}.formie button.fui-submit{
  --tw-border-opacity: 1;
  border-color: rgb(25 82 14 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}.formie button.fui-submit:hover{
  --tw-border-opacity: 1;
  border-color: rgb(25 82 14 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 14 / var(--tw-bg-opacity));
}/* .block-blockText {
} */.entry-content .content-block{
  padding-bottom: 5rem;
}.entry-content .content-block:last-child{
  padding-bottom: 0px;
}@media (min-width: 1024px){.entry-content .content-block{
    padding-bottom: 7.5rem;
  }
}.v-home {
    
}.last\:pr-0:last-child{
  padding-right: 0px;
}@media (min-width: 768px){.md\:mt-0{
    margin-top: 0px;
  }.md\:flex{
    display: flex;
  }.md\:w-\[120px\]{
    width: 120px;
  }.md\:gap-\[160px\]{
    gap: 160px;
  }.md\:gap-\[100px\]{
    gap: 100px;
  }.md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }.md\:pt-8{
    padding-top: 2rem;
  }.md\:text-mdTablet{
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}@media (min-width: 1024px){.lg\:right-10{
    right: 2.5rem;
  }.lg\:order-last{
    order: 9999;
  }.lg\:col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:col-start-4{
    grid-column-start: 4;
  }.lg\:-mr-5{
    margin-right: -1.25rem;
  }.lg\:mb-\[10px\]{
    margin-bottom: 10px;
  }.lg\:ml-9{
    margin-left: 2.25rem;
  }.lg\:ml-auto{
    margin-left: auto;
  }.lg\:flex{
    display: flex;
  }.lg\:h-\[3px\]{
    height: 3px;
  }.lg\:w-\[40\%\]{
    width: 40%;
  }.lg\:w-\[43px\]{
    width: 43px;
  }.lg\:w-\[60\%\]{
    width: 60%;
  }.lg\:-translate-y-\[7px\]{
    --tw-translate-y: -7px;
    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));
  }.lg\:translate-y-\[7px\]{
    --tw-translate-y: 7px;
    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));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:border-l-\[1px\]{
    border-left-width: 1px;
  }.lg\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:pb-15{
    padding-bottom: 3.75rem;
  }.lg\:pb-4{
    padding-bottom: 1rem;
  }.lg\:pb-6{
    padding-bottom: 1.5rem;
  }.lg\:pb-7{
    padding-bottom: 1.75rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pt-15{
    padding-top: 3.75rem;
  }.lg\:pt-\[100px\]{
    padding-top: 100px;
  }.lg\:pt-\[50px\]{
    padding-top: 50px;
  }.lg\:pt-\[70px\]{
    padding-top: 70px;
  }.lg\:text-base{
    font-size: 1.563rem;
    line-height: 2.188rem;
  }.lg\:text-nav{
    font-size: 7.375rem;
    line-height: 8rem;
  }.lg\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }
}

