*, ::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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-left-\[120px\] {
  left: -120px;
}

.-left-\[130px\] {
  left: -130px;
}

.-left-\[600px\] {
  left: -600px;
}

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

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

.-top-\[600px\] {
  top: -600px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.left-0 {
  left: 0px;
}

.left-\[calc\(50\%-4\.5rem\)\] {
  left: calc(50% - 4.5rem);
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-\[30px\] {
  top: 30px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/2\.7\] {
  aspect-ratio: 4/2.7;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

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

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

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-sm {
  max-width: 24rem;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

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

.gap-y-2 {
  row-gap: 0.5rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#1C626A\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 98 106 / var(--tw-border-opacity, 1));
}

.border-\[\#4B5255\] {
  --tw-border-opacity: 1;
  border-color: rgb(75 82 85 / var(--tw-border-opacity, 1));
}

.border-\[\#CECECE\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.border-accentgreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 198 185 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(15 24 28 / var(--tw-border-opacity, 1));
}

.border-black\/5 {
  border-color: rgb(15 24 28 / 0.05);
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

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

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 24 28 / var(--tw-border-opacity, 1));
}

.bg-\[\#02c6ba\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 198 186 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A3E44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 62 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A474D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C3EEEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 238 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCE0DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 224 223 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 247 / var(--tw-bg-opacity, 1));
}

.bg-accentgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(0 198 185 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

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

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(120 218 195 / var(--tw-bg-opacity, 1));
}

.bg-green-neon {
  --tw-bg-opacity: 1;
  background-color: rgb(2 198 186 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}

.bg-\[radial-gradient\(circle_at_center\2c rgba\(255\2c 255\2c 255\2c 0\.10\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(255,255,255,0.10) 0%,rgba(255,255,255,0) 70%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-gray-900\/40 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#F0F7F7\] {
  --tw-gradient-to: #F0F7F7 var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.25rem;
}

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

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

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

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

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

.pt-\[6rem\] {
  padding-top: 6rem;
}

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

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

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

.font-body {
  font-family: Inter, sans-serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-extralight {
  font-weight: 200;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

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

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#02c6ba\] {
  --tw-text-opacity: 1;
  color: rgb(2 198 186 / var(--tw-text-opacity, 1));
}

.text-\[\#0A474D\] {
  --tw-text-opacity: 1;
  color: rgb(10 71 77 / var(--tw-text-opacity, 1));
}

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

.text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(0 126 118 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

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

.\!no-underline {
  text-decoration-line: none !important;
}

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

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

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0 {
  outline-width: 0px;
}

.ring-1 {
  --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, 0 0 #0000);
}

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

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-green-neon {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 198 186 / var(--tw-ring-opacity, 1));
}

.drop-shadow-\[0_0px_15px_rgba\(43\2c 148\2c 124\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 0px 15px rgba(43,148,124,1));
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

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

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

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

/* ============================================================
   Design tokens — mobile navigation drawer
   Finish ported from the map app (flot-bio-map / src/index.css).
   Tokens tagged "port" carry the map app's value unchanged;
   tokens tagged "adapt" are retinted to this theme's palette and
   are safe to tune live once the drawer is visible.
   Consumed by the `.drawer-menu` / `.nav-shell` rules further down + js/drawer.js.
   ============================================================ */
:root {
	--flot-drawer-duration: 360ms;                        /* port  — map --mobile-nav-drawer-duration */
	--flot-drawer-ease: cubic-bezier(0.22, 1, 0.36, 1);   /* port  — map --mobile-nav-drawer-ease */
	--flot-drawer-bloom-duration: 320ms;                  /* port  — map --mobile-nav-drawer-gradient-fade-duration */
	--flot-drawer-radius: 1rem;                           /* port  — map --mobile-nav-drawer-shell-radius */
	--flot-drawer-outline: rgb(255 255 255 / 0.3);        /* port  — map --mobile-nav-drawer-shell-outline */
	--flot-drawer-scrim: rgb(0 0 0 / 0.6);               /* port  — map SharedModalBackdrop (shell variant) */
	--flot-drawer-width: min(80vw, 20rem);               /* port  — map .drawer-menu--standalone */
	--flot-drawer-header-clear: 3.25rem;                  /* mobile header height — scrim starts below it */
	--flot-drawer-surface: #171717;                       /* neutral dark grey — drawer base + scrim + shell bg */
	--flot-drawer-surface-raised: #262626;                /* neutral dark grey — centre of the drawer bloom */
	--flot-drawer-accent: #4b4b4b;                        /* adapt — map --fluro; theme `green-neon` */
}

html {scroll-padding-top: 100px;scroll-behavior: smooth;}

::-moz-selection {
  background: #78DAC3;
}

::selection {
  background: #78DAC3;
}

.wysiwyg p:last-child {margin:0;}

/* Header */
.site-header {background:fixed ;position:fixed;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 75ms;}
.home .site-header {background:transparent;transition-duration: 300ms;}
.sticky .site-header {position:fixed;background-color: rgb(15 24 28 / 0.7);--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	}
.sticky .site-header .button, .sticky.home .site-header a.signin, .sticky.home .site-header img {display: block;}
.sticky .site-header.sticky {transform: translateY(0px);transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 75ms;}
@media (max-width: 768px) {
  .site-header .site-title {font-size:1.25rem;margin: 1em 0;}
}

.bg-dark {
    background-color: #1a1d25;
}

.bg-offdark {
    background-color: #20232d;
}

.bg-moreoffdark {
    background-color: #292c38;
}

#about-the-show p {
    color: #c3c5c7;
}
#about-the-show a {
    color: #e5e7e9;
    text-decoration: underline;
    &:hover{
        color:white;
    }
}

.episode-template-default article .has-darkgreen-color {
    color: black !important;
}

.entry-content .wp-block-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

/* Episode sponsor callout — links in the sponsor text sit on a light grey bg */
#episode-sponsor a {
    color: #000;
    text-decoration: underline;
}
#episode-sponsor a:hover {
    opacity: 0.7;
}
/* drop the trailing paragraph margin so the text block centres against the logo */
#episode-sponsor p:last-child {
    margin-bottom: 0;
}

#aboutteam p {
    color: #c3c5c7 !important;
}
#aboutteam a {
    color: #e5e7e9 !important;
    text-decoration: underline;
    &:hover{
        color:white !important;
    }
}

/* Landing Page */

.page-template-page-landing section a:hover {text-decoration-style: dashed;}
.page-template-page-landing section a.button {text-decoration: none}
.page-template-page-landing #hero a, .page-template-page-landing #hero a:hover {text-decoration: none}


#episodes a, #more-episodes a {text-decoration: none;}
.my-carousel-progress-bar {width: 0;}

#testimonials .splide:not(.is-overflow) .splide__pagination,
#testimonials-carousel .splide:not(.is-overflow) .splide__pagination {display:block;text-align:center}
#testimonials .splide__pagination__page,
#testimonials-carousel .splide__pagination__page {border:1px solid white !important; background:transparent !important; height: 10px;margin: 3px 8px;width: 10px}
#testimonials .splide__pagination__page.is-active,
#testimonials-carousel .splide__pagination__page.is-active {background:#fff !important;transform: scale(1)}

#testimonials .splide__pagination,
#testimonials-carousel .splide__pagination {position:relative !important; margin-top:24px}

/* each testimonial slide sizes to its own content (not the tallest) —
   Splide v3's flex list defaults to align-items:stretch. js/episodes-carousel.js
   then syncs the track height to the active slide. */
#testimonials-carousel .splide__list {align-items:flex-start}
#testimonials-carousel .splide__track {transition:height 300ms ease}
/* Subscrive */
#subscribe .bg-img {border-radius:12px;}

/* Sign In Page */
.page-template-page-sign main {min-height:calc(100vh - 177px)}
.page-template-page-sign .site-header a.signin {color:#39AF93}


/* Mailchimp */
#mc_embed_signup div.mce_inline_error {position: absolute !important}

/* Dropdown */

.dropdown .dropdown-menu {display: none;}
.dropdown:hover .dropdown-menu {display: block;}

#footer-menu {list-style:none;}
#footer-menu li {display:inline-block;}


/* Footer top menu — mirrors the map app footer nav: muted zinc links with a
   leading icon (icons injected by the nav_menu_item_title filter in
   inc/drawer-nav.php), 2-col grid on mobile, inline row from md up. */
.footer-main-menu #footer-primary-menu {
  margin: 0px;
  display: grid;
  width: 100%;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.75rem;
  padding: 0px;
}
@media (min-width: 768px) {

  .footer-main-menu #footer-primary-menu {
    display: flex;
    width: auto;
    flex-direction: row;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
  }
}
.footer-main-menu #footer-primary-menu {

	.menu-item {
    display: block;
  }
	.menu-item > a {
    display: flex;
  }
	.menu-item > a {
    align-items: center;
  }
	.menu-item > a {
    gap: 0.5rem;
  }
	.menu-item > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
	.menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }
	.menu-item > a {
    text-decoration-line: none;
  }
	.menu-item > a {
    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;
  }
	.menu-item > a:hover,
	.menu-item.current-menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
	.menu-item > a:hover,
	.menu-item.current-menu-item > a {
    text-decoration-line: none;
  }
	.drawer-menu__icon {
    height: 1rem;
  }
	.drawer-menu__icon {
    width: 1rem;
  }
	.drawer-menu__icon {
    flex-shrink: 0;
  }
}
/* Post / Page */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 1.5rem;
	font-weight: 600;
}
.entry-content h1 {
    font-size: 2rem;
    line-height: 2.25rem
}

