/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles/main.css ***!
  \*****************************************************************************************************************/
/**
 * Main theme styles
 */

*, ::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.18 | 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;
  }
}
.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;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-32 {
  height: 8rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-container {
  max-width: 1920px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-inner {
  max-width: 1480px;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-esper-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 21 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-esper-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-esper-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 21 / 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-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 21 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-none {
  -o-object-fit: none;
     object-fit: none;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-esper-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-esper-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 199 21 / 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-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.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-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;
}
.duration-700 {
  transition-duration: 700ms;
}
.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);
}

/* Prevent horizontal scrollbar */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Site structure - using Tailwind classes */
.site-main {
  width: 100%;
  flex: 1 1 0%;
}

/* Header - Now using Tailwind classes directly */
.site-header {
    /* Using Tailwind classes: fixed top-0 left-0 right-0 z-50 bg-esper-black w-full */
}

/* WordPress Admin Bar Support */
/* Adjust header position when admin bar is active */
.admin-bar .site-header {
    top: 32px; /* Desktop admin bar height */
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px; /* Mobile admin bar height */
    }
}

/* Ensure admin bar stays on top */
#wpadminbar {
    z-index: 99999 !important;
}

/* Adjust dropdown menu positions when admin bar is active */
.admin-bar .main-navigation .navbar > li::after {
    top: calc(64px + 32px); /* Header height + admin bar height */
}

.admin-bar .main-navigation .navbar > li .sub-menu,
.admin-bar .main-navigation .navbar > li .children {
    top: calc(64px + 32px); /* Header height + admin bar height */
}

@media screen and (max-width: 782px) {
    .admin-bar .main-navigation .navbar > li::after {
        top: calc(64px + 46px); /* Header height + mobile admin bar height */
    }
    
    .admin-bar .main-navigation .navbar > li .sub-menu,
    .admin-bar .main-navigation .navbar > li .children {
        top: calc(64px + 46px); /* Header height + mobile admin bar height */
    }
}

/* Entry content - allows full-width blocks */
.entry-content {
    /* Removed max-width to allow full-width blocks */
}

/* Full-width block support - using Tailwind @apply where possible */
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Allow full-width blocks to break out */
.entry-content > .alignfull,
.entry-content > .wp-block-esper-hero-video-block,
.entry-content > .wp-block-esper-hero-block,
.entry-content > .wp-block-esper-full-width-image-block,
.entry-content > .wp-block-esper-product-spec-block {
  width: 100vw;
  max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0px;
    padding-right: 0px;
}

/* Wide blocks */
.entry-content > .alignwide {
  max-width: 1400px;
}

/* Navigation links - styles now handled by Tailwind classes in HTML */

/* Column layout button - ensure it's not affected by general navigation link styles */
.main-navigation .dropdown-column .btn {
    width: auto !important;
    display: inline-block !important;
    text-align: left !important;
}

/* Navigation menu items */
.main-navigation ul,
.main-navigation .navbar,
.mobile-navigation ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.main-navigation .navbar > li,
.mobile-navigation ul > li {
  list-style-type: none;
}

.main-navigation .navbar > li > a,
.mobile-navigation ul > li > a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.main-navigation .navbar > li > a:hover,
.mobile-navigation ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 199 21 / var(--tw-text-opacity, 1));
}

.main-navigation .navbar > li > a,
.mobile-navigation ul > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {

  .main-navigation .navbar > li > a,
.mobile-navigation ul > li > a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.main-navigation .navbar > li > a,
.mobile-navigation ul > li > 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: 200ms;
    position: relative;
}

/* Arrow pointing up under parent menu items with children - only on hover */
.main-navigation .navbar > li:has(.sub-menu) > a::after,
.main-navigation .navbar > li:has(.children) > a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFC715; /* esper-yellow */
    opacity: 0;
    visibility: hidden;
    /* Hide immediately when menu starts closing */
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    z-index: 60;
}

.main-navigation .navbar > li:hover:has(.sub-menu) > a::after,
.main-navigation .navbar > li:hover:has(.children) > a::after {
    opacity: 1;
    visibility: visible;
    /* Delay appearance until overlay finishes opening (0.3s delay + 0.4s transition = 0.7s) */
    transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s;
}

/* Dropdown/Submenu Styles */
.main-navigation .navbar > li {
  position: relative;
}

