@import url("https://use.typekit.net/dcg4wzr.css");

/* @font-face Rules */

/* Tailwind */

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: freight-sans-pro, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/* Global Theme Styles */

/* FONT SIZE */

:root {
  /* Make sure root font size is set */
  font-size: 16px;
  /* Use smooth scroll when navigating to anchor links */
  scroll-behavior: smooth;
}

body {
  /* Set a default font-size */
  font-size: 1.125rem;
}

/* INLINE TEXT STYLES */

p a {
  /* underline links in paragraphs */
  text-decoration: underline;
}

p a:hover,
    p a:focus {
  /* dotted underline on hover/focus */
  text-decoration-style: dotted;
}

/* ICONS */

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

/*** AlpineJS & custom elements ***/

[x-cloak],
    :not(:defined) {
  display: none !important;
}

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

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

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

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

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

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

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

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

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

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

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

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

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

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

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

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

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

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

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

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

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

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

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

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

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

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

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

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

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

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

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

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

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

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

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

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

/*** Standard Layout Components ***/

.o2-theme-contain-x{
  width: 100%;
}

.o2-theme-pad-x,
    .o2-theme-pad-title{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.o2-theme-pad-y{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.o2-theme-pad-title{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.o2-theme-aspect-banner{
  width: 100%;
  min-height: 320px;
}

@media (min-width: 640px) {
  .o2-theme-pad-x,
        .sm\:o2-theme-pad-x,
        .o2-theme-pad-title{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .o2-theme-pad-title{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .o2-theme-pad-banner{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .o2-theme-pad-x,
        .sm\:o2-theme-pad-x,
        .lg\:o2-theme-pad-x,
        .o2-theme-pad-title,
        .o2-theme-pad-banner{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .o2-theme-aspect-banner{
    min-height: 424px;
  }
}

@media (min-width: 1280px) {
  .o2-theme-pad-x,
        .sm\:o2-theme-pad-x,
        .lg\:o2-theme-pad-x,
        .o2-theme-pad-title,
        .o2-theme-pad-banner{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .o2-theme-aspect-banner{
    aspect-ratio: 12/5;
  }

  .o2-theme-aspect-title{
    aspect-ratio: 40/9;
  }
}

@media (min-width: 1600px) {
  .o2-theme-contain-x{
    width: 100%;
  }

  @media (min-width: 640px){
    .o2-theme-contain-x{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .o2-theme-contain-x{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .o2-theme-contain-x{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .o2-theme-contain-x{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .o2-theme-contain-x{
      max-width: 1600px;
    }
  }

  .o2-theme-contain-x{
    margin-left: auto;
    margin-right: auto;
  }

  .o2-theme-aspect-banner{
    aspect-ratio: auto;
    min-height: 666.25px;
  }

  .o2-theme-aspect-title{
    aspect-ratio: auto;
    min-height: 320px;
  }
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

.float-left{
  float: left;
}

.-m-2{
  margin: -0.5rem;
}

.-m-2\.5{
  margin: -0.625rem;
}

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

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

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

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

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

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

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}

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

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

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

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

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

.min-h-\[66vh\]{
  min-height: 66vh;
}

.w-16{
  width: 4rem;
}

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

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

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

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

.w-\[6rem\]{
  width: 6rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.\!min-w-\[164px\]{
  min-width: 164px !important;
}

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

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

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

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

.max-w-\[90vw\]{
  max-width: 90vw;
}

.grow{
  flex-grow: 1;
}

.origin-top-right{
  transform-origin: top right;
}

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

.translate-x-\[480px\]{
  --tw-translate-x: 480px;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-16{
  row-gap: 4rem;
}

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

.border-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  border-color: rgba(0,0,0,0.3);
}

.border-t-gray-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 236 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 33 / var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 215 / var(--tw-bg-opacity));
}

.bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 236 / var(--tw-bg-opacity));
}

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

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

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

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

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

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

.object-left{
  -o-object-position: left;
     object-position: left;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.\!pr-\[2rem\]{
  padding-right: 2rem !important;
}

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

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

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

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

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

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

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

.font-serif{
  font-family: arno-pro, Georgia, serif;
}

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

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

.text-8xl{
  font-size: 3.5rem;
  line-height: 1.125;
}

.text-base{
  font-size: 1.125rem;
  line-height: 1.625;
}

.text-lg{
  font-size: 1.25rem;
  line-height: 1.625;
}

.text-sm{
  font-size: 1rem;
  line-height: 1.625;
}

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

.text-xs{
  font-size: 0.875rem;
  line-height: 1.625;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-snug{
  line-height: 1.375 !important;
}

.\!leading-tight{
  line-height: 1.25 !important;
}

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

.leading-normal{
  line-height: 1.5;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 33 / var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(28 28 33 / var(--tw-text-opacity));
}

.text-gray-light{
  --tw-text-opacity: 1;
  color: rgb(239 239 236 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(155 39 66 / var(--tw-text-opacity));
}

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

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

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

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

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(28 28 33 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(28 28 33 / var(--tw-placeholder-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-50{
  opacity: 0.5;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!ring-transparent{
  --tw-ring-color: transparent !important;
}

.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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

[class*="skeleton-text-"]:empty:before{
  content: var(--tw-content);
  background-color: #EFEFEC;
  white-space: break-spaces;
  word-break: break-all;
  border-radius: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

[class*="skeleton-text-"].truncate:empty:before{
  white-space: normal;
}

/*** Additional Utilities ***/

.bg-image-url {
  background-image: var(--bg-image, none);
}

/*** Hide reCAPTCHA badge - Notice added to /privacy-policy/ ***/

.grecaptcha-badge {
  display: none !important;
}

/*** CSS from our previous GHCMS plugin ***/

/* Custom Properties applied to subtrees of .ghcms-root */

.ghcms-root {
  --ghcms-brand-red: #9B2742;
  --ghcms-brand-blue: #103F50;
  --ghcms-brand-red-contrast: #fff;
  --ghcms-brand-blue-contrast: #fff;
  --ghcms-theme-gray: #DADAD7;
  --ghcms-theme-gray-light: #EFEFEC;
  --ghcms-theme-text: #1C1C21;
  --ghcms-spacer: 1.25rem;
  --ghcms-font-family-body: freight-sans-pro, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --ghcms-font-weight-body: 400;
  --ghcms-font-family-headings: arno-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji";
  --ghcms-font-weight-headings: 400;
  --ghcms-font-family-accent: var(--ghcms-font-family-body);
  --ghcms-font-weight-accent: 700;
  --ghcms-font-family-system: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --ghcms-font-weight-system: 400;
  --ghcms-content-size-base: 1.125rem;
  --ghcms-content-size-increment: 0.125rem;
}

/* Page Section */

.ghcms-section {
  padding-top: calc(var(--ghcms-spacer) * 2);
  padding-bottom: calc(var(--ghcms-spacer) * 2);
  display: flex;
  flex-direction: column;
  gap: calc(var(--ghcms-spacer) * 2);
}

.ghcms-section .ghcms-heading {
  color: var(--ghcms-theme-text);
}

.ghcms-section hr {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 2px !important;
  background-color: var(--ghcms-theme-gray);
}

#dates-rates.ghcms-section hr {
  height: 20px !important;
}

/* Section Title Bar */

.ghcms-title-bar {
  position: relative;
  width: 100%;
  padding: calc(var(--ghcms-spacer) * 0.5);
  background-color: var(--ghcms-brand-red);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ghcms-title-bar .ghcms-heading {
  color: var(--ghcms-brand-red-contrast);
}

.ghcms-title-bar a.ghcms-back-to-top {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ghcms-brand-red-contrast);
}

.ghcms-title-bar a.ghcms-back-to-top:hover {
  text-decoration: none !important;
}

.ghcms-title-bar .ghcms-back-to-top svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* Content Blocks */

.ghcms-content {
  color: var(--ghcms-theme-text);
  font-family: var(--ghcms-font-family-body);
  font-weight: var(--ghcms-font-weight-body);
  font-size: var(--ghcms-content-size-base);
  line-height: 1.375;
}

.ghcms-content p {
  margin-bottom: 0 !important;
}

.ghcms-content p:not(:first-of-type) {
  margin-top: 1em !important;
}

.ghcms-content ul {
  list-style-type: disc;
  padding-inline-start: 1.5rem;
}

/* Buttons (includes Gravity Form submit) */

.ghcms-button,
.ghcms-gravity-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button {
  display: block;
  padding: 12px 20px;
  background-color: var(--ghcms-theme-gray);
  color: var(--ghcms-theme-text);
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  font-family: var(--ghcms-font-family-body);
  font-weight: var(--ghcms-font-weight-body);
  font-size: calc(var(--ghcms-content-size-base) + var(--ghcms-content-size-increment));
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ghcms-button:hover,
.ghcms-gravity-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:hover {
  text-decoration: none;
  background-color: var(--ghcms-brand-red);
  color: var(--ghcms-brand-red-contrast);
}

.ghcms-button.ghcms-hover-blue:hover {
  background-color: var(--ghcms-brand-blue);
}

.ghcms-button.ghcms-active {
  background-color: var(--ghcms-brand-red);
  color: var(--ghcms-brand-red-contrast);
}

@media (max-width:1199.99px) {
  .ghcms-button,
    .ghcms-gravity-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button {
    padding: 8px 16px;
    font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  }
}

@media (max-width: 991.99px) {
  .ghcms-button,
    .ghcms-gravity-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button {
    min-width: 154px;
  }
}

@media (max-width: 373.99px) {
  .ghcms-button:not(.ghcms-floating-cta-button),
    .ghcms-gravity-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button {
    min-width: 100%;
  }
}

/* Anchor Buttons (below hero photo) */

.ghcms-grid-anchor-buttons {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr)) !important;
  justify-content: center;
}

@media (max-width: 1199.99px) {
  .ghcms-grid-anchor-buttons .ghcms-button {
    font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment)) !important;
  }
}

@media (max-width: 991.99px) {
  .ghcms-grid-anchor-buttons {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  }
}

/* Figures (used as wrapper for image of video thumbnail) */

[class*="ghcms-figure"] {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f0f0f0;
}

[class*="ghcms-figure"] img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*="ghcms-figure"] a.ghcms-video-link {
  display: block;
  width: 100%;
}

/* Aspect Ratios */

.ghcms-figure-1x1 img {
  aspect-ratio: 1 / 1;
}

.ghcms-figure-5x4 img {
  aspect-ratio: 5 / 4;
}

.ghcms-figure-4x3 img {
  aspect-ratio: 4 / 3;
}

.ghcms-figure-3x2 img {
  aspect-ratio: 3 / 2;
}

.ghcms-figure-16x9 img {
  aspect-ratio: 16 / 9;
}

.ghcms-figure-2x1 img {
  aspect-ratio: 2 / 1;
}

/* Video Links */

.ghcms-video-link {
  display: block;
  position: relative;
  padding: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.ghcms-video-link .ghcms-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ghcms-video-link .ghcms-image-overlay svg {
  width: 48px;
  height: 48px;
  fill: var(--ghcms-theme-gray);
}

.ghcms-video-link:hover .ghcms-image-overlay svg {
  fill: var(--ghcms-brand-red);
}

/* Video Modal */

.ghcms-modal {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  /* visibility: hidden; */
  align-items: center;
  justify-content: center;
}

.ghcms-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.75;
}

.ghcms-modal-inner {
  position: relative;
  background-color: white;
  border-radius: 4px;
  width: 800px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
}

.ghcms-modal-header,
.ghcms-modal-body {
  padding: 1rem;
}

.ghcms-modal-header {
  min-height: 48px;
  padding-right: 64px;
  display: flex;
}

.ghcms-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ghcms-brand-blue);
  transition: background-color 0.3s ease;
  border-radius: 50%;
}

.ghcms-modal-close:hover {
  background-color: var(--ghcms-brand-red);
}

.ghcms-modal-close svg {
  width: 32px;
  height: 32px;
  fill: var(--ghcms-brand-red-contrast);
}

.ghcms-modal-body iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* Media Carousel */

.ghcms-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ghcms-spacer);
}

.ghcms-thumbnails-image {
  outline: 3px solid transparent;
  transition: outline-color 0.3s ease;
}

.ghcms-thumbnails-image:hover,
.ghcms-thumbnails-image.ghcms-active {
  outline-color: var(--ghcms-brand-blue);
}

.ghcms-thumbnails-image:not(.ghcms-visible) {
  display: none;
}

.ghcms-thumbnails-arrow-left,
.ghcms-thumbnails-arrow-right {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  background-color: var(--ghcms-theme-gray);
  transition: background-color 0.3s ease;
}

.ghcms-thumbnails-arrow-left {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

.ghcms-thumbnails-arrow-right {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.ghcms-thumbnails-arrow-left.ghcms-no-more-items,
.ghcms-thumbnails-arrow-right.ghcms-no-more-items {
  background-color: var(--ghcms-theme-gray-light);
}

.ghcms-thumbnails-arrow-left:not(.ghcms-no-more-items):hover,
.ghcms-thumbnails-arrow-right:not(.ghcms-no-more-items):hover {
  background-color: var(--ghcms-brand-blue);
}

/* Floating CTA Button */

@keyframes slideInUp {
  from {
    transform: translateY(200px);
  }

  to {
    transform: translateY(0);
  }
}

.ghcms-button.ghcms-floating-cta-button {
  position: fixed;
  z-index: 900;
  bottom: 24px;
  right: 24px;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: var(--ghcms-brand-blue);
  color: var(--ghcms-brand-blue-contrast);
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.15);
  transform-origin: center bottom;
  transform: translateY(200px);
}

.ghcms-button.ghcms-floating-cta-button:hover {
  background-color: var(--ghcms-brand-red);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.ghcms-button.ghcms-floating-cta-button.ghcms-has-loaded {
  animation: slideInUp 1s ease-out 5s forwards;
}

/* We need to hide the go-to-top button that is on every page of the site */

.go-to-top {
  display: none !important;
}

/* Booking Options Grid */

.ghcms-grid-booking-options {
  grid-template-columns: 2fr 4fr 1fr 2fr !important;
  justify-items: center;
}

.ghcms-grid-booking-options img.ghcms-booking-category-image {
  height: 48px;
  width: auto;
}

.ghcms-grid-booking-options .ghcms-grid-booking-rates {
  grid-template-columns: subgrid !important;
  grid-column: span 2;
  justify-items: center;
  grid-template-rows: repeat(2, min-content) !important;
}

.ghcms-grid-booking-options .ghcms-grid-booking-rates .ghcms-booking-button-wrapper {
  grid-column: span 2;
  justify-self: stretch;
  padding-right: 2rem;
}

/* Request Reservation - Gravity Form styling */

.ghcms-gravity-form .gform-theme--framework {
  --gf-ctrl-label-font-size-primary: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  --gf-ctrl-label-color-primary: var(--ghcms-theme-text);
  --gf-ctrl-desc-font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  --gf-ctrl-desc-color-primary: var(--ghcms-theme-gray);
}

.ghcms-gravity-form .gform-theme--framework .gform_footer {
  justify-content: center;
}

.ghcms-gravity-form .gform-theme--framework .gform_required_legend {
  font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  text-align: right;
  padding-bottom: 1rem;
}

/* Accordion (Vertical Tabs) */

.ghcms-accordion {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ghcms-accordion-item {
  border: 1px solid var(--ghcms-theme-gray);
}

.ghcms-tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  outline: none
}

.ghcms-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--ghcms-font-family-accent);
  font-weight: var(--ghcms-font-weight-accent);
  font-size: var(--ghcms-content-size-base);
  line-height: 1.125;
}

.ghcms-accordion-icon {
  display: block;
}

.ghcms-accordion-icon svg {
  width: var(--ghcms-content-size-base);
  height: var(--ghcms-content-size-base);
}

.ghcms-tab-content {
  padding: 16px 20px;
  border-top: 1px solid var(--ghcms-theme-gray);
}

@media (max-width: 991px) {
  .ghcms-tab-header {
    padding: 12px 16px
  }

  .ghcms-tab-content {
    padding: 6px 16px
  }
}

/* Search & Filter UI - Layout */

.ghcms-search-filter>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--ghcms-spacer);
}

.ghcms-search-filter>ul>li {
  flex-basis: 200px;
  flex-shrink: 0;
  flex-grow: 1;
}

.ghcms-search-filter>ul>li.ghcms-field-keyword {
  flex-basis: 100%;
  max-width: 100%;
}

.ghcms-search-filter>ul>li.ghcms-field-reset {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Search & Filter UI - Field Labels & Inputs */

.ghcms-search-filter .ghcms-field-label {
  margin: 0.625em 0 !important;
  padding: 0 !important;
  font-family: var(--ghcms-font-family-headings);
  font-weight: 700;
  font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  line-height: 1.125;
}

.ghcms-search-filter label {
  width: 100%;
}

.ghcms-search-filter input {
  width: 100%;
  padding: 4px 8px;
  font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  line-height: 1.875;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/* Search & Filter UI - Multi-select Checkboxes */

ul.ghcms-multiselect-checkboxes {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

ul.ghcms-multiselect-checkboxes>li {
  display: flex;
  align-items: center;
  gap: 6px;
}

ul.ghcms-multiselect-checkboxes>li>label {
  margin: 0;
  padding: 0;
  font-family: var(--ghcms-font-family-body);
  font-weight: var(--ghcms-font-weight-body);
  font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment));
  line-height: 1.25;
}

/* Search & Filter UI - Custom Checkbox styling */

ul.ghcms-multiselect-checkboxes input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 14px !important;
  height: 14px !important;
  padding: 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

ul.ghcms-multiselect-checkboxes input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--e-global-color-primary);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

ul.ghcms-multiselect-checkboxes input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* Search & Filter UI - Filter Reset link */

.ghcms-search-filter .ghcms-field-reset a,
a.ghcms-field-reset {
  color: var(--ghcms-theme-text);
  font-family: var(--ghcms-font-family-accent);
  font-weight: var(--ghcms-font-weight-accent);
  font-size: calc(var(--ghcms-content-size-base) + var(--ghcms-content-size-increment));
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.ghcms-search-filter .ghcms-field-reset a:hover,
a.ghcms-field-reset:hover {
  text-decoration-style: dotted;
}

/* Programs Grid List */

ul.o2-grid-list {
  list-style: none;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  ul.o2-grid-list {
    justify-content: center;
  }
}

ul.o2-grid-list li.o2-grid-list-item {
  padding: 1rem;
  min-width: 320px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* Program Cards */

.o2-card .o2-card-media {
  overflow: hidden;
}

.o2-card .o2-card-media .o2-card-media-image {
  height: 224px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .3s ease .1s;
}

.o2-card .o2-card-media a:hover .o2-card-media-image.o2-effect-scale {
  transform: scale(1.15);
}

.o2-card .o2-card-content {
  min-height: 320px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-cool-gray-lighter);
}

.o2-card .o2-card-header, .o2-card .o2-card-footer {
  min-height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}

/**
 * Utility classes for layout and typography + a few generic global styles
 */

/* Prevent possible horizontal scroll issues */

html,
body {
  max-width: 100vw;
}

/* AlpineJS - Used to hide an element until the script initializes */

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

/* Flex Containers */

[class*="ghcms-flex"] {
  display: flex;
  gap: var(--ghcms-spacer);
}

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

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

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

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-flex-row-tablet {
    flex-direction: row;
  }

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

  .ghcms-flex-col-reverse-tablet {
    flex-direction: column-reverse;
  }

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

@media (max-width: 575.99px) {
  .ghcms-flex-row-mobile {
    flex-direction: row;
  }

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

  .ghcms-flex-col-reverse-mobile {
    flex-direction: column-reverse;
  }

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

/* Grid Containers */

[class*="ghcms-grid"] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-auto-flow: row;
  gap: var(--ghcms-spacer);
}

@media (min-width:992px) {
  .ghcms-grid-cols-fit {
    grid-template-columns: repeat(auto-fit, minmax(var(--ghcms-spacer), 1fr));
  }

  .ghcms-grid-cols-1-1 {
    grid-template-columns: 1fr 1fr;
  }

  .ghcms-grid-cols-1-2 {
    grid-template-columns: 1fr 2fr;
  }

  .ghcms-grid-cols-1-3 {
    grid-template-columns: 1fr 3fr;
  }

  .ghcms-grid-cols-2-1 {
    grid-template-columns: 2fr 1fr;
  }

  .ghcms-grid-cols-3-1 {
    grid-template-columns: 3fr 1fr;
  }

  .ghcms-grid-cols-3-2 {
    grid-template-columns: 3fr 2fr;
  }
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-grid-cols-fit-tablet {
    grid-template-columns: repeat(auto-fit, minmax(var(--ghcms-spacer), 1fr));
  }

  .ghcms-grid-cols-1-1-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .ghcms-grid-cols-1-2-tablet {
    grid-template-columns: 1fr 2fr;
  }

  .ghcms-grid-cols-1-3-tablet {
    grid-template-columns: 1fr 3fr;
  }

  .ghcms-grid-cols-2-1-tablet {
    grid-template-columns: 2fr 1fr;
  }

  .ghcms-grid-cols-3-1-tablet {
    grid-template-columns: 3fr 1fr;
  }
}

@media (max-width: 575.99px) {
  .ghcms-grid-cols-fit-mobile {
    grid-template-columns: repeat(auto-fit, minmax(var(--ghcms-spacer), 1fr));
  }

  .ghcms-grid-cols-1-1-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .ghcms-grid-cols-1-2-mobile {
    grid-template-columns: 1fr 2fr;
  }

  .ghcms-grid-cols-1-3-mobile {
    grid-template-columns: 1fr 3fr;
  }

  .ghcms-grid-cols-2-1-mobile {
    grid-template-columns: 2fr 1fr;
  }

  .ghcms-grid-cols-3-1-mobile {
    grid-template-columns: 3fr 1fr;
  }
}

/* Responsive Reordering */

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-order-first-tablet {
    order: -1;
  }

  .ghcms-order-last-tablet {
    order: 1;
  }
}

@media (max-width: 575.99px) {
  .ghcms-order-first-mobile {
    order: -1;
  }

  .ghcms-order-last-mobile {
    order: 1;
  }
}

/* Justify Content */

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

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

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

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

.ghcms-justify-content-around {
  justify-content: space-around;
}

.ghcms-justify-content-evenly {
  justify-content: space-evenly;
}

/* Justify Self - Only works for grid items, not flex items */

.ghcms-justify-self-start {
  justify-self: start;
}

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

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

.ghcms-justify-self-stretch {
  justify-self: stretch;
}

/* Align Items */

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

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

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

.ghcms-align-items-stretch {
  align-items: stretch;
}

/* Align Self */

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

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

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

.ghcms-align-self-stretch {
  align-self: stretch;
}

/* Gap */

.ghcms-gap-none {
  gap: 0 !important;
}

.ghcms-gap-narrow {
  gap: calc(var(--ghcms-spacer) * 0.5) !important;
}

.ghcms-gap-default {
  gap: var(--ghcms-spacer) !important;
}

.ghcms-gap-wide {
  gap: calc(var(--ghcms-spacer) * 2) !important;
}

/* Horizontal Padding (X-Axis) */

.ghcms-pad-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ghcms-pad-x-narrow {
  padding-left: calc(var(--ghcms-spacer) * 0.5) !important;
  padding-right: calc(var(--ghcms-spacer) * 0.5) !important;
}

.ghcms-pad-x-default {
  padding-left: var(--ghcms-spacer) !important;
  padding-right: var(--ghcms-spacer) !important;
}

.ghcms-pad-x-wide {
  padding-left: calc(var(--ghcms-spacer) * 2) !important;
  padding-right: calc(var(--ghcms-spacer) * 2) !important;
}

@media (min-width:992px) {
  .ghcms-pad-x-none-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ghcms-pad-x-narrow-desktop {
    padding-left: calc(var(--ghcms-spacer) * 0.5) !important;
    padding-right: calc(var(--ghcms-spacer) * 0.5) !important;
  }

  .ghcms-pad-x-default-desktop {
    padding-left: var(--ghcms-spacer) !important;
    padding-right: var(--ghcms-spacer) !important;
  }

  .ghcms-pad-x-wide-desktop {
    padding-left: calc(var(--ghcms-spacer) * 2) !important;
    padding-right: calc(var(--ghcms-spacer) * 2) !important;
  }
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-pad-x-none-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ghcms-pad-x-narrow-tablet {
    padding-left: calc(var(--ghcms-spacer) * 0.5) !important;
    padding-right: calc(var(--ghcms-spacer) * 0.5) !important;
  }

  .ghcms-pad-x-default-tablet {
    padding-left: var(--ghcms-spacer) !important;
    padding-right: var(--ghcms-spacer) !important;
  }

  .ghcms-pad-x-wide-tablet {
    padding-left: calc(var(--ghcms-spacer) * 2) !important;
    padding-right: calc(var(--ghcms-spacer) * 2) !important;
  }
}

@media (max-width: 575.99px) {
  .ghcms-pad-x-none-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ghcms-pad-x-narrow-mobile {
    padding-left: calc(var(--ghcms-spacer) * 0.5) !important;
    padding-right: calc(var(--ghcms-spacer) * 0.5) !important;
  }

  .ghcms-pad-x-default-mobile {
    padding-left: var(--ghcms-spacer) !important;
    padding-right: var(--ghcms-spacer) !important;
  }

  .ghcms-pad-x-wide-mobile {
    padding-left: calc(var(--ghcms-spacer) * 2) !important;
    padding-right: calc(var(--ghcms-spacer) * 2) !important;
  }
}

/* Vertical Padding (Y-Axis) */

.ghcms-pad-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ghcms-pad-y-narrow {
  padding-top: calc(var(--ghcms-spacer) * 0.5) !important;
  padding-bottom: calc(var(--ghcms-spacer) * 0.5) !important;
}

.ghcms-pad-y-default {
  padding-top: var(--ghcms-spacer) !important;
  padding-bottom: var(--ghcms-spacer) !important;
}

.ghcms-pad-y-wide {
  padding-top: calc(var(--ghcms-spacer) * 2) !important;
  padding-bottom: calc(var(--ghcms-spacer) * 2) !important;
}

/* Text Styles */

.ghcms-body,
.ghcms-heading,
.ghcms-accent,
.ghcms-system-font {
  margin: 0;
  padding: 0;
  color: unset;
  font-size: unset;
  letter-spacing: normal;
  text-transform: none;
}

.ghcms-body {
  font-family: var(--ghcms-font-family-body);
  font-weight: var(--ghcms-font-weight-body);
  line-height: 1.375;
}

.ghcms-heading {
  font-family: var(--ghcms-font-family-headings);
  font-weight: var(--ghcms-font-weight-headings);
  line-height: 1.125;
}

p + .ghcms-heading {
  margin: 0 !important;
}

.ghcms-accent {
  font-family: var(--ghcms-font-family-accent);
  font-weight: var(--ghcms-font-weight-accent);
  line-height: 1.375;
}

.ghcms-system-font {
  font-family: var(--ghcms-font-family-system);
  font-weight: var(--ghcms-font-weight-system);
  line-height: 1.5;
}

/* Text Color */

.ghcms-text-red {
  color: var(--ghcms-brand-red);
}

.ghcms-text-blue {
  color: var(--ghcms-brand-blue);
}

.ghcms-text-gray {
  color: var(--ghcms-theme-gray);
}

.ghcms-text-hover-noeffect:hover {
  color: inherit !important;
}

/* Text Decoration */

.ghcms-decoration-hover-underline:hover {
  text-decoration: underline !important;
}

.ghcms-decoration-hover-noeffect:hover {
  text-decoration: none !important;
}

/* Text Size */

.ghcms-size-xs {
  font-size: calc(var(--ghcms-content-size-base) - (2 * var(--ghcms-content-size-increment))) !important;
}

.ghcms-size-sm {
  font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment)) !important;
}

.ghcms-size-base {
  font-size: var(--ghcms-content-size-base) !important;
}

.ghcms-size-md {
  font-size: calc(var(--ghcms-content-size-base) + var(--ghcms-content-size-increment)) !important;
}

.ghcms-size-lg {
  font-size: calc(var(--ghcms-content-size-base) + (3 * var(--ghcms-content-size-increment))) !important;
}

.ghcms-size-xl {
  font-size: calc(var(--ghcms-content-size-base) + (6 * var(--ghcms-content-size-increment))) !important;
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-size-xs-tablet {
    font-size: calc(var(--ghcms-content-size-base) - (2 * var(--ghcms-content-size-increment))) !important;
  }

  .ghcms-size-sm-tablet {
    font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment)) !important;
  }

  .ghcms-size-base-tablet {
    font-size: var(--ghcms-content-size-base) !important;
  }

  .ghcms-size-md-tablet {
    font-size: calc(var(--ghcms-content-size-base) + var(--ghcms-content-size-increment)) !important;
  }

  .ghcms-size-lg-tablet {
    font-size: calc(var(--ghcms-content-size-base) + (3 * var(--ghcms-content-size-increment))) !important;
  }

  .ghcms-size-xl-tablet {
    font-size: calc(var(--ghcms-content-size-base) + (6 * var(--ghcms-content-size-increment))) !important;
  }
}

@media (max-width: 575.99px) {
  .ghcms-size-xs-mobile {
    font-size: calc(var(--ghcms-content-size-base) - (2 * var(--ghcms-content-size-increment))) !important;
  }

  .ghcms-size-sm-mobile {
    font-size: calc(var(--ghcms-content-size-base) - var(--ghcms-content-size-increment)) !important;
  }

  .ghcms-size-base-mobile {
    font-size: var(--ghcms-content-size-base) !important;
  }

  .ghcms-size-md-mobile {
    font-size: calc(var(--ghcms-content-size-base) + var(--ghcms-content-size-increment)) !important;
  }

  .ghcms-size-lg-mobile {
    font-size: calc(var(--ghcms-content-size-base) + (3 * var(--ghcms-content-size-increment))) !important;
  }

  .ghcms-size-xl-mobile {
    font-size: calc(var(--ghcms-content-size-base) + (6 * var(--ghcms-content-size-increment))) !important;
  }
}

/* Text Alignment */

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

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

.ghcms-text-right {
  text-align: right;
}

@media (min-width: 576px) and (max-width: 991.99px) {
  .ghcms-text-left-tablet {
    text-align: left;
  }

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

  .ghcms-text-right-tablet {
    text-align: right;
  }
}

@media (max-width: 575.99px) {
  .ghcms-text-left-mobile {
    text-align: left;
  }

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

  .ghcms-text-right-mobile {
    text-align: right;
  }
}

/* Text wrapping */

.ghcms-no-wrap {
  white-space: nowrap;
}

/* Background Color */

.ghcms-bg-red {
  background-color: var(--ghcms-theme-red);
}

.ghcms-bg-blue {
  background-color: var(--ghcms-theme-blue);
}

.ghcms-bg-gray {
  background-color: var(--ghcms-theme-gray);
}

.ghcms-bg-gray-light {
  background-color: var(--ghcms-theme-gray-light);
}

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

.ghcms-bg-hover-noeffect:hover {
  background-color: inherit !important;
}

/* Opacity */

.ghcms-invisible {
  opacity: 0;
}

/* Transitions */

.ghcms-ease {
  transition: all 0.3s ease;
}

/* Screen Reader Only */

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

/* Mobile Only */

@media (min-width: 576px) {
  .ghcms-mobile-only {
    display: none;
  }
}

/* Mobile & Tablet Only */

@media (min-width: 992px) {
  .ghcms-mobile-tablet-only {
    display: none;
  }
}

/* Desktop Only */

@media (max-width: 991.99px) {
  .ghcms-desktop-only {
    display: none;
  }
}

/* User Select None*/

.ghcms-user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

@media (min-width: 640px){
  .sm\:o2-theme-pad-x{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media (min-width: 640px) {
    .sm\:o2-theme-pad-x{
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .sm\:o2-theme-pad-x{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

  @media (min-width: 1280px) {
    .sm\:o2-theme-pad-x{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
}

@media (min-width: 1024px){
  .lg\:o2-theme-pad-x{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media (min-width: 640px) {
    .lg\:o2-theme-pad-x{
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .lg\:o2-theme-pad-x{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

  @media (min-width: 1280px) {
    .lg\:o2-theme-pad-x{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
}

@media (min-width: 1600px){
  .\32xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .\32xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .\32xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .\32xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .\32xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px){
    .\32xl\:container{
      max-width: 1600px;
    }
  }
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

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

.hover\:decoration-dotted:hover{
  text-decoration-style: dotted;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.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));
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: disc;
}

@media (min-width: 640px){
  .sm\:w-\[460px\]{
    width: 460px;
  }

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

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

  .sm\:justify-self-stretch{
    justify-self: stretch;
  }

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

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

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

  .sm\:text-base{
    font-size: 1.125rem;
    line-height: 1.625;
  }
}

@media (min-width: 768px){
  .md\:grid{
    display: grid;
  }

  .md\:h-\[7rem\]{
    height: 7rem;
  }

  .md\:w-\[8rem\]{
    width: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[4\.5rem\]{
    font-size: 4.5rem;
  }

  .md\:text-lg{
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .md\:text-xl{
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:max-w-none{
    max-width: none;
  }

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

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

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

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

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

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

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:text-2xl{
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .lg\:text-3xl{
    font-size: 2rem;
    line-height: 1.25;
  }

  .lg\:text-lg{
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .lg\:text-xl{
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1280px){
  .xl\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }

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

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:text-base{
    font-size: 1.125rem;
    line-height: 1.625;
  }
}

@media (min-width: 1600px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}