.entry-content h2 {
    font-size: 26px;
    line-height: 2rem
}

.entry-content h3 {
    font-size: 1.5rem
}

.entry-content h4,.entry-content h5,.entry-content h6 {
    font-size: 1.25rem
}

@media (max-width: 768px) {
	.entry-content h2 {
		font-size: 24px;
	}
}

.entry-content a {text-decoration: underline}
.entry-content strong {font-weight:600}
.entry-content .wp-block-separator {height:0px;border-bottom: none; margin-top:40px !important; margin-bottom:40px !important;border-color:#dbdbdb !important; border-width:2px !important; background-color: #e0e0e0 !important;}

/* Pasted transcripts carry <mark> highlights (the theme styles <mark> yellow)
   and editors add inline background-colours to headings — strip them in body copy
   so the source text doesn't need hand-editing. */
.entry-content mark {
	background: transparent;
	color: inherit;
}
.entry-content [style*="background"] {
	background-color: transparent !important;
}

/* Single post / episode / transcript body links had no hover state — go black on hover. */
.single .entry-content a {
	transition: color 150ms ease;
}
.single .entry-content a:not(.episode-skip-btn):hover {
	color: #000;
}

/* "Skip to the transcript" CTA — the flot-cta-btn look, larger, black on white text. */
.entry-content .episode-skip-btn {
	display: inline-flex;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0 1.5rem;
	border-radius: 9999px;
	background-color: #000;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 200ms, color 200ms;
}
.entry-content .episode-skip-btn:hover {
	background-color: #02C6BA;
	color: #000;
}

.has-darkgreen-background-color {
    background-color: #007E76;
}
.has-darkgreen-color {
    color: #007E76;
}
.has-brightgreen-background-color {
    background-color: #00C6B9;
}
.has-brightgreen-color {
    color: #00C6B9;
}
.entry-content.short {
	height: 1200px;
    overflow: hidden;
}
.entry-content .grad, .entry-content .toggle {display:none}
.entry-content.short .grad, .entry-content.short .toggle {display:block}

/* single-episode.php: the body no longer collapses — the transcript moved to
   #transcript and the "Keep Reading" toggle is gone. js/main.js still adds
   `.short` on load for long episode posts, so undo the clip here. */
.single-episode .entry-content.short {
	height: auto;
	overflow: visible;
}

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.wp-block-embed iframe {
  aspect-ratio: 16 / 9;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 100%;
    height: auto !important;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* New additions */

/* ============================================================
   Main header nav — ported from the map app.
   Nav links live in ONE joined capsule (map `.mobile-nav-capsule`);
   the `.featured-link` CTA is lifted out to a standalone pill
   (map `.site-nav-pro-btn`) — see flotbio_nav_split_cta() in inc/.
   Scoped to #masthead so the footer menus are untouched.
   Desktop nav appears at >=920px, matching the map's `lg`.
   ============================================================ */
#masthead .menu-main-menu-container {
  margin: 0px !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* --- The capsule (nav links only) --- */
#masthead .menu-main-menu-container #primary-menu {
	display: none;
	margin: 0 !important;
	list-style: none;
	align-items: center;
	overflow: hidden;
	border-radius: 9999px;
	border: 1px solid rgb(63 63 70);   /* zinc-700 */
	background-color: rgb(24 24 27);    /* zinc-900 */
}

@media (min-width: 920px) {
	#masthead .menu-main-menu-container #primary-menu {
		display: flex;
	}
}

