/*!
Theme Name: JOHS 2023
Author: Brink Communications, Ellytronic Media
Author URI: https://ellytronic.media/
Description: A custom theme for JOHS (2022-23) based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: johs2023
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JOHS 2023 is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.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: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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-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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html,
body {
  scroll-padding-top: 100px;
}

@media screen and (min-width: 1008px) {
  html,
body {
    scroll-padding-top: 175px
  }
}

body {
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow-x: hidden;
}

#main {
  padding-top: 100px;
}

@media screen and (min-width: 1008px) {
  #main {
    padding-top: 175px
  }
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 1008px) {
  .container {
    max-width: 1008px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 1248px) {
  .container {
    max-width: 1248px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.wysiwyg {
  color: #2D3130;
}

.wysiwyg :where(p):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.wysiwyg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)) {
  color: #2D3130;
  text-decoration: underline;
  font-weight: 500;
  transition: all .15s;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)):hover {
  color: #055A4E;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)):active {
  color: #055A4E;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)):focus {
  color: #055A4E;
}

.wysiwyg :where(strong):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.wysiwyg :where(a strong):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(blockquote strong):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(thead th strong):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.wysiwyg :where(ol[type="A"]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: upper-alpha;
}

.wysiwyg :where(ol[type="a"]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: lower-alpha;
}

.wysiwyg :where(ol[type="A" s]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: upper-alpha;
}

.wysiwyg :where(ol[type="a" s]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: lower-alpha;
}

.wysiwyg :where(ol[type="I"]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: upper-roman;
}

.wysiwyg :where(ol[type="i"]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: lower-roman;
}

.wysiwyg :where(ol[type="I" s]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: upper-roman;
}

.wysiwyg :where(ol[type="i" s]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: lower-roman;
}

.wysiwyg :where(ol[type="1"]):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: decimal;
}

.wysiwyg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *))::marker {
  color: var(--tw-prose-bullets);
}

.wysiwyg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.wysiwyg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

.wysiwyg :where(blockquote p:first-of-type):not(:where([class~="not-wysiwyg"] *))::before {
  content: open-quote;
}

.wysiwyg :where(blockquote p:last-of-type):not(:where([class~="not-wysiwyg"] *))::after {
  content: close-quote;
}

.wysiwyg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.wysiwyg :where(h1 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 900;
  color: inherit;
}

.wysiwyg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.wysiwyg :where(h2 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 800;
  color: inherit;
}

.wysiwyg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.wysiwyg :where(h3 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 700;
  color: inherit;
}

.wysiwyg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.wysiwyg :where(h4 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 700;
  color: inherit;
}

.wysiwyg :where(img):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wysiwyg :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.wysiwyg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::before {
  content: "`";
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::after {
  content: "`";
}

.wysiwyg :where(a code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(h1 code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.wysiwyg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.wysiwyg :where(h4 code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(blockquote code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(thead th code):not(:where([class~="not-wysiwyg"] *)) {
  color: inherit;
}

.wysiwyg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::before {
  content: none;
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::after {
  content: none;
}

.wysiwyg :where(table):not(:where([class~="not-wysiwyg"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.wysiwyg :where(thead):not(:where([class~="not-wysiwyg"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.wysiwyg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.wysiwyg :where(tbody tr):not(:where([class~="not-wysiwyg"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.wysiwyg :where(tbody tr:last-child):not(:where([class~="not-wysiwyg"] *)) {
  border-bottom-width: 0;
}

.wysiwyg :where(tbody td):not(:where([class~="not-wysiwyg"] *)) {
  vertical-align: baseline;
}

.wysiwyg :where(tfoot):not(:where([class~="not-wysiwyg"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.wysiwyg :where(tfoot td):not(:where([class~="not-wysiwyg"] *)) {
  vertical-align: top;
}

.wysiwyg {
  --tw-prose-body: #2D3130;
  --tw-prose-headings: #055A4E;
  --tw-prose-lead: #2D3130;
  --tw-prose-links: #055A4E;
  --tw-prose-bold: #2D3130;
  --tw-prose-counters: #2D3130;
  --tw-prose-bullets: #2D3130;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #2D3130;
  --tw-prose-quote-borders: #2D3130;
  --tw-prose-captions: #2D3130;
  --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-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: 16px;
  line-height: 24px;
}

.wysiwyg :where(video):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wysiwyg :where(figure):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wysiwyg :where(li):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0.375em;
}

.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0.375em;
}

.wysiwyg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.wysiwyg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.25em;
}

.wysiwyg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-bottom: 1.25em;
}

.wysiwyg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.25em;
}

.wysiwyg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-bottom: 1.25em;
}

.wysiwyg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.wysiwyg :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
}

.wysiwyg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
}

.wysiwyg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
}

.wysiwyg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
}

.wysiwyg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0;
}

.wysiwyg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
  padding-right: 0;
}

.wysiwyg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.wysiwyg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0;
}

.wysiwyg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
  padding-right: 0;
}

.wysiwyg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 0;
}

.wysiwyg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
  margin-bottom: 0;
}

.wysiwyg {
  font-family: urbanist,basic-sans,ui-sans-serif,system-ui,sans-serif;
}

.wysiwyg :where(li):not(:where([class~="not-wysiwyg"] *))::marker {
  color: #2D3130;
}

.wysiwyg-inlineBullets :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  list-style-position: inside;
}

.header-shadow,
.headroom--pinned.headroom--not-top {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.links-hover-underline-orange-40 a:hover span {
  text-decoration: none;
  background-image: linear-gradient(to right, #F4A858, #F4A858 );
  background-position: 0 1.04em;
  background-repeat: repeat-x;
  background-size: 2px 2px;
}

.links-active-underline-orange-40 a span {
  text-decoration: none;
  background-image: linear-gradient(to right, #F4A858, #F4A858 );
  background-position: 0 1.15em;
  background-repeat: repeat-x;
  background-size: 2px 2px;
}

.link-active-underline-orange-40 {
  text-decoration: none;
  background-image: linear-gradient(to right, #F4A858, #F4A858 );
  background-position: 0 1.4em;
  background-repeat: repeat-x;
  background-size: 2px 2px;
}

.menu-open-links-underline-green-80.has-children {
  text-decoration: none;
  background-image: linear-gradient(to right, #B4CECA, #B4CECA );
  //background-position: 0 1.4em;
  background-position: 0 2rem;
  background-repeat: repeat-x;
  background-size: 2px 2px;
}

.left-quote {
  height: 28px;
  width: 34px;
  top: 36px;
  left: -8px;
  position: absolute;
  font-size: 80px;
}

@media screen and (min-width: 992px) {
  .left-quote {
    left: 0;
    top: 24px;
    height: 82px;
    width: 101px;
    font-size: 300px
  }
}

.right-quote {
  height:28px;
  width: 34px;
  top: 36px;
  right: -8px;
  position: absolute;
  font-size: 80px;
}

@media screen and (min-width: 992px) {
  .right-quote {
    right: 0;
    top: 24px;
    height: 82px;
    width: 101px;
    font-size: 300px
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

/*$(post-title-selector) {*/

