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

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

/*
! tailwindcss v3.4.17 | 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: #e5e7eb;
  /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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]:where(:not([hidden="until-found"])) {
  display: none;
}

/* You can override these variables in your "Code injection" settings in Ghost Admin */

:root {
  --brand-color: #7442f3;
  --primary-text-color: var(--ghost-accent-color, var(--brand-color));
  --font-sans: "Host Grotesk", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji", "sans-serif";
  --font-serif: Georgia, serif;
  --font-mono: "Menlo", "Consolas", "Monaco", monospace;
  --color-bg: #ffffff;
  --color-bg-accent: #f7f8fa;
  --color-border: #e9e9e9;
  --color-text: #222222;
  --color-text-accent: #666666;
  --color-text-header: #ffffff;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--gh-font-body, var(--font-sans));
  line-height: var(--line-height-base);
  font-size: 1.7rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gh-canvas,
.gh-post,
.gh-page {
  --column-width: 120rem;
  --column-gap: 8rem;
  --column-gap-small: 4rem;
}

/* Fallback for browsers that don't support this yet */

.gh-canvas > * {
  grid-column: main;
}

.gh-canvas > .full {
  grid-column: full;
}

.gh-canvas > .wide {
  grid-column: wide;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gh-font-heading, var(--font-sans));
  font-weight: 700;
}

/* Primary Navigation
/* ---------------------------------------------------------- */

.gh-head-menu .nav {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}

.gh-head-menu .nav li {
  margin-right: 1.5vmin;
  padding: 0px;
}

.gh-head-menu .nav a {
  display: inline-block;
  padding-top: 0.4rem;
  text-decoration-line: none;
}

.gh-head-menu .nav-current a {
  text-decoration-line: none;
  --tw-shadow: 0 -1px 0 0 currentcolor inset;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 640px) {
  #gh-head .gh-head-menu .nav li {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  #gh-head .gh-head-menu .nav a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  #gh-head .gh-head-menu .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .is-menu-open {
    height: 100vh;
    overflow: hidden;
  }
}

/* Secondary Navigation
/* ---------------------------------------------------------- */

.gh-head-actions-list a:not([class]) {
  margin-left: 1.5vmin;
  display: inline-block;
  padding-top: 0.4rem;
}

.gh-foot a {
  font-size: inherit;
  color: inherit;
}

.gh-foot-menu .nav {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gh-foot-menu .nav li {
  margin-right: 1.5vmin;
  padding: 0px;
}

.gh-foot-menu .nav a {
  display: inline-block;
  padding-top: 0.4rem;
  text-decoration-line: none;
  --tw-shadow: 0 -1px 0 0 currentcolor inset;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 700px) {
  .gh-foot-menu .nav {
    font-size: 1.35rem;
  }
}

/* Post list
/* ---------------------------------------------------------- */

.gh-postfeed > *:first-child {
  grid-column: 1/-1;
}

@media (min-width: 800px) {
  .gh-postfeed > *:first-child h2 {
    font-size: 5.4rem;
    line-height: 1;
  }

  .gh-postfeed > *:first-child p {
    font-size: 2.1rem;
  }
}

.gh-card-content p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 3vmin;
  padding-right: 3vmin;
}