#masthead .menu-main-menu-container #primary-menu .menu-item {
	display: flex;
	align-items: center;
}

#masthead .menu-main-menu-container #primary-menu .menu-item > a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 1px 1.25rem;
	height: 2.25rem;
	font-size: 0.75rem;
	font-weight: 500;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	transition: background 200ms var(--flot-drawer-ease);
}



#masthead .menu-main-menu-container #primary-menu .menu-item:hover {
	background: linear-gradient(180deg, #27272a 0%, transparent 100%);
}


#masthead .menu-main-menu-container #primary-menu .menu-item > a:active {
	color: #02C6BA;
}

/* segment divider — map `.mobile-nav-capsule-divider` (h-5 w-px bg-zinc-600) */
#masthead .menu-main-menu-container #primary-menu .menu-item + .menu-item {
	position: relative;
}
#masthead .menu-main-menu-container #primary-menu .menu-item + .menu-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1.25rem;
	width: 1px;
	transform: translateY(-50%);
	background: rgb(82 82 91);   /* zinc-600 */
}

/* --- CTA — standalone pill (map `.site-nav-pro-btn`) --- */
#masthead .menu-main-menu-container .featured-link {
	display: flex;
}
#masthead .menu-main-menu-container .featured-link > a {
	display: flex;
	height: 2.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	border-radius: 9999px;
	background-color: #02C6BA;   /* green-neon */
	font-size: 0.75rem;
	font-weight: 600;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	transition: background-color 200ms, color 200ms;
}
#masthead .menu-main-menu-container .featured-link > a:hover {
	background-color: #fff;
	color: #000;
}

