/*
One important thing to note about postcss-import is that it strictly adheres to the CSS spec
 and disallows @import statements anywhere except at the very top of a file.
 that's why
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
 before @import won't work.
 use @import for these layers!
 */

*, ::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.19 | 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: 'Jost', 'Helvetica Neue', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 520px){

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

@media (min-width: 640px){

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

@media (min-width: 768px){

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

@media (min-width: 800px){

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

@media (min-width: 1024px){

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

@media (min-width: 1240px){

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

@media (min-width: 1400px){

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

@media (min-width: 1680px){

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

@media (min-width: 1880px){

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

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-4{
  left: 1rem;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

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

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

.order-2{
  order: 2;
}

.m-0{
  margin: 0px;
}

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

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

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

.\!mb-1\.5{
  margin-bottom: 0.375rem !important;
}

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

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

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

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.mb-theme-md{
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-7{
  height: 1.75rem;
}

.h-appHeight{
  height: var(--app-height);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-dvh{
  min-height: 100dvh;
}

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

.w-16{
  width: 4rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-7{
  width: 1.75rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

.max-w-inner-content{
  max-width: 912px;
}

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

.grow{
  flex-grow: 1;
}

.basis-1\/2{
  flex-basis: 50%;
}

.basis-2\/3{
  flex-basis: 66.666667%;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.resize{
  resize: both;
}

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

.grid-cols-themeGrid{
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

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

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

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

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

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

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

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

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

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

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

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * 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));
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-blueDark{
  --tw-border-opacity: 1;
  border-color: rgb(29 23 79 / var(--tw-border-opacity, 1));
}

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

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

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

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

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

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

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

.bg-blueDark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 79 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

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

.bg-themeBg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

.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-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
}

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

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

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

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

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

.text-sm{
  font-size: 0.7272727272727273rem;
  line-height: 1.5;
}

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

.text-xs{
  font-size: 0.6818181818181818rem;
  line-height: 1.5;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

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

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

.text-current{
  color: currentColor;
}

.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-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-inherit{
  color: inherit;
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

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

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-90{
  opacity: 0.9;
}

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

.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-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{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

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

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  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;
}

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

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

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

/*
@tailwind base;
@tailwind components;
@tailwind utilities;
*/

/* jost-300 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/Jost/jost-v14-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jost-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Jost/jost-v14-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jost-500 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Jost/jost-v14-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jost-600 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/Jost/jost-v14-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Garamond/eb-garamond-v26-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/Garamond/eb-garamond-v26-latin-italic.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-600 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/Garamond/eb-garamond-v26-latin-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-600italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/Garamond/eb-garamond-v26-latin-600italic.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1,
.typo-h1{
  margin-bottom: 2.25rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 2.1818181818181817rem;
  line-height: 1.0999999999999999;
}

h2,
.typo-h2{
  margin-bottom: 2.25rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.6363636363636365rem;
  line-height: 1.1;
}

h3,
.typo-h3{
  margin-bottom: 0.5rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.1818181818181819rem;
  line-height: 1.2999999999999998;
  font-weight: 400;
}

.entry-content h3, .entry-content .typo-h3{
  margin-bottom: 1.5rem;
}

h4,
.typo-h4,
.typo-kicker{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.7272727272727273rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h4{
  margin-bottom: 1.25rem;
}

h5,
.typo-h5{
  margin-bottom: 0.75rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.5454545454545454rem;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.typo-meta{
  margin-bottom: 0.75rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.6818181818181818rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h6,
.typo-h6{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.8181818181818182rem;
  line-height: 1.2999999999999998;
  font-weight: 400;
}

.typo-subtitle{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.1818181818181819rem;
  line-height: 1.2999999999999998;
  font-weight: 400;
}

.typo-base{
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.typo-base-sm{
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 0.9090909090909091rem;
  line-height: 1.3;
}

.typo-base-sans{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.8181818181818182rem;
  line-height: 1.2999999999999998;
}

.typo-intro{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.0909090909090908rem;
  line-height: 1.25;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.typo-sol{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 2.909090909090909rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.1;
}

@media (min-width: 1240px) {

.typo-sol {
    font-size: clamp(3rem, 4vw, 6rem)
}
  }

.typo-link{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  text-decoration-line: none;
}

.typo-link:hover,
  .typo-link:focus{
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

.typo-caption{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.6818181818181818rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

main a:not(.btn){
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  text-decoration-line: none;
}

main a:not(.btn):hover,main a:not(.btn):focus{
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

main a.btn,
main button:not(.home_slider_nav_button){
  display: inline-block;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.7272727272727273rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

main a.btn.btn-primary, main button:not(.home_slider_nav_button).btn-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

main a.btn.btn-primary:hover,
    main a.btn.btn-primary:focus,
    main button:not(.home_slider_nav_button).btn-primary:hover,
    main button:not(.home_slider_nav_button).btn-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(126 148 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(126 148 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

main a.btn.btn-secondary, main button:not(.home_slider_nav_button).btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

main a.btn.btn-secondary:hover,
    main a.btn.btn-secondary:focus,
    main button:not(.home_slider_nav_button).btn-secondary:hover,
    main button:not(.home_slider_nav_button).btn-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

a[href$=".pdf"]{
  display: inline-flex !important;
  align-items: center;
}

a[href$=".pdf"]:not(.btn)::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4815 7.48118L10.0056 15.2369L1.52974 7.48118M9.99999 15.2L9.99999 0M1 19H10H19' stroke='%234E6486' stroke-width='2'/%3E%3C/svg%3E%0A");
}

a[href$=".pdf"]:not(.btn):hover::after, a[href$=".pdf"]:not(.btn):focus::after {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4815 7.48118L10.0056 15.2369L1.52974 7.48118M9.99999 15.2L9.99999 0M1 19H10H19' stroke='%237E94B4' stroke-width='2'/%3E%3C/svg%3E%0A");
      }

a[href$=".pdf"].btn::before{
  margin-right: 0.375rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4815 7.48118L10.0056 15.2369L1.52974 7.48118M9.99999 15.2L9.99999 0M1 19H10H19' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A");
}

a[href$=".pdf"].btn:hover::before, a[href$=".pdf"].btn:focus::before {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4815 7.48118L10.0056 15.2369L1.52974 7.48118M9.99999 15.2L9.99999 0M1 19H10H19' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
      }

.wp-element-button{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(126 148 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(126 148 180 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.525rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-element-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

/* Remove default html margin (Tailwind preflight only zeros body) */

html {
  margin: 0 !important;
  padding: 0 !important;
}

:root{
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px){

  :root{
    font-size: 22px;
    line-height: 1.5;
  }
}

:root {
  //scroll-behavior: smooth;
}

* {
  scroll-margin-top: 2rem;
}

body:not(.wp-admin){
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  margin: 0 !important;
  padding: 0 !important;
}

/* Prevent fixed header from covering page content */

.site-main{
  padding-top: 4rem;
}

@media (min-width: 768px){

  .site-main{
    padding-top: 5rem;
  }
}

/* Home: no top padding/margin so hero fills viewport and transparent header overlays it */

body.home .site-main,
body.home #page,
body.home #main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home #home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

p{
  margin-bottom: 1.5rem;
}

p:last-child{
  margin-bottom: 0px;
}

header a, footer a, nav a{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  text-decoration-line: none;
}

.post-thumbnail img{
  height: auto !important;
  width: 100%;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-thumbnail.aspect-square img{
  height: 100% !important;
}

.entry-content ol,
  .entry-content ul{
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.entry-content ol li, .entry-content ul li{
  margin-bottom: 1rem;
}

.entry-content ol{
  list-style-type: decimal;
}

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

.desktop-only{
  display: none;
}

@media (min-width: 640px) {
  .desktop-only {
    display: block;
  }
  .wp-block-columns.desktop-only{
    display: flex;
  }
  .mobile-only{
    display: none;
  }
}

.menu-wrapper{
  margin-top: 0.625rem;
}

@media (min-width: 768px){

  .menu-wrapper{
    margin-top: 0px;
  }
}

.menu-wrapper{
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {

.menu-wrapper{
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

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

.menu-wrapper{
    padding: 0px;
    line-height: 1;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transform: none;
    transition-property: none;
    display: none;
  }
  }

.menu-wrapper{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 16rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-transform: translateX(100%);
  -webkit-transition:
    -webkit-transform 300ms ease-in-out,
    transform 300ms ease-in-out;
}

/* Mobile menu positioning */

/* Safari-specific fixes for mobile menu */

@media (min-width: 1024px) {

.menu-wrapper {
    transform: none
}
  }

/* Only show top-level list items in the main menu */

.menu-wrapper > li{
  position: relative;
  padding-top: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.1818181818181819rem;
  line-height: 1.2999999999999998;
  font-weight: 400;
}

 .entry-content .menu-wrapper > li{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){

  .menu-wrapper > li{
    margin-bottom: 0px;
    font-size: 0.7272727272727273rem;
    line-height: 1.5;
  }
}

.menu-wrapper > li {
    word-spacing: -0.1em;
  }

/* Dropdown styles */

.menu-wrapper > li.menu-item-has-children{
  cursor: pointer;
}

.menu-wrapper > li.menu-item-has-children > a::after {
        content: "▼";
        margin-left: 0.25rem;
        font-size: 0.6818181818181818rem;
        line-height: 1.5;
        opacity: 0.7;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 200ms;
      }

.menu-wrapper > li.menu-item-has-children:hover > a::after{
  opacity: 1;
}

/* Submenu styles - hidden by default */

.menu-wrapper > li > .sub-menu {
      display: none !important;
    }

/* Submenu items are hidden by default - will be shown when parent is open */

.menu-wrapper > li > .sub-menu li {
        display: none !important;
        margin: 0px;
        width: 100%;
        padding: 0px;
        text-align: left;
      }

.menu-wrapper > li > .sub-menu li a {
          display: block;
          width: 100%;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          font-size: 0.7272727272727273rem;
          line-height: 1.5;
          --tw-text-opacity: 1;
          color: rgb(31 41 55 / var(--tw-text-opacity, 1));
          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: 200ms;
        }

.menu-wrapper > li > .sub-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){

  .menu-wrapper > li > .sub-menu li a{
    font-size: 0.6818181818181818rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

/* Desktop submenu styling */

@media (min-width: 1024px) {

.menu-wrapper > li {

      /* Show submenu when open class is added */
  }
      .menu-wrapper > li > .sub-menu{
    position: absolute;
    left: auto;
    right: 0px;
    top: 100%;
    z-index: 50;
    min-width: 12rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --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);
        /* Safari positioning fix */
        transform: translateZ(0);
        display: none !important;
  }
      .menu-wrapper > li > .sub-menu.open {
        display: block !important;
      }
    }

/* Mobile dropdown functionality - show when toggled */

.menu-wrapper > li > .sub-menu.block {
      display: block !important;
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      border-style: none;
      background-color: transparent;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.menu-wrapper > li.donate-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(126 148 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(126 148 180 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.525rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-wrapper > li.donate-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

/* Hide any submenu items that might be direct children (shouldn't happen, but safety) */

.menu-wrapper > .sub-menu {
    display: none !important;
  }

/* Hide ALL submenu items by default - they should only show when parent submenu is open */

.menu-wrapper .sub-menu,
  .menu-wrapper .sub-menu li,
  .menu-wrapper .sub-menu ul {
    display: none !important;
  }

/* Hide any nested li items that aren't direct children (safety net) */

.menu-wrapper > li li {
    display: none !important;
  }

/* Show submenu container when open */

.menu-wrapper > li > .sub-menu.open,
  .menu-wrapper > li > .sub-menu.block {
    display: block !important;
  }

/* Show submenu items ONLY when their parent submenu is open */

.menu-wrapper > li > .sub-menu.open > li,
  .menu-wrapper > li > .sub-menu.block > li,
  .menu-wrapper > li > .sub-menu.open ul,
  .menu-wrapper > li > .sub-menu.block ul {
    display: block !important;
  }

/* Base: hold a 1px transparent bottom border at all times so that the
   hairline fades in/out alongside the bg via transition-colors instead
   of jumping from 0px to 1px when masthead--scrolled toggles. */

#masthead_inner {
  border-bottom: 1px solid transparent;
}

#masthead #masthead_inner, body.home #masthead.masthead--scrolled #masthead_inner{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    /* Hairline divider at the bottom of the masthead block (white-bg state only). */
    border-bottom-color: #eee;
}

#masthead #masthead_inner #logo, body.home #masthead.masthead--scrolled #masthead_inner #logo{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#masthead #masthead_inner .logo-glyph, body.home #masthead.masthead--scrolled #masthead_inner .logo-glyph{
  fill: currentColor;
}

body.home #masthead.shrink-logo #masthead_inner #logo{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.home #masthead #masthead_inner{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 1000ms;
  /* Suppress the hairline when transparent — keep width at 1px so the
     transition animates color, not width. */
  border-bottom-color: transparent;
}

body.home #masthead #masthead_inner #logo{
  transform-origin: top left;
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 768px){

  body.home #masthead #masthead_inner #logo{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
  }
}

@media (min-width: 1024px){

  body.home #masthead #masthead_inner #logo{
    --tw-scale-x: 1.75;
    --tw-scale-y: 1.75;
    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));
  }
}

body.home #masthead #masthead_inner .logo-glyph{
  fill: none;
}

#masthead a:hover:not(.logo-link):not(.donate-button), #masthead a:focus:not(.logo-link):not(.donate-button), #masthead .current-menu-item:not(.menu-item-54):not(.logo-link):not(.donate-button){
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

#masthead.masthead--open{
  background-color: rgba(0, 0, 0, 0.5);
}

/* Show mobile menu when open */

#masthead.masthead--open .menu-wrapper{
  display: flex;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      /* Safari-specific fixes */
      transform: translateX(0);
}

/* CRITICAL: Force hide all submenu items unless explicitly opened */

.menu-wrapper .sub-menu:not(.open):not(.block),
.menu-wrapper .sub-menu:not(.open):not(.block) li,
.menu-wrapper .sub-menu:not(.open):not(.block) ul {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* When admin bar is present (logged in), position masthead below it (bump disabled in theme) */

body.admin-bar #masthead {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px !important;
  }
}

/* Hide Max Mega Menu's hamburger toggle at the inline-nav breakpoint.
 *
 * The plugin's Custom Styling option (stored in megamenu_themes[default].custom_css,
 * editable at Mega Menu > Menu Themes > Custom Styling) ships an unscoped rule:
 *
 *     #masthead .mega-menu-toggle { display: block; }
 *
 * That rule has no media query, so the hamburger stays visible at every width and
 * overlaps the inline nav once it appears at md. The plugin block loads after the
 * theme stylesheet in <head>, so we need !important to win the cascade at equal
 * specificity. Long-term fix: scope the plugin rule to max-width:767px in the
 * plugin's Custom Styling field; this override can come out once that's done. */

@media (min-width: 768px) {
  #masthead .mega-menu-toggle {
    display: none !important;
  }
}

.centered-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 3rem;
}

.centered-inner-wrapper{
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}

@media (min-width: 1024px){

  .centered-inner-wrapper{
    max-width: 912px;
  }
}

.centered-content-wrapper{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 776px;
}

@media (min-width: 768px){

  .centered-content-wrapper{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.type-event .more-link, .type-publication .more-link{
  display: none;
}

/* Publication flipbook: same layout as publication content */

.publication-flipbook-section{
  width: 100%;
}

.publication-flipbook-wrapper{
  width: 100%;
  overflow: hidden;
  /* Real 3D Flipbook plugin output fits inside; constrain to publication width */
}

article.paper-mini-teaser:first-child{
  border-top-width: 0px;
  padding-top: 0px;
}

@media (min-width: 640px) {
  article.paper-mini-teaser:nth-child(-n + 2){
    border-top-width: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  article.paper-mini-teaser:nth-child(-n + 3){
    border-top-width: 0px;
    padding-top: 0px;
  }
}

article.research-mini-teaser:first-child{
  border-top-width: 0px;
  padding-top: 0px;
}

/* White Paper Formatting */

.white-paper-structure .executive-summary{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}

.white-paper-structure .executive-summary h2{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.author-credits p{
  line-height: 1.625;
}

@media (min-width: 640px) {
  article.research-mini-teaser:nth-child(-n + 2){
    border-top-width: 0px;
    padding-top: 0px;
  }
}

.wp-block-file a {
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-block-file a.wp-block-file__button{
  margin-left: 1.5rem;
  display: inline-block;
}

@media (min-width: 768px) {

.wp-block-file a{
    margin-bottom: 0px;
    display: inline;
  }
    .wp-block-file a.wp-block-file__button{
    margin-left: 0.5rem;
    display: inline;
  }
  }

/* Line clamp utility for video titles */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Loading animation for video cards */

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.video-card.loading {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Media archive pagination: normalize all page-numbers to body type and
   center the row. WP emits .nav-links wrapping .page-numbers (with
   .current on the active page and .next/.prev on direction links). */

.press-pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}

.press-pagination .nav-links .page-numbers{
  font-weight: 400;
  color: currentColor;
  text-decoration-line: none;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.press-pagination .nav-links a.page-numbers:hover,
.press-pagination .nav-links a.page-numbers:focus{
  --tw-text-opacity: 1;
  color: rgb(126 148 180 / var(--tw-text-opacity, 1));
}

.press-pagination .nav-links .page-numbers.current {
  /* Single subtle weight cue for "you are here" without breaking the
       normalized look. */
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

/*@import "_sections.pcss";*/

.home-slider-article{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.home-slider-article:not(.active){
  opacity: 0;
}

/* Sol Foundation carousel plugin — home-hero overrides.
 *
 * The plugin's default sizing is aspect-ratio driven (viewport scales by
 * --sol-carousel-aspect). For the home hero we want the original cinematic
 * footprint: full viewport height in portrait, 48.59vw in landscape. Pin
 * the viewport to those dimensions and let object-fit:cover on the slide
 * image fill the box regardless of the source aspect.
 */

/* Stretch aspect ratios.
     Narrow:  100vw square (floor 560px so the bottom-anchored text
              stack — 4-line heading + body + CTA — clears the masthead
              even when copy is long).
     Wide:    42.5vw cinematic (floor 540px to ensure the wrapped nav's
              tall masthead doesn't crowd the bottom-anchored text). */

#home_slider.home_slider--carousel .sol-carousel,
  #home_slider.home_slider--carousel .sol-carousel__viewport {
    aspect-ratio: auto !important;
    height: 100vw;
    min-height: 560px;
  }

@media (min-width: 768px) {
    #home_slider.home_slider--carousel .sol-carousel,
    #home_slider.home_slider--carousel .sol-carousel__viewport {
      height: 42.5vw;
      min-height: 540px;
    }
  }

/* Inverse-fluid type — bigger at narrow widths (tall/square hero,
     visual room for it), smaller at wide widths (short cinematic crop
     where text should read as complement, not wall). */

#home_slider.home_slider--carousel .sol-carousel__heading {
    font-size: clamp(1rem, calc(1.9rem - 1.05vw), 1.625rem) !important;
    line-height: 1.2 !important;
    max-width: 36ch;

    /* Hard line cap with ellipsis — guarantees the heading box can
       never exceed 4 lines regardless of source copy length, font
       size, or viewport width. Without this the long source text
       overflows upward past the carousel's top padding and into
       the masthead area. */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

#home_slider.home_slider--carousel .sol-carousel__body {
    font-size: clamp(0.8125rem, calc(1.07rem - 0.32vw), 1rem) !important;
    line-height: 1.4 !important;
    max-width: 44ch;

    /* Same line-cap treatment for the body, tighter (3 lines). */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

/* Propagate full height down through Swiper's wrappers + slides so
     the absolutely-positioned image can object-fit: cover the full
     viewport regardless of source aspect ratio. Swiper sometimes leaves
     its wrapper at auto height, which collapses the slide and the
     image's 100% h has nothing to fill. */

#home_slider.home_slider--carousel .sol-carousel__viewport,
  #home_slider.home_slider--carousel .sol-carousel__track,
  #home_slider.home_slider--carousel .sol-carousel__slide,
  #home_slider.home_slider--carousel .swiper-wrapper,
  #home_slider.home_slider--carousel .swiper-slide {
    height: 100% !important;
  }

#home_slider.home_slider--carousel .sol-carousel__slide {
    background: #000;
  }

/* Belt and braces — explicit object-fit:cover at this scope in case
     any parent CSS leaks in and changes the default. */

#home_slider.home_slider--carousel .sol-carousel__image {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

/* Overlay padding — bottom-anchored content area gets a top padding
     sized to the masthead's worst-case height in each nav state. The
     text flexbox lives ENTIRELY below this padding, so heading lines
     can never wrap up into the nav.

     Hamburger (<768):  ~80px masthead → 120px padding (40px buffer)
     Wrapped nav (md):  ~200px masthead at 2 rows → 220px padding
     Single-row (1150+): ~80px masthead → 110px padding

     Horizontal padding aligns text x-position with the page's
     centered-content column (px-6 / md:px-10 floor, then scales to
     (100vw - 1024)/2 once the viewport exceeds max-w-content). */

#home_slider.home_slider--carousel .sol-carousel__overlay {
    padding-top: 120px;
    padding-left: max(1.5rem, calc((100vw - 1024px) / 2));
    padding-right: max(1.5rem, calc((100vw - 1024px) / 2));
    padding-bottom: 2.5rem;
  }

@media (min-width: 768px) {
    #home_slider.home_slider--carousel .sol-carousel__overlay {
      padding-top: 260px;
      padding-left: max(2.5rem, calc((100vw - 1024px) / 2));
      padding-right: max(2.5rem, calc((100vw - 1024px) / 2));
      padding-bottom: 2rem;
    }
  }

@media (min-width: 1150px) {
    #home_slider.home_slider--carousel .sol-carousel__overlay {
      padding-top: 130px;
    }
  }

/* CTA button → match the theme's .btn-secondary (the "Discover More"
     look on home-section-wide blocks). Plugin defaults to a rounded
     white pill at clamp() font-size; we want a hard-edged uppercase
     outline button in the theme's typo-h4 register. */

#home_slider.home_slider--carousel .sol-carousel__button{
  display: inline-block;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.75rem !important; /* text-xs — one click smaller than text-sm */
}

#home_slider.home_slider--carousel .sol-carousel__button:hover,
  #home_slider.home_slider--carousel .sol-carousel__button:focus-visible {
    background: #fff !important;
    color: var(--sol-color-primary, #1d174f) !important;
    border-color: #fff !important;
  }

/* A bit more air between the body copy and the CTA button. The plugin
     only adds 4px (cta-wrap top margin) on top of the overlay-inner's
     8px gap — too tight under the longer body line. */

#home_slider.home_slider--carousel .sol-carousel__cta-wrap {
    margin-top: 1rem;
  }

/* Pagination dots: outline-only at rest, fill-white when active.
     Cleaner read than the opacity-graduated solid dots the plugin
     ships by default. */

/* Pagination container — bump z-index way up so nothing can hide
     the dots, and pull them clear of the overlay's bottom padding. */

#home_slider.home_slider--carousel .sol-carousel__pagination {
    z-index: 10 !important;
    bottom: 16px !important;
  }

/* Nav arrows: kept in the DOM (show_arrows=1) because Swiper's
     pagination module silently fails to render bullets when the
     arrow elements are missing — but hidden visually + removed from
     interaction + a11y so they're functionally invisible. */

#home_slider.home_slider--carousel .sol-carousel__nav {
    opacity: 0 !important;
    pointer-events: none !important;
  }

#home_slider.home_slider--carousel .sol-carousel__pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    border: 1.5px solid #fff !important;
    opacity: 1 !important;
    /* Dark drop shadow so the white-outline circles stay visible
       against bright/cloud parts of the hero image. */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
    transition: background-color 150ms ease !important;
    display: inline-block !important;
  }

#home_slider.home_slider--carousel .sol-carousel__pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    transform: none !important;
  }

.home-slider-post-thumbnail,
.post-thumbnail.home-slider-post-thumbnail img{
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Second slide: updated briefing PNG includes top clearance — keep full-bleed cover + top-left anchor */

#intro_slide_2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#intro_slide_2 .post-thumbnail.home-slider-post-thumbnail img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.home-slide-entry-content{
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-height: 50%;
  max-width: 540px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}

.home-slide-entry-content h3,.home-slide-entry-content .typo-h3{
  margin-bottom: 1.5rem;
}

.home-slide-entry-content{
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 1.0909090909090908rem;
  line-height: 1.25;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home-slide-entry-content ol,.home-slide-entry-content ul{
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.home-slide-entry-content ol li,.home-slide-entry-content ul li{
  margin-bottom: 1rem;
}

.home-slide-entry-content ol{
  list-style-type: decimal;
}

.home-slide-entry-content ul{
  list-style-type: disc;
}

@media (min-width: 640px){

  .home-slide-entry-content{
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 768px){

  .home-slide-entry-content{
    max-height: 66%;
  }
}

@media (orientation: landscape){

  .home-slide-entry-content{
    bottom: 10%;
    right: 8%;
  }
}

.home-slide-entry-content {

  /* Hide scrollbar for IE, Edge and Firefox */ /* IE and Edge */ /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */

.home-slide-entry-content::-webkit-scrollbar {
    display: none;
  }

.home-slide-entry-content{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (orientation: portrait){

  .home-section .post-thumbnail img{
    height: 100% !important;
  }
}

.home-section-wide{
  --tw-bg-opacity: 1;
  background-color: rgb(126 148 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1680px) {
    .home-section-wide figure.post-thumbnail{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-top: 3rem;
  }
  }

/* Keep home page content panels aligned with site content margins */

#home > div > div.home-content > div{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 1024px;
}

@media (min-width: 768px){

  #home > div > div.home-content > div{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1024px){

  #home > div > div.home-content > div{
    margin-left: auto;
    margin-right: auto;
  }
}

/* Ensure specific home content post keeps consistent page margins */

#post-58{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 768px){

  #post-58{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

#contact .wp-block-columns, .form-page .wp-block-columns{
  gap: 5rem;
}

@media (min-width: 768px){

  #contact .wp-block-columns, .form-page .wp-block-columns{
    gap: 2rem;
  }
}

@media (min-width: 1024px){

  #contact .wp-block-columns, .form-page .wp-block-columns{
    gap: 5rem;
  }
}

main div.wpforms-container-full{
  margin: 0px;
}

main div.wpforms-container-full .wpforms-form .wpforms-field{
  margin-bottom: 1.75rem;
  padding: 0px;
}

main div.wpforms-container-full .wpforms-form input[type="date"],
    main div.wpforms-container-full .wpforms-form input[type="datetime"],
    main div.wpforms-container-full .wpforms-form input[type="datetime-local"],
    main div.wpforms-container-full .wpforms-form input[type="email"],
    main div.wpforms-container-full .wpforms-form input[type="month"],
    main div.wpforms-container-full .wpforms-form input[type="number"],
    main div.wpforms-container-full .wpforms-form input[type="password"],
    main div.wpforms-container-full .wpforms-form input[type="range"],
    main div.wpforms-container-full .wpforms-form input[type="search"],
    main div.wpforms-container-full .wpforms-form input[type="tel"],
    main div.wpforms-container-full .wpforms-form input[type="text"],
    main div.wpforms-container-full .wpforms-form input[type="time"],
    main div.wpforms-container-full .wpforms-form input[type="url"],
    main div.wpforms-container-full .wpforms-form input[type="week"],
    main div.wpforms-container-full .wpforms-form select,
    main div.wpforms-container-full .wpforms-form textarea{
  height: auto;
  width: 100%;
  max-width: none;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 0.9090909090909091rem;
  line-height: 1.3;
}

main div.wpforms-container-full .wpforms-form input[type="date"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="datetime"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="datetime-local"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="email"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="month"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="number"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="password"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="range"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="search"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="tel"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="text"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="time"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="url"]:focus,
    main div.wpforms-container-full .wpforms-form input[type="week"]:focus,
    main div.wpforms-container-full .wpforms-form select:focus,
    main div.wpforms-container-full .wpforms-form textarea:focus{
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

main div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
  height: 7rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

main div.wpforms-container-full .wpforms-form .wpforms-field-label{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.5;
}

main div.wpforms-container-full .wpforms-form .wpforms-field-textarea .wpforms-field-label{
  margin-bottom: 1.75rem;
}

main div.wpforms-container-full .wpforms-form .wpforms-required-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

main div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  margin: 0px;
  padding: 0px;
}

main div.wpforms-container-full .wpforms-form input[type="submit"]:not(:hover):not(:active),
    main div.wpforms-container-full .wpforms-form button[type="submit"]:not(:hover):not(:active),
    main div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active){
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.7272727272727273rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

main div.wpforms-container-full .wpforms-form input[type="submit"]:not(:hover):not(:active):hover,
    main div.wpforms-container-full .wpforms-form button[type="submit"]:not(:hover):not(:active):hover,
    main div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

main div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
    main div.wpforms-container-full .wpforms-form input[type="submit"]:active,
    main div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
    main div.wpforms-container-full .wpforms-form button[type="submit"]:active,
    main div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
    main div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
      background: #ffffff; /* tailwind doesn't seem to override background gradient */ border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)); --tw-text-opacity: 1; color: rgb(78 100 134 / var(--tw-text-opacity, 1)); --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); font-family: 'Jost', 'Helvetica Neue', sans-serif; font-size: 0.7272727272727273rem; line-height: 1.5; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em;
    }

main div.wpforms-container-full .wpforms-confirmation-container-full,
  main div[submit-success]
    > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpforms-container .wpforms-recaptcha-container{
  margin-bottom: 1.5rem;
}

/* Membership Login Form Styling */

#membership-login-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#membership-login-form p{
  margin-bottom: 1rem;
}

#membership-login-form p:last-child{
  margin-bottom: 0px;
}