/*	@apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900;*/

/*}*/

.wysiwyg > .alignwide {
  max-width: 100%;
}

.wysiwyg > .alignfull {
  max-width: none;
}

.wysiwyg > .alignleft {
  float: left;
  margin-right: 2rem;
}

.wysiwyg > .alignright {
  float: right;
  margin-left: 2rem;
}

.btn-outline {
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #6F7976;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #055A4E;
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.btn-outline:hover,
	.btn-outline:active,
	.btn-outline:focus {
  background: rgba(10, 82, 86, 0.08);
}

.btn-outline-light {
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #6F7976;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #055A4E;
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.btn-outline-light:hover,.btn-outline-light:active,.btn-outline-light:focus {
  background: rgba(10, 82, 86, 0.08);
}

.btn-outline-light:hover,
	.btn-outline-light:active,
	.btn-outline-light:focus {
  background-color: #E9F3EF;
}

.wysiwyg .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wysiwyg .embed-responsive iframe, .wysiwyg .embed-responsive object, .wysiwyg .embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
* Card link hover
**/

.hover-nudge-icon-to-right:hover img {
  left: 2px;
}

.transition-max-height {
  transition: max-height 0.3s ease-out;
}

.hover-light-shadow:hover {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 600px) {
  .top-light-shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15)
  }
}