/* Standalone CTA button — same look as the header nav CTA above (keep in sync). */
.flot-cta-btn {
	display: inline-flex;
	height: 2.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	border-radius: 9999px;
	background-color: #02C6BA;
	font-size: 0.75rem;
	font-weight: 600;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	transition: background-color 200ms, color 200ms;
}
.flot-cta-btn:hover {
	background-color: #fff;
	color: #000;
}


.menu-main-menu-container {
  gap: 1.5rem !important;
}


footer .footer-main-menu {
	.menu-main-menu-container {
    width: 100%;
  }
}


footer {
	.menu-main-menu-container {
    width: 100%;
  }
	#footer-menu {
    margin: 0px !important;
  }
	#footer-menu {
    display: flex;
  }
	#footer-menu {
    flex-direction: row;
  }
	#footer-menu {
    align-items: flex-start;
  }
	#footer-menu {
    justify-content: flex-start;
  }
	#footer-menu {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
	#footer-menu {
		.menu-item {
      display: inline;
    }
		.menu-item {
			&:hover {
				a {
          text-decoration-line: underline;
        }
			}
			.menu-item.featured-link {
        display: inline;
      }
			.menu-item.featured-link {
        border-radius: 0px;
      }
			.menu-item.featured-link {
        background-color: transparent;
      }
			.menu-item.featured-link {
        padding-left: 0px;
        padding-right: 0px;
      }
			.menu-item.featured-link {
        padding-top: 0px;
        padding-bottom: 0px;
      }
			.menu-item.featured-link {
        --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(0px + 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);
      }
		}

	}
}