.gh-card-content > strong {
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 600;
  opacity: 0.75;
  --tw-shadow: 0 -1px 0 0 inset currentColor;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Index
/* ---------------------------------------------------------- */

.kg-width-full.kg-content-wide {
  display: grid;
  grid-template-columns: [full-start] var(--full)
            [wide-start] var(--wide)
            [main-start] var(--main) [main-end]
            var(--wide) [wide-end]
            var(--full) [full-end];
}

/* Generic
/* ---------------------------------------------------------- */

/* Default fallback */

.gh-canvas > * {
  grid-column: main-start/main-end;
}

.kg-width-wide,
.kg-content-wide > div {
  grid-column: wide-start/wide-end;
}

.kg-width-full {
  grid-column: full-start/full-end;
}

.kg-width-full img {
  width: 100%;
}

/* Typography
/* ---------------------------------------------------------- */

.gh-content > * + * {
  margin-top: 4vmin;
}

.gh-content [id]:not(:first-child) {
  margin-top: 1.5em;
}

.gh-content > [id] + * {
  margin-top: 1.6rem;
}

.gh-content [id] + .kg-card,
.gh-content blockquote + .kg-card {
  margin-top: 6vmin;
}

.gh-canvas > blockquote,
.gh-canvas > ol,
.gh-canvas > ul,
.gh-canvas > dl,
.gh-canvas > p {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25em;
  line-height: 1.5em;
}

.gh-content > ul,
.gh-content > ol,
.gh-content > dl {
  padding-left: 1.9em;
}

.gh-content > ul {
  list-style-type: disc;
}

.gh-content > ul li:not(:first-of-type),
.gh-content > ol li:not(:first-of-type),
.gh-content > dl li:not(:first-of-type) {
  margin-top: 0.5em;
}

.gh-content hr {
  margin-top: 6vmin;
}

.gh-content hr + * {
  margin-top: 6vmin !important;
}

.gh-content blockquote {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-style: italic;
}

.gh-content blockquote::before {
  position: absolute;
  inset: 0px;
  width: 0.2rem;
  background-color: var(--color-primary);
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 650px) {
  .gh-canvas blockquote,
    .gh-canvas ol,
    .gh-canvas ul,
    .gh-canvas dl,
    .gh-canvas p {
    font-size: 1.75rem;
  }
}

/* Cards
/* ---------------------------------------------------------- */

.gh-content :not(.kg-card):not([id]) + .kg-card,
.gh-content .kg-card + :not(.kg-card) {
  margin-top: 6vmin;
}

figcaption {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 0px;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.5;
  color: rgba(0,0,0,0.5);
}

figcaption strong {
  color: rgba(0,0,0,0.8);
}

.gh-canvas :not(pre) code {
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 234 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: 400 !important;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(220 0 80 / var(--tw-text-opacity, 1));
}

.gh-canvas > pre {
  overflow: scroll;
  border-radius: 0.375rem;
  border-width: 1px;
  background-color: rgba(255,255,255,0.8);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.kg-embed-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.kg-image-card img {
  margin: auto;
}

/* Default to 16 / 9 aspect ratio for YouTube & Vimeo embeds – TW styles can't be directly applied */

.kg-embed-card > :where(iframe[src*="youtube.com"],iframe[src*="vimeo.com"]) {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* Card captions
/* ---------------------------------------------------------- */

.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start/wide-end;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1/-1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start/main-end;
}

/* Tables
/* ---------------------------------------------------------- */

.gh-content table {
  width: 100%;
  border-collapse: collapse;
}

.gh-content th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  text-align: left;
  font-size: 0.75em;
  text-transform: uppercase;
}

.gh-content td {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  text-align: left;
  font-size: 0.75em;
  text-transform: uppercase;
}

.gh-content tbody tr:nth-child(2n + 1) {
  background-color: rgba(0,0,0,0.1);
  padding: 1px;
}

.gh-content tbody tr:nth-child(2n + 2) td:last-child {
  --tw-shadow: inset 1px 0 rgba(0,0,0,0.1),inset -1px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 1px 0 var(--tw-shadow-color), inset -1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gh-content tbody tr:nth-child(2n + 2) td {
  --tw-shadow: inset 1px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gh-content tbody tr:last-child {
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,0.1);
}

/* Read more
/* ---------------------------------------------------------- */

.gh-readmore svg {
  margin-top: 0.15em;
  display: inline-block;
  height: 1em;
  vertical-align: middle;
}

/* Post Template Styles - Optimized for post.hbs */

/* Base styles */

html {
  font-size: 62.5%;
}

body {
  color: var(--color-darkgrey);
  font-family: var(--gh-font-body, var(--font-sans));
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  background: #fff;
}

/* Article container */

.article {
  word-break: break-word;
}

.post-template .article {
  padding: max(8vmin, 40px) 0 max(8vmin, 64px);
}

/* Article header */

.post-template .article-header {
  padding: 0 0 max(6.4vmin, 40px);
}

.article-tag {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.article-tag a {
  color: var(--color-secondary-text);
}

/* Post card tags */

.post-card-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: var(--color-secondary-text);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1;
}

.post-card-featured {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  padding-left: 18px;
  color: var(--ghost-accent-color);
}

.post-card-featured svg {
  position: absolute;
  left: 0;
}

/* Article title */

.article-title {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--color-darkgrey);
}

.has-serif-title:not([class*=" gh-font-heading"]):not(
        [class^="gh-font-heading"]
    )
    .article-title {
  font-family: var(--gh-font-heading, var(--font-serif));
}

/* Article excerpt */

.article-excerpt {
  margin-top: 20px;
  max-width: 720px;
  font-size: 2rem;
  line-height: 1.45;
  color: var(--color-darkgrey);
}

/* Article byline */

.article-byline {
  display: flex;
  justify-content: space-between;
  margin: min(24px, 5.6vmin) 0 0;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 14px 0 0;
}

.article-byline-meta {
  color: var(--color-secondary-text);
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta .author-name {
  margin: 0 0 6px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
}

.article-byline-meta .bull {
  display: inline-block;
  margin: 0 2px;
}

/* Author styles */

.author-list {
  display: flex;
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -4px;
  width: min(56px, 13.6vmin);
  height: min(56px, 13.6vmin);
  border: #fff 2px solid;
  border-radius: 50%;
  background-color: var(--color-border);
}

.author-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  background: color-mod(var(--color-lightgrey) l(+10%));
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Article image */

.gh-canvas .article-image {
  grid-column: wide-start / wide-end;
  width: 100%;
  margin: max(6.4vmin, 40px) 0 0;
}

.image-full .article-image {
  grid-column: full-start / full-end;
}

.image-small .article-image {
  grid-column: main-start / main-end;
}

.gh-canvas .article-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Content grid */

.gh-canvas {
  --gap: max(4vmin, 20px);
  --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
  --wide: minmax(
        0,
        calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2)
    );
  --full: minmax(var(--gap), 1fr);
  display: grid;
  grid-template-columns:
        [full-start] var(--full)
        [wide-start] var(--wide)
        [main-start] var(--main) [main-end]
        var(--wide) [wide-end]
        var(--full) [full-end];
}

.gh-canvas > * {
  grid-column: main-start / main-end;
}

.kg-width-wide,
.kg-content-wide > div {
  grid-column: wide-start / wide-end;
}

.kg-width-full {
  grid-column: full-start / full-end;
}

.kg-width-full img {
  width: 100%;
}

/* Content styles */

.gh-content > * + * {
  margin-top: max(3.2vmin, 24px);
  margin-bottom: 0;
}

.gh-content
    > .kg-width-full
    + .kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
  margin-top: 0;
}

