*, ::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.13 | 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] {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-150 {
  bottom: 15px;
}

.left-0 {
  left: 0;
}

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

.right-150 {
  right: 15px;
}

.top-0 {
  top: 0;
}

.top-1200 {
  top: 120px;
}

.top-400 {
  top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

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

.my-1000 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-200 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-600 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb-1000 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 15px;
}

.mb-200 {
  margin-bottom: 20px;
}

.mb-250 {
  margin-bottom: 25px;
}

.mb-300 {
  margin-bottom: 30px;
}

.mb-400 {
  margin-bottom: 40px;
}

.mb-500 {
  margin-bottom: 50px;
}

.mb-600 {
  margin-bottom: 60px;
}

.mb-700 {
  margin-bottom: 70px;
}

.mr-auto {
  margin-right: auto;
}

.mt-100 {
  margin-top: 10px;
}

.mt-1000 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 20px;
}

.mt-2000 {
  margin-top: 200px;
}

.mt-250 {
  margin-top: 25px;
}

.mt-400 {
  margin-top: 40px;
}

.mt-600 {
  margin-top: 60px;
}

.mt-700 {
  margin-top: 70px;
}

.mb-800 {
  margin-bottom: 80px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

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

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

.h-0 {
  height: 0;
}

.h-200 {
  height: 20px;
}

.h-300 {
  height: 30px;
}

.h-400 {
  height: 40px;
}

.h-700 {
  height: 70px;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[calc\(100vh_-_250px\)\] {
  max-height: calc(100vh - 250px);
}

.max-h-\[min\(80vh\2c 45vw\)\] {
  max-height: min(80vh,45vw);
}

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

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

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

.w-200 {
  width: 20px;
}

.w-300 {
  width: 30px;
}

.w-700 {
  width: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(33\.33\%_-_40px\)\] {
  width: calc(33.33% - 40px);
}

.w-\[calc\(50\%_-_10px\)\] {
  width: calc(50% - 10px);
}

.w-\[calc\(97\%_\+_60px\)\] {
  width: calc(97% + 60px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-\[142\.2vh\] {
  max-width: 142.2vh;
}

.max-w-\[34ch\] {
  max-width: 34ch;
}

.max-w-\[42ch\] {
  max-width: 42ch;
}

.max-w-\[44ch\] {
  max-width: 44ch;
}

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

.max-w-\[56ch\] {
  max-width: 56ch;
}

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

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

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

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

.max-w-\[52ch\] {
  max-width: 52ch;
}

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

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

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

.-translate-x-full {
  --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));
}

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

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

.scale-\[1\.8\] {
  --tw-scale-x: 1.8;
  --tw-scale-y: 1.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-100 {
  gap: 10px;
}

.gap-150 {
  gap: 15px;
}

.gap-200 {
  gap: 20px;
}

.gap-300 {
  gap: 30px;
}

.gap-x-100 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-150 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[26px\] {
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.gap-y-100 {
  row-gap: 10px;
}

.gap-y-150 {
  row-gap: 15px;
}

.gap-y-200 {
  row-gap: 20px;
}

.gap-y-50 {
  row-gap: 5px;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-b-\[15px\] {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(142 140 138 / var(--tw-border-opacity));
}

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

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

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-dgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(58 53 50 / var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 138 / var(--tw-bg-opacity));
}

.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 232 / var(--tw-bg-opacity));
}

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

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

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-\[length\:100\%\] {
  background-size: 100%;
}

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

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

.p-300 {
  padding: 30px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-150 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-1500 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-200 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-250 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-300 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.py-100 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-1300 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-150 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-200 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-300 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-50 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-800 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-900 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 10px;
}

.pb-1300 {
  padding-bottom: 130px;
}

.pb-150 {
  padding-bottom: 15px;
}

.pb-2400 {
  padding-bottom: 240px;
}

.pb-300 {
  padding-bottom: 30px;
}

.pb-400 {
  padding-bottom: 40px;
}

.pb-600 {
  padding-bottom: 60px;
}

.pb-800 {
  padding-bottom: 80px;
}

.pb-900 {
  padding-bottom: 90px;
}

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

.pb-\[270px\] {
  padding-bottom: 270px;
}

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

.pb-\[min\(56\.25\%\2c 80vh\)\] {
  padding-bottom: min(56.25%,80vh);
}

.pl-100 {
  padding-left: 10px;
}

.pl-200 {
  padding-left: 20px;
}

.pl-\[17\%\] {
  padding-left: 17%;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pr-150 {
  padding-right: 15px;
}

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

.pt-1000 {
  padding-top: 100px;
}

.pt-1100 {
  padding-top: 110px;
}

.pt-1200 {
  padding-top: 120px;
}

.pt-1400 {
  padding-top: 140px;
}

.pt-1500 {
  padding-top: 150px;
}

.pt-250 {
  padding-top: 25px;
}

.pt-350 {
  padding-top: 35px;
}

.pt-50 {
  padding-top: 5px;
}

.pt-600 {
  padding-top: 60px;
}

.pt-700 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 8px;
}

.pt-800 {
  padding-top: 80px;
}

.pt-900 {
  padding-top: 90px;
}

.pt-\[210px\] {
  padding-top: 210px;
}

.pt-\[64\%\] {
  padding-top: 64%;
}

.pt-\[80\%\] {
  padding-top: 80%;
}

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

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

.font-biennale {
  font-family: biennale, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.font-manrope {
  font-family: manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.text-2xl {
  font-size: var(--text-2xl);
  line-height: 1.2em;
}

.text-3xl {
  font-size: var(--text-3xl);
  line-height: 1.2em;
}

.text-4xl {
  font-size: var(--text-4xl);
  line-height: 1.2em;
}

.text-base {
  font-size: var(--text-base);
  line-height: 1.2em;
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 1.2em;
}

.text-md {
  font-size: var(--text-md);
  line-height: 1.2em;
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1.2em;
}

.text-xl {
  font-size: var(--text-xl);
  line-height: 1.2em;
}

.text-xs {
  font-size: var(--text-xs);
  line-height: 1.2em;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[41px\] {
  line-height: 41px;
}

.-tracking-\[0\.045em\] {
  letter-spacing: -0.045em;
}

.-tracking-\[0\.78px\] {
  letter-spacing: -0.78px;
}

.-tracking-\[0\.94px\] {
  letter-spacing: -0.94px;
}

.tracking-\[0\.0075em\] {
  letter-spacing: 0.0075em;
}

.tracking-\[0\.015em\] {
  letter-spacing: 0.015em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.037em\] {
  letter-spacing: 0.037em;
}

.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}

.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

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

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

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

.text-dgrey {
  --tw-text-opacity: 1;
  color: rgb(58 53 50 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(142 140 138 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-\[0px_-88px_73px_0px_rgba\(0\2c _0\2c _0\2c _0\.50\)\] {
  --tw-shadow: 0px -88px 73px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 0px -88px 73px 0px 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);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-\[1s\] {
  transition-duration: 1s;
}

.ease-\[cubic-bezier\(0\.33\2c _1\2c _0\.68\2c _1\)\] {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

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

@font-face {
  font-family: 'biennale';

  src: url('../fonts/biennale-medium-webfont.woff2') format('woff2'),
         url('../fonts/biennale-medium-webfont.woff') format('woff');

  font-weight: 500; /* Medium weight - matches the actual font file */

  font-style: normal;
}

@font-face {
  font-family: 'manrope';

  src: url('../fonts/manrope-bold-webfont.woff2') format('woff2'),
         url('../fonts/manrope-bold-webfont.woff') format('woff');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'manrope';

  src: url('../fonts/manrope-medium-webfont.woff2') format('woff2'),
         url('../fonts/manrope-medium-webfont.woff') format('woff');

  font-weight: medium;

  font-style: normal;
}

@font-face {
  font-family: 'manrope';

  src: url('../fonts/manrope-regular-webfont.woff2') format('woff2'),
         url('../fonts/manrope-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

:root{
  --text-5xl:  520px;
  --text-4xl:  47px;
  --text-3xl:  42px;
  --text-2xl:  39px;
  --text-xl:   32px;
  --text-lg:   28px;
  --text-md:   19px;
  --text-sm:   16px;
  --text-base: 15px;
  --text-xs:   12px;
  --text-xxs:  10px;
}

@media screen and (max-width: 1400px ) {
  :root {
    --text-5xl:  250px;
    --text-4xl:  38px;
    --text-3xl:  36px;
    --text-2xl:  28px;
    --text-xl:   25px;
    --text-lg:   22px;
    --text-md:   20px;
    --text-sm:   17px;
    --text-base: 16px;
    --text-xs:   14px;
    --text-xxs:  10px;
  }
}

@media screen and (max-width: 991px ) {
  :root {
    --text-5xl:  337px;
    --text-4xl:  34px;
    --text-3xl:  32px;
    --text-2xl:  26px;
    --text-xl:   24px;
    --text-lg:   21px;
    --text-md:   19px;
    --text-sm:   16px;
    --text-base: 15px;
    --text-xs:   13px;
    --text-xxs:  10px;
  }
}

@media screen and (max-width: 600px ) {
  :root {
    --text-5xl:  337px;
    --text-4xl:  30px;
    --text-3xl:  30px;
    --text-2xl:  24px;
    --text-xl:   24px;
    --text-lg:   20px;
    --text-md:   18px;
    --text-sm:   13px;
    --text-base: 15px;
    --text-xs:   12px;
    --text-xxs:  10px;
  }
}

body{
  background: #F0ECE8;
}

body.single-post {
  background: white;
}

.container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1705px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.grid-row {
  display: grid;
  flex: 0 1 auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media (max-width: 599px) {
  .grid-row {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

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

.black-button {
  display: inline-block;
  height: 40px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: var(--text-xs);
  line-height: 1.2em;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.black-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hollow-button {
  display: inline-block;
  height: 40px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: var(--text-xs);
  line-height: 1.2em;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hollow-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header.scrolled .inside {
  transform: translateY(-30px);
  background: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}


main .container .wc-block-components-button {
  height: 40px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: var(--text-xs);
  line-height: 1.2em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

main .container .wc-block-components-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

main .container .woocommerce-table--order-details,
main .container .woocommerce .woocommerce-customer-details address,
main .container .woocommerce table.shop_table,
main .container .wc-block-components-radio-control,
main .container .wc-block-components-address-card,
main .container .wp-block-woocommerce-checkout-order-summary-block {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

main .container .woocommerce-MyAccount-navigation {
  border-radius: 5px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

main .container .woocommerce-MyAccount-navigation-link a {
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

main .container .woocommerce-MyAccount-navigation-link a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

main .container .woocommerce-MyAccount-navigation-link.is-active a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

main .container .wps_recurring_bifurcation_wrapper {
  margin-top: 30px;
}

main .container .wc-block-components-checkout-step__description,
main .container #contact + .wc-block-components-checkbox,
main .container .wc-block-components-order-summary-item__image {
  display: none;
}

main .container .wc-block-components-order-summary-item__description {
  padding-left: 0;
}

main .container .wc-block-checkout__order-notes span.wc-block-components-checkbox__label {
  font-size: 0px;
  color: transparent;
  position: relative;
}

main .container .wc-block-checkout__order-notes .wc-block-components-checkbox__label::before {
  line-height: 1.2rem;
  font-size: .875rem;
  content: "Leave a note for Om Swami (optional)";
  color: black;
}

main .container .wp-block-woocommerce-checkout {
  padding-top: 0;
}

main .container .wc-block-components-form .wc-block-components-text-input input[type=email], 
main .container .wc-block-components-form .wc-block-components-text-input input[type=number], 
main .container .wc-block-components-form .wc-block-components-text-input input[type=password], 
main .container .wc-block-components-form .wc-block-components-text-input input[type=tel], 
main .container .wc-block-components-form .wc-block-components-text-input input[type=text], 
main .container .wc-block-components-form .wc-block-components-text-input input[type=url], 
main .container .wc-block-components-text-input input[type=email], 
main .container .wc-block-components-text-input input[type=number], 
main .container .wc-block-components-text-input input[type=password], 
main .container .wc-block-components-text-input input[type=tel], 
main .container .wc-block-components-text-input input[type=text], 
main .container .wc-block-components-text-input input[type=url],
main .container .wc-blocks-components-select .wc-blocks-components-select__container {
  border-color: #b9b4c0;
}

main .container .wc-block-components-form .wc-block-components-text-input.has-error input, 
main .container .wc-block-components-form .wc-block-components-text-input.has-error input:active, 
main .container .wc-block-components-form .wc-block-components-text-input.has-error input:focus, 
main .container .wc-block-components-form .wc-block-components-text-input.has-error input:hover, 
main .container .wc-block-components-text-input.has-error input, 
main .container .wc-block-components-text-input.has-error input:active, 
main .container .wc-block-components-text-input.has-error input:focus, 
main .container .wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818;
}

main .container .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
main .container .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 1px solid #b9b4c0;
  box-shadow: none;
}

fieldset#payment-method:has( #radio-control-wc-payment-method-options-razorpay__label) {
  /* display: none; */
}

main .container label[for="radio-control-wc-payment-method-options-stripe"] {
  display: none;
}

#loginform {
  display: flex;
  flex-direction: column;
}

#loginform .subscribe-link {
  order: 10;
}

.rounded-clip {
  clip-path: inset(0 round 15px);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.basic-hero .content p {
  margin-bottom: 30px;
}

.testimonial-infinite-scroller .scroller {
  width: 100%;
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.testimonial-infinite-scroller .scroller-inner {
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.testimonial-infinite-scroller .col-span-4 {
  width: 400px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .testimonial-infinite-scroller .col-span-4 {
    width: 300px;
  }
}

.placeholder\:text-dgrey::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(58 53 50 / var(--tw-text-opacity));
}

.placeholder\:text-dgrey::placeholder {
  --tw-text-opacity: 1;
  color: rgb(58 53 50 / var(--tw-text-opacity));
}

.last\:\!border-0:last-child {
  border-width: 0px !important;
}

.hover\:bg-off-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 232 / var(--tw-bg-opacity));
}

.group:first-child .group-first\:rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.group:last-child .group-last\:rounded-b-\[15px\] {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.group:nth-child(even) .group-even\:col-start-10 {
  grid-column-start: 10;
}

.group:hover .group-hover\:scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.active .group-\[\.active\]\: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));
}

.peer:checked ~ .peer-checked\:bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 232 / var(--tw-bg-opacity));
}

@media (max-width: 1199px) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:gap-200 {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .md\:relative {
    position: relative;
  }

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

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

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:my-400 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:max-w-\[30ch\] {
    max-width: 30ch;
  }

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

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

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

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

  .md\:gap-x-\[8px\] {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

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

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

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

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

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

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

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

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

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

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-500 {
    padding-top: 50px;
  }

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

  .group:first-child .group-first\:md\:block {
    display: block;
  }
}

@media (max-width: 767px) {
  .sm\:absolute {
    position: absolute;
  }

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

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

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

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

  .sm\:mt-200 {
    margin-top: 20px;
  }

  .sm\:mt-500 {
    margin-top: 50px;
  }

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

  .sm\:w-\[calc\(50\%_-_10px\)\] {
    width: calc(50% - 10px);
  }

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

  .sm\:min-w-0 {
    min-width: 0;
  }

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

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

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

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

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

  .sm\:gap-100 {
    gap: 10px;
  }

  .sm\:gap-200 {
    gap: 20px;
  }

  .sm\:gap-y-400 {
    row-gap: 40px;
  }

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

  .sm\:p-200 {
    padding: 20px;
  }

  .sm\:\!pl-0 {
    padding-left: 0 !important;
  }

  .sm\:\!pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pt-500 {
    padding-top: 50px;
  }

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

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

@media (max-width: 599px) {
  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

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

  .xs\:min-w-0 {
    min-width: 0;
  }

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

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

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

  .xs\:py-300 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:py-600 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 450px) {
  .\32xs\:mb-200 {
    margin-bottom: 20px;
  }

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

  .\32xs\:flex-col {
    flex-direction: column;
  }
}

.\[\&_blockquote\]\:py-1000 blockquote {
  padding-top: 100px;
  padding-bottom: 100px;
}

.\[\&_blockquote\]\:text-3xl blockquote {
  font-size: var(--text-3xl);
  line-height: 1.2em;
}

.\[\&_blockquote\]\:font-medium blockquote {
  font-weight: 500;
}

.\[\&_blockquote\]\:leading-\[51px\] blockquote {
  line-height: 51px;
}

.peer:checked ~ .peer-checked\:\[\&_img\]\:block img {
  display: block;
}

.\[\&_p\]\:mb-300 p {
  margin-bottom: 30px;
}

.\[\&_p\]\:mb-\[1em\] p {
  margin-bottom: 1em;
}

.\[\&_p\]\:leading-snug p {
  line-height: 1.375;
}

.group:first-child .\[\&_p\]\:group-first\:tracking-\[0\.01em\] p {
  letter-spacing: 0.01em;
}

/* Mobile footer optimizations - OS 27/Dec */
@media (max-width: 767px) {
  footer .buttons {
    justify-content: center;
  }
  
  footer .buttons span:first-child,
  footer .buttons span:last-child {
    display: none;
  }
  
  /* Hide footer logo on mobile */
  .sm\:hidden {
    display: none !important;
  }
  
  /* Reduce footer height by 50% on mobile */
  footer.sm\:py-200 {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  
  footer.sm\:mb-100 {
    margin-bottom: 5px !important;
  }
  
  footer .sm\:gap-y-100 {
    row-gap: 10px !important;
  }
  
  footer .sm\:gap-50 {
    gap: 5px !important;
  }
  
  footer .sm\:mt-50 {
    margin-top: 5px !important;
  }
  
  /* Further reduce container padding in footer on mobile */
  footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ================================
   GLOBAL DRAGON TOOTH LINK STYLES
   ================================ */

/* Global hover behavior for all dragon tooth links */
a:has(.rotate-arrow) {
    transition: color 0.3s ease;
}

/* Only affect links that contain dragon tooth */
a:has(.rotate-arrow):hover {
    color: #980101;
}

/* Dragon tooth initial state */
.rotate-arrow {
    transform: rotate(90deg);
    transition: transform 0.3s ease, fill 0.3s ease;
}

/* Dragon tooth hover state when parent link is hovered */
a:has(.rotate-arrow):hover .rotate-arrow {
    transform: rotate(450deg);
    fill: #980101;
}

/* ================================
   WEBINAR RESOURCES STYLES - OS 03-Sep-2025
   ================================ */

/* Resources content wrapper */
.single-webinar .resources-content {
    margin-top: 24px;
}

/* Style for resource links and lists */
.single-webinar .resources-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.single-webinar .resources-content ul li {
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

/* Custom bullet points for resources */
.single-webinar .resources-content ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #8E8C8A;
    font-size: 20px;
    line-height: 1.2;
}

/* Links in resources */
.single-webinar .resources-content a {
    color: #3A3532;
    text-decoration: none;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s ease;
    display: inline-block;
}

.single-webinar .resources-content a:hover {
    color: #000000;
    border-bottom-color: #000000;
}

/* Book/resource cards if wrapped in div */
.single-webinar .resources-content .resource-item {
    background: #F4ECEA;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}

.single-webinar .resources-content .resource-item:hover {
    background: #BBB8B6;
}

/* Book titles in resources */
.single-webinar .resources-content .book-title,
.single-webinar .resources-content strong {
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 4px;
}

/* Author names or descriptions */
.single-webinar .resources-content .author,
.single-webinar .resources-content em {
    font-style: italic;
    color: #8E8C8A;
    font-size: 14px;
}

/* Paragraphs in resources */
.single-webinar .resources-content p {
    margin-bottom: 16px;
    line-height: 1.6;
}

/* ============================================== */
/* Contact Form Styles - OS 10-Sep-2025           */
/* ============================================== */

/* Fluent Forms Container */
.fluentform {
    max-width: 600px !important;
    margin: 60px auto !important;
    padding: 0 20px;
}

/* Form wrapper styling */
.fluentform .frm-fluent-form {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

/* Section headings */
.fluentform .ff-section-title {
    font-family: 'Biennale', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.02em;
}

/* Form groups */
.fluentform .ff-el-group {
    margin-bottom: 32px;
}

/* Labels */
.fluentform .ff-el-input--label label {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #3A3532;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    display: block;
}

/* Input fields */
.fluentform .ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform textarea,
.fluentform select {
    width: 100% !important;
    padding: 16px 20px !important;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    border: 1px solid #D9D9D9 !important;
    border-radius: 0 !important;
    outline: none !important;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

/* Input hover state */
.fluentform input:hover,
.fluentform textarea:hover,
.fluentform select:hover {
    border-color: #BBB8B6 !important;
    background: #ffffff;
}

/* Input focus state */
.fluentform input:focus,
.fluentform textarea:focus,
.fluentform select:focus {
    border-color: #3A3532 !important;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(58, 53, 50, 0.05) !important;
}

/* Textarea specific */
.fluentform textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.6;
}

/* Select dropdown arrow */
.fluentform .ff-el-form-control select {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%233A3532" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 48px !important;
}

/* Submit button */
.fluentform .ff-btn-submit,
.fluentform button[type="submit"] {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
    padding: 18px 48px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-top: 16px;
    display: inline-block;
    box-shadow: none !important;
}

.fluentform .ff-btn-submit:hover {
    background: transparent;
    color: #000000;
    transform: translateY(-2px);
}

.fluentform .ff-btn-submit:active {
    transform: translateY(0);
}

/* Button wrapper alignment */
.fluentform .ff-el-group.ff-text-center {
    text-align: center;
    margin-top: 40px;
}

/* Error messages */
.fluentform .ff-message,
.fluentform .error,
.fluentform .text-danger {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #e74c3c;
    margin-top: 8px;
    display: block;
}

/* Success message */
.fluentform .ff-message.ff-message-success {
    background: #F4ECEA;
    color: #3A3532;
    padding: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    margin-top: 32px;
}

/* Required asterisk */
.fluentform .ff-el-asterisk {
    color: #8E8C8A;
    font-weight: normal;
    margin-left: 4px;
}

/* Placeholder text */
.fluentform ::placeholder {
    color: #BBB8B6;
    opacity: 1;
}

/* Radio and checkbox styling */
.fluentform input[type="radio"],
.fluentform input[type="checkbox"] {
    width: auto !important;
    margin-right: 8px;
    accent-color: #000000;
}

.fluentform .ff-el-form-check-label {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #3A3532;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Two column layout for form fields */
.fluentform .ff-t-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 768px) {
    .fluentform .ff-t-container {
        grid-template-columns: 1fr;
    }
}

/* Loading spinner */
.fluentform .ff-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    border-top-color: #000000;
    animation: ff-spin 0.8s linear infinite;
    margin-left: 12px;
}

@keyframes ff-spin {
    to { transform: rotate(360deg); }
}

/* File upload styling */
.fluentform .ff-el-file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fluentform .ff-el-file-upload input[type="file"] {
    position: absolute;
    left: -9999px;
}

.fluentform .ff-el-file-upload label {
    display: inline-block;
    padding: 12px 24px;
    background: #F4ECEA;
    color: #3A3532;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid #D9D9D9;
}

.fluentform .ff-el-file-upload label:hover {
    background: #BBB8B6;
    color: #000000;
}

/* Progress bar */
.fluentform .ff-step-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    position: relative;
}

.fluentform .ff-step-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    z-index: 0;
}

.fluentform .ff-step-titles {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fluentform .ff-step-title {
    background: #ffffff;
    padding: 8px 16px;
    font-size: 13px;
    color: #8E8C8A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fluentform .ff-step-title.ff-active {
    color: #000000;
    font-weight: 600;
}

.fluentform .ff-step-title.ff-completed {
    color: #3A3532;
}

/* Additional polish for contact form */
.page-template-default .fluentform,
.page .fluentform {
    margin-top: 40px;
}

/* Form field animations */
.fluentform .ff-el-form-control {
    position: relative;
}

.fluentform input:not(:placeholder-shown) + label,
.fluentform textarea:not(:placeholder-shown) + label {
    transform: translateY(-8px);
    font-size: 11px;
}

/* Custom focus ring animation */
@keyframes focus-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(58, 53, 50, 0.1);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(58, 53, 50, 0.05);
    }
}

.fluentform input:focus,
.fluentform textarea:focus {
    animation: focus-ring 0.2s ease-out forwards;
}

/* Smooth label transitions */
.fluentform label {
    transition: all 0.2s ease;
}

/* Contact page specific styling */
.page-id-contact .entry-content,
body.page-template-contact .entry-content {
    max-width: 100%;
    padding: 0;
}

/* Remove any default page padding for contact form */
.page-id-contact .fluentform,
body.page-template-contact .fluentform {
    margin-top: 0;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .fluentform {
        margin: 40px auto !important;
    }
    
    .fluentform .ff-btn-submit {
        width: 100%;
        padding: 16px 32px;
    }
    
    .fluentform .ff-el-group {
        margin-bottom: 24px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .fluentform input,
    .fluentform textarea,
    .fluentform select {
        border-width: 2px !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .fluentform * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {
    .fluentform .ff-btn-submit {
        display: none;
    }
}