/* Animation for staggered fade-up effect */
@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   Mobile navigation drawer — PUSH-SHELL (ported from flot-bio-map)
   The whole app (#nav-shell) slides right to uncover a static
   drawer (#drawer-menu) that sits behind it. Rounded corner +
   outline are on the SHELL (its exposed left edge), not the drawer.
   All state = `.is-drawer-open` on <html> (js/drawer.js).
   Scoped to < md (768px); above that the desktop nav is used.
   ============================================================ */
@media (max-width: 919px) {

	/* --- Drawer: fixed, behind the shell, revealed not slid --- */
	.drawer-menu {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 1;
		width: var(--flot-drawer-width);
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		background-color: var(--flot-drawer-surface);
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--flot-drawer-duration) var(--flot-drawer-ease);
	}

	.drawer-menu__inner {
		position: relative;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		min-height: 100%;
	}

	/* radial bloom — fades in after the shell settles */
	.drawer-menu__inner::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		opacity: 0;
		background-image: radial-gradient(
			ellipse 60% 90% at 0% 45%,
			var(--flot-drawer-surface-raised) 0%,
			var(--flot-drawer-surface) 75%
		);
		transition: opacity var(--flot-drawer-bloom-duration) var(--flot-drawer-ease);
		transition-delay: 0s;
	}

	.drawer-menu__header,
	.drawer-menu__scroll {
		position: relative;
		z-index: 1;
	}

	/* top + left match the masthead's mobile padding (py-4 px-4) so the
	   drawer logo lands where the shell logo was */
	.drawer-menu__header {
		padding: 1rem 1rem 0.75rem;
	}

	.drawer-menu__logo {
		display: inline-block;
		max-width: 150px;
	}

	.drawer-menu__logo svg {
		display: block;
		width: 100%;
		height: auto;
	}

	.drawer-menu__scroll {
		flex: 1 1 auto;
		padding: 1.5rem 1rem 2rem;
	}

	/* space between groups — map app `space-y-2.5` */
	.drawer-menu__group + .drawer-menu__group {
		margin-top: 0.625rem;
	}

	/* small caps section header — map app `.popup-label` */
	.drawer-menu__group-label {
		display: block;
		margin: 0;
		padding-bottom: 0.5rem;
		font-size: 0.65rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: rgb(113 113 122 / 0.9);
	}

	.drawer-menu__nav ul,
	.drawer-menu__social-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	/* menu items + socials — map app `.mobile-nav-menu-btn`, values 1:1 */
	.drawer-menu .menu-item > a,
	.drawer-menu__social {
		display: flex;
		width: 100%;
		min-width: 0;
		align-items: center;
		justify-content: flex-start;
		gap: 12.5px;
		padding: 12.5px 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1.25rem;
		color: rgb(212 212 216);
		text-decoration: none;
		transition: color 150ms var(--flot-drawer-ease);
	}

	.drawer-menu .menu-item > a:hover,
	.drawer-menu .menu-item.current-menu-item > a,
	.drawer-menu__social:hover {
		color: #fff;
	}

	/* first row after a label tightens up — map app `.popup-label + … :first-child { !pt-1 }` */
	.drawer-menu__group-label + .drawer-menu__nav .menu-item:first-child > a,
	.drawer-menu__group-label + .drawer-menu__social-list .drawer-menu__social:first-child {
		padding-top: 0.25rem;
	}

	.drawer-menu .menu-item > a:focus-visible,
	.drawer-menu__social:focus-visible {
		color: #fff;
		outline: 2px solid rgb(255 255 255 / 0.35);
		outline-offset: 2px;
	}

	.drawer-menu__icon {
		width: 1rem;
		height: 1rem;
		flex-shrink: 0;
	}

	.drawer-menu__label {
		min-width: 0;
	}

	/* --- Shell: the whole app; shifts right on open --- */
	.nav-shell {
		position: relative;
		z-index: 2;
		min-height: 100vh;
		background-color: var(--flot-drawer-surface);
		border-top-left-radius: 0;
		outline: 1px solid transparent;
		transition:
			transform var(--flot-drawer-duration) var(--flot-drawer-ease),
			border-radius var(--flot-drawer-duration) var(--flot-drawer-ease),
			outline-color var(--flot-drawer-duration) var(--flot-drawer-ease);
	}

	/* chrome-fade / tap-to-close scrim over the shifted content,
	   starting below the header so the X stays uncovered */
	.nav-shell__scrim {
		position: absolute;
		inset: var(--flot-drawer-header-clear) 0 0 0;
		z-index: 40;
		pointer-events: none;
		opacity: 0;
		background: linear-gradient(
			to bottom,
			rgb(15 24 28 / 0) 0%,
			var(--flot-drawer-surface) 100%
		);
		transition: opacity var(--flot-drawer-duration) var(--flot-drawer-ease);
	}

	.site-branding__logo,
	.menu-side {
		transition: opacity var(--flot-drawer-duration) var(--flot-drawer-ease);
	}

	/* The header's own `transition: all 75ms` (css above) animates the
	   position/top swap when the shell moves and makes the bar jump
	   vertically — kill it on mobile. Child transitions (logo fade,
	   hamburger morph) are declared separately and keep working. */
	.site-header {
		transition: none;
	}

	/* Keep the trigger and the logo on one row — the trigger is a
	   block-level flex container, so without this it takes its own line
	   and shoves the logo below it. */
	.site-branding__lead {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}

	/* Mobile menu trigger — map app `.mobile-nav-bubble` + line icon */
	.mobile-menu-trigger {
    position: relative;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
		transition: background 200ms, border-color 200ms;
  }
	.mobile-menu-trigger:hover {
		background: linear-gradient(180deg, #27272a 0%, transparent 100%);
	}

	.mobile-menu-trigger__line {
		position: absolute;
		top: 50%;
		left: calc(50% - 9px);
		display: block;
		width: 18px;
		height: 2px;
		margin-top: -1px;
		border-radius: 2px;
		background: #fff;
		transform-origin: center;
		transition:
			transform var(--flot-drawer-duration) var(--flot-drawer-ease),
			opacity 270ms var(--flot-drawer-ease);
	}
	.mobile-menu-trigger__line--top {
		transform: translateY(-5.25px);
	}
	.mobile-menu-trigger__line--bot {
		width: 9px;
		transform: translateY(5.25px);
		transform-origin: left center;
		transition:
			width var(--flot-drawer-duration) var(--flot-drawer-ease),
			transform var(--flot-drawer-duration) var(--flot-drawer-ease);
	}

	/* open -> X */
	html.is-drawer-open .mobile-menu-trigger__line--top {
		transform: translateY(0) rotate(135deg);
	}
	html.is-drawer-open .mobile-menu-trigger__line--mid {
		transform: scaleX(0);
		opacity: 0;
	}
	html.is-drawer-open .mobile-menu-trigger__line--bot {
		width: 18px;
		transform: translateY(0) rotate(-135deg);
		transform-origin: center;
	}

	/* --- Open state --------------------------------------- */
	html.is-drawer-open,
	html.is-drawer-open body {
		overflow: hidden;
	}

	html.is-drawer-open .nav-shell {
		transform: translateX(var(--flot-drawer-width));
		border-top-left-radius: var(--flot-drawer-radius);
		outline-color: var(--flot-drawer-outline);
		overflow:hidden;
	}

	/* the header is position:fixed; a transformed ancestor would re-anchor
	   it to page-top, so pin it where it visually was (js sets --flot-scroll-y).
	   `.is-drawer-closing` keeps it pinned through the shell's slide-back too —
	   otherwise it reverts to fixed while #nav-shell is still transformed and
	   the bar jumps out of view for the length of the close animation. */
	html.is-drawer-open .site-header,
	html.is-drawer-closing .site-header {
		position: absolute;
		top: var(--flot-scroll-y, 0px);
	}

	html.is-drawer-open .drawer-menu {
		opacity: 1;
		pointer-events: auto;
	}

	html.is-drawer-open .drawer-menu__inner::before {
		opacity: 1;
		transition-delay: var(--flot-drawer-duration);
	}

	html.is-drawer-open .nav-shell__scrim {
		opacity: 1;
		pointer-events: auto;
	}

	html.is-drawer-open .site-branding__logo,
	html.is-drawer-open .menu-side {
		opacity: 0;
		pointer-events: none;
	}

	html.is-drawer-open .mobile-menu-trigger {
		position: relative;
		z-index: 60;
	}

	/* Items just appear — the whole #drawer-menu fades in via its own
	   opacity transition, same as the map app (no per-item stagger).
	   Explicit opacity/transform guards against any leftover animation
	   state (iOS Safari can freeze a nested animation under a
	   transformed + opacity-transitioning ancestor). */
	.drawer-menu .menu-item,
	.drawer-menu .menu-item > a,
	.drawer-menu__social-list,
	.drawer-menu__social {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

/* --- Reduced motion — no shift, just appear ---- */
@media (max-width: 919px) and (prefers-reduced-motion: reduce) {
	.nav-shell,
	.drawer-menu,
	.nav-shell__scrim,
	.drawer-menu__inner::before,
	.site-branding__logo,
	.menu-side,
	.mobile-menu-trigger,
	.mobile-menu-trigger__line {
		transition-duration: 0s;
	}
}

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

.page-numbers:hover {
  opacity: 0.5;
}

.page-numbers {
	&.current {
    border-radius: 0.125rem;
  }
	&.current {
    --tw-bg-opacity: 1;
    background-color: rgb(2 198 186 / var(--tw-bg-opacity, 1));
  }
	&.current {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
	&.current {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
	&.current {
    --tw-text-opacity: 1;
    color: rgb(15 24 28 / var(--tw-text-opacity, 1));
  }
	&.current:hover {
    opacity: 1;
  }
}

.lazy-fade {
    opacity: 0;
    transition: opacity 0.35s ease-in;
  }

  .lazy-fade.visible {
    opacity: 1;
  }



.single article .entry-content .content {
	a {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}


.nav-links .page-numbers {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}


#iubenda-cs-banner {
  position: fixed;
  bottom: 2rem;
  left: 1.25rem;
  right: 2rem;
  z-index: 50;
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: center;
}


@media (min-width: 768px) {

  #iubenda-cs-banner {
    justify-content: flex-end;
  }
}


#iubenda-cs-banner {
	animation: fadeUpIn 0.6s ease forwards;

	.iubenda-cs-container {
    height: auto;
  }

	.iubenda-cs-container {
    width: auto;
  }

	.iubenda-cs-container {
    flex-shrink: 1;
  }

	.iubenda-cs-container {
    border-radius: 0.5rem;
  }

	.iubenda-cs-container {
    border-width: 1px;
  }

	.iubenda-cs-container {
    border-color: rgb(255 255 255 / 0.1);
  }

	.iubenda-cs-container {
    background-color: rgb(15 24 28 / 0.9);
  }

	.iubenda-cs-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

	.iubenda-cs-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

	.iubenda-cs-container {
    color: rgb(255 255 255 / 0.8);
  }

	.iubenda-cs-container {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

	.iubenda-cs-rationale {
    display: flex;
  }

	.iubenda-cs-rationale {
    flex-direction: column;
  }

	.iubenda-cs-rationale {
    row-gap: 0px;
  }

	#iubenda-cs-paragraph {
    width: 100%;
  }

	#iubenda-cs-paragraph {
    text-align: center;
  }

	#iubenda-cs-paragraph {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

	#iubenda-cs-paragraph {
    font-weight: 400;
  }

	@media (min-width: 768px) {

    #iubenda-cs-paragraph {
      text-align: left;
    }
  }
	.iubenda-cs-opt-group {
    margin-top: 0.5rem !important;
  }
	.iubenda-cs-opt-group {
    display: flex;
  }
	.iubenda-cs-opt-group {
    flex-direction: row;
  }
	.iubenda-cs-opt-group {
    justify-content: center;
  }
	.iubenda-cs-opt-group {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

	.iubenda-cs-accept-btn {
    width: auto;
  }

	.iubenda-cs-accept-btn {
    border-radius: 0.375rem;
  }

	.iubenda-cs-accept-btn {
    border-width: 1px;
  }

	.iubenda-cs-accept-btn {
    border-color: rgb(255 255 255 / 0.2);
  }

	.iubenda-cs-accept-btn {
    background-color: rgb(255 255 255 / 0);
  }

	.iubenda-cs-accept-btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

	.iubenda-cs-accept-btn {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

	.iubenda-cs-accept-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

	.iubenda-cs-accept-btn {
    color: rgb(255 255 255 / 0.7);
  }

	.iubenda-cs-accept-btn {
    transition-duration: 200ms;
  }

	.iubenda-cs-accept-btn:hover {
    background-color: rgb(255 255 255 / 0.2);
  }

	.iubenda-cs-customize-btn {
    width: auto;
  }

	.iubenda-cs-customize-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

	.iubenda-cs-customize-btn {
    color: rgb(255 255 255 / 0.5);
  }

	.iubenda-cs-customize-btn {
    transition-duration: 200ms;
  }

	.iubenda-cs-customize-btn:hover {
    color: rgb(255 255 255 / 0.7);
  }

	.iubenda-cs-opt-group-custom {
    order: 2;
  }
}

#iubenda-cs-banner .iubenda-cs-opt-group {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {

  #iubenda-cs-banner .iubenda-cs-opt-group {
    margin-top: 0.75rem;
  }
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  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\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-accentgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 198 185 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 24 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 118 / var(--tw-bg-opacity, 1));
}