#membership-login-form label{
  margin-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.5;
    display: block;
}

#membership-login-form input[type="text"],
  #membership-login-form input[type="email"],
  #membership-login-form input[type="password"]{
  height: auto;
  width: 100%;
  max-width: none;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 0.9090909090909091rem;
  line-height: 1.3;
}

#membership-login-form input[type="text"]:focus,
  #membership-login-form input[type="email"]:focus,
  #membership-login-form input[type="password"]:focus{
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#membership-login-form input[type="text"],
  #membership-login-form input[type="email"],
  #membership-login-form input[type="password"] {
    color: #000000 !important;
  }

#membership-login-form input[type="text"]::-moz-placeholder, #membership-login-form input[type="email"]::-moz-placeholder, #membership-login-form input[type="password"]::-moz-placeholder {
      color: #000000 !important;
    }

#membership-login-form input[type="text"]::placeholder, #membership-login-form input[type="email"]::placeholder, #membership-login-form input[type="password"]::placeholder {
      color: #000000 !important;
    }

/* More specific selectors to override WordPress defaults */

body #membership-login-form input[type="text"],
body #membership-login-form input[type="email"],
body #membership-login-form input[type="password"] {
  color: #000000 !important;
}

body #membership-login-form input[type="text"]::-moz-placeholder, body #membership-login-form input[type="email"]::-moz-placeholder, body #membership-login-form input[type="password"]::-moz-placeholder {
  color: #000000 !important;
}

