@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/AzoSans-Light.eot");
    src: local(""),
      url("/fonts/AzoSans-Light.woff2") format("woff2"),
      url("/fonts/AzoSans-Light.woff") format("woff"),
      url("/fonts/AzoSans-Light.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/AzoSans-Regular.eot");
    src: local(""),
      url("/fonts/AzoSans-Regular.woff2") format("woff2"),
      url("/fonts/AzoSans-Regular.woff") format("woff"),
      url("/fonts/AzoSans-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/AzoSans-Medium.eot");
    src: local(""),
      url("/fonts/AzoSans-Medium.woff2") format("woff2"),
      url("/fonts/AzoSans-Medium.woff") format("woff"),
      url("/fonts/AzoSans-Medium.ttf") format("truetype")
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/AzoSans-Bold.eot");
    src: local(""),
      url("/fonts/AzoSans-Bold.woff2") format("woff2"),
      url("/fonts/AzoSans-Bold.woff") format("woff"),
      url("/fonts/AzoSans-Bold.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/AzoSans-Black.eot");
    src: local(""),
      url("/fonts/AzoSans-Black.woff2") format("woff2"),
      url("/fonts/AzoSans-Black.woff") format("woff"),
      url("/fonts/AzoSans-Black.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 300;
    src: url("/fonts/AzoSans-LightItalic.eot");
    src: local(""),
      url("/fonts/AzoSans-LightItalic.woff2") format("woff2"),
      url("/fonts/AzoSans-LightItalic.woff") format("woff"),
      url("/fonts/AzoSans-LightItalic.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 400;
    src: url("/fonts/AzoSans-Italic.eot");
    src: local(""),
      url("/fonts/AzoSans-Italic.woff2") format("woff2"),
      url("/fonts/AzoSans-Italic.woff") format("woff"),
      url("/fonts/AzoSans-Italic.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 600;
    src: url("/fonts/AzoSans-Mediumitalic.eot");
    src: local(""),
      url("/fonts/AzoSans-Mediumitalic.woff2") format("woff2"),
      url("/fonts/AzoSans-Mediumitalic.woff") format("woff"),
      url("/fonts/AzoSans-Mediumitalic.ttf") format("truetype");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/AzoSans-Bolditalic.eot");
    src: local(""),
      url("/fonts/AzoSans-Bolditalic.woff2") format("woff2"),
      url("/fonts/AzoSans-Bolditalic.woff") format("woff"),
      url("/fonts/AzoSans-Bolditalic.ttf") format("truetype");
  }
/* Required for Tailwind CSS */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E5E5; /* 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: 'Azo Sans', 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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: 1480px){
  .container{
    max-width: 1480px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 78%;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.075rem;
  }
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  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: 250ms;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #7A9C49;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):focus{
  color: #7A9C49;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-decoration-line: underline;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.075rem;
  }
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.075rem;
  }
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-size: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 1.75em;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px){
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.75rem;
  }
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) + *{
  margin-top: 0;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
@media (min-width: 1024px){
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.075rem;
  }
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  margin-bottom: .5em;
}
@media (min-width: 1024px){
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1em;
    margin-top: 2.75em;
  }
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) + *{
  margin-top: 0;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
@media (min-width: 1024px){
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.075rem;
  }
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  margin-bottom: .5em;
}
@media (min-width: 1024px){
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1em;
    margin-top: 2.75em;
  }
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) + *{
  margin-top: 0;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #222628;
  --tw-prose-headings: #222628;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #2D2D3F;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #222628;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.5;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
  opacity: 78%;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-left: 0px;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{
  margin-bottom: 0;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
  position: relative;
  opacity: 78%;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-left: 1rem;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{
  margin-bottom: 0;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .5em;
}
@media (min-width: 1024px){
  .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1em;
  }
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) + *{
  margin-top: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.5em;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .5em;
}
@media (min-width: 1024px){
  .prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1em;
  }
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) + *{
  margin-top: 0;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{
  margin-top: 0;
}
.prose :where(b, strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: " ";
  background-color: #64AEB6;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0.5rem;
  border-radius: 9999px;
}
body{
  background-color: #F3F3F3;
  line-height: 1.5;
  color: #222628;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[x-cloak]{
  display: none !important;
}
.prevent-transition *{
  transition-property: none !important;
}
.grid > *{
  min-width: 0px;
}
input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }
[type='checkbox']:checked:hover,
    [type='checkbox']:checked:focus,
    [type='radio']:checked:hover,
    [type='radio']:checked:focus {
        border-color: rgba(0, 0, 0, 0.2);
        background-color: white;
    }
[type='checkbox']:checked,
    [type='radio']:checked {
        border-color: rgba(0, 0, 0, 0.2);
    }
.type-alpha{
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.027em;
}
@media (min-width: 768px){
  .type-alpha{
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px){
  .type-alpha{
    font-size: 4rem;
    line-height: 1;
  }
}
.type-beta{
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.32;
}
@media (min-width: 768px){
  .type-beta{
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px){
  .type-beta{
    font-size: 3.5rem;
  }
}
.type-gamma{
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.32;
}
@media (min-width: 768px){
  .type-gamma{
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px){
  .type-gamma{
    font-size: 2.75rem;
  }
}
.type-delta{
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px){
  .type-delta{
    font-size: 1.75rem;
  }
}
.type-epsilon{
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
@media (min-width: 1024px){
  .type-epsilon{
    font-size: 1.075rem;
  }
}
.type-zeta{
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.4;
}
.type-small-paragraph{
  font-size: 0.813rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .type-small-paragraph{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.type-paragraph{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .type-paragraph{
    font-size: 1.075rem;
  }
}
.type-large-paragraph{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .type-large-paragraph{
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.link{
  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: 250ms;
}
.link:hover{
  color: #7A9C49;
}
.link:focus{
  color: #7A9C49;
}
/* container classes */
.contain{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1480px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .contain{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contain--narrow{
  max-width: 980px;
}
@media (min-width: 1024px){
  .sidebar-layout{
    display: flex;
  }
  .sidebar-layout__main{
    flex: 1 1 0%;
  }
  .sidebar-layout__sidebar{
    flex-basis: 25%;
  }
}
/* link/button classes */
.button{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  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: 250ms;
}
.button-outline{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  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: 250ms;
  border-color: currentColor;
  color: #222628;
}
.button-outline:hover{
  border-color: #7A9C49;
  background-color: #7A9C49;
  color: #fff;
}
.button-outline:focus{
  border-color: #7A9C49;
  background-color: #7A9C49;
  color: #fff;
}
.button-circle{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #E0E0E0;
  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: 250ms;
}
.button-circle:hover{
  background-color: rgb(224 224 224 / 0.6);
}
.button-circle:focus{
  background-color: rgb(224 224 224 / 0.6);
}
.button-navigation{
  display: flex;
  height: 7px;
  width: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
}
.button-navigation-active{
  height: 15px;
  width: 15px;
}
.inner-circle{
  height: 7px;
  width: 7px;
  border-radius: 9999px;
        background: linear-gradient(180deg, #517435 -3.26%, #BCD23E 48.91%, #DFE986 100%);
}
.is-active.button-navigation{
  height: 15px;
  width: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.7' cx='8.5' cy='8' r='7.5' stroke='%23222628'/%3E%3Ccircle cx='8.5' cy='8' r='3.5' fill='url(%23paint0_linear_1019_1824)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1019_1824' x1='9.33696' y1='4.27174' x2='9.33696' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='2.59151e-09' stop-color='%23517435'/%3E%3Cstop offset='0.505208' stop-color='%23BCD23E'/%3E%3Cstop offset='1' stop-color='%23DFE986'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: center;
}
.link-underline{
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.is-active.button-navigation{
  height: 15px;
  width: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.7' cx='8.5' cy='8' r='7.5' stroke='%23222628'/%3E%3Ccircle cx='8.5' cy='8' r='3.5' fill='url(%23paint0_linear_1019_1824)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1019_1824' x1='9.33696' y1='4.27174' x2='9.33696' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='2.59151e-09' stop-color='%23517435'/%3E%3Cstop offset='0.505208' stop-color='%23BCD23E'/%3E%3Cstop offset='1' stop-color='%23DFE986'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: center;
}
.link-underline:hover,
    .link-underline:focus,
    .group:focus .link-underline,
    .group:focus .link-underline{
  text-decoration-color: currentColor;
}
.masked {
        -webkit-mask-image: linear-gradient(transparent 3%, rgba(0,0,0,1), transparent 97%);
                mask-image: linear-gradient(transparent 3%, rgba(0,0,0,1), transparent 97%);
    }
.revealable{
  opacity: 0;
}
.revealable-up{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .revealable-up{
    --tw-translate-y: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.revealable-left{
  --tw-translate-x: 80vw;
  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: 768px){
  .revealable-left{
    --tw-translate-x: 20vw;
    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: 1024px){
  .revealable-left{
    --tw-translate-x: 200px;
    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));
  }
}
.revealable-fast{
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.revealable-slow{
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.revealable.revealable-active{
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
/* headroom */
.headroom--pinned{
  --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));
}
.headroom--unpinned{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* splide */
.splide__full-width:not(.is-overflow) .splide__arrows{
  display: none !important;
}
.splide__cards--sidebar.splide--loop .splide__pagination{
  display: flex !important;
}
.splide__cards:not(.is-overflow) .splide__arrows{
  display: none !important;
}
.splide__arrow--prev > svg,
    .splide__arrow--next > svg{
  height: 100%;
  width: 100%;
}
/* https://www.algolia.com/doc/api-reference/widgets/search-box/js/ */
.search-list .ais-SearchBox-form{
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}
.search-list .ais-SearchBox-input{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .search-list .ais-SearchBox-input{
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.search-list .ais-SearchBox-input{
  width: 100%;
  border-width: 1px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.search-list .ais-SearchBox-input::-moz-placeholder{
  color: #222628;
}
.search-list .ais-SearchBox-input::placeholder{
  color: #222628;
}
.search-list .ais-SearchBox-input:focus{
  border-color: #474785;
  --tw-ring-color: #474785;
}
.search-list .ais-SearchBox-submit{
  position: absolute;
  left: 0.625rem;
  top: 50%;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  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: 250ms;
}
.search-list .ais-SearchBox-submit:hover{
  opacity: 0.8;
}
.search-list .ais-SearchBox-submit:focus{
  opacity: 0.8;
}
.search-list .ais-SearchBox-submit .ais-SearchBox-submitIcon{
  height: 1.25rem;
  width: 1.25rem;
  stroke: currentColor;
}
.search-list .ais-SearchBox-reset{
  position: absolute;
  right: 0.625rem;
  top: 50%;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  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: 250ms;
}
.search-list .ais-SearchBox-reset:hover{
  opacity: 0.8;
}
.search-list .ais-SearchBox-reset:focus{
  opacity: 0.8;
}
.search-list .ais-SearchBox-reset .ais-SearchBox-resetIcon{
  height: 1rem;
  width: 1rem;
  stroke: currentColor;
}
.search-grid .ais-SearchBox-form{
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}
.search-grid .ais-SearchBox-input{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  color: #222628;
  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: 250ms;
}
.search-grid .ais-SearchBox-input::-moz-placeholder{
  color: #828282;
}
.search-grid .ais-SearchBox-input::placeholder{
  color: #828282;
}
.search-grid .ais-SearchBox-input:focus{
  border-color: #474785;
  --tw-ring-color: #474785;
}
.search-grid .ais-SearchBox-submit{
  position: absolute;
  left: 0.625rem;
  top: 50%;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  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: 250ms;
}
.search-grid .ais-SearchBox-submit:hover{
  opacity: 0.8;
}
.search-grid .ais-SearchBox-submit:focus{
  opacity: 0.8;
}
.search-grid .ais-SearchBox-submit .ais-SearchBox-submitIcon{
  height: 1rem;
  width: 1rem;
  stroke: currentColor;
}
.search-grid .ais-SearchBox-reset{
  position: absolute;
  right: 0.625rem;
  top: 50%;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  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: 250ms;
}
.search-grid .ais-SearchBox-reset:hover{
  opacity: 0.8;
}
.search-grid .ais-SearchBox-reset:focus{
  opacity: 0.8;
}
.search-grid .ais-SearchBox-reset .ais-SearchBox-resetIcon{
  height: 0.75rem;
  width: 0.75rem;
  stroke: currentColor;
}
/* https://www.algolia.com/doc/api-reference/widgets/hits/js/ */
.search-list .ais-Hits-list > :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));
}
@media (min-width: 1024px){
  .search-list .ais-Hits-list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
.search-grid .ais-Hits-list > *{
  min-width: 0px;
}
.search-grid .ais-Hits-list{
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px){
  .search-grid .ais-Hits-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .search-grid .ais-Hits-list{
    gap: 2.5rem;
  }
}
/* https://www.algolia.com/doc/api-reference/widgets/sort-by/js/ */
.search-list .ais-SortBy-select{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .search-list .ais-SortBy-select{
    font-size: 1.075rem;
  }
}
.search-list .ais-SortBy-select{
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
  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: 250ms;
}
@media (min-width: 768px){

    .search-list .ais-SortBy-select{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
  }

    @media (min-width: 1024px){
    .search-list .ais-SortBy-select{
      font-size: 1.075rem;
    }
  }
}
.search-list .ais-SortBy-select:focus{
  border-color: #474785;
  --tw-ring-color: #474785;
}
@media (min-width: 768px){
  .search-list .ais-SortBy-select{
    padding-right: 1.75rem;
    font-weight: 700;
  }
}
.search-list .ais-SortBy-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
.search-grid .ais-SortBy-select{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .search-grid .ais-SortBy-select{
    font-size: 1.075rem;
  }
}
.search-grid .ais-SortBy-select{
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
  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: 250ms;
}
@media (min-width: 768px){

    .search-grid .ais-SortBy-select{
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.search-grid .ais-SortBy-select:focus{
  border-color: #474785;
  --tw-ring-color: #474785;
}
@media (min-width: 768px){
  .search-grid .ais-SortBy-select{
    padding-right: 1.75rem;
    padding-left: 0px;
  }
}
.search-grid .ais-SortBy-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
/* https://www.algolia.com/doc/api-reference/widgets/menu-select/js/ */
.ais-MenuSelect{
  width: 100%;
}
.ais-MenuSelect-select{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .ais-MenuSelect-select{
    font-size: 1.075rem;
  }
}
.ais-MenuSelect-select{
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-color: transparent;
  background-color: transparent;
  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: 250ms;
}
@media (min-width: 768px){

    .ais-MenuSelect-select{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
  }

    @media (min-width: 1024px){
    .ais-MenuSelect-select{
      font-size: 1.075rem;
    }
  }
}
.ais-MenuSelect-select:focus{
  border-color: #474785;
  --tw-ring-color: #474785;
}
@media (min-width: 768px){
  .ais-MenuSelect-select{
    padding-right: 1.75rem;
    font-weight: 700;
  }
}
.ais-MenuSelect-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
/* https://www.algolia.com/doc/api-reference/widgets/current-refinements/js/ */
.ais-CurrentRefinements-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ais-CurrentRefinements-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.ais-CurrentRefinements-category{
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel{
  font-size: 0.813rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel{
  opacity: 0.8;
}
.ais-CurrentRefinements-delete{
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 2px;
  border-color: transparent;
  color: #7A9C49 !important;
  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: 250ms;
}
.ais-CurrentRefinements-delete:focus{
  border-color: #474785;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: #474785;
}
.ais-CurrentRefinements-delete:hover{
  opacity: 0.8;
}
.ais-CurrentRefinements-delete:focus{
  opacity: 0.8;
}
.ais-CurrentRefinements-delete > svg{
  height: 0.625rem;
  width: 0.625rem;
  stroke: currentColor;
}
/* https://www.algolia.com/doc/api-reference/widgets/stats/js */
.ais-Stats-text{
  font-size: 0.813rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .ais-Stats-text{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.ais-Stats-text{
  opacity: 0.8;
}
/* https://www.algolia.com/doc/api-reference/widgets/pagination/js/ */
.ais-Pagination{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .ais-Pagination{
    margin-top: 4rem;
  }
}
.ais-Pagination-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .ais-Pagination-list{
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .ais-Pagination-list{
    gap: 2.5rem;
  }
}
.ais-Pagination-item{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009em;
}
@media (min-width: 1024px){
  .ais-Pagination-item{
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #E0E0E0;
  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: 250ms;
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:hover,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:hover{
  background-color: rgb(224 224 224 / 0.6);
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:focus,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:focus{
  background-color: rgb(224 224 224 / 0.6);
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link{
  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: 250ms;
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link:hover,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link:hover{
  opacity: 0.8;
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link:focus,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link:focus{
  opacity: 0.8;
}
.ais-Pagination-item--previousPage .ais-Pagination-link > svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ais-Pagination-link > svg{
  height: 100%;
  width: 100%;
}
.ais-Pagination-item--disabled{
  pointer-events: none;
}
/* https://www.algolia.com/doc/api-reference/widgets/refinement-list/js/ */
.ais-RefinementList {}
.ais-RefinementList-list > :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));
}
.ais-RefinementList-item {}
.ais-RefinementList-label{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ais-RefinementList-checkbox{
  margin: 0.25rem;
  align-self: flex-start;
  border-radius: 0.125rem;
  color: #fff;
}
.ais-RefinementList-checkbox:focus{
  --tw-ring-color: #474785;
}
.ais-RefinementList-checkbox {
        border-color: rgba(0, 0, 0, 0.2);
    }
.ais-RefinementList-checkbox:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%237A9C49' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    }
.ais-RefinementList-labelText{
  font-size: 0.813rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .ais-RefinementList-labelText{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.ais-RefinementList-labelText{
  opacity: 0.8;
}
.ais-RefinementList-count{
  display: none;
}
.ais-RefinementList-showMore{
  font-size: 0.813rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .ais-RefinementList-showMore{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.ais-RefinementList-showMore{
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.5rem;
  color: #7A9C49;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
        background-position: left 0.125rem center;
        background-size: 1.5em 1.5em;
}
.ais-RefinementList-showMore--disabled {
        display: none;
    }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.\!bottom-0{
  bottom: 0px !important;
}
.\!left-0{
  left: 0px !important;
}
.\!left-12{
  left: 3rem !important;
}
.\!right-0{
  right: 0px !important;
}
.bottom-3{
  bottom: 0.75rem;
}
.left-1{
  left: 0.25rem;
}
.left-2{
  left: 0.5rem;
}
.left-2\.5{
  left: 0.625rem;
}
.left-3{
  left: 0.75rem;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-4{
  right: 1rem;
}
.right-\[15px\]{
  right: 15px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-8{
  top: 2rem;
}
.-z-\[1\]{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-3{
  grid-row-start: 3;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.\!my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-2\.5{
  margin-top: -0.625rem;
}
.-mt-\[68px\]{
  margin-top: -68px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[1680\/400\]{
  aspect-ratio: 1680/400;
}
.\!h-96{
  height: 24rem !important;
}
.\!h-\[300px\]{
  height: 300px !important;
}
.\!h-auto{
  height: auto !important;
}
.h-10{
  height: 2.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[103px\]{
  height: 103px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[7px\]{
  height: 7px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[240px\]{
  min-height: 240px;
}
.min-h-\[336px\]{
  min-height: 336px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[123px\]{
  width: 123px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[calc\(100\%-1\.25rem\)\]{
  width: calc(100% - 1.25rem);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-0{
  max-width: 0px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[214px\]{
  max-width: 214px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[975px\]{
  max-width: 975px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-2xl{
  max-width: 1480px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.grow{
  flex-grow: 1;
}
.basis-1\/2{
  flex-basis: 50%;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[80vw\]{
  --tw-translate-x: 80vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 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));
}
.translate-y-5{
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!-rotate-90{
  --tw-rotate: -90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.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-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-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-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * 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-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dark-blue > :not([hidden]) ~ :not([hidden]){
  border-color: #222628;
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-current{
  border-color: currentColor;
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  border-color: #fff;
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-black{
  background-color: #000;
}
.bg-dark-blue{
  background-color: #222628;
}
.bg-dark-gray{
  background-color: #E0E0E0;
}
.bg-dark-purple{
  background-color: #2D2D3F;
}
.bg-gray-500{
  background-color: #6b7280;
}
.bg-gray-700{
  background-color: #374151;
}
.bg-light-gray{
  background-color: #E5E5E5;
}
.bg-lighter-gray{
  background-color: #F3F3F3;
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  background-color: #fff;
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-7{
  padding: 1.75rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[118px\]{
  padding-top: 118px;
  padding-bottom: 118px;
}
.\!pl-4{
  padding-left: 1rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[106px\]{
  padding-bottom: 106px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[166px\]{
  padding-top: 166px;
}
.pt-\[168px\]{
  padding-top: 168px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xs{
  font-size: 0.75rem;
}
.text-3xl{
  font-size: 2rem;
}
.text-4xl{
  font-size: 2.125rem;
}
.text-5xl{
  font-size: 2.25rem;
}
.text-9xl{
  font-size: 4rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.075rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.375rem;
}
.text-xs{
  font-size: 0.813rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.4;
}
.leading-tight{
  line-height: 1.32;
}
.leading-tighter{
  line-height: 1.04;
}
.tracking-tight{
  letter-spacing: -0.005em;
}
.tracking-tighter{
  letter-spacing: -0.009em;
}
.tracking-tightest{
  letter-spacing: -0.027em;
}
.tracking-wide{
  letter-spacing: 0.04em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-dark-green{
  color: #7A9C49 !important;
}
.text-dark-blue{
  color: #222628;
}
.text-dark-purple{
  color: #2D2D3F;
}
.text-light-purple{
  color: #474785;
}
.text-white{
  color: #fff;
}
.underline{
  text-decoration-line: underline;
}
.decoration-transparent{
  text-decoration-color: transparent;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-light-gray{
  --tw-shadow: 0 0 0 1px #E5E5E5;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light-gray{
  --tw-shadow-color: #E5E5E5;
  --tw-shadow: var(--tw-shadow-colored);
}
.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: 250ms;
}
.transition-\[text-decoration-color\]{
  transition-property: text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* For loading custom fonts */
/* For loading custom fonts */
/* @layer components {

} */
/* For extending Tailwind where absolutely necessary */
/* For extending Tailwind where absolutely necessary */
/* For controlling typography/prose/rich-text specific styles that don't work with traditional Tailwind conventions */
/* For controlling prose/rich-text specific styles that don't work with traditional Tailwind conventions */
/* For extending Tailwind based on components from Figma coordinated with the design team */
/* Any library specific style control, including customizations (Swiperjs, Masonry, etc) */
/* Any library specific style control, including customizations (Flickity, Glide, etc) */
/* Only specific edge-cases would warrant any additional imports here. */
@media (min-width: 768px){

    .md\:type-epsilon{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
  }

    @media (min-width: 1024px){
    .md\:type-epsilon{
      font-size: 1.075rem;
    }
  }

    .md\:type-zeta{
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.placeholder\:text-\[\#828282\]::-moz-placeholder{
  color: #828282;
}
.placeholder\:text-\[\#828282\]::placeholder{
  color: #828282;
}
.placeholder\:text-dark-blue::-moz-placeholder{
  color: #222628;
}
.placeholder\:text-dark-blue::placeholder{
  color: #222628;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-5::before{
  content: var(--tw-content);
  left: -1.25rem;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1::before{
  content: var(--tw-content);
  top: 0.25rem;
}
.before\:top-1\.5::before{
  content: var(--tw-content);
  top: 0.375rem;
}
.before\:h-\[7px\]::before{
  content: var(--tw-content);
  height: 7px;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[7px\]::before{
  content: var(--tw-content);
  width: 7px;
}
.before\:w-\[calc\(100\%\+2\.5rem\)\]::before{
  content: var(--tw-content);
  width: calc(100% + 2.5rem);
}
.before\:rounded::before{
  content: var(--tw-content);
  border-radius: 0.25rem;
}
.before\:bg-dark-blue::before{
  content: var(--tw-content);
  background-color: #222628;
}
.before\:bg-light-blue::before{
  content: var(--tw-content);
  background-color: #64AEB6;
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.focus\:border-light-purple:focus{
  border-color: #474785;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-light-purple:focus{
  --tw-ring-color: #474785;
}
.hocus\:border-dark-green:hover{
  border-color: #7A9C49;
}
.hocus\:bg-dark-green:hover{
  background-color: #7A9C49;
}
.hocus\:opacity-80:hover{
  opacity: 0.8;
}
.hocus\:border-dark-green:focus{
  border-color: #7A9C49;
}
.hocus\:bg-dark-green:focus{
  background-color: #7A9C49;
}
.hocus\:opacity-80:focus{
  opacity: 0.8;
}
@media (min-width: 640px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .sm\:basis-2\/3{
    flex-basis: 66.666667%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:\!pl-0{
    padding-left: 0px !important;
  }
}
@media (min-width: 768px){
  .md\:pointer-events-none{
    pointer-events: none;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:row-start-1{
    grid-row-start: 1;
  }
  .md\:row-start-auto{
    grid-row-start: auto;
  }
  .md\:\!my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:\!h-\[340px\]{
    height: 340px !important;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:max-w-\[260px\]{
    max-width: 260px;
  }
  .md\:basis-1\/4{
    flex-basis: 25%;
  }
  .md\:translate-x-\[20vw\]{
    --tw-translate-x: 20vw;
    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-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-y-0{
    row-gap: 0px;
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pr-7{
    padding-right: 1.75rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 2.25rem;
  }
  .md\:text-6xl{
    font-size: 2.75rem;
  }
  .md\:text-8xl{
    font-size: 3.5rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:before\:-left-8::before{
    content: var(--tw-content);
    left: -2rem;
  }
  .md\:before\:w-\[calc\(100\%\+4rem\)\]::before{
    content: var(--tw-content);
    width: calc(100% + 4rem);
  }
  .md\:hocus\:outline-0:hover{
    outline-width: 0px;
  }
  .md\:hocus\:outline-0:focus{
    outline-width: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:left-6{
    left: 1.5rem;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:top-2{
    top: 0.5rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-start-5{
    grid-column-start: 5;
  }
  .lg\:col-start-8{
    grid-column-start: 8;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:-mr-\[33\.333333\%\]{
    margin-right: -33.333333%;
  }
  .lg\:-mt-16{
    margin-top: -4rem;
  }
  .lg\:-mt-\[136px\]{
    margin-top: -136px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:contents{
    display: contents;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[168px\]{
    height: 168px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-none{
    max-height: none;
  }
  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .lg\:min-h-\[640px\]{
    min-height: 640px;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-28{
    width: 7rem;
  }
  .lg\:w-40{
    width: 10rem;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-\[143px\]{
    width: 143px;
  }
  .lg\:w-\[210px\]{
    width: 210px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[392px\]{
    max-width: 392px;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  .lg\:basis-2\/5{
    flex-basis: 40%;
  }
  .lg\:basis-3\/5{
    flex-basis: 60%;
  }
  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[200px\]{
    --tw-translate-x: 200px;
    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\:\!-rotate-90{
    --tw-rotate: -90deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:cursor-default{
    cursor: default;
  }
  .lg\:cursor-pointer{
    cursor: pointer;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-0\.5{
    gap: 0.125rem;
  }
  .lg\:gap-1{
    gap: 0.25rem;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[52px\]{
    gap: 52px;
  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-y-16{
    row-gap: 4rem;
  }
  .lg\: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));
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .lg\: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));
  }
  .lg\: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));
  }
  .lg\:self-end{
    align-self: flex-end;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:rounded{
    border-radius: 0.25rem;
  }
  .lg\:rounded-full{
    border-radius: 9999px;
  }
  .lg\:border-l{
    border-left-width: 1px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:pt-9{
    padding-top: 2.25rem;
  }
  .lg\:pt-\[168px\]{
    padding-top: 168px;
  }
  .lg\:pt-\[186px\]{
    padding-top: 186px;
  }
  .lg\:pt-\[202px\]{
    padding-top: 202px;
  }
  .lg\:pt-\[224px\]{
    padding-top: 224px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-xs{
    font-size: 0.813rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:uppercase{
    text-transform: uppercase;
  }
  .lg\:leading-none{
    line-height: 1;
  }
  .lg\:leading-snug{
    line-height: 1.4;
  }
  .lg\:tracking-wide{
    letter-spacing: 0.04em;
  }
  .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\: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: 250ms;
  }
  .lg\:transition-none{
    transition-property: none;
  }
  .lg\:before\:left-0::before{
    content: var(--tw-content);
    left: 0px;
  }
  .lg\:before\:w-screen::before{
    content: var(--tw-content);
    width: 100vw;
  }
  .lg\:hocus\:bg-white\/20:hover{
    background-color: rgb(255 255 255 / 0.2);
  }
  .lg\:hocus\:opacity-100:hover{
    opacity: 1;
  }
  .lg\:hocus\:bg-white\/20:focus{
    background-color: rgb(255 255 255 / 0.2);
  }
  .lg\:hocus\:opacity-100:focus{
    opacity: 1;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:max-w-none{
    max-width: none;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:pt-4{
    padding-top: 1rem;
  }
}
@media (min-width: 1480px){
  .\32xl\:w-1\/6{
    width: 16.666667%;
  }
  .\32xl\:w-4\/6{
    width: 66.666667%;
  }
  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }
  .\32xl\:pr-8{
    padding-right: 2rem;
  }
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}