.hover\:bg-greentext:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 175 147 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:text-\[\#02c6ba\]:hover {
  --tw-text-opacity: 1;
  color: rgb(2 198 186 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(15 24 28 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

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

.group:hover .group-hover\:border-green-neon {
  --tw-border-opacity: 1;
  border-color: rgb(2 198 186 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:\!text-green-neon {
  --tw-text-opacity: 1 !important;
  color: rgb(2 198 186 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-accentgreen {
  --tw-text-opacity: 1;
  color: rgb(0 198 185 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

@media not all and (min-width: 1024px) {

  .max-lg\:justify-self-start {
    justify-self: start;
  }

  .max-lg\:justify-self-end {
    justify-self: end;
  }

  .max-lg\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 640px) {

  .sm\:-left-\[260px\] {
    left: -260px;
  }

  .sm\:-top-\[320px\] {
    top: -320px;
  }

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

  .sm\:size-28 {
    width: 7rem;
    height: 7rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

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

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

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

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

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

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

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

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

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

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

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .md\:\!text-base\/6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 920px) {

  .min-\[920px\]\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {

  .lg\:-left-\[320px\] {
    left: -320px;
  }

  .lg\:-right-\[320px\] {
    right: -320px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-44 {
    width: 11rem;
  }

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

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

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

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

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

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

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

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

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

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

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.3\] {
    line-height: 1.3;
  }
}

@media (min-width: 1280px) {

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