.to-top-btn-shadow {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.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;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.right-\[18px\] {
  right: 18px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.right-5 {
  right: 1.25rem;
}

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-\[46px\] {
  margin-top: 46px;
  margin-bottom: 46px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-\[18xp\] {
  height: 18xp;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-10\/12 {
  width: 83.333333%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[calc\(100\%-23px\)\] {
  max-width: calc(100% - 23px);
}

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

.flex-none {
  flex: none;
}

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

.origin-left {
  transform-origin: left;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-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));
}

.scale-x-flip {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.self-end {
  align-self: flex-end;
}

.justify-self-end {
  justify-self: end;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-visible {
  overflow-y: visible;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

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

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-gray {
  border-color: #5C5F5D;
}

.border-gray-80 {
  border-color: #C4C7C5;
}

.border-grayGreen-80 {
  border-color: #BEC9C5;
}

.border-green-40 {
  border-color: #055A4E;
}

.border-green-40\/50 {
  border-color: rgb(5 90 78 / 0.5);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.bg-gray-95 {
  background-color: #EFF1EF;
}

.bg-green {
  background-color: #055A4E;
}

.bg-green-40 {
  background-color: #055A4E;
}

.bg-green-90 {
  background-color: #E1EBEA;
}

.bg-orange {
  background-color: #F4A858;
}

.bg-orange-40 {
  background-color: #F4A858;
}

.bg-orange-90 {
  background-color: #FEF5EB;
}

.bg-tan-70 {
  background-color: #FBF4E5;
}

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

.bg-white {
  background-color: #fff;
}

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

.bg-bottom1_8em {
  background-position: 0 1.8em;
}

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

.stroke-current {
  stroke: currentColor;
}

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

.p-2 {
  padding: 0.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

.px-\[8\.5px\] {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

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

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-bodyMd {
  font-size: 16px;
  line-height: 24px;
}

.text-stat {
  font-size: 64px;
  line-height: 64px;
}

.text-statCaption {
  font-size: 28px;
  line-height: 36px;
}

.font-extrabold {
  font-weight: 800;
}

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

.capitalize {
  text-transform: capitalize;
}

.text-black {
  color: #000;
}

.text-gray-20 {
  color: #2D3130;
}

.text-green {
  color: #055A4E;
}

.text-green-40 {
  color: #055A4E;
}

.text-green-40\/50 {
  color: rgb(5 90 78 / 0.5);
}

.text-orange {
  color: #F4A858;
}

.text-orange-40 {
  color: #F4A858;
}

.text-red {
  color: #BA1A1A;
}

.text-white {
  color: #fff;
}

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

.placeholder-green-70::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 173 167 / var(--tw-placeholder-opacity));
}

.placeholder-green-70::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 173 167 / var(--tw-placeholder-opacity));
}

.caret-green-40 {
  caret-color: #055A4E;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* green-80 */

/* orange-60 */

/* tan-70 */

.image-shadow-green-right {
  box-shadow: 20px 16px 0 0 #B4CECA;
}

/* green-80 */

@media (min-width: 768px) {
  .image-shadow-green-right {
    box-shadow: 40px 24px 0 0 #B4CECA
    /* green-80 */
  }
}

.image-shadow-orange-right {
  box-shadow: 20px 16px 0 0 #F7C28A;
}

/* orange-60 */

@media (min-width: 768px) {
  .image-shadow-orange-right {
    box-shadow: 40px 24px 0 0 #F7C28A
    /* orange-60 */
  }
}

.image-shadow-tan-right {
  box-shadow: 20px 16px 0 0 #FAD4AC;
}

/* tan-70 */

@media (min-width: 768px) {
  .image-shadow-tan-right {
    box-shadow: 40px 24px 0 0 #FAD4AC
    /* tan-70 */
  }
}

/**
     * Full font-family sets
     */

.typo-body {
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
}

.typo-body-lg {
  font-size: 18px;
  line-height: 26px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
}

.typo-body-md {
  font-size: 16px;
  line-height: 24px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
}

.typo-body-sm {
  font-size: 14px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
}

.typo-display-lg {
  font-size: 72px;
  line-height: 88px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.typo-display-xs {
  font-size: 40px;
  line-height: 48px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01rem;
}

.typo-headline-xl {
  font-size: 32px;
  line-height: 40px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.02rem;
}

.typo-headline-lg {
  font-size: 28px;
  line-height: 36px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.02rem;
}

.typo-headline-md {
  font-size: 24px;
  line-height: 32px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.02rem;
}

.typo-eyebrow-md {
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.typo-label-lg {
  font-size: 18px;
  line-height: 22px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.typo-label-md {
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.typo-label-sm {
  font-size: 14px;
  line-height: 16px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.typo-title-lg {
  font-size: 24px;
  line-height: 28px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.01rem;
}

.typo-cta-link {
  color: #055A4E;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.typo-cta-link:hover {
  color: #012E25;
}

.typo-cta-link-underline {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  color: #055A4E;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
  font-size: 16px;
  line-height: 20px;
  font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.typo-cta-link-underline:hover {
  color: #012E25;
  text-decoration-color: #F4A858;
  text-underline-offset: 4px;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/** Alpine JS Helper -- see https://raddy.dev/blog/how-to-create-responsive-side-navigation-using-tailwindcss-alpinejs/ */

[x-cloak] {
  display: none !important;
}

/**
 * Common grid used throughout components
 */

.grid-std {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 1008px) {
  .grid-std {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media (min-width: 768px) {
  .md\:wysiwyg-lg {
    font-size: 18px;
    line-height: 26px;
  }

  .md\:wysiwyg-lg :where(p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:wysiwyg-lg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:wysiwyg-lg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:wysiwyg-lg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:wysiwyg-lg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:wysiwyg-lg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .md\:wysiwyg-lg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .md\:wysiwyg-lg :where(img):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:wysiwyg-lg :where(video):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:wysiwyg-lg :where(figure):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:wysiwyg-lg :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:wysiwyg-lg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:wysiwyg-lg :where(code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
  }

  .md\:wysiwyg-lg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8666667em;
  }

  .md\:wysiwyg-lg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.875em;
  }

  .md\:wysiwyg-lg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:wysiwyg-lg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .md\:wysiwyg-lg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .md\:wysiwyg-lg :where(li):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:wysiwyg-lg :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.4444444em;
  }

  .md\:wysiwyg-lg :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.4444444em;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
  }

  .md\:wysiwyg-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:wysiwyg-lg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:wysiwyg-lg :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .md\:wysiwyg-lg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .md\:wysiwyg-lg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .md\:wysiwyg-lg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .md\:wysiwyg-lg :where(table):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:wysiwyg-lg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:wysiwyg-lg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
  }

  .md\:wysiwyg-lg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
  }

  .md\:wysiwyg-lg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:wysiwyg-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
  }

  .md\:wysiwyg-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .md\:wysiwyg-lg :where(.md\:wysiwyg-lg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
  }
}

@media (min-width: 1008px) {
  .lg\:wysiwyg-lg {
    font-size: 18px;
    line-height: 26px;
  }

  .lg\:wysiwyg-lg :where(p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:wysiwyg-lg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:wysiwyg-lg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:wysiwyg-lg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:wysiwyg-lg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:wysiwyg-lg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .lg\:wysiwyg-lg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .lg\:wysiwyg-lg :where(img):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:wysiwyg-lg :where(video):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:wysiwyg-lg :where(figure):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:wysiwyg-lg :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:wysiwyg-lg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:wysiwyg-lg :where(code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:wysiwyg-lg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:wysiwyg-lg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.875em;
  }

  .lg\:wysiwyg-lg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:wysiwyg-lg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:wysiwyg-lg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:wysiwyg-lg :where(li):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:wysiwyg-lg :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:wysiwyg-lg :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:wysiwyg-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:wysiwyg-lg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:wysiwyg-lg :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .lg\:wysiwyg-lg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .lg\:wysiwyg-lg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .lg\:wysiwyg-lg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .lg\:wysiwyg-lg :where(table):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:wysiwyg-lg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:wysiwyg-lg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
  }

  .lg\:wysiwyg-lg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
  }

  .lg\:wysiwyg-lg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:wysiwyg-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
  }

  .lg\:wysiwyg-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
  }

  .lg\:wysiwyg-lg :where(.lg\:wysiwyg-lg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:border-green-40:hover {
  border-color: #055A4E;
}

.hover\:bg-orange-10:hover {
  background-color: #EF8D3D;
}

.hover\:text-green:hover {
  color: #055A4E;
}

.hover\:text-green-10:hover {
  color: #012E25;
}

@media (min-width: 576px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:max-w-\[75\%\] {
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

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

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

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

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

  .md\:image-shadow-green-left {
    box-shadow: -20px 16px 0 0 #B4CECA;
  }

  @media (min-width: 768px) {
    .md\:image-shadow-green-left {
      box-shadow: -40px 24px 0 0 #B4CECA
      /* green-80 */
    }
  }

  .md\:image-shadow-orange-left {
    box-shadow: -20px 16px 0 0 #F7C28A;
  }

  @media (min-width: 768px) {
    .md\:image-shadow-orange-left {
      box-shadow: -40px 24px 0 0 #F7C28A
      /* orange-60 */
    }
  }

  .md\:image-shadow-tan-left {
    box-shadow: -20px 16px 0 0 #FAD4AC;
  }

  @media (min-width: 768px) {
    .md\:image-shadow-tan-left {
      box-shadow: -40px 24px 0 0 #FAD4AC
      /* tan-70 */
    }
  }

  .md\:typo-body-lg {
    font-size: 18px;
    line-height: 26px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  }

  .md\:typo-display-lg {
    font-size: 72px;
    line-height: 88px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
  }

  .md\:typo-display-md {
    font-size: 64px;
    line-height: 72px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01rem;
  }

  .md\:typo-headline-xl {
    font-size: 32px;
    line-height: 40px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0.02rem;
  }

  .md\:typo-eyebrow-lg {
    font-size: 18px;
    line-height: 22px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
  }
}

@media (min-width: 1008px) {
  .lg\:static {
    position: static;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:cursor-default {
    cursor: default;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-statCaptionLg {
    font-size: 32px;
    line-height: 48px;
  }

  .lg\:text-statLg {
    font-size: 80px;
    line-height: 80px;
  }

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

  .lg\:image-shadow-green-left {
    box-shadow: -20px 16px 0 0 #B4CECA;
  }

  @media (min-width: 768px) {
    .lg\:image-shadow-green-left {
      box-shadow: -40px 24px 0 0 #B4CECA
      /* green-80 */
    }
  }

  .lg\:typo-body-lg {
    font-size: 18px;
    line-height: 26px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
  }

  .lg\:typo-display-md {
    font-size: 64px;
    line-height: 72px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01rem;
  }

  .lg\:typo-display-sm {
    font-size: 48px;
    line-height: 56px;
    font-family: urbanist, basic-sans, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01rem;
  }
}

@media (min-width: 1248px) {
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

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