.gh-content > [id] {
  margin: 0;
  color: var(--color-darkgrey);
}

.has-serif-title:not([class*=" gh-font-heading"]):not(
        [class^="gh-font-heading"]
    )
    .gh-content
    > [id] {
  font-family: var(--gh-font-heading, var(--font-serif));
}

.gh-content > [id]:not(:first-child) {
  margin: 2em 0 0;
}

.gh-content > [id] + * {
  margin-top: 1.5rem !important;
}

.gh-content a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
  word-break: break-word;
}

.gh-content > blockquote:not([class]),
.gh-content > ol,
.gh-content > ul,
.gh-content > dl,
.gh-content > p {
  font-family: var(--gh-font-body, var(--font-serif));
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6em;
}

.gh-content > p img {
  margin: 0 auto;
}

/* Figure captions */

figcaption {
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  line-height: 1.4em;
}

figcaption strong {
  color: rgba(0, 0, 0, 0.8);
}

figcaption a {
  text-decoration: underline;
}

/* Comments section */

.article-comments {
  margin: 6vmin 0 0 0;
}

/* Footer CTA */

.footer-cta {
  position: relative;
  text-align: center;
}

.footer-cta-title {
  margin: 0 0 min(24px, 6.4vmin);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800;
}

.has-serif-title:not([class*=" gh-font-heading"]):not(
        [class^="gh-font-heading"]
    )
    .footer-cta-title {
  font-family: var(--gh-font-heading, var(--font-serif));
}

