.custom-accordion {
  .accord {
    .body-content {
      height: 100%;
      max-height: 0;
      opacity: 0;
      transition: all 0.4s ease;
      z-index: -1;
    }

    border-left: 2px solid #8e8684;

    &.active {
      border-left: 2px solid #ee592f;

      .body-content {
        margin-top: 1rem;
        max-height: 1500px;
        opacity: 1;
        z-index: 1;
      }

      .span-2 {
        transform: rotate(90deg);
      }
    }

    .prose :where(p):not(:where([class~="not-prose"] *)) {
      margin: 0;
    }

    .prose :where(h4):not(:where([class~="not-prose"] *)) {
      margin-top: 1rem;
    }
  }

  .accord-img img.active {
    opacity: 1;
  }
}

.capabilities-filter-widget #capabilities-dropdown.active ul {
  max-height: 1000px;
  opacity: 1;
  top: 0;
  z-index: 10;
}

.capabilities-filter-widget #capabilities-dropdown.active button img {
  transform: rotate(-180deg);
}

.capabilities-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.capabilities-checkbox + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
}

.capabilities-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #8e8684;
  transition: background-color 0.3s ease;
}

.capabilities-checkbox:checked + label:before {
  border-color: #ee592f;
}

.capabilities-checkbox:checked + label:after {
  content: "\2713";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-46%);
  font-size: 16px;
  color: #ee592f;
}

.resource-filter-widget .selector.active ul {
  max-height: 1000px;
  opacity: 1;
  top: 0;
  z-index: 10;
}

.resource-filter-widget .selector.active button img {
  transform: rotate(-180deg);
}

.capabilities-checkbox,
.categories-checkbox,
.industries-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.capabilities-checkbox + label,
.categories-checkbox + label,
.industries-checkbox + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
}

.capabilities-checkbox + label:before,
.categories-checkbox + label:before,
.industries-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #8e8684;
  transition: background-color 0.3s ease;
}

.capabilities-checkbox:checked + label:before,
.categories-checkbox:checked + label:before,
.industries-checkbox:checked + label:before {
  border-color: #ee592f;
}

.capabilities-checkbox:checked + label:after,
.categories-checkbox:checked + label:after,
.industries-checkbox:checked + label:after {
  content: "\2713";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-46%);
  font-size: 16px;
  color: #ee592f;
}

#resource-filter-post.filtered .col-span-9 {
  grid-column: span 12 / span 12;
}

#resource-filter-post.filtered .col-span-3 {
  display: none;
}

#resource-filter-post.filtered #resource-posts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 998px) {
  #resource-filter-post.filtered #resource-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  #resource-filter-post.filtered #resource-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.masonry-grid {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.masonry-item {
  width: calc(33.333% - 1rem);
  margin-bottom: 1rem;
  box-sizing: border-box;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  break-inside: avoid;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .masonry-item {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .masonry-item {
    width: calc(100% - 1rem);
  }
}

.masonry-item:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.masonry-item img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.masonry-item:hover img {
  transform: scale(1.1);
}

.masonry-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  transition-duration: var(--overlay-transition-duration);
  transition-property: mix-blend-mode, transform, opacity, background-color;
  background-color: transparent;
  background-image: linear-gradient(0deg, #000000bd 0%, #f2295b00 22%);
}

.masonry-item .image-caption {
  font-family: "franklin-gothic-urw", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding-top: 0.5rem;
  text-align: center;
  color: #333;
}

@media (max-width: 768px) {
  .masonry-item .image-caption {
    font-size: 12px;
    line-height: 16px;
  }
}

.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  font-size: 15px;
  font-weight: 400 !important;
  color: #3c3834;
}

.elementor-location-footer
  .gform_wrapper
  .gfield_label
  .elementor-location-footer
  .gform_wrapper
  .gform-field-label {
  font-size: 15px;
  font-weight: 400 !important;
  color: #fff;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  font-size: 18px !important;
  border-radius: 0 !important;
  border: 1px solid var(--Gray, #8e8684);
  font-weight: 400 !important;
  padding: 8px !important;
}

.gform_footer {
  justify-content: flex-end;
}

.elementor-location-footer .gform_wrapper .gfield-choice-input + label {
  color: #fff;
}

.gfield-choice-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gfield-choice-input + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
}

.gfield-choice-input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #8e8684;
  transition: background-color 0.3s ease;
}

.gfield-choice-input:checked + label:before {
  border-color: #ee592f;
}