body #membership-login-form input[type="text"]::placeholder,
body #membership-login-form input[type="email"]::placeholder,
body #membership-login-form input[type="password"]::placeholder {
  color: #000000 !important;
}

#membership-login-form input[type="checkbox"]{
  margin-right: 0.5rem;
}

#membership-login-form input[type="submit"]{
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-size: 0.7272727272727273rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#membership-login-form input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#membership-login-form .login-remember{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

#membership-login-form .login-remember label{
  margin-bottom: 0px;
  margin-left: 0.5rem;
}

#membership-login-form .login-submit{
  margin-top: 1.5rem;
}

/*@import "_footer.pcss";*/

.after\:content-\[\'\|\'\]::after{
  --tw-content: '|';
  content: var(--tw-content);
}

.last-of-type\:after\:hidden:last-of-type::after{
  content: var(--tw-content);
  display: none;
}

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

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 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\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.focus\:border-transparent:focus{
  border-color: transparent;
}

.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-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px){

  .sm\:order-none{
    order: 0;
  }

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

  .sm\:grid{
    display: grid;
  }

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

  .sm\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

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

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:left-0{
    left: 0px;
  }

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

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:h-8{
    height: 2rem;
  }

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

  .md\:w-3{
    width: 0.75rem;
  }

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

  .md\:basis-1\/4{
    flex-basis: 25%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }

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

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

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

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

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

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

  .md\:pb-\[100\%\]{
    padding-bottom: 100%;
  }

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

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

  .group:hover .md\:group-hover\:block{
    display: block;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }
}

@media (min-width: 1024px){

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3{
    flex-basis: 66.666667%;
  }

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

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

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

@media (min-width: 1240px){

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

  .xl\:h-9{
    height: 2.25rem;
  }
}

@media (orientation: portrait){

  .portrait\:aspect-3\/2{
    aspect-ratio: 3 / 2;
  }

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

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

@media (orientation: landscape){

  .landscape\:h-\[48\.59vw\]{
    height: 48.59vw;
  }
}