/* Dark overlay when dropdown is open - only for items with children */
.main-navigation .navbar > li:has(.sub-menu)::after,
.main-navigation .navbar > li:has(.children)::after {
    content: '';
    position: fixed;

    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 30; /* Lower than header (z-50) but above content */
    pointer-events: none;
    /* Close immediately when mouse leaves */
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.main-navigation .navbar > li:hover:has(.sub-menu)::after,
.main-navigation .navbar > li:hover:has(.children)::after {
    opacity: 1;
    visibility: visible;
    /* Fade in first */
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* Outer overlay - full width with background color */
.main-navigation .navbar > li .sub-menu,
.main-navigation .navbar > li .children {
    position: fixed;
    top: 64px; /* Header height */
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #FFC715; /* esper-yellow */
    opacity: 0;
    visibility: hidden;
    /* Close immediately when mouse leaves */
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, height 0.3s ease-out;
    z-index: 40; /* Above overlay (z-30) but below header (z-50) */
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Inner wrapper div - constrained to max-w-inner and centered */
.main-navigation .navbar > li .sub-menu .sub-menu-inner,
.main-navigation .navbar > li .children .sub-menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Remove max-width constraints from individual li items since they're inside the wrapper */
.main-navigation .navbar > li .sub-menu > li,
.main-navigation .navbar > li .children > li {
    width: 100%;
}

/* Arrow pointing down from menu item to overlay */
.main-navigation .navbar > li .sub-menu::before,
.main-navigation .navbar > li .children::before {
    content: '';
    position: absolute;
    top: -10px;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFC715; /* esper-yellow */
    z-index: 51;
    transition: left 0.3s ease-out;
}

.main-navigation .navbar > li .sub-menu::after,
.main-navigation .navbar > li .children::after {
    content: '';
    position: absolute;
    top: 0;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #FFC715; /* esper-yellow */
    z-index: 52;
    transition: left 0.3s ease-out;
}

.main-navigation .navbar > li:hover .sub-menu,
.main-navigation .navbar > li:hover .children {
    opacity: 1;
    visibility: visible;
    height: 50vh;
    /* Slide down after dark overlay fades in */
    transition: opacity 0.4s ease-out 0.3s, visibility 0.4s ease-out 0.3s, height 0.4s ease-out 0.3s;
    overflow-y: auto;
}

.main-navigation .navbar > li .sub-menu > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .children > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .sub-menu .sub-menu-inner > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .children .sub-menu-inner > li:not(:has(.dropdown-column)) {
  list-style-type: none;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
}

.main-navigation .navbar > li .sub-menu > li:not(:has(.dropdown-column)):last-child,
.main-navigation .navbar > li .children > li:not(:has(.dropdown-column)):last-child,
.main-navigation .navbar > li .sub-menu .sub-menu-inner > li:not(:has(.dropdown-column)):last-child,
.main-navigation .navbar > li .children .sub-menu-inner > li:not(:has(.dropdown-column)):last-child {
  border-bottom-width: 0px;
}

.main-navigation .navbar > li .sub-menu > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .children > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .sub-menu .sub-menu-inner > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li .children .sub-menu-inner > li:not(:has(.dropdown-column)) {
    opacity: 0 !important;
    transform: translateY(-10px);
    /* Fade out quickly before menu starts to close - immediate, no delay */
    transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}

/* Column layout items - don't apply general menu item styles */
.main-navigation .navbar > li .sub-menu .dropdown-column li,
.main-navigation .navbar > li .children .dropdown-column li {
    opacity: 1;
    transform: none;
    transition: none;
}

/* Hover state: menu items fade in AFTER menu finishes opening */
/* Menu opens: 0.3s (overlay) + 0.4s (menu slide) = 0.7s total */
/* So items should start fading in at 0.7s */
.main-navigation .navbar > li:hover .sub-menu > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:not(:has(.dropdown-column)) {
    opacity: 1 !important;
    transform: translateY(0);
    /* Fade in after menu finishes opening (0.7s delay) */
    transition: opacity 0.3s ease-out 0.7s, transform 0.3s ease-out 0.7s;
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(1):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(1):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(1):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(1):not(:has(.dropdown-column)) {
    transition-delay: 0.75s !important; /* 0.7s + 0.05s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(2):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(2):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(2):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(2):not(:has(.dropdown-column)) {
    transition-delay: 0.8s !important; /* 0.7s + 0.1s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(3):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(3):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(3):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(3):not(:has(.dropdown-column)) {
    transition-delay: 0.85s !important; /* 0.7s + 0.15s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(4):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(4):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(4):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(4):not(:has(.dropdown-column)) {
    transition-delay: 0.9s !important; /* 0.7s + 0.2s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(5):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(5):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(5):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(5):not(:has(.dropdown-column)) {
    transition-delay: 0.95s !important; /* 0.7s + 0.25s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(6):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(6):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(6):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(6):not(:has(.dropdown-column)) {
    transition-delay: 1.0s !important; /* 0.7s + 0.3s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(7):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(7):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(7):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(7):not(:has(.dropdown-column)) {
    transition-delay: 1.05s !important; /* 0.7s + 0.35s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(8):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(8):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(8):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(8):not(:has(.dropdown-column)) {
    transition-delay: 1.1s !important; /* 0.7s + 0.4s stagger */
}

.main-navigation .navbar > li:hover .sub-menu > li:nth-child(n+9):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children > li:nth-child(n+9):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .sub-menu .sub-menu-inner > li:nth-child(n+9):not(:has(.dropdown-column)),
.main-navigation .navbar > li:hover .children .sub-menu-inner > li:nth-child(n+9):not(:has(.dropdown-column)) {
    transition-delay: 1.15s !important; /* 0.7s + 0.45s stagger */
}

.main-navigation .navbar > li .sub-menu > li:not(:has(.dropdown-column)) > a,
.main-navigation .navbar > li .children > li:not(:has(.dropdown-column)) > a {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-weight: 500;
}

/* Grid layout for child menus - ul has no padding, inner wrapper does */
.main-navigation .navbar > li .sub-menu.menu-grid,
.main-navigation .navbar > li .children.menu-grid {
    padding: 0;
}

/* Grid menu inner wrapper - uses grid layout */
.main-navigation .navbar > li .sub-menu.menu-grid .sub-menu-inner,
.main-navigation .navbar > li .children.menu-grid .sub-menu-inner {
    display: grid;
    gap: 0;
    padding: 2rem;
}

/* Grid menu items */
.main-navigation .navbar > li .sub-menu.menu-grid > li,
.main-navigation .navbar > li .children.menu-grid > li {
    width: auto;
}

/* Grid column classes apply to inner wrapper */
.main-navigation .navbar > li .sub-menu.menu-grid-2 .sub-menu-inner,
.main-navigation .navbar > li .children.menu-grid-2 .sub-menu-inner {
    grid-template-columns: repeat(2, 1fr);
}

.main-navigation .navbar > li .sub-menu.menu-grid-3 .sub-menu-inner,
.main-navigation .navbar > li .children.menu-grid-3 .sub-menu-inner {
    grid-template-columns: repeat(3, 1fr);
}

.main-navigation .navbar > li .sub-menu.menu-grid-4 .sub-menu-inner,
.main-navigation .navbar > li .children.menu-grid-4 .sub-menu-inner {
    grid-template-columns: repeat(4, 1fr);
}

.main-navigation .navbar > li .sub-menu.menu-grid-5 .sub-menu-inner,
.main-navigation .navbar > li .children.menu-grid-5 .sub-menu-inner {
    grid-template-columns: repeat(5, 1fr);
}

/* Grid menu items - styles now handled by Tailwind classes in HTML */

/* Column layout for menu items - styles now handled by Tailwind classes in HTML */

/* Menu item images */
.main-navigation .navbar > li .sub-menu li .menu-item-image-wrapper,
.main-navigation .navbar > li .children li .menu-item-image-wrapper {
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 4px;
}

.main-navigation .navbar > li .sub-menu li .menu-item-image,
.main-navigation .navbar > li .children li .menu-item-image {
    /* Width is set via inline style from menu item settings */
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease-out;
    max-width: 100%; /* Ensure it doesn't overflow container */
}

.main-navigation .navbar > li .sub-menu li:hover .menu-item-image,
.main-navigation .navbar > li .children li:hover .menu-item-image {
    transform: scale(1.05);
}

/* Grid menu items - styles now handled by Tailwind classes in HTML */

/* Responsive grid - reduce columns on smaller screens */
@media (max-width: 1200px) {
    .main-navigation .navbar > li .sub-menu.menu-grid-5,
    .main-navigation .navbar > li .children.menu-grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .main-navigation .navbar > li .sub-menu.menu-grid-4,
    .main-navigation .navbar > li .children.menu-grid-4,
    .main-navigation .navbar > li .sub-menu.menu-grid-5,
    .main-navigation .navbar > li .children.menu-grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .main-navigation .navbar > li .sub-menu.menu-grid,
    .main-navigation .navbar > li .children.menu-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 1rem;
    }
}

/* Mobile menu icon */
.mobile-menu-icon {
    cursor: pointer;
}

.mobile-menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Hide mobile navigation by default */
.mobile-navigation {
    display: none;
}

.mobile-navigation.active {
    display: block;
}

/* Ensure full-width blocks don't overflow on mobile */
@media (max-width: 768px) {
    .entry-content > .alignfull,
    .entry-content > .wp-block-esper-hero-video-block,
    .entry-content > .wp-block-esper-hero-block,
    .entry-content > .wp-block-esper-full-width-image-block,
    .entry-content > .wp-block-esper-product-spec-block {
    width: 100%;
        margin-left: 0;
        margin-right: 0;
  }
}

/* Reusable Button Class */
.btn {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
}
.btn {
    letter-spacing: 0.15em;
    border-radius: 0;
}

/* Dynamic Content Loading States */
.site-main.loading {
    position: relative;
    min-height: 400px;
}

.site-main.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FFC715;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Smooth transitions for content updates */
.site-main {
    transition: opacity 0.3s ease-in-out;
}

.site-main.loading {
    opacity: 0.6;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-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-esper-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

@media (min-width: 640px) {

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

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



/*# sourceMappingURL=styles.css.map*/