.gfield-choice-input:checked + label:after {
  content: "\2713";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-46%);
  font-size: 16px;
  color: #ee592f;
}

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

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

.tailwind ::before,
.tailwind ::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
*/

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

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

.tailwind 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.
*/

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

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

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

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

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

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

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

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

.tailwind b,
.tailwind 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.
*/

.tailwind code,
.tailwind kbd,
.tailwind samp,
.tailwind 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.
*/

.tailwind small {
  font-size: 80%;
}

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

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

.tailwind sub {
  bottom: -0.25em;
}

.tailwind 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.
*/

.tailwind 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.
*/

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

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

.tailwind button,
.tailwind select {
  text-transform: none;
}

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

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

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

.tailwind :-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)
*/

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

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

.tailwind progress {
  vertical-align: baseline;
}

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

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

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

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

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

.tailwind ::-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.
*/

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

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

.tailwind summary {
  display: list-item;
}

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

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

.tailwind fieldset {
  margin: 0;
  padding: 0;
}

.tailwind legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
.tailwind dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tailwind 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.tailwind :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.
*/

.tailwind img,
.tailwind svg,
.tailwind video,
.tailwind canvas,
.tailwind audio,
.tailwind iframe,
.tailwind embed,
.tailwind 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
.tailwind [hidden] {
  display: none;
}

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

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

  .tailwind .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {

  .tailwind .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .tailwind .container {
    max-width: 1024px;
  }
}
@media (min-width: 1400px) {

  .tailwind .container {
    max-width: 1400px;
  }
}
.tailwind .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.tailwind .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tailwind .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;
}
.tailwind .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.tailwind .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.tailwind .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.tailwind .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.tailwind .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.tailwind .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.tailwind .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.tailwind .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.tailwind .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;
}
.tailwind .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.tailwind .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.tailwind .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.tailwind .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;
}
.tailwind .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.tailwind .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.tailwind .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.tailwind .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.tailwind .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.tailwind .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.tailwind .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.tailwind .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.tailwind .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.tailwind .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.tailwind .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.tailwind .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.tailwind .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;
}
.tailwind .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.tailwind .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.tailwind .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.tailwind .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.tailwind .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.tailwind .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.tailwind .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.tailwind .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.tailwind .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.tailwind .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.tailwind .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.tailwind .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind .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;
}
.tailwind .prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --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.75;
}
.tailwind .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tailwind .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.tailwind .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.tailwind .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tailwind .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind .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;
}
.tailwind .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tailwind .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.tailwind .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.tailwind .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.tailwind .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.tailwind .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.tailwind .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.tailwind .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.tailwind .absolute {
  position: absolute;
}
.tailwind .relative {
  position: relative;
}
.tailwind .sticky {
  position: sticky;
}
.tailwind .bottom-0 {
  bottom: 0px;
}
.tailwind .bottom-8 {
  bottom: 2rem;
}
.tailwind .left-0 {
  left: 0px;
}
.tailwind .left-4 {
  left: 1rem;
}
.tailwind .right-14 {
  right: 3.5rem;
}
.tailwind .right-4 {
  right: 1rem;
}
.tailwind .top-0 {
  top: 0px;
}
.tailwind .top-5 {
  top: 1.25rem;
}
.tailwind .top-6 {
  top: 1.5rem;
}
.tailwind .z-10 {
  z-index: 10;
}
.tailwind .z-\[-1\] {
  z-index: -1;
}
.tailwind .z-\[2\] {
  z-index: 2;
}
.tailwind .z-\[3\] {
  z-index: 3;
}
.tailwind .col-span-12 {
  grid-column: span 12 / span 12;
}
.tailwind .col-span-3 {
  grid-column: span 3 / span 3;
}
.tailwind .col-span-4 {
  grid-column: span 4 / span 4;
}
.tailwind .col-span-5 {
  grid-column: span 5 / span 5;
}
.tailwind .col-span-7 {
  grid-column: span 7 / span 7;
}
.tailwind .col-span-8 {
  grid-column: span 8 / span 8;
}
.tailwind .col-span-9 {
  grid-column: span 9 / span 9;
}
.tailwind .m-1 {
  margin: 0.25rem;
}
.tailwind .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tailwind .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tailwind .\!mb-16 {
  margin-bottom: 4rem !important;
}
.tailwind .mb-2 {
  margin-bottom: 0.5rem;
}
.tailwind .mb-4 {
  margin-bottom: 1rem;
}
.tailwind .ml-3 {
  margin-left: 0.75rem;
}
.tailwind .mr-2 {
  margin-right: 0.5rem;
}
.tailwind .mt-1 {
  margin-top: 0.25rem;
}
.tailwind .mt-12 {
  margin-top: 3rem;
}
.tailwind .mt-16 {
  margin-top: 4rem;
}
.tailwind .mt-2 {
  margin-top: 0.5rem;
}
.tailwind .mt-4 {
  margin-top: 1rem;
}
.tailwind .mt-5 {
  margin-top: 1.25rem;
}
.tailwind .mt-7 {
  margin-top: 1.75rem;
}
.tailwind .mt-8 {
  margin-top: 2rem;
}
.tailwind .block {
  display: block;
}
.tailwind .flex {
  display: flex;
}
.tailwind .inline-flex {
  display: inline-flex;
}
.tailwind .grid {
  display: grid;
}
.tailwind .\!hidden {
  display: none !important;
}
.tailwind .hidden {
  display: none;
}
.tailwind .aspect-\[1\.43\/1\] {
  aspect-ratio: 1.43/1;
}
.tailwind .aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.tailwind .aspect-square {
  aspect-ratio: 1 / 1;
}
.tailwind .aspect-video {
  aspect-ratio: 16 / 9;
}
.tailwind .h-auto {
  height: auto;
}
.tailwind .h-full {
  height: 100%;
}
.tailwind .max-h-0 {
  max-height: 0px;
}
.tailwind .min-h-\[28px\] {
  min-height: 28px;
}
.tailwind .w-\[24px\] {
  width: 24px;
}
.tailwind .w-\[6\.625rem\] {
  width: 6.625rem;
}
.tailwind .w-auto {
  width: auto;
}
.tailwind .w-full {
  width: 100%;
}
.tailwind .min-w-\[28px\] {
  min-width: 28px;
}
.tailwind .max-w-\[34rem\] {
  max-width: 34rem;
}
.tailwind .max-w-\[38rem\] {
  max-width: 38rem;
}
.tailwind .max-w-full {
  max-width: 100%;
}
.tailwind .flex-1 {
  flex: 1 1 0%;
}
.tailwind .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .cursor-pointer {
  cursor: pointer;
}
.tailwind .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tailwind .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tailwind .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tailwind .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tailwind .flex-col {
  flex-direction: column;
}
.tailwind .flex-col-reverse {
  flex-direction: column-reverse;
}
.tailwind .flex-wrap {
  flex-wrap: wrap;
}
.tailwind .items-center {
  align-items: center;
}
.tailwind .justify-center {
  justify-content: center;
}
.tailwind .justify-between {
  justify-content: space-between;
}
.tailwind .justify-evenly {
  justify-content: space-evenly;
}
.tailwind .gap-1 {
  gap: 0.25rem;
}
.tailwind .gap-12 {
  gap: 3rem;
}
.tailwind .gap-16 {
  gap: 4rem;
}
.tailwind .gap-2 {
  gap: 0.5rem;
}
.tailwind .gap-3 {
  gap: 0.75rem;
}
.tailwind .gap-4 {
  gap: 1rem;
}
.tailwind .gap-5 {
  gap: 1.25rem;
}
.tailwind .gap-6 {
  gap: 1.5rem;
}
.tailwind .gap-8 {
  gap: 2rem;
}
.tailwind .gap-y-1 {
  row-gap: 0.25rem;
}
.tailwind .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)));
}
.tailwind .overflow-hidden {
  overflow: hidden;
}
.tailwind .rounded-\[4px\] {
  border-radius: 4px;
}
.tailwind .rounded-none {
  border-radius: 0px;
}
.tailwind .border {
  border-width: 1px;
}
.tailwind .border-2 {
  border-width: 2px;
}
.tailwind .border-b {
  border-bottom-width: 1px;
}
.tailwind .border-b-2 {
  border-bottom-width: 2px;
}
.tailwind .border-t {
  border-top-width: 1px;
}
.tailwind .border-solid {
  border-style: solid;
}
.tailwind .border-\[\#8E8684\] {
  --tw-border-opacity: 1;
  border-color: rgb(142 134 132 / var(--tw-border-opacity));
}
.tailwind .border-\[\#8e8684\] {
  --tw-border-opacity: 1;
  border-color: rgb(142 134 132 / var(--tw-border-opacity));
}
.tailwind .border-\[\#EE592F\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 89 47 / var(--tw-border-opacity));
}
.tailwind .border-\[\#F8981D\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 152 29 / var(--tw-border-opacity));
}
.tailwind .bg-\[\#3C3834\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 56 52 / var(--tw-bg-opacity));
}
.tailwind .bg-\[\#EE592F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 89 47 / var(--tw-bg-opacity));
}
.tailwind .bg-\[\#F6F4F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 242 / var(--tw-bg-opacity));
}
.tailwind .bg-\[\#F7F5F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity));
}
.tailwind .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tailwind .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tailwind .p-2 {
  padding: 0.5rem;
}
.tailwind .p-3 {
  padding: 0.75rem;
}
.tailwind .p-4 {
  padding: 1rem;
}
.tailwind .p-6 {
  padding: 1.5rem;
}
.tailwind .p-8 {
  padding: 2rem;
}
.tailwind .p-\[4px\] {
  padding: 4px;
}
.tailwind .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tailwind .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.tailwind .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.tailwind .py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tailwind .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tailwind .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tailwind .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tailwind .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.tailwind .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tailwind .py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tailwind .py-\[6\.25rem\] {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.tailwind .pb-3 {
  padding-bottom: 0.75rem;
}
.tailwind .pb-6 {
  padding-bottom: 1.5rem;
}
.tailwind .pl-8 {
  padding-left: 2rem;
}
.tailwind .pr-12 {
  padding-right: 3rem;
}
.tailwind .pr-5 {
  padding-right: 1.25rem;
}
.tailwind .pt-12 {
  padding-top: 3rem;
}
.tailwind .pt-3 {
  padding-top: 0.75rem;
}
.tailwind .pt-4 {
  padding-top: 1rem;
}
.tailwind .pt-6 {
  padding-top: 1.5rem;
}
.tailwind .pt-\[6\.25rem\] {
  padding-top: 6.25rem;
}
.tailwind .text-left {
  text-align: left;
}
.tailwind .text-center {
  text-align: center;
}
.tailwind .text-\[15px\] {
  font-size: 15px;
}
.tailwind .text-\[20px\] {
  font-size: 20px;
}
.tailwind .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tailwind .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tailwind .\!font-normal {
  font-weight: 400 !important;
}
.tailwind .font-bold {
  font-weight: 700;
}
.tailwind .font-light {
  font-weight: 300;
}
.tailwind .font-medium {
  font-weight: 500;
}
.tailwind .font-semibold {
  font-weight: 600;
}
.tailwind .uppercase {
  text-transform: uppercase;
}
.tailwind .\!leading-\[0\] {
  line-height: 0 !important;
}
.tailwind .leading-5 {
  line-height: 1.25rem;
}
.tailwind .leading-6 {
  line-height: 1.5rem;
}
.tailwind .leading-\[18px\] {
  line-height: 18px;
}
.tailwind .leading-\[21px\] {
  line-height: 21px;
}
.tailwind .leading-\[25px\] {
  line-height: 25px;
}
.tailwind .\!text-\[\#3C3834\] {
  --tw-text-opacity: 1 !important;
  color: rgb(60 56 52 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-\[\#ECE7E4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(236 231 228 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-\[\#EE592F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 89 47 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tailwind .text-\[\#323834\] {
  --tw-text-opacity: 1;
  color: rgb(50 56 52 / var(--tw-text-opacity));
}
.tailwind .text-\[\#3C3834\] {
  --tw-text-opacity: 1;
  color: rgb(60 56 52 / var(--tw-text-opacity));
}
.tailwind .text-\[\#3c3834\] {
  --tw-text-opacity: 1;
  color: rgb(60 56 52 / var(--tw-text-opacity));
}
.tailwind .text-\[\#8E8684\] {
  --tw-text-opacity: 1;
  color: rgb(142 134 132 / var(--tw-text-opacity));
}
.tailwind .text-\[\#ECE7E4\] {
  --tw-text-opacity: 1;
  color: rgb(236 231 228 / var(--tw-text-opacity));
}
.tailwind .text-\[\#EE592F\] {
  --tw-text-opacity: 1;
  color: rgb(238 89 47 / var(--tw-text-opacity));
}
.tailwind .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind .opacity-0 {
  opacity: 0;
}
.tailwind .opacity-100 {
  opacity: 1;
}
.tailwind .grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.tailwind .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);
}
.tailwind .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind .duration-300 {
  transition-duration: 300ms;
}
.tailwind .duration-500 {
  transition-duration: 500ms;
}

/* Custom CSS */

.tailwind .container-outer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

  .tailwind .container-outer {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media (min-width: 1024px) {

  .tailwind .container-outer {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .tailwind .container {
    max-width: 100%;
  }
}

.tailwind .prose {
  max-width: 100% !important;
}

.tailwind .wysiwyg.dark * {
  font-family: "Libre Franklin", Sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind .wysiwyg.dark a {
  --tw-text-opacity: 1;
  color: rgb(248 152 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tailwind .wysiwyg h1,
.tailwind .wysiwyg h2,
.tailwind .wysiwyg h3,
.tailwind .wysiwyg h4,
.tailwind .wysiwyg h5,
.tailwind .wysiwyg h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.tailwind .wysiwyg p {
  margin-bottom: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tailwind .wysiwyg ul,
.tailwind .wysiwyg ol {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}

.tailwind .wysiwyg ul li::marker,
.tailwind .wysiwyg ol li::marker {
  color: currentColor;
}

.tailwind .wysiwyg ul li,
.tailwind .wysiwyg ol li {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tailwind .wysiwyg blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem; /* Indent for blockquote */
  border-left-width: 4px; /* Thickness of the left border */
  border-left-color: #e2e8f0; /* Light gray border color */
}

.tailwind .wysiwyg pre {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem; /* Padding inside preformatted text block */
}

.tailwind .wysiwyg table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tailwind .wysiwyg th,
.tailwind .wysiwyg td {
  padding: 0.75rem 1rem; /* Padding inside table cells */
}

.tailwind .wysiwyg img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tailwind .button {
  font-family: franklin-gothic-urw, sans-serif;
}
.tailwind .hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}
.tailwind .hover\:bg-\[\#8E8684\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 134 132 / var(--tw-bg-opacity));
}
.tailwind .hover\:bg-\[\#EE592F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 89 47 / var(--tw-bg-opacity));
}
.tailwind .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind .hover\:\!text-\[\#EE592F\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(238 89 47 / var(--tw-text-opacity)) !important;
}
.tailwind .hover\:text-\[\#3C3834\]:hover {
  --tw-text-opacity: 1;
  color: rgb(60 56 52 / var(--tw-text-opacity));
}
.tailwind .hover\:text-\[\#3c3834\]:hover {
  --tw-text-opacity: 1;
  color: rgb(60 56 52 / var(--tw-text-opacity));
}
.tailwind .hover\:text-\[\#EE592F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(238 89 47 / var(--tw-text-opacity));
}
.tailwind .group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .group:hover .group-hover\:\!text-\[\#EE592F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 89 47 / var(--tw-text-opacity)) !important;
}
.tailwind .group:hover .group-hover\:text-\[\#EE592F\] {
  --tw-text-opacity: 1;
  color: rgb(238 89 47 / var(--tw-text-opacity));
}
.tailwind .group:hover .group-hover\:text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.tailwind .group:hover .group-hover\:grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  .tailwind .md\:grid {
    display: grid;
  }

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

  .tailwind .md\:w-\[42\%\] {
    width: 42%;
  }

  .tailwind .md\:w-auto {
    width: auto;
  }

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

  .tailwind .md\:gap-0 {
    gap: 0px;
  }

  .tailwind .md\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 1024px) {

  .tailwind .lg\:mt-0 {
    margin-top: 0px;
  }

  .tailwind .lg\:block {
    display: block;
  }

  .tailwind .lg\:flex {
    display: flex;
  }

  .tailwind .lg\:grid {
    display: grid;
  }

  .tailwind .lg\:hidden {
    display: none;
  }

  .tailwind .lg\:h-auto {
    height: auto;
  }

  .tailwind .lg\:w-\[50\%\] {
    width: 50%;
  }

  .tailwind .lg\:w-full {
    width: 100%;
  }

  .tailwind .lg\:max-w-\[34rem\] {
    max-width: 34rem;
  }

  .tailwind .lg\:max-w-\[51rem\] {
    max-width: 51rem;
  }

  .tailwind .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .tailwind .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .tailwind .lg\:gap-0 {
    gap: 0px;
  }

  .tailwind .lg\:gap-28 {
    gap: 7rem;
  }

  .tailwind .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tailwind .lg\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .tailwind .lg\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {

  .tailwind .xl\:mt-16 {
    margin-top: 4rem;
  }

  .tailwind .xl\:grid {
    display: grid;
  }

  .tailwind .xl\:w-full {
    width: 100%;
  }

  .tailwind .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .tailwind .xl\:border-r {
    border-right-width: 1px;
  }

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

  .tailwind .xl\:pr-6 {
    padding-right: 1.5rem;
  }
}


/*# sourceMappingURL=styles.css.map*/