.footer-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding: 5px 5px 5px 15px;
  font-size: 1.7rem;
  color: var(--color-secondary-text);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  transition: border-color 0.2s;
}

.footer-cta-button:hover {
  border-color: color-mod(var(--color-border) l(-12%));
}

.footer-cta-button span {
  display: inline-block;
  padding: 9px 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  background: var(--ghost-accent-color);
  border-radius: 6px;
}

/* Read more section */

.read-more-wrap {
  margin-top: 2.4vmin;
}

.footer-cta + .read-more-wrap {
  margin-top: max(12vmin, 72px);
}

.read-more {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4vmin;
}

/* Responsive styles */

@media (max-width: 767px) {
  .article-excerpt {
    margin-top: 14px;
    font-size: 1.7rem;
  }

  .article-byline-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .article-byline-content .author-list {
    padding-right: 12px;
  }

  .article-byline-meta .author-name {
    margin-bottom: 4px;
  }
}

@media (max-width: 1000px) {
  .read-more {
    grid-template-columns: repeat(4, 1fr);
  }

  .read-more .post-card:nth-child(3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .read-more {
    grid-template-columns: repeat(2, 1fr);
  }

  .read-more .post-card:nth-child(2) {
    display: none;
  }
}

/* Post Card Styles - Optimized for post-card partial */

/* Base post card */

.post-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  background-size: cover;
  word-break: break-word;
}

/* Post card image */

.post-card-image-link {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 32px;
}

.post-card-image-link::after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

.post-card[class*="post-access-"] .post-card-image-link::after {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.post-card.keep-ratio[class*="post-access-"] .post-card-image-link::after {
  position: absolute;
  inset: 0;
  padding-bottom: 0;
}

.post-card.keep-ratio:not(.post-card-large):not(.post-card-full)
    .post-card-image-link::after {
  padding-bottom: 0;
}

.post-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--color-lightgrey) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card.keep-ratio:not(.post-card-large):not(.post-card-full)
    .post-card-image {
  position: static;
}

/* Post access overlay */

.post-card-access {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* Post card content */

.post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.post-card-content-link {
  position: relative;
  display: block;
  color: var(--color-darkgrey);
}

.post-card-content-link:hover {
  text-decoration: none;
}

.no-image .post-card-content-link {
  padding: 0;
}

.no-image .post-card-header {
  margin-top: 0;
}

/* Post card tags */

.post-card-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: var(--color-secondary-text);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1;
}

.post-card-featured {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  padding-left: 18px;
  color: var(--ghost-accent-color);
}

.post-card-featured svg {
  position: absolute;
  left: 0;
}

/* Post card title */

.post-card-title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
}

.post-card-content-link:hover .post-card-title {
  opacity: 0.9;
}

.no-image .post-card-title {
  margin-top: 0;
}

.has-serif-title:not([class*=" gh-font-heading"]):not(
        [class^="gh-font-heading"]
    )
    .post-card-title {
  font-family: var(--gh-font-heading, var(--font-serif));
  letter-spacing: -0.005em;
}

.post-card-title svg {
  margin-top: -3px;
  margin-left: -1px;
}

/* Post card excerpt */

.post-card-excerpt {
  display: -webkit-box;
  overflow-y: hidden;
  margin-top: 12px;
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.has-sans-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"])
    .post-card-excerpt {
  font-family: var(--gh-font-body, var(--font-sans));
}

.post-card:not(.post-card-large):not(.post-card-full):not(.dynamic):not(
        .no-image
    )
    .post-card-excerpt {
  -webkit-line-clamp: 2;
}

:is(.tag-template, .author-template) .post-card-excerpt {
  margin-top: 6px;
}

:is(.tag-template, .author-template) .post-card-large .post-card-excerpt {
  display: block;
  overflow-y: auto;
}

/* Post card meta */

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 0;
  font-size: 1.3rem;
  color: var(--color-secondary-text);
}

.post-card-meta > * {
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-card-meta > * + *:not(script)::before {
  width: 2px;
  height: 2px;
  content: "";
  background-color: var(--color-secondary-text);
  border-radius: 50%;
}

.post-card-meta .sep {
  margin: 0 4px;
}

/* Large post card (featured layout) */

@media (min-width: 1001px) {
  .post-card-large {
    grid-column: span 6;
    display: grid;
    grid-gap: 4vmin;
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
  }

  .post-card-large:not(.no-image) .post-card-header {
    margin-top: 0;
  }

  .post-card-large .post-card-image-link {
    position: relative;
    grid-column: span 2;
    margin-bottom: 0;
  }

  .post-card-large .post-card-content {
    grid-column: span 1;
  }

  .post-card-large.no-image .post-card-content {
    grid-column: span 2;
  }

  .post-card-large .post-card-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .post-card-large .post-card-tags {
    margin-bottom: 12px;
  }

  .post-card-large .post-card-title {
    margin-top: 0;
    font-size: 4.4rem;
    line-height: 1.05;
  }

  .post-card-large .post-card-excerpt {
    margin-top: 16px;
  }

  .post-card-full {
    grid-column: span 6;
  }

  .post-card-full .post-card-image-link {
    margin-bottom: 40px;
  }

  .post-card-full .post-card-tags {
    margin-bottom: 14px;
  }

  .post-card-full .post-card-title {
    font-size: 6.4rem;
    line-height: 0.95;
  }

  .post-card-full .post-card-excerpt {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .post-card-large + .post-card-large:nth-child(even) {
    margin: 32px 0;
  }

  .post-card-large + .post-card-large:nth-child(even) .post-card-content {
    order: -1;
  }

  .post-card.dynamic {
    grid-column: span 3;
  }

  .post-card.dynamic .post-card-title {
    font-size: 3rem;
  }
}

/* Tag template specific styles */

.tag-template .post-card-large .post-card-image-link {
  grid-column: 2 / span 2;
  order: 2;
}

.tag-template .post-card-large .post-card-content {
  order: 1;
}

@media (min-width: 1001px) {
  .tag-template .post-card-large .post-card-content:only-child {
    grid-column: span 2;
    max-width: 640px;
  }
}

/* Author template specific styles */

@media (min-width: 1001px) {
  .author-template .post-card-large .post-card-content:only-child {
    grid-column: span 2;
    max-width: 640px;
  }
}

.post-card-primary-tag {
  background-color: #009180;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1;
}

@media (max-width: 799px) {
  .read-more.inner {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }

  .read-more.inner .post-card {
    margin-bottom: 0;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-4 {
  right: -1.6rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-4 {
  top: 1.6rem;
}

.isolate {
  isolation: isolate;
}

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

.\!col-\[wide-start\/wide-end\] {
  grid-column: wide-start/wide-end !important;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}

.mb-\[1\.5em\] {
  margin-bottom: 1.5em;
}

.mb-\[3\.2vmin\] {
  margin-bottom: 3.2vmin;
}

.ml-8 {
  margin-left: 3.2rem;
}

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

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

.mt-0\.5 {
  margin-top: 0.2rem;
}

.mt-12 {
  margin-top: 4.8rem;
}

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

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

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

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

.mt-\[3vmin\] {
  margin-top: 3vmin;
}

.mt-\[4vmin\] {
  margin-top: 4vmin;
}

.mt-\[8vmin\] {
  margin-top: 8vmin;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-10 {
  height: 4rem;
}

.h-12 {
  height: 4.8rem;
}

.h-16 {
  height: 6.4rem;
}

.h-5 {
  height: 2rem;
}

.h-\[12vmin\] {
  height: 12vmin;
}

.h-auto {
  height: auto;
}

.h-3 {
  height: 1.2rem;
}

.h-2 {
  height: 0.8rem;
}

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

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

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

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

.w-10 {
  width: 4rem;
}

.w-16 {
  width: 6.4rem;
}

.w-5 {
  width: 2rem;
}

.w-\[12vmin\] {
  width: 12vmin;
}

.w-\[150\%\] {
  width: 150%;
}

.w-full {
  width: 100%;
}

.w-3 {
  width: 1.2rem;
}

.w-2 {
  width: 0.8rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.max-w-\[var\(--container-width\)\] {
  max-width: var(--container-width);
}

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

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.list-disc {
  list-style-type: disc;
}

.grid-cols-canvas {
  grid-template-columns: [full-start] var(--full)
            [wide-start] var(--wide)
            [main-start] var(--main) [main-end]
            var(--wide) [wide-end]
            var(--full) [full-end];
}

.grid-cols-feed {
  grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
}

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

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

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

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

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

.gap-0\.5 {
  gap: 0.2rem;
}

.gap-1 {
  gap: 0.4rem;
}

.gap-10 {
  gap: 4rem;
}

.gap-12 {
  gap: 4.8rem;
}

.gap-20 {
  gap: 8rem;
}

.gap-4 {
  gap: 1.6rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-6 {
  gap: 2.4rem;
}

.gap-8 {
  gap: 3.2rem;
}

.gap-2 {
  gap: 0.8rem;
}

.gap-x-\[4vmin\] {
  -moz-column-gap: 4vmin;
       column-gap: 4vmin;
}

.gap-y-\[4\.8vmin\] {
  row-gap: 4.8vmin;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-\[\#D9F3EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 243 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4FBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 251 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

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

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.p-2 {
  padding: 0.8rem;
}

.p-4 {
  padding: 1.6rem;
}

.px-0\.5 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

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

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

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

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

.px-8 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

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

.py-0\.5 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

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

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

.py-12 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

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

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

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

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

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

.pb-12 {
  padding-bottom: 4.8rem;
}

.pb-\[4vmin\] {
  padding-bottom: 4vmin;
}

.pb-\[8vmin\] {
  padding-bottom: 8vmin;
}

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

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

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

.pt-\[8vmin\] {
  padding-top: 8vmin;
}

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

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

.\!text-xl {
  font-size: 2.1rem !important;
}

.text-2xl {
  font-size: 2.4rem;
}

.text-3xl {
  font-size: 3rem;
}

.text-4xl {
  font-size: 3.6rem;
}

.text-6xl {
  font-size: 5.4rem;
  line-height: 1;
}

.text-7xl {
  font-size: 7.2rem;
  line-height: 1;
}

.text-\[14vmin\] {
  font-size: 14vmin;
}

.text-\[4vmin\] {
  font-size: 4vmin;
}

.text-base {
  font-size: 1.45rem;
}

.text-lg {
  font-size: 1.75rem;
}

.text-md {
  font-size: 1.45rem;
}

.text-sm {
  font-size: 1.35rem;
}

.text-xl {
  font-size: 2.1rem;
}

.text-xs {
  font-size: 1.2rem;
}

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-paragraph {
  line-height: 1.5em;
}

.leading-tight {
  line-height: 1.35em;
}

.leading-tighter {
  line-height: 1.25em;
}

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

.text-\[\#00413B\] {
  --tw-text-opacity: 1;
  color: rgb(0 65 59 / var(--tw-text-opacity, 1));
}

.text-\[\#051A18\] {
  --tw-text-opacity: 1;
  color: rgb(5 26 24 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-flex;
  min-width: 200%;
  animation: marquee 65s linear infinite;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

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

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

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

@media (min-width: 800px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[3\.5\/6\] {
    aspect-ratio: 3.5/6;
  }

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

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-20 {
    padding: 8rem;
  }

  .md\:p-8 {
    padding: 3.2rem;
  }

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

  .md\:px-20 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:text-5xl {
    font-size: 4.2rem;
    line-height: 1.15;
  }

  .md\:text-lg {
    font-size: 1.75rem;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:aspect-\[3\.5\/5\] {
    aspect-ratio: 3.5/5;
  }

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

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

  .lg\:text-6xl {
    font-size: 5.4rem;
    line-height: 1;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
