@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Croissant+One&display=swap');
@import url('https://fonts.cdnfonts.com/css/eksell-display-trial');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('fonts.css');


/* Course Info Area - matches attachment design */
.course-info-area {
  background-color: #FFD818; /* Your yellow color */
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.course-info-section h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #000;
}

.no-last-gap > *:not(:last-child){
  margin-right: 1rem; /* or whatever spacing you need */
}

.course-info-section p {
  color: #000;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .course-info-area {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .course-info-area {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Your other global styles here */

/* Page Icon After Element Styling */
.page-icon-after {
  position: relative;
  display: inline-block;
}

.page-icon-after::after {
    content: '';
    display: block;
    width: 19vw;
    height: 19vw;
    max-width: 228px;
    max-height: 244px;
    background: var(--page-icon-url) no-repeat center / contain;
    position: absolute;
    top: 31%;
    right: -196px;
    transform: translateY(-50%);
    pointer-events: none;
    animation: tilt3d 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

/* 3D Tilt Animation for Page Icon */
@keyframes tilt3d {
    0%, 100% {
        transform: translateY(-50%) perspective(1000px) rotateY(0deg);
    }
    25% {
        transform: translateY(-50%) perspective(1000px) rotateY(-15deg) rotateX(5deg);
    }
    50% {
        transform: translateY(-50%) perspective(1000px) rotateY(0deg) rotateX(-3deg);
    }
    75% {
        transform: translateY(-50%) perspective(1000px) rotateY(15deg) rotateX(5deg);
    }
}

/* Video Container Styling */
.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-container iframe,
.video-container video {
  border-radius: 0.5rem;
}

/* Responsive video scaling */
@media (max-width: 768px) {
  .video-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 250px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .video-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 350px !important;
  }
}

/* ! tailwindcss v3.4.10 | 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;
}

*, ::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:  ;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 370px){
  .\!container{
    max-width: 370px !important;
  }
  .container{
    max-width: 370px;
  }
}
@media (min-width: 400px){
  .\!container{
    max-width: 400px !important;
  }
  .container{
    max-width: 400px;
  }
}
@media (min-width: 450px){
  .\!container{
    max-width: 450px !important;
  }
  .container{
    max-width: 450px;
  }
}
@media (min-width: 525px){
  .\!container{
    max-width: 525px !important;
  }
  .container{
    max-width: 525px;
  }
}
@media (min-width: 575px){
  .\!container{
    max-width: 575px !important;
  }
  .container{
    max-width: 575px;
  }
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 876px){
  .\!container{
    max-width: 876px !important;
  }
  .container{
    max-width: 876px;
  }
}
@media (min-width: 975px){
  .\!container{
    max-width: 975px !important;
  }
  .container{
    max-width: 975px;
  }
}
@media (min-width: 1085px){
  .\!container{
    max-width: 1085px !important;
  }
  .container{
    max-width: 1085px;
  }
}
@media (min-width: 1150px){
  .\!container{
    max-width: 1150px !important;
  }
  .container{
    max-width: 1150px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1450px){
  .\!container{
    max-width: 1450px !important;
  }
  .container{
    max-width: 1450px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1580px){
  .\!container{
    max-width: 1580px !important;
  }
  .container{
    max-width: 1580px;
  }
}
@media (min-width: 1675px){
  .\!container{
    max-width: 1675px !important;
  }
  .container{
    max-width: 1675px;
  }
}
@media (min-width: 1850px){
  .\!container{
    max-width: 1850px !important;
  }
  .container{
    max-width: 1850px;
  }
}
@media (min-width: 2025px){
  .\!container{
    max-width: 2025px !important;
  }
  .container{
    max-width: 2025px;
  }
}
@media (min-width: 2200px){
  .\!container{
    max-width: 2200px !important;
  }
  .container{
    max-width: 2200px;
  }
}
@media (min-width: 2300px){
  .\!container{
    max-width: 2300px !important;
  }
  .container{
    max-width: 2300px;
  }
}
/* Container spacing - consistent top/bottom margins for content areas */
.generic-page-styling{
  padding-top: 1.25rem;
}
@media (min-width: 575px){
  .generic-page-styling{
    padding-top: 1.75rem;
  }
}
@media (min-width: 768px){
  .generic-page-styling{
    padding-top: 2.25rem;
  }
}
@media (min-width: 1085px){
  .generic-page-styling{
    padding-bottom: 5.5rem;
  }
}
.generic-page-styling { /* Consistent top and bottom padding for the content container */
  }
.generic-page-styling .wp-block-image,
.generic-page-styling .wp-caption{
  margin-top: 2rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 575px){
  .generic-page-styling .wp-block-image,
.generic-page-styling .wp-caption{
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
  }
}
/* Target specific WordPress image sizes */
.generic-page-styling .size-thumbnail img { /* 150x150 by default */ height: 8rem; width: 32%; -o-object-fit: cover; object-fit: cover;
}
.generic-page-styling .size-medium img { /* 300x300 by default */ height: 24rem; width: 100%; max-width: 36rem; -o-object-fit: cover; object-fit: cover;
}
.generic-page-styling .size-medium_large img { /* 768px wide */ height: 16rem; width: 100%; max-width: 42rem; -o-object-fit: cover; object-fit: cover;
}
.generic-page-styling .size-medium_large img.contain-image {
  height: auto;
}
.generic-page-styling .size-large img { /* 1024px wide by default */ height: 20rem; width: 100%; max-width: 49rem; -o-object-fit: cover; object-fit: cover;
}
.generic-page-styling .size-full img { /* Original size */ height: 24rem; width: 100%; max-width: 49rem; -o-object-fit: cover; object-fit: cover;
}
.generic-page-styling .size-full img.contain-image {
  height: auto;
}
.generic-page-styling .size-contain img { /* Custom contain size */ height: auto; width: 100%; max-width: 50rem; -o-object-fit: contain; object-fit: contain;
}
/* Additional utility classes for different contain sizes */
/* Remove top margin from first element, remove bottom margin from last element */
.generic-page-styling > *:first-child{
  margin-top: 0px; /* No top margin on first element */
}
.generic-page-styling > *:last-child{
  margin-bottom: 0px; /* No bottom margin on last element */
}
/* Special handling for first elements of different types */
.generic-page-styling > h1:first-child,
  .generic-page-styling > h2:first-child,
  .generic-page-styling > h3:first-child,
  .generic-page-styling > h4:first-child,
  .generic-page-styling > h5:first-child,
  .generic-page-styling > h6:first-child{
  margin-top: 0px;
  padding-top: 0px; /* Remove top margin and padding from first headings */
}
.generic-page-styling > p:first-child,
  .generic-page-styling > div:first-child,
  .generic-page-styling > ul:first-child,
  .generic-page-styling > ol:first-child,
  .generic-page-styling > blockquote:first-child{
  margin-top: 0px; /* Remove top margin from first content elements */
}
/* Base spacing for all content elements - applies to both pages and posts */
.generic-page-styling > * + *{
  margin-top: 1.75rem; /* 1.6rem gap between all adjacent elements */
}
/* Override with smaller spacing for specific combinations */
.generic-page-styling h2 + p,
  .generic-page-styling h3 + p,
  .generic-page-styling h4 + p{
  margin-top: 1rem; /* Smaller gap after headings */
}
/* Even smaller gap after h5 specifically */
.generic-page-styling h5 + p{
  margin-top: 0.5rem; /* Very small gap after h5 headings */
}
.generic-page-styling p + h5,
  .generic-page-styling p + h2,
  .generic-page-styling p + h3,
  .generic-page-styling p + h4{
  margin-top: 2.75rem;
}
@media (min-width: 575px){
  .generic-page-styling p + h5,
  .generic-page-styling p + h2,
  .generic-page-styling p + h3,
  .generic-page-styling p + h4{
    margin-top: 3.45rem;
  }
}
.generic-page-styling p + h5,
  .generic-page-styling p + h2,
  .generic-page-styling p + h3,
  .generic-page-styling p + h4 { /* Larger gap before headings after paragraphs */
  }
.generic-page-styling ul + h5,
   .generic-page-styling ul + h2,
  .generic-page-styling ul + h3,
  .generic-page-styling ul + h4{
  margin-top: 2.75rem;
}
@media (min-width: 575px){
  .generic-page-styling ul + h5,
   .generic-page-styling ul + h2,
  .generic-page-styling ul + h3,
  .generic-page-styling ul + h4{
    margin-top: 3.45rem;
  }
}
.generic-page-styling ul + h5,
   .generic-page-styling ul + h2,
  .generic-page-styling ul + h3,
  .generic-page-styling ul + h4 { /* Larger gap before headings after paragraphs */
  }
.generic-page-styling p + h5,
    .generic-page-styling ul + h5{
  margin-top: 2.75rem;
}
@media (min-width: 575px){
  .generic-page-styling p + h5,
    .generic-page-styling ul + h5{
    margin-top: 3.45rem;
  }
}
.generic-page-styling p + h5,
    .generic-page-styling ul + h5 { /* Larger gap before headings after paragraphs */
  }
.page-content p + ul,
  .page-content p + ol,
  .post-content p + ul,
  .post-content p + ol{
  margin-top: 2rem; /* Smaller gap from paragraph to list */ margin-bottom: 2.25rem; /* Smaller gap from paragraph to list */
}
.page-content li + li,
  .post-content li + li{
  margin-top: 0.25rem; /* Small gap between list items */
}
/* Individual element styling */
.page-content p,
  .post-content p{
  margin-bottom: 0px;
  max-width: 42rem;
  font-size: 16.8px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-content h2,
  .post-content h2{
  margin-bottom: 0px;
  max-width: 42rem;
  font-family: Uncut Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-content h3,
  .post-content h3{
  margin-bottom: 0px;
  max-width: 42rem;
  font-family: Uncut Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Default Link Styling - only applies to post content */
.post-content a{
  font-family: Uncut Sans, sans-serif;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.post-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Page content links keep basic styling */
.page-content a{
  font-family: Uncut Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.page-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.page-content ul,
  .post-content ul{
  margin-bottom: 0px;
  max-width: 42rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.page-content ul li,
  .post-content ul li{
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Hand-drawn separator styling for general content */
.page-content hr,
  .post-content hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 2.5rem;
  max-width: 42rem;
  border-style: none;
  background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='24' viewBox='0 0 400 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12c10.5-1.2 21.3 0.8 32 0.2 15.7-0.9 31.2-2.1 47 0.1 18.1 2.5 36.8-1.3 55-0.8 22.4 0.6 44.2 1.8 66.5 0.3 19.8-1.3 39.1-0.7 59 0.4 25.3 1.4 50.8-0.9 76 0.2 14.2 0.6 28.1 1.1 42.5-0.4 8.7-0.9 17.2-0.3 26 0.2' stroke='%23666666' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
/* WordPress block separator for general content */
.page-content .wp-block-separator,
  .post-content .wp-block-separator{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 2.5rem;
  border-style: none;
  background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='24' viewBox='0 0 400 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12c10.5-1.2 21.3 0.8 32 0.2 15.7-0.9 31.2-2.1 47 0.1 18.1 2.5 36.8-1.3 55-0.8 22.4 0.6 44.2 1.8 66.5 0.3 19.8-1.3 39.1-0.7 59 0.4 25.3 1.4 50.8-0.9 76 0.2 14.2 0.6 28.1 1.1 42.5-0.4 8.7-0.9 17.2-0.3 26 0.2' stroke='%23666666' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.page-content img,
  .post-content img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 25rem;
  max-width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
    /* Ensure high quality rendering on all devices */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
/* Mobile-specific image quality improvements - BEFORE SVG overrides */
@media (max-width: 768px) {
    .page-content img,
    .post-content img{
    height: 20rem; /* Slightly shorter on mobile for better proportions */
      image-rendering: auto; /* Better quality on mobile */
      backface-visibility: hidden;
  }
  }
/* Single image styling for page content */
.page-content img:only-child,
  .page-content .wp-block-image img,
  .page-content figure img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 32rem;
  max-width: 53rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Alternative SVG class-based targeting with higher specificity */
.page-content .svg-image,
  .post-content .svg-image,
  .page-content img.svg,
  .post-content img.svg {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    image-rendering: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-height: none !important;
    min-height: auto !important;
  }
/* SVG container class-based targeting */
.page-content .svg-container,
  .post-content .svg-container,
  .page-content .wp-block-image.svg-container,
  .post-content .wp-block-image.svg-container,
  .page-content figure.svg-container,
  .post-content figure.svg-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-height: none !important;
    min-height: auto !important;
  }
.page-content img + p,
   .post-content img + p{
  margin-top: 1rem; /* Smaller gap from paragraph to list */
}
.page-content .alignleft img,
  .post-content .alignleft img{
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 20rem;
}
.page-content .alignright img,
  .post-content .alignright img{
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  max-width: 20rem;
}
.page-content .aligncenter img,
  .post-content .aligncenter img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 42rem;
}
.page-content .alignfull img,
  .post-content .alignfull img{
  width: 100%;
  max-width: none;
}
/* Image Captions */
/* =====================================================
     GENERIC PAGE SPECIFIC STYLING - DIRECT CHILDREN ONLY
     ===================================================== */
/* Course content container styling */
.generic-page-styling {
    max-width: 71rem;
  }
/* Generic Page Paragraphs - Direct children only */
.generic-page-styling > p{
  margin-bottom: 1.5rem;
  max-width: 48rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .generic-page-styling > p{
    font-size: 17px;
  }
}
@media (min-width: 575px){
  .generic-page-styling > p{
    font-size: 18.5px;
  }
}
@media (min-width: 1450px){
  .generic-page-styling > p{
    font-size: 18.5px;
  }
}
/* Generic Page Paragraphs - Direct children only */
.course-page-styling > p{
  max-width: 100%;
}
@media (min-width: 1450px){
  .course-page-styling > p{
    max-width: 48rem;
  }
}
/* Generic Page Headings - Direct children only */
.generic-page-styling > h1{
  margin-bottom: 2rem;
  margin-top: 3rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.generic-page-styling > h2{
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.generic-page-styling > h3{
  margin-bottom: 1rem;
  margin-top: 2rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .generic-page-styling > h3{
    font-size: 2.1rem;
  }
}
.generic-page-styling > h4{
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .generic-page-styling > h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.generic-page-styling > h5{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.generic-page-styling > h6{
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  max-width: 64rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Generic Page Lists - Direct children only */
.generic-page-styling > ul{
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  max-width: 48rem;
  list-style-type: disc;
}
.generic-page-styling > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.generic-page-styling > ul{
  padding-left: 2rem;
}
@media (min-width: 575px){
  .generic-page-styling > ul{
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
.generic-page-styling > ol{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  max-width: 48rem;
  list-style-type: decimal;
}
.generic-page-styling > ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.generic-page-styling > ol{
  padding-left: 2rem;
}
.generic-page-styling > ul li,
  .generic-page-styling > ol li{
  font-size: 16px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
@media (min-width: 575px){
  .generic-page-styling > ul li,
  .generic-page-styling > ol li{
    font-size: 17.5px;
  }
}
/* Nested lists within generic page styling */
.generic-page-styling > ul ul,
  .generic-page-styling > ol ol,
  .generic-page-styling > ul ol,
  .generic-page-styling > ol ul{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  margin-left: 1rem;
}
.generic-page-styling > ul ul > :not([hidden]) ~ :not([hidden]),
  .generic-page-styling > ol ol > :not([hidden]) ~ :not([hidden]),
  .generic-page-styling > ul ol > :not([hidden]) ~ :not([hidden]),
  .generic-page-styling > ol ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.recent-posts-block{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 575px){
  .recent-posts-block{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
/* Ensure block elements inside generic-page-styling don't inherit generic styles */
.generic-page-styling .recent-posts-block h2,
  .generic-page-styling .recent-posts-block h3,
  .generic-page-styling .recent-posts-block h4{
  margin-bottom: 0.5rem;
  margin-top: 0px;
  max-width: 90%;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.generic-page-styling .recent-posts-block .recent-posts-view-all a{
  margin-bottom: 0.5rem;
  margin-top: 0px;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .generic-page-styling .recent-posts-block .recent-posts-view-all a{
    font-size: 1.55rem;
  }
}
.recent-posts-block .post-thumbnail img {
      height: 48rem;
    }
@media (min-width: 1085px){
  .recent-posts-block{
    max-width: 94%;
  }
}
.recent-posts-view-all{
  margin-top: 1.5rem; /* Clean margin-top without conflicts */
}
.generic-page-styling p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.generic-page-styling p a:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.generic-page-styling hr{
  margin-top: 2.85rem;
  margin-bottom: 2.85rem;
}
@media (min-width: 450px){
  .generic-page-styling hr{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }
}
/* Remove top margin from elements that come after hr */
.generic-page-styling hr + *{
  margin-top: 0px;
}
/* Remove bottom margin from elements that come before hr */
.generic-page-styling *:has(+ hr){
  margin-bottom: 0px;
}
/* =====================================================
     COURSE POST SPECIFIC STYLING
     ===================================================== */
/* Course content container styling */
/* Course Paragraphs */
.course-content p{
  margin-bottom: 1.5rem;
  max-width: 42rem;
  font-size: 17px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
/* Course Headings */
.course-content h1{
  margin-bottom: 2rem;
  margin-top: 3rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.course-content h2{
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.course-content h3{
  margin-bottom: 1rem;
  margin-top: 2rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.course-content h4{
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.course-content h5{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.course-content h6{
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  max-width: 56rem;
  font-family: Rethink Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Course Lists */
.course-content ul{
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  max-width: 47rem;
  list-style-type: disc;
}
.course-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.course-content ul{
  padding-left: 2rem;
}
.course-content ol{
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  max-width: 47rem;
  list-style-type: decimal;
}
.course-content ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.course-content ol{
  padding-left: 2rem;
}
.course-content ul li,
  .course-content ol li{
  font-size: 17px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.course-content ul ul,
  .course-content ol ol,
  .course-content ul ol,
  .course-content ol ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
/* Course Links */
.course-content a{
  font-family: Lato, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  text-decoration-line: underline;
  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;
}
.course-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Course Images */
.course-content img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Course Images - Responsive sizing */
@media (max-width: 768px) {
    .course-content img{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  }
/* Course Blockquotes */
.course-content blockquote{
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 56rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Lato, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.course-content blockquote p{
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
/* Course Code blocks */
.course-content code{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.course-content pre{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 56rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.course-content pre code{
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Course Tables */
.course-content table{
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 56rem;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.course-content th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-family: Lato, system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.course-content td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Lato, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
/* Course Horizontal Rules */
.course-content hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 2.5rem;
  max-width: 56rem;
  border-style: none;
  background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='24' viewBox='0 0 400 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12c10.5-1.2 21.3 0.8 32 0.2 15.7-0.9 31.2-2.1 47 0.1 18.1 2.5 36.8-1.3 55-0.8 22.4 0.6 44.2 1.8 66.5 0.3 19.8-1.3 39.1-0.7 59 0.4 25.3 1.4 50.8-0.9 76 0.2 14.2 0.6 28.1 1.1 42.5-0.4 8.7-0.9 17.2-0.3 26 0.2' stroke='%23666666' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.course-content .wp-block-gallery{
  height: 30rem;
}
.generic-page-styling .wp-block-gallery{
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  max-width: 100%;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 575px){
  .generic-page-styling .wp-block-gallery{
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
    max-width: 94%;
    flex-direction: row;
  }
}
.generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image{
  height: 300px;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 450px){
  .generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image{
    padding-right: 1.25rem;
  }
}
@media (min-width: 575px){
  .generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image{
    height: 325px;
    padding-bottom: 0px;
  }
}
@media (min-width: 640px){
  .generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image{
    padding-right: 1.75rem;
  }
}
.generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image {
  /* Override WordPress default calc() width - full width below 400px */

}
/* At rlys breakpoint (400px) and above, use WordPress default calc() width */
@media (min-width: 575px) {
  .generic-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
  }
}
/* Course Strong/Bold */
.course-content strong,
  .course-content b{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Course Emphasis/Italic */
.course-content em,
  .course-content i{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
/* Course Small text */
.course-content small{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
/* Course content spacing adjustments */
.course-content > * + *{
  margin-top: 1.5rem;
}
.course-content h1 + p,
  .course-content h2 + p,
  .course-content h3 + p,
  .course-content h4 + p,
  .course-content h5 + p,
  .course-content h6 + p{
  margin-top: 1rem;
}
/* WordPress specific course content classes */
.course-content .wp-block-quote{
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 56rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.course-content .wp-block-separator{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 2.5rem;
  border-style: none;
  background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='24' viewBox='0 0 400 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12c10.5-1.2 21.3 0.8 32 0.2 15.7-0.9 31.2-2.1 47 0.1 18.1 2.5 36.8-1.3 55-0.8 22.4 0.6 44.2 1.8 66.5 0.3 19.8-1.3 39.1-0.7 59 0.4 25.3 1.4 50.8-0.9 76 0.2 14.2 0.6 28.1 1.1 42.5-0.4 8.7-0.9 17.2-0.3 26 0.2' stroke='%23666666' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-size: contain;
}
/* End Course Post Specific Styling */
.page-content .wp-caption-text,
  .page-content figcaption,
  .page-content .image-caption,
  .post-content .wp-caption-text,
  .post-content figcaption,
  .post-content .image-caption{
  margin-bottom: 1.5rem;
  max-width: 36rem;
  padding-top: 5px;
  padding-right: 2.5rem;
  font-family: Uncut Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
  font-style: italic;
  line-height: 1.625;
}
@media (min-width: 640px){
  .page-content .wp-caption-text,
  .page-content figcaption,
  .page-content .image-caption,
  .post-content .wp-caption-text,
  .post-content figcaption,
  .post-content .image-caption{
    padding-right: 0px;
  }
}
.generic-page-styling .wp-caption-text,
  .generic-page-styling figcaption,
  .generic-page-styling .image-caption,
  .generic-page-styling .wp-caption-text,
  .generic-page-styling figcaption,
  .generic-page-styling .image-caption{
  margin-bottom: -0.5rem;
  padding-top: 5px;
  padding-right: 2.5rem;
  font-family: Uncut Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
  font-style: italic;
  line-height: 1.625;
}
@media (min-width: 640px){
  .generic-page-styling .wp-caption-text,
  .generic-page-styling figcaption,
  .generic-page-styling .image-caption,
  .generic-page-styling .wp-caption-text,
  .generic-page-styling figcaption,
  .generic-page-styling .image-caption{
    padding-right: 0px;
  }
}
/* Content spacing after caption containers */
.page-content .wp-caption + *,
  .page-content figure + *,
  .post-content .wp-caption + *,
  .post-content figure + *{
  margin-top: 2rem; /* Custom spacing after caption containers */
}
.page-content .wp-caption + p,
  .page-content figure + p,
  .post-content .wp-caption + p,
  .post-content figure + p{
  margin-top: 2rem; /* Smaller gap for paragraphs after captions */
}
.page-content .wp-caption + h2,
  .page-content figure + h2,
  .page-content .wp-caption + h3,
  .page-content figure + h3,
  .post-content .wp-caption + h2,
  .post-content figure + h2,
  .post-content .wp-caption + h3,
  .post-content figure + h3{
  margin-top: 2.5rem; /* Extra space before headings after captions */
}
.page-content figure,
  .post-content figure{
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-content .wp-caption,
  .post-content .wp-caption{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 36rem;
}
/* WordPress Button/Link Styling - matches header nav style */
.page-content .wp-block-button .wp-block-button__link,
  .page-content .button,
  .page-content .btn,
  .post-content .wp-block-button .wp-block-button__link,
  .post-content .button,
  .post-content .btn{
  margin-bottom: 1.5rem;
  display: inline-block;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.page-content .wp-block-button .wp-block-button__link:hover,
  .page-content .button:hover,
  .page-content .btn:hover,
  .post-content .wp-block-button .wp-block-button__link:hover,
  .post-content .button:hover,
  .post-content .btn:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.page-content .wp-block-button .wp-block-button__link::after,
  .page-content .button::after,
  .page-content .btn::after,
  .post-content .wp-block-button .wp-block-button__link::after,
  .post-content .button::after,
  .post-content .btn::after {
    content: '→';
    margin-left: 0.5rem;
    display: inline-block;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.page-content .wp-block-button:hover .wp-block-button__link::after,
  .page-content .button:hover::after,
  .page-content .btn:hover::after,
  .post-content .wp-block-button:hover .wp-block-button__link::after,
  .post-content .button:hover::after,
  .post-content .btn:hover::after{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.generic-page-styling .wp-block-button__link{
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: 150ms;
}
.generic-page-styling .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.generic-page-styling .wp-block-button__link::after { 
    content: '→'; 
    margin-left: 0.5rem; 
    display: inline-block; 
    transition-property: transform; 
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
    transition-duration: 200ms;
  }
.generic-page-styling .wp-block-button:hover .wp-block-button__link::after{
  --tw-translate-x: 0.25rem;
  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));
}
.page-content .wp-block-button:hover .wp-block-button__link::after,
  .page-content .button:hover::after,
  .page-content .btn:hover::after,
  .post-content .wp-block-button:hover .wp-block-button__link::after,
  .post-content .button:hover::after,
  .post-content .btn:hover::after{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-content .wp-block-button__link,
  .post-content .wp-block-button__link{
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: 150ms;
}
.page-content .wp-block-button__link:hover,
  .post-content .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.page-content .wp-block-button__link .wp-element-button,
  .post-content .wp-block-button__link .wp-element-button{
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: 150ms;
}
.page-content .wp-block-button__link .wp-element-button:hover,
  .post-content .wp-block-button__link .wp-element-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.page-content .wp-block-button,
  .post-content .wp-block-button{
  margin-top: 0.5rem;
}
/* WordPress Media & Text Block Styling */
.page-content .wp-block-media-text,
  .post-content .wp-block-media-text{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}
@media (min-width: 575px){
  .page-content .wp-block-media-text,
  .post-content .wp-block-media-text{
    flex-direction: row;
  }
}
.page-content .wp-block-media-text,
  .post-content .wp-block-media-text {
    align-items: flex-start !important; /* Override WordPress default align-self: center */
  }
.page-content .wp-block-media-text .wp-block-media-text__media,
  .post-content .wp-block-media-text .wp-block-media-text__media{
  flex-shrink: 0;
    align-self: flex-start !important; /* Force top alignment */
}
.page-content .wp-block-media-text .wp-block-media-text__media img,
  .post-content .wp-block-media-text .wp-block-media-text__media img{
  margin-top: 0px;
  margin-bottom: 0px;
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 575px){
  .page-content .wp-block-media-text .wp-block-media-text__media img,
  .post-content .wp-block-media-text .wp-block-media-text__media img{
    height: 8rem;
    width: 32%;
  }
}
.page-content .wp-block-media-text .wp-block-media-text__content,
  .post-content .wp-block-media-text .wp-block-media-text__content{
  margin-top: 0px;
  flex: 1 1 0%;
    align-self: flex-start !important; /* Force top alignment for content too */
    padding: 0 !important; /* Remove WordPress default 8% padding */
}
.page-content .wp-block-media-text .wp-block-media-text__content p,
  .post-content .wp-block-media-text .wp-block-media-text__content p{
  margin-top: 0px;
  font-family: Uncut Sans, sans-serif;
  font-size: 14.4px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Lists inside media text blocks */
.page-content .wp-block-media-text .wp-block-media-text__content ul,
  .page-content .wp-block-media-text .wp-block-media-text__content ol,
  .post-content .wp-block-media-text .wp-block-media-text__content ul,
  .post-content .wp-block-media-text .wp-block-media-text__content ol{
  margin-top: 1rem;
  margin-bottom: 0px;
  max-width: none;
  list-style-type: disc;
  padding-left: 1rem;
}
.page-content .wp-block-media-text .wp-block-media-text__content ul li,
  .page-content .wp-block-media-text .wp-block-media-text__content ol li,
  .post-content .wp-block-media-text .wp-block-media-text__content ul li,
  .post-content .wp-block-media-text .wp-block-media-text__content ol li{
  margin-bottom: 0.25rem;
  font-family: Uncut Sans, sans-serif;
  font-size: 14.4px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Remove extra spacing between list items in media blocks */
.page-content .wp-block-media-text .wp-block-media-text__content li + li,
  .post-content .wp-block-media-text .wp-block-media-text__content li + li{
  margin-top: 0.25rem;
}
/* Alternative sizes for media text blocks */
.page-content .wp-block-media-text.is-style-small .wp-block-media-text__media img,
  .post-content .wp-block-media-text.is-style-small .wp-block-media-text__media img{
  height: 4rem;
  width: 4rem;
}
.page-content .wp-block-media-text.is-style-large .wp-block-media-text__media img,
  .post-content .wp-block-media-text.is-style-large .wp-block-media-text__media img{
  height: 8rem;
  width: 32%;
}
/* Custom Emoji Styling for Post Titles */
.post-title-with-emoji {
    /* Ensure emojis render properly with fallback fonts */
    font-family: "Uncut Sans", -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
    font-variant-emoji: emoji;
    text-rendering: optimizeQuality;
  }
/* Manual class for posts with emojis - add this to specific posts */
/* Better emoji rendering and spacing */
h1 .post-title-with-emoji{
  letter-spacing: 0em;
    word-spacing: 0.1em;
}
/* Responsive adjustments */
@media (max-width: 640px) {
    .post-title-with-emoji {
      word-spacing: 0.05em;
    }
  }
/* Style author attribution in blockquotes - Multiple approaches */
/* Method 1: Target common author classes and citation elements */
.post-content blockquote .author,
  .post-content blockquote .attribution,
  .post-content blockquote .cite-author,
  blockquote .author,
  blockquote .attribution,
  blockquote .cite-author,
  .wp-block-quote .author,
  .wp-block-quote .attribution,
  .wp-block-quote .cite-author{
  margin-top: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
/* Citation elements with dash prefix */
.post-content blockquote cite,
  .post-content blockquote footer,
  blockquote cite,
  blockquote footer,
  .wp-block-quote cite{
  margin-top: 1rem;
  display: block;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.post-content blockquote cite::before,
  .post-content blockquote footer::before,
  blockquote cite::before,
  blockquote footer::before,
  .wp-block-quote cite::before {
    content: '— ';
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
/* Method 2: Target last paragraph when it has right alignment (manual styling) */
.post-content blockquote p:last-child,
  .post-content blockquote p:last-child,
  blockquote p:last-child,
  blockquote p:last-child,
  .wp-block-quote p:last-child,
  .wp-block-quote p:last-child{
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Method 3: Target any paragraph with common author indicators */
.post-content blockquote p[style*="text-align: right"]:contains("—"),
  .post-content blockquote p:last-child:contains("—"),
  blockquote p[style*="text-align: right"]:contains("—"),
  blockquote p:last-child:contains("—"){
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.generic-page-styling .wp-block-quote .wp-block-pullquote{
  margin-top: 2rem;
  margin-bottom: 2.25rem;
  max-width: 49rem;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}
@media (min-width: 575px){
  .generic-page-styling .wp-block-quote .wp-block-pullquote{
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    text-align: center;
  }
}
/* Reduce bottom margin of pullquote when followed by paragraph */
@media (min-width: 575px){
  .generic-page-styling .wp-block-pullquote:has(+ p){
    margin-bottom: 2.75rem !important;
  }
  .generic-page-styling .wp-block-quote:has(+ p) .wp-block-pullquote{
    margin-bottom: 2.75rem !important;
  }
}
/* Increase top margin when pullquote comes after an image */
.generic-page-styling .wp-block-image + .wp-block-quote .wp-block-pullquote,
  .generic-page-styling .wp-block-image + .wp-block-pullquote{
  margin-top: 4rem;
}
/* Reduce top margin for consecutive pullquotes (pullquote after pullquote) */
.generic-page-styling .wp-block-quote .wp-block-pullquote + .wp-block-quote .wp-block-pullquote,
  .generic-page-styling .wp-block-pullquote + .wp-block-quote .wp-block-pullquote,
  .generic-page-styling .wp-block-quote .wp-block-pullquote + .wp-block-pullquote,
  .generic-page-styling .wp-block-pullquote + .wp-block-pullquote{
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
/* Reduce bottom margin of first pullquote when followed by another pullquote */
.generic-page-styling .wp-block-quote .wp-block-pullquote:has(+ .wp-block-quote .wp-block-pullquote),
  .generic-page-styling .wp-block-pullquote:has(+ .wp-block-quote .wp-block-pullquote),
  .generic-page-styling .wp-block-quote .wp-block-pullquote:has(+ .wp-block-pullquote),
  .generic-page-styling .wp-block-pullquote:has(+ .wp-block-pullquote){
  margin-bottom: 2.5rem;
}
.generic-page-styling .wp-block-quote .wp-block-pullquote p{
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.generic-page-styling .wp-block-quote .wp-block-pullquote p::before {
      display: inline-block;
    content: open-quote;
    padding-right: 4px;
  }
.generic-page-styling .wp-block-quote .wp-block-pullquote p::after {
      display: inline-block;
    content: close-quote;
    padding-left: 4px;
  }
.generic-page-styling .wp-block-quote .wp-block-pullquote cite{
  margin-top: 0.9375rem;
  display: inline-block;
  border-top-width: 1px;
  border-color: currentColor;
  padding-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.download-file-wrapper{
  margin-bottom: 3.25rem;
  max-width: 48rem;
}
/* Reduce top margin for download file wrapper when it comes after a paragraph */
.generic-page-styling p + .download-file-wrapper{
  margin-top: 1rem;
}
/* Reduce bottom margin of paragraph when followed by download file wrapper */
.generic-page-styling p:has(+ .download-file-wrapper){
  margin-bottom: 1rem;
}
/* Customize HR when it comes after download file wrapper */
.generic-page-styling .download-file-wrapper + hr{
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  height: 1px;
  max-width: 48rem;
  border-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  background-color: transparent;
}
/* Clean WordPress Blockquote Styling */
.generic-page-styling blockquote,
  .generic-page-styling .wp-block-quote{
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: none;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
/* Quote text styling - clean and simple */
.generic-page-styling blockquote p,
  .generic-page-styling .wp-block-quote p{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (min-width: 575px){
  .generic-page-styling blockquote p,
  .generic-page-styling .wp-block-quote p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .generic-page-styling blockquote p,
  .generic-page-styling .wp-block-quote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.generic-page-styling blockquote p,
  .generic-page-styling .wp-block-quote p {
    font-family: inherit;
  }
/* Last paragraph in blockquote */
.generic-page-styling blockquote p:last-child,
  .generic-page-styling .wp-block-quote p:last-child{
  margin-bottom: 0px;
}
/* Citation styling - clean and understated */
.generic-page-styling blockquote cite,
  .generic-page-styling blockquote footer,
  .generic-page-styling .wp-block-quote cite,
  .generic-page-styling .wp-block-quote footer{
  margin-top: 1rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
    font-family: inherit;
}
/* Remove citation prefix dash */
.generic-page-styling blockquote cite::before,
  .generic-page-styling blockquote footer::before,
  .generic-page-styling .wp-block-quote cite::before,
  .generic-page-styling .wp-block-quote footer::before {
    content: none;
  }
/* Logo Block Styling - Custom CSS class for logos */
.page-content .logo-image img,
  .post-content .logo-image img,
  .page-content .logo-image > img,
  .post-content .logo-image > img,
  .page-content figure.logo-image img,
  .post-content figure.logo-image img,
  .page-content .wp-block-image.logo-image img,
  .post-content .wp-block-image.logo-image img{
  max-width: 20rem;
  border-radius: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    /* Override regular image styling for logos */
    max-height: 120px !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important; /* Remove image margins, let container handle positioning */
    width: auto !important; /* Let image use its natural width */
    max-width: 205px !important; /* Set a reasonable max width */
    min-width: auto !important; /* Remove any min-width constraints */
}
/* Logo containers - force left alignment on figure/container level */
.page-content .logo-image,
  .post-content .logo-image,
  .page-content figure.logo-image,
  .post-content figure.logo-image,
  .page-content .wp-block-image.logo-image,
  .post-content .wp-block-image.logo-image {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    /* Override WordPress default centering */
    justify-self: flex-start !important;
    align-self: flex-start !important;
  }
/* Logo size variations */
.page-content .logo-small img,
  .post-content .logo-small img,
  .page-content figure.logo-small img,
  .post-content figure.logo-small img,
  .page-content .wp-block-image.logo-small img,
  .post-content .wp-block-image.logo-small img{
  max-width: 150px;
    max-height: 80px !important;
}
.page-content .logo-medium img,
  .post-content .logo-medium img,
  .page-content figure.logo-medium img,
  .post-content figure.logo-medium img,
  .page-content .wp-block-image.logo-medium img,
  .post-content .wp-block-image.logo-medium img{
  max-width: 250px;
    max-height: 120px !important;
}
.page-content .logo-large img,
  .post-content .logo-large img,
  .page-content figure.logo-large img,
  .post-content figure.logo-large img,
  .page-content .wp-block-image.logo-large img,
  .post-content .wp-block-image.logo-large img{
  max-width: 350px;
    max-height: 180px !important;
}
/* Logo alignment options - apply to container */
.page-content .logo-left,
  .post-content .logo-left,
  .page-content figure.logo-left,
  .post-content figure.logo-left,
  .page-content .wp-block-image.logo-left,
  .post-content .wp-block-image.logo-left{
  text-align: left;
}
.page-content .logo-center,
  .post-content .logo-center,
  .page-content figure.logo-center,
  .post-content figure.logo-center,
  .page-content .wp-block-image.logo-center,
  .post-content .wp-block-image.logo-center{
  text-align: center;
}
.page-content .logo-right,
  .post-content .logo-right,
  .page-content figure.logo-right,
  .post-content figure.logo-right,
  .page-content .wp-block-image.logo-right,
  .post-content .wp-block-image.logo-right{
  text-align: right;
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-left-\[2px\]{
  left: -2px;
}
.-top-10{
  top: -2.5rem;
}
.-top-28{
  top: -7rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-\[15px\]{
  top: -15px;
}
.-top-\[2px\]{
  top: -2px;
}
.-top-\[6px\]{
  top: -6px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[4px\]{
  bottom: 4px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[-8px\]{
  right: -8px;
}
.right-\[16px\]{
  right: 16px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-4{
  top: 1rem;
}
.top-\[-5px\]{
  top: -5px;
}
.top-\[-8px\]{
  top: -8px;
}
.top-\[2px\]{
  top: 2px;
}
.top-\[8px\]{
  top: 8px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.float-right{
  float: right;
}
.float-none{
  float: none;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mb-12{
  margin-bottom: -3rem;
}
.-mb-20{
  margin-bottom: -5rem;
}
.-mb-28{
  margin-bottom: -7rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-\[11rem\]{
  margin-bottom: -11rem;
}
.-mb-\[14\.5rem\]{
  margin-bottom: -14.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[4\.5rem\]{
  margin-bottom: 4.5rem;
}
.mb-\[9px\]{
  margin-bottom: 9px;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[3px\]{
  margin-right: 3px;
}
.mr-\[9px\]{
  margin-right: 9px;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[3\.2rem\]{
  margin-top: 3.2rem;
}
.mt-\[3\.45rem\]{
  margin-top: 3.45rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[2\/1\.25\]{
  aspect-ratio: 2/1.25;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}
.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-128{
  height: 32rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[12rem\]{
  height: 12rem;
}
.h-\[13rem\]{
  height: 13rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[15rem\]{
  height: 15rem;
}
.h-\[16rem\]{
  height: 16rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[19rem\]{
  height: 19rem;
}
.h-\[2\.3rem\]{
  height: 2.3rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20rem\]{
  height: 20rem;
}
.h-\[231px\]{
  height: 231px;
}
.h-\[237px\]{
  height: 237px;
}
.h-\[23rem\]{
  height: 23rem;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[370px\]{
  height: 370px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[503px\]{
  height: 503px;
}
.h-\[95px\]{
  height: 95px;
}
.h-\[auto\]{
  height: auto;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.min-h-16{
  min-height: 4rem;
}
.min-h-\[105px\]{
  min-height: 105px;
}
.min-h-\[109px\]{
  min-height: 109px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[1025px\]{
  width: 1025px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[2\.3rem\]{
  width: 2.3rem;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[345px\]{
  width: 345px;
}
.w-\[4\.1rem\]{
  width: 4.1rem;
}
.w-\[65px\]{
  width: 65px;
}
.w-\[84\%\]{
  width: 84%;
}
.w-\[88\%\]{
  width: 88%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1075px\]{
  max-width: 1075px;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[1175px\]{
  max-width: 1175px;
}
.max-w-\[1220px\]{
  max-width: 1220px;
}
.max-w-\[1325px\]{
  max-width: 1325px;
}
.max-w-\[1330px\]{
  max-width: 1330px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[1700px\]{
  max-width: 1700px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[44rem\]{
  max-width: 44rem;
}
.max-w-\[64ch\]{
  max-width: 64ch;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[927px\]{
  max-width: 927px;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[0_0_54\.5\%\]{
  flex: 0 0 54.5%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow-1{
  flex-grow: 1;
}
.basis-1\/6{
  flex-basis: 16.666667%;
}
.basis-5\/6{
  flex-basis: 83.333333%;
}
.origin-center{
  transform-origin: center;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[4deg\]{
  --tw-rotate: -4deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-1{
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-0\.5deg\]{
  --tw-rotate: -0.5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-0deg\]{
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-1deg\]{
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[0deg\]{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[1deg\]{
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[3deg\]{
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[4deg\]{
  --tw-rotate: 4deg;
  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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.scroll-mt-6{
  scroll-margin-top: 1.5rem;
}
.scroll-mt-8{
  scroll-margin-top: 2rem;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[auto_auto_auto\]{
  grid-template-columns: auto auto auto;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-normal{
  justify-content: normal;
}
.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-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0\.8rem\]{
  gap: 0.8rem;
}
.gap-\[1\.25rem\]{
  gap: 1.25rem;
}
.gap-\[2rem\]{
  gap: 2rem;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-\[2px\]{
  row-gap: 2px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-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-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.border-\[\#dbdbdb\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#0149ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 73 255 / var(--tw-bg-opacity));
}
.bg-\[\#FCD865\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 216 101 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(251 208 77 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.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-\[70\%_center\]{
  -o-object-position: 70% center;
     object-position: 70% center;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-12{
  padding: 3rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0px\]{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2rem\]{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[17px\]{
  padding-bottom: 17px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-\[4\.5rem\]{
  padding-bottom: 4.5rem;
}
.pb-\[7\.75rem\]{
  padding-bottom: 7.75rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[2vw\]{
  padding-left: 2vw;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[3\.25rem\]{
  padding-top: 3.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-anton{
  font-family: Anton, sans-serif;
}
.font-inter{
  font-family: Inter, sans-serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-rethink{
  font-family: Rethink Sans, sans-serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sourcesans{
  font-family: Source Sans 3, sans-serif;
}
.font-uncut{
  font-family: Uncut Sans, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[0\.95rem\]{
  font-size: 0.95rem;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[1\.15rem\]{
  font-size: 1.15rem;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[1\.6rem\]{
  font-size: 1.6rem;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-\[1\.8rem\]{
  font-size: 1.8rem;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[11vw\]{
  font-size: 11vw;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[13vw\]{
  font-size: 13vw;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16\.5px\]{
  font-size: 16.5px;
}
.text-\[16\.8px\]{
  font-size: 16.8px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[2\.15rem\]{
  font-size: 2.15rem;
}
.text-\[2\.2rem\]{
  font-size: 2.2rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[41px\]{
  font-size: 41px;
}
.text-\[43px\]{
  font-size: 43px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[5\.6vw\]{
  font-size: 5.6vw;
}
.text-\[6vw\]{
  font-size: 6vw;
}
.text-\[7\.1vw\]{
  font-size: 7.1vw;
}
.text-\[7\.6vw\]{
  font-size: 7.6vw;
}
.text-\[9\.5vw\]{
  font-size: 9.5vw;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[1\.825\]{
  line-height: 1.825;
}
.leading-\[1\.95rem\]{
  line-height: 1.95rem;
}
.leading-\[135\%\]{
  line-height: 135%;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[55px\]{
  line-height: 55px;
}
.leading-\[78px\]{
  line-height: 78px;
}
.leading-\[98\%\]{
  line-height: 98%;
}
.leading-\[initial\]{
  line-height: initial;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.-tracking-\[0px\]{
  letter-spacing: -0px;
}
.tracking-\[-0\.015em\]{
  letter-spacing: -0.015em;
}
.tracking-\[-1\.5px\]{
  letter-spacing: -1.5px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#FF0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blacker{
  --tw-text-opacity: 1;
  color: rgb(3 2 2 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 208 77 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px 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);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.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);
}
.zoom-75{
  zoom: 0.75;
}
.zoom-85{
  zoom: 0.85;
}
.zoom-90{
  zoom: 0.9;
}
.zoom-100{
  zoom: 1;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Prevent iOS Safari text auto-zoom on orientation change/inputs */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/*
  Safari/iOS fallback for non-standard `zoom` utilities.
  iOS Safari doesn’t support CSS `zoom`, which we used via custom classes like `zoom-75`.
  Provide a graceful fallback using transform scale when `zoom` is unsupported.
  Note: transform scales the visual box but not layout metrics; this is a pragmatic fix
  for iOS to approximate the intended size. Consider refactoring long-term to avoid `zoom`.
*/
@supports not (zoom: 1) {
  .zoom-0 { transform: scale(0); transform-origin: top left; }
  .zoom-50 { transform: scale(0.5); transform-origin: top left; }
  .zoom-60 { transform: scale(0.6); transform-origin: top left; }
  .zoom-75 { transform: scale(0.75); transform-origin: top left; }
  .zoom-80 { transform: scale(0.8); transform-origin: top left; }
  .zoom-85 { transform: scale(0.85); transform-origin: top left; }
  .zoom-90 { transform: scale(0.9); transform-origin: top left; }
  .zoom-95 { transform: scale(0.95); transform-origin: top left; }
  .zoom-96 { transform: scale(0.96); transform-origin: top left; }
  .zoom-97 { transform: scale(0.97); transform-origin: top left; }
  .zoom-98 { transform: scale(0.98); transform-origin: top left; }
  .zoom-100 { transform: scale(1); transform-origin: top left; }
  .zoom-105 { transform: scale(1.05); transform-origin: top left; }
  .zoom-110 { transform: scale(1.1); transform-origin: top left; }
  .zoom-125 { transform: scale(1.25); transform-origin: top left; }
  .zoom-150 { transform: scale(1.5); transform-origin: top left; }
  .zoom-200 { transform: scale(2); transform-origin: top left; }
}

/* Anchor offset for smooth scrolling to account for fixed headers */
#get-involved {
  scroll-margin-top: 2rem;
}


.theatre-icon-after {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

/* Responsive adjustments for theatre icons */
@media (max-width: 768px) {
  .theatre-icon-after {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .theatre-icon-after {
    transform: scale(0.8) !important;
  }
}

/* 3D Tilt Animation */
.tilt-3d {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}

.tilt-3d:hover {
  transform: rotateX(10deg) rotateY(-10deg) rotateZ(-2deg) scale(1.05);
}

/* 3D Oscillating Animation */
@keyframes tilt-oscillate {
  0% {
    transform: perspective(1000px) rotateX(15deg) rotateY(-15deg) rotateZ(-2deg);
  }
  50% {
    transform: perspective(1000px) rotateX(15deg) rotateY(-5deg) rotateZ(-2deg);
  }
  100% {
    transform: perspective(1000px) rotateX(15deg) rotateY(-15deg) rotateZ(-2deg);
  }
}

.tilt-3d-animate {
  animation: tilt-oscillate 4s ease-in-out infinite;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.tilt-3d-animate:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

/* Page Icon 3D Tilt Animation */
.page-icon-3d {
  perspective: 1200px;
  transform-style: preserve-3d;
}

.icon-3d-tilt {
  transform-style: preserve-3d;
  transition: transform 0.6s ease-out;
  animation: icon-tilt-float 8s ease-in-out infinite;
}

@keyframes icon-tilt-float {
  0% {
    transform: perspective(1200px) rotateY(-15deg) rotateX(5deg) translateY(0px);
  }
  25% {
    transform: perspective(1200px) rotateY(-8deg) rotateX(3deg) translateY(-2px);
  }
  50% {
    transform: perspective(1200px) rotateY(15deg) rotateX(5deg) translateY(-4px);
  }
  75% {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg) translateY(-2px);
  }
  100% {
    transform: perspective(1200px) rotateY(-15deg) rotateX(5deg) translateY(0px);
  }
}

.icon-3d-tilt:hover {
  transform: perspective(1200px) rotateY(-25deg) rotateX(8deg) scale(1.1) translateY(-5px);
  animation-play-state: paused;
}

/* Theatre icon after element - clean version with responsive support */
.title-icon-after {
  position: relative;
  overflow: visible;
  
  /* CSS Custom Properties (Variables) for dynamic icon control */
  --icon-image: none;
  --icon-width: 0px;
  --icon-height: 0px;
  --icon-top: 0px;
  --icon-right: 0px;
  --icon-transform: rotate(0deg);
  
  /* Responsive variants */
  --icon-width-14: 0px;
  --icon-height-14: 0px;
  --icon-top-14: 0px;
  --icon-right-14: 0px;
  
  --icon-width-md: 0px;
  --icon-height-md: 0px;
  --icon-top-md: 0px;
  --icon-right-md: 0px;
  
  --icon-width-sm: 0px;
  --icon-height-sm: 0px;
  --icon-top-sm: 0px;
  --icon-right-sm: 0px;
}

.title-icon-after::after {
  content: '';
  display: block;
  width: var(--icon-width-sm);
  height: var(--icon-height-sm);
  background: var(--icon-image) no-repeat center / contain;
  position: absolute;
  top: var(--icon-top-sm);
  right: var(--icon-right-sm);
  transform: var(--icon-transform);
  pointer-events: none;
}

/* Mobile-first responsive approach (min-width) */
@media (min-width: 768px) {
  .title-icon-after::after {
    width: var(--icon-width-md);
    height: var(--icon-height-md);
    top: var(--icon-top-md);
    right: var(--icon-right-md);
  }
}

@media (min-width: 1450px) {
  .title-icon-after::after {
    width: var(--icon-width-14);
    height: var(--icon-height-14);
    top: var(--icon-top-14);
    right: var(--icon-right-14);
  }
}

@media (min-width: 1675px) {
  .title-icon-after::after {
    width: var(--icon-width);
    height: var(--icon-height);
    top: var(--icon-top);
    right: var(--icon-right);
  }
}

.theatre-icon-after {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

/* Responsive adjustments for theatre icons */
@media (max-width: 768px) {
  .theatre-icon-after {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .theatre-icon-after {
    transform: scale(0.8) !important;
  }
}

/* Arrow bounce animation */
@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

.arrow-bounce {
  animation: arrow-bounce 2s ease-in-out infinite;
}

/* Global site zoom for better layout on smaller screens */
@media (max-width: 2920px) {
  html {
    zoom: 0.95; /* 95% zoom */
  }
  
  /* Prevent white gaps from zoom rendering */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

@media (max-width: 1149px) {
  html {
    zoom: 0.92; /* 92% zoom for medium screens */
  }

    /* Prevent white gaps from zoom rendering */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  html {
    zoom: 0.93; /* Keep normal zoom on mobile */
  }
  /* Prevent white gaps from zoom rendering */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

/* Keyframe animations for emoji effects */
@keyframes subtle-glow {
  0%, 100% { 
    filter: brightness(1) contrast(1);
  }
  50% { 
    filter: brightness(1.05) contrast(1.02);
  }
}

/* WordPress Content Styling with @apply directives */

/* WordPress Font Size Overrides */
.has-small-font-size {
  font-size: 16.5px !important;

}

/* SVG-specific overrides OUTSIDE of @layer for maximum priority */
/* This will have higher specificity than @layer components */

/* Target SVG images directly */
.page-content img[src$=".svg"],
.post-content img[src$=".svg"],
.page-content img[src*=".svg"],
.post-content img[src*=".svg"] {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  image-rendering: auto !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: none !important;
  min-height: auto !important;
}

/* Target common container classes that wrap SVGs */
.contain-image {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

.wp-full.h-full {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

/* Override specific Tailwind height utilities */
.h-full.contain-image,
.h-screen.contain-image,
.h-96.contain-image,
.h-100.contain-image,
.h-64.contain-image {
  height: auto !important;
}

/* Mobile overrides */
@media (max-width: 768px) {
  .page-content img[src$=".svg"],
  .post-content img[src$=".svg"],
  .page-content img[src*=".svg"],
  .post-content img[src*=".svg"] {
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-height: none !important;
    min-height: auto !important;
  }
  
  .contain-image,
  .wp-full.h-full {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}


/* Option 5: Percentage based */
.blog-page .hero-section::before {
  height: 38% !important;
}

/* SVG Animated Wavy Line with stroke-dashoffset */
.wiggle-underline {
  position: relative;
  display: inline-block;
}

/* For the new SVG method */
.wiggle-underline-svg {
  position: relative;
  display: inline-block;
}

.wiggle-underline-svg .wavy-svg {
    position: relative;

  /*
      top: 3px;
    margin-bottom: 10px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 176px;
    height: 26px;
    overflow: visible;
    */
}

.wiggle-underline-svg .wavy-path {
  stroke: #000;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  animation: wave-undulate 12s ease-in-out infinite;
}

@keyframes wave-undulate {
  0% {
    d: path("M0,11 Q50,5 100,11 Q150,17 200,11 Q250,5 300,11 Q350,17 400,11");
  }
  25% {
    d: path("M0,11 Q50,17 100,11 Q150,5 200,11 Q250,17 300,11 Q350,5 400,11");
  }
  50% {
    d: path("M0,11 Q50,5 100,11 Q150,17 200,11 Q250,5 300,11 Q350,17 400,11");
  }
  75% {
    d: path("M0,11 Q50,17 100,11 Q150,5 200,11 Q250,17 300,11 Q350,5 400,11");
  }
  100% {
    d: path("M0,11 Q50,5 100,11 Q150,17 200,11 Q250,5 300,11 Q350,17 400,11");
  }
}

@keyframes dash-wave {
  to {
    stroke-dashoffset: 100;
  }
}

/* Keep the old static version as fallback */
.wiggle-underline::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='301' height='7' viewBox='0 0 301 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.89369C4.93733 2.58812 8.87465 3.11025 16.5914 3.06979C24.5204 3.02821 29.2619 1.98246 33.5496 1.41725C41.8157 0.327591 56.5765 1.62741 60.1931 2.41321C64.2133 3.2867 69.7207 4.06575 74.0083 4.71971C77.6659 5.27759 82.549 5.45983 86.9995 5.76527C92.2747 6.12732 105.502 6.07072 113.806 5.59428C119.558 5.26426 123.343 4.5931 128.114 4.2015C133.94 3.72338 142.073 2.93795 147.85 2.67819C158.059 2.21924 174.657 2.76043 178.609 3.19771C182.738 3.65461 187.485 3.89344 198.809 4.02528C206.263 4.11207 214.129 4.07097 218.081 3.67937C222.29 3.26228 226.622 2.93795 232.538 2.72127C244.624 2.27858 248.667 3.54362 252.619 4.19758C256.557 4.84927 261.495 5.19876 267.238 5.50421C280.58 5.37629 285.83 4.85416 291.257 4.33203C293.388 4.24327 296.645 4.24327 300 4.24327' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.wiggle-underline:hover::after {
  opacity: 1;
}

/* Responsive adjustments for wiggle underline */
@media (max-width: 768px) {
  .wiggle-underline::after {
    bottom: -6px;
    height: 7px;
    min-width: 80px;
  }
}

@media (min-width: 1024px) {
  .wiggle-underline::after {
        bottom: -24px;
        height: 8px;  
        min-width: 179px;
    }
}

.wp-block-details{
  max-width: 48rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

/* First details block gets top border */
.wp-block-details:first-of-type{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.wp-block-details{
  margin-top: 0px;
}



/* This creates consistent borders: top border on first, bottom border on all */

/* Override generic page styling for content inside details blocks */
.wp-block-details h1,
.wp-block-details h2,
.wp-block-details h3,
.wp-block-details h4,
.wp-block-details h5,
.wp-block-details h6{
  margin-bottom: 1rem;
  max-width: 64rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  margin-top: 1.5rem; /* Override generic page h + h spacing */
}

/* First heading in details shouldn't have top margin */
.wp-block-details h1:first-child,
.wp-block-details h2:first-child,
.wp-block-details h3:first-child,
.wp-block-details h4:first-child,
.wp-block-details h5:first-child,
.wp-block-details h6:first-child{
  margin-top: 0px;
}

/* Override generic page styling for paragraphs inside details */
.wp-block-details p{
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 450px){
  .wp-block-details p{
    font-size: 17px;
  }
}

.wp-block-details p:last-child{
  margin-bottom: 1.5rem;
}

/* Summary styling - this is the clickable part */
.wp-block-details summary{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  max-width: 64rem;
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .wp-block-details summary{
    font-size: 1.45rem;
  }
}

/* Override generic page styling spacing for content inside details blocks */
.generic-page-styling .wp-block-details > * + *{
  margin-top: 1rem; /* Smaller spacing than the default 1.75rem for better readability */
}

.generic-page-styling .wp-block-details h1,
.generic-page-styling .wp-block-details h2,
.generic-page-styling .wp-block-details h3,
.generic-page-styling .wp-block-details h4,
.generic-page-styling .wp-block-details h5,
.generic-page-styling .wp-block-details h6{
  margin-top: 2rem; /* Smaller spacing than the default 1.75rem for better readability */
}

.generic-page-styling .wp-block-details h1:first-of-type,
.generic-page-styling .wp-block-details h2:first-of-type,
.generic-page-styling .wp-block-details h3:first-of-type,
.generic-page-styling .wp-block-details h4:first-of-type,
.generic-page-styling .wp-block-details h5:first-of-type,
.generic-page-styling .wp-block-details h6:first-of-type{
  margin-top: 0.25rem; /* Smaller spacing than the default 1.75rem for better readability */
}

.wp-block-details > :first-child + *{
  margin-top: 0.25rem;
}

/* Add left padding to every element after the first in details blocks */
.wp-block-details > :nth-child(n+2){
  padding-left: 1.5rem;
}

summary::marker {
  margin-right: 5rem;
}

/* Custom Indented Text Block Styling */
/* Reset the WordPress-generated wrapper */
.wp-block-custom-indented-text{
  margin: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}


/* Main indented text block styling */
.indented-text-block{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 48rem;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 3rem;
}




.indented-text-block .wp-block-heading{
  margin-bottom: 1rem;
  margin-top: 2rem;
  max-width: 64rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.indented-text-block .wp-block-heading h3{
  margin-bottom: 1rem;
  max-width: 64rem;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.indented-text-block .wp-block-heading h4{
  margin-bottom: 1rem;
  max-width: 64rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.indented-text-block .wp-block-heading:first-child{
  margin-top: 0px;
}

/* Style ONLY direct children of indented text block - not nested */
.indented-text-block > p{
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 1.2;
}

.indented-text-block > p:last-child{
  margin-bottom: 0px;
}

/* Style headers ONLY as direct children */
.indented-text-container > h1,
.indented-text-container > h2,
.indented-text-container > h3,
.indented-text-container > h4,
.indented-text-container > h5,
.indented-text-container > h6{
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.indented-text-container > h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.indented-text-container > h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.indented-text-container > h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.indented-text-container > h4{
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Style lists ONLY as direct children */
.indented-text-container > ul,
.indented-text-container > ol{
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.indented-text-container > ul > li,
.indented-text-container > ol > li{
  margin-bottom: 0.5rem;
}

/* Style blockquotes ONLY as direct children */
.indented-text-container > blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}



  .course-page-styling .wp-block-gallery{
  margin-bottom: 2.5rem;
  max-width: 100%;
  flex-direction: row;
}

  .course-page-styling .wp-block-gallery .wp-block-image{
  height: 22rem;
}

.course-page-styling .wp-block-image img{
  height: 22rem;
  max-width: 48rem;
}

.course-page-styling .wp-block-gallery.has-nested-images figure.wp-block-image{
  padding-right: 0.5rem;
}


  .postpage-styling > *:last-child {
    margin-bottom: 2rem !important; /* Force mb-8 (2rem) on last child, overriding any existing margin */
  }

 
.postpage-styling > * + * {
    margin-top: 1.15rem;
}


@media (max-width: 767px) {
  .postpage-styling .wp-block-gallery {
    margin-bottom: 1.15rem;
    max-width: 100%;
    flex-direction: row;
  }
.postpage-styling hr {
    margin-top: 2.2rem;
    margin-bottom: 2.35rem;
}
}

.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:transition-transform::before{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-150::before{
  content: var(--tw-content);
  transition-duration: 150ms;
}

.before\:content-\[\'\2190\'\]::before{
  --tw-content: '←';
  content: var(--tw-content);
}

.after\:ml-2::after{
  content: var(--tw-content);
  margin-left: 0.5rem;
}

.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-150::after{
  content: var(--tw-content);
  transition-duration: 150ms;
}

.after\:content-\[\'\2192\'\]::after{
  --tw-content: '→';
  content: var(--tw-content);
}

.first\:pt-0:first-child{
  padding-top: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rotate-\[-1deg\]:hover{
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rotate-\[0deg\]:hover{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rotate-\[1deg\]:hover{
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:transition-colors:hover{
  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;
}

.hover\:before\:-translate-x-2:hover::before{
  content: var(--tw-content);
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:translate-x-2:hover::after{
  content: var(--tw-content);
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  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\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  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\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-1{
  --tw-translate-y: 0.25rem;
  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\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:stroke-blue-700{
  stroke: #1d4ed8;
}

.group:hover .group-hover\:stroke-red-600{
  stroke: #dc2626;
}

.group:hover .group-hover\:text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.peer:checked ~ .peer-checked\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

@media (min-width: 370px){
  .xtrs\:w-\[290px\]{
    width: 290px;
  }
  .xtrs\:zoom-80{
    zoom: 0.8;
  }
}

@media (min-width: 400px){
  .rlys\:-mb-\[12\.5rem\]{
    margin-bottom: -12.5rem;
  }
  .rlys\:mb-10{
    margin-bottom: 2.5rem;
  }
  .rlys\:mb-6{
    margin-bottom: 1.5rem;
  }
  .rlys\:mb-8{
    margin-bottom: 2rem;
  }
  .rlys\:ml-12{
    margin-left: 3rem;
  }
  .rlys\:mr-5{
    margin-right: 1.25rem;
  }
  .rlys\:h-\[101px\]{
    height: 101px;
  }
  .rlys\:h-\[205px\]{
    height: 205px;
  }
  .rlys\:h-\[560px\]{
    height: 560px;
  }
  .rlys\:h-\[auto\]{
    height: auto;
  }
  .rlys\:min-h-\[89px\]{
    min-height: 89px;
  }
  .rlys\:w-\[180px\]{
    width: 180px;
  }
  .rlys\:w-\[320px\]{
    width: 320px;
  }
  .rlys\:w-\[392px\]{
    width: 392px;
  }
  .rlys\:gap-y-1{
    row-gap: 0.25rem;
  }
  .rlys\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .rlys\:pl-12{
    padding-left: 3rem;
  }
  .rlys\:pr-10{
    padding-right: 2.5rem;
  }
  .rlys\:pr-12{
    padding-right: 3rem;
  }
  .rlys\:pr-5{
    padding-right: 1.25rem;
  }
  .rlys\:pt-3{
    padding-top: 0.75rem;
  }
  .rlys\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .rlys\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .rlys\:text-\[1\.65rem\]{
    font-size: 1.65rem;
  }
  .rlys\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }
  .rlys\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .rlys\:text-\[2rem\]{
    font-size: 2rem;
  }
  .rlys\:text-\[3\.65rem\]{
    font-size: 3.65rem;
  }
  .rlys\:text-\[44px\]{
    font-size: 44px;
  }
  .rlys\:text-\[48px\]{
    font-size: 48px;
  }
  .rlys\:text-\[5\.3vw\]{
    font-size: 5.3vw;
  }
  .rlys\:text-\[9vw\]{
    font-size: 9vw;
  }
  .rlys\:leading-\[22px\]{
    line-height: 22px;
  }
  .rlys\:leading-\[25px\]{
    line-height: 25px;
  }
  .rlys\:leading-\[41px\]{
    line-height: 41px;
  }
  .rlys\:leading-\[43px\]{
    line-height: 43px;
  }
  .rlys\:leading-\[inherit\]{
    line-height: inherit;
  }
  .rlys\:leading-normal{
    line-height: 1.5;
  }
  .rlys\:-tracking-\[0\.8px\]{
    letter-spacing: -0.8px;
  }
  .rlys\:underline-offset-\[6px\]{
    text-underline-offset: 6px;
  }
  .rlys\:zoom-80{
    zoom: 0.8;
  }
}

@media (min-width: 450px){
  .xxs\:-top-\[1\.4px\]{
    top: -1.4px;
  }
  .xxs\:left-5{
    left: 1.25rem;
  }
  .xxs\:-mb-20{
    margin-bottom: -5rem;
  }
  .xxs\:mb-12{
    margin-bottom: 3rem;
  }
  .xxs\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xxs\:mb-7{
    margin-bottom: 1.75rem;
  }
  .xxs\:mb-8{
    margin-bottom: 2rem;
  }
  .xxs\:ml-16{
    margin-left: 4rem;
  }
  .xxs\:mt-7{
    margin-top: 1.75rem;
  }
  .xxs\:block{
    display: block;
  }
  .xxs\:inline{
    display: inline;
  }
  .xxs\:hidden{
    display: none;
  }
  .xxs\:h-\[16rem\]{
    height: 16rem;
  }
  .xxs\:h-\[230px\]{
    height: 230px;
  }
  .xxs\:h-\[550px\]{
    height: 550px;
  }
  .xxs\:w-\[100\%\]{
    width: 100%;
  }
  .xxs\:w-\[345px\]{
    width: 345px;
  }
  .xxs\:w-\[80\%\]{
    width: 80%;
  }
  .xxs\:w-\[90\%\]{
    width: 90%;
  }
  .xxs\:w-\[90vw\]{
    width: 90vw;
  }
  .xxs\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .xxs\:flex-row{
    flex-direction: row;
  }
  .xxs\:flex-wrap{
    flex-wrap: wrap;
  }
  .xxs\:items-center{
    align-items: center;
  }
  .xxs\:gap-0{
    gap: 0px;
  }
  .xxs\:gap-12{
    gap: 3rem;
  }
  .xxs\:rounded-\[1\.3rem\]{
    border-radius: 1.3rem;
  }
  .xxs\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .xxs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xxs\:px-\[1\.75rem\]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xxs\:py-\[2\.1rem\]{
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  .xxs\:pb-1{
    padding-bottom: 0.25rem;
  }
  .xxs\:pb-\[8rem\]{
    padding-bottom: 8rem;
  }
  .xxs\:pl-16{
    padding-left: 4rem;
  }
  .xxs\:pr-14{
    padding-right: 3.5rem;
  }
  .xxs\:pr-16{
    padding-right: 4rem;
  }
  .xxs\:pr-20{
    padding-right: 5rem;
  }
  .xxs\:pr-6{
    padding-right: 1.5rem;
  }
  .xxs\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xxs\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }
  .xxs\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }
  .xxs\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }
  .xxs\:text-\[15px\]{
    font-size: 15px;
  }
  .xxs\:text-\[17px\]{
    font-size: 17px;
  }
  .xxs\:text-\[18px\]{
    font-size: 18px;
  }
  .xxs\:text-\[2\.15rem\]{
    font-size: 2.15rem;
  }
  .xxs\:text-\[4\.4vw\]{
    font-size: 4.4vw;
  }
  .xxs\:text-\[4\.9vw\]{
    font-size: 4.9vw;
  }
  .xxs\:text-\[44px\]{
    font-size: 44px;
  }
  .xxs\:text-\[45px\]{
    font-size: 45px;
  }
  .xxs\:text-\[7\.9vw\]{
    font-size: 7.9vw;
  }
  .xxs\:text-\[8\.3vw\]{
    font-size: 8.3vw;
  }
  .xxs\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xxs\:leading-\[2\.8vh\]{
    line-height: 2.8vh;
  }
  .xxs\:leading-\[39px\]{
    line-height: 39px;
  }
  .xxs\:leading-\[43px\]{
    line-height: 43px;
  }
  .xxs\:leading-\[50px\]{
    line-height: 50px;
  }
  .xxs\:leading-\[96\%\]{
    line-height: 96%;
  }
  .xxs\:-tracking-\[0\.3px\]{
    letter-spacing: -0.3px;
  }
  .xxs\:zoom-85{
    zoom: 0.85;
  }
  .xxs\:zoom-90{
    zoom: 0.9;
  }
}

@media (min-width: 525px){
  .xxl\:ml-20{
    margin-left: 5rem;
  }
  .xxl\:h-\[600px\]{
    height: 600px;
  }
  .xxl\:w-\[392px\]{
    width: 392px;
  }
  .xxl\:rotate-\[-1deg\]{
    --tw-rotate: -1deg;
    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));
  }
  .xxl\:rotate-\[0deg\]{
    --tw-rotate: 0deg;
    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));
  }
  .xxl\:gap-7{
    gap: 1.75rem;
  }
  .xxl\:gap-\[1\.5rem\]{
    gap: 1.5rem;
  }
  .xxl\:pl-20{
    padding-left: 5rem;
  }
  .xxl\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .xxl\:text-\[4\.3vw\]{
    font-size: 4.3vw;
  }
  .xxl\:text-\[4\.6vw\]{
    font-size: 4.6vw;
  }
  .xxl\:text-\[7\.7vw\]{
    font-size: 7.7vw;
  }
  .xxl\:text-\[8\.2vw\]{
    font-size: 8.2vw;
  }
  .xxl\:leading-\[25px\]{
    line-height: 25px;
  }
  .xxl\:leading-\[3vh\]{
    line-height: 3vh;
  }
  .xxl\:leading-\[96\%\]{
    line-height: 96%;
  }
  .xxl\:zoom-90{
    zoom: 0.9;
  }
}

@media (min-width: 575px){
  .xs\:left-9{
    left: 2.25rem;
  }
  .xs\:-mb-5{
    margin-bottom: -1.25rem;
  }
  .xs\:mb-0{
    margin-bottom: 0px;
  }
  .xs\:mb-1{
    margin-bottom: 0.25rem;
  }
  .xs\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xs\:mb-12{
    margin-bottom: 3rem;
  }
  .xs\:mb-14{
    margin-bottom: 3.5rem;
  }
  .xs\:mb-16{
    margin-bottom: 4rem;
  }
  .xs\:mb-2{
    margin-bottom: 0.5rem;
  }
  .xs\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xs\:mb-7{
    margin-bottom: 1.75rem;
  }
  .xs\:mb-8{
    margin-bottom: 2rem;
  }
  .xs\:ml-10{
    margin-left: 2.5rem;
  }
  .xs\:ml-6{
    margin-left: 1.5rem;
  }
  .xs\:ml-8{
    margin-left: 2rem;
  }
  .xs\:mr-3{
    margin-right: 0.75rem;
  }
  .xs\:mr-4{
    margin-right: 1rem;
  }
  .xs\:mr-6{
    margin-right: 1.5rem;
  }
  .xs\:mr-\[7px\]{
    margin-right: 7px;
  }
  .xs\:mt-0{
    margin-top: 0px;
  }
  .xs\:mt-10{
    margin-top: 2.5rem;
  }
  .xs\:mt-12{
    margin-top: 3rem;
  }
  .xs\:mt-14{
    margin-top: 3.5rem;
  }
  .xs\:mt-8{
    margin-top: 2rem;
  }
  .xs\:inline-block{
    display: inline-block;
  }
  .xs\:flex{
    display: flex;
  }
  .xs\:h-\[410px\]{
    height: 410px;
  }
  .xs\:h-\[418px\]{
    height: 418px;
  }
  .xs\:h-\[600px\]{
    height: 600px;
  }
  .xs\:w-85{
    width: 85%;
  }
  .xs\:w-\[75vw\]{
    width: 75vw;
  }
  .xs\:w-\[80\%\]{
    width: 80%;
  }
  .xs\:w-\[85px\]{
    width: 85px;
  }
  .xs\:w-\[90\%\]{
    width: 90%;
  }
  .xs\:w-auto{
    width: auto;
  }
  .xs\:min-w-\[320px\]{
    min-width: 320px;
  }
  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:items-center{
    align-items: center;
  }
  .xs\:justify-between{
    justify-content: space-between;
  }
  .xs\:gap-0{
    gap: 0px;
  }
  .xs\:gap-6{
    gap: 1.5rem;
  }
  .xs\:gap-y-2{
    row-gap: 0.5rem;
  }
  .xs\:gap-y-7{
    row-gap: 1.75rem;
  }
  .xs\:p-8{
    padding: 2rem;
  }
  .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xs\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xs\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xs\:pb-5{
    padding-bottom: 1.25rem;
  }
  .xs\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xs\:pb-8{
    padding-bottom: 2rem;
  }
  .xs\:pb-9{
    padding-bottom: 2.25rem;
  }
  .xs\:pb-\[8\.5rem\]{
    padding-bottom: 8.5rem;
  }
  .xs\:pl-6{
    padding-left: 1.5rem;
  }
  .xs\:pr-12{
    padding-right: 3rem;
  }
  .xs\:pr-16{
    padding-right: 4rem;
  }
  .xs\:pr-24{
    padding-right: 6rem;
  }
  .xs\:pr-28{
    padding-right: 7rem;
  }
  .xs\:pr-8{
    padding-right: 2rem;
  }
  .xs\:pr-9{
    padding-right: 2.25rem;
  }
  .xs\:pt-10{
    padding-top: 2.5rem;
  }
  .xs\:pt-3{
    padding-top: 0.75rem;
  }
  .xs\:pt-4{
    padding-top: 1rem;
  }
  .xs\:pt-8{
    padding-top: 2rem;
  }
  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xs\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xs\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }
  .xs\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }
  .xs\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .xs\:text-\[1\.85rem\]{
    font-size: 1.85rem;
  }
  .xs\:text-\[16px\]{
    font-size: 16px;
  }
  .xs\:text-\[18\.5px\]{
    font-size: 18.5px;
  }
  .xs\:text-\[2\.25rem\]{
    font-size: 2.25rem;
  }
  .xs\:text-\[3\.8vw\]{
    font-size: 3.8vw;
  }
  .xs\:text-\[4\.2vw\]{
    font-size: 4.2vw;
  }
  .xs\:text-\[46px\]{
    font-size: 46px;
  }
  .xs\:text-\[48px\]{
    font-size: 48px;
  }
  .xs\:text-\[50px\]{
    font-size: 50px;
  }
  .xs\:text-\[6\.75vw\]{
    font-size: 6.75vw;
  }
  .xs\:text-\[60px\]{
    font-size: 60px;
  }
  .xs\:text-\[6vw\]{
    font-size: 6vw;
  }
  .xs\:text-\[7\.5vw\]{
    font-size: 7.5vw;
  }
  .xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xs\:leading-\[3\.5vh\]{
    line-height: 3.5vh;
  }
  .xs\:leading-\[45px\]{
    line-height: 45px;
  }
  .xs\:leading-\[46px\]{
    line-height: 46px;
  }
  .xs\:leading-\[60px\]{
    line-height: 60px;
  }
  .xs\:leading-\[62px\]{
    line-height: 62px;
  }
  .xs\:zoom-95{
    zoom: 0.95;
  }
}

@media (min-width: 640px){
  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mb-\[3rem\]{
    margin-bottom: 3rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-14{
    margin-top: 3.5rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-7{
    margin-top: 1.75rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mt-9{
    margin-top: 2.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:h-4{
    height: 1rem;
  }
  .sm\:h-\[375px\]{
    height: 375px;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:h-\[575px\]{
    height: 575px;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-\[68vw\]{
    width: 68vw;
  }
  .sm\:w-\[83\%\]{
    width: 83%;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-0{
    gap: 0px;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-7{
    gap: 1.75rem;
  }
  .sm\:gap-y-2{
    row-gap: 0.5rem;
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }
  .sm\:text-\[16\.8px\]{
    font-size: 16.8px;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[19px\]{
    font-size: 19px;
  }
  .sm\:text-\[2\.2rem\]{
    font-size: 2.2rem;
  }
  .sm\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .sm\:text-\[65px\]{
    font-size: 65px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-7{
    line-height: 1.75rem;
  }
  .sm\:leading-\[52px\]{
    line-height: 52px;
  }
  .sm\:leading-\[65px\]{
    line-height: 65px;
  }
  .sm\:leading-\[68px\]{
    line-height: 68px;
  }
  .sm\:leading-\[96\%\]{
    line-height: 96%;
  }
  .sm\:zoom-95{
    zoom: 0.95;
  }
}

@media (min-width: 768px){
  .md\:-top-\[0px\]{
    top: -0px;
  }
  .md\:-top-\[10px\]{
    top: -10px;
  }
  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:-mb-\[12rem\]{
    margin-bottom: -12rem;
  }
  .md\:-mt-3{
    margin-top: -0.75rem;
  }
  .md\:mb-1{
    margin-bottom: 0.25rem;
  }
  .md\:mb-11{
    margin-bottom: 2.75rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }
  .md\:ml-16{
    margin-left: 4rem;
  }
  .md\:ml-24{
    margin-left: 6rem;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-16{
    margin-right: 4rem;
  }
  .md\:mr-3{
    margin-right: 0.75rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mr-\[9px\]{
    margin-right: 9px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[5rem\]{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-\[260px\]{
    height: 260px;
  }
  .md\:h-\[26rem\]{
    height: 26rem;
  }
  .md\:h-\[27rem\]{
    height: 27rem;
  }
  .md\:h-\[28rem\]{
    height: 28rem;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[585px\]{
    height: 585px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-\[28rem\]{
    width: 28rem;
  }
  .md\:w-\[57vw\]{
    width: 57vw;
  }
  .md\:w-\[69\%\]{
    width: 69%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-\[93\%\]{
    width: 93%;
  }
  .md\:min-w-\[360px\]{
    min-width: 360px;
  }
  .md\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .md\:max-w-\[26ch\]{
    max-width: 26ch;
  }
  .md\:max-w-\[48rem\]{
    max-width: 48rem;
  }
  .md\:max-w-\[53rem\]{
    max-width: 53rem;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:basis-\[33\%\]{
    flex-basis: 33%;
  }
  .md\:basis-\[67\%\]{
    flex-basis: 67%;
  }
  .md\:rotate-\[-1deg\]{
    --tw-rotate: -1deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:rotate-\[-2deg\]{
    --tw-rotate: -2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:rotate-\[0deg\]{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:rotate-\[2deg\]{
    --tw-rotate: 2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-y-12{
    row-gap: 3rem;
  }
  .md\:border-l-2{
    border-left-width: 2px;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:pb-11{
    padding-bottom: 2.75rem;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pl-24{
    padding-left: 6rem;
  }
  .md\:pl-3{
    padding-left: 0.75rem;
  }
  .md\:pl-9{
    padding-left: 2.25rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-11{
    padding-right: 2.75rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pr-24{
    padding-right: 6rem;
  }
  .md\:pr-28{
    padding-right: 7rem;
  }
  .md\:pr-32{
    padding-right: 8rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-\[1\.15rem\]{
    font-size: 1.15rem;
  }
  .md\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .md\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .md\:text-\[1\.9rem\]{
    font-size: 1.9rem;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[2\.1rem\]{
    font-size: 2.1rem;
  }
  .md\:text-\[2\.75vw\]{
    font-size: 2.75vw;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[23px\]{
    font-size: 23px;
  }
  .md\:text-\[3\.3vw\]{
    font-size: 3.3vw;
  }
  .md\:text-\[3\.5vw\]{
    font-size: 3.5vw;
  }
  .md\:text-\[3\.64vw\]{
    font-size: 3.64vw;
  }
  .md\:text-\[3\.75vw\]{
    font-size: 3.75vw;
  }
  .md\:text-\[4\.75vw\]{
    font-size: 4.75vw;
  }
  .md\:text-\[4\.9rem\]{
    font-size: 4.9rem;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-\[54px\]{
    font-size: 54px;
  }
  .md\:text-\[6\.4vw\]{
    font-size: 6.4vw;
  }
  .md\:text-\[61px\]{
    font-size: 61px;
  }
  .md\:text-\[7\.15vw\]{
    font-size: 7.15vw;
  }
  .md\:text-\[77px\]{
    font-size: 77px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[105\%\]{
    line-height: 105%;
  }
  .md\:leading-\[25px\]{
    line-height: 25px;
  }
  .md\:leading-\[27px\]{
    line-height: 27px;
  }
  .md\:leading-\[50px\]{
    line-height: 50px;
  }
  .md\:leading-\[52px\]{
    line-height: 52px;
  }
  .md\:leading-\[60px\]{
    line-height: 60px;
  }
  .md\:leading-\[81px\]{
    line-height: 81px;
  }
  .md\:tracking-normal{
    letter-spacing: 0em;
  }
  .md\:underline{
    text-decoration-line: underline;
  }
  .md\:underline-offset-2{
    text-underline-offset: 2px;
  }
}

@media (min-width: 876px){
  .mmd\:mb-5{
    margin-bottom: 1.25rem;
  }
  .mmd\:mb-6{
    margin-bottom: 1.5rem;
  }
  .mmd\:mb-\[1\.15rem\]{
    margin-bottom: 1.15rem;
  }
  .mmd\:mb-\[1\.35rem\]{
    margin-bottom: 1.35rem;
  }
  .mmd\:mr-0{
    margin-right: 0px;
  }
  .mmd\:mt-0{
    margin-top: 0px;
  }
  .mmd\:inline-block{
    display: inline-block;
  }
  .mmd\:aspect-\[4\/5\]{
    aspect-ratio: 4/5;
  }
  .mmd\:aspect-auto{
    aspect-ratio: auto;
  }
  .mmd\:h-10{
    height: 2.5rem;
  }
  .mmd\:h-\[450px\]{
    height: 450px;
  }
  .mmd\:h-\[490px\]{
    height: 490px;
  }
  .mmd\:h-auto{
    height: auto;
  }
  .mmd\:min-h-\[4\.5rem\]{
    min-height: 4.5rem;
  }
  .mmd\:w-75{
    width: 75%;
  }
  .mmd\:w-8{
    width: 2rem;
  }
  .mmd\:w-full{
    width: 100%;
  }
  .mmd\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .mmd\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mmd\:gap-2{
    gap: 0.5rem;
  }
  .mmd\:gap-y-0{
    row-gap: 0px;
  }
  .mmd\:gap-y-4{
    row-gap: 1rem;
  }
  .mmd\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }
  .mmd\:pb-12{
    padding-bottom: 3rem;
  }
  .mmd\:pb-36{
    padding-bottom: 9rem;
  }
  .mmd\:pb-6{
    padding-bottom: 1.5rem;
  }
  .mmd\:pb-\[2px\]{
    padding-bottom: 2px;
  }
  .mmd\:pl-6{
    padding-left: 1.5rem;
  }
  .mmd\:pr-3{
    padding-right: 0.75rem;
  }
  .mmd\:pt-0{
    padding-top: 0px;
  }
  .mmd\:pt-10{
    padding-top: 2.5rem;
  }
  .mmd\:pt-3{
    padding-top: 0.75rem;
  }
  .mmd\:pt-5{
    padding-top: 1.25rem;
  }
  .mmd\:text-\[2\.2rem\]{
    font-size: 2.2rem;
  }
  .mmd\:text-\[2\.4rem\]{
    font-size: 2.4rem;
  }
  .mmd\:text-\[3\.5vw\]{
    font-size: 3.5vw;
  }
  .mmd\:text-\[3vw\]{
    font-size: 3vw;
  }
  .mmd\:text-\[4\.4vw\]{
    font-size: 4.4vw;
  }
  .mmd\:text-\[4\.9rem\]{
    font-size: 4.9rem;
  }
  .mmd\:text-\[4vw\]{
    font-size: 4vw;
  }
  .mmd\:text-\[5vw\]{
    font-size: 5vw;
  }
  .mmd\:text-\[6\.2vw\]{
    font-size: 6.2vw;
  }
  .mmd\:text-\[6\.4vw\]{
    font-size: 6.4vw;
  }
  .mmd\:text-\[7\.4vw\]{
    font-size: 7.4vw;
  }
  .mmd\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .mmd\:leading-\[105\%\]{
    line-height: 105%;
  }
  .mmd\:leading-\[48px\]{
    line-height: 48px;
  }
  .mmd\:leading-\[55px\]{
    line-height: 55px;
  }
  .mmd\:leading-\[74px\]{
    line-height: 74px;
  }
}

@media (min-width: 975px){
  .\30 9\:mr-7{
    margin-right: 1.75rem;
  }
  .\30 9\:mt-16{
    margin-top: 4rem;
  }
  .\30 9\:block{
    display: block;
  }
  .\30 9\:h-\[525px\]{
    height: 525px;
  }
  .\30 9\:w-\[34rem\]{
    width: 34rem;
  }
  .\30 9\:w-\[800px\]{
    width: 800px;
  }
  .\30 9\:pr-0{
    padding-right: 0px;
  }
  .\30 9\:pr-8{
    padding-right: 2rem;
  }
}

@media (min-width: 1085px){
  .lg\:-right-\[48px\]{
    right: -48px;
  }
  .lg\:-top-\[1\.4px\]{
    top: -1.4px;
  }
  .lg\:-top-\[55px\]{
    top: -55px;
  }
  .lg\:bottom-8{
    bottom: 2rem;
  }
  .lg\:bottom-\[-61px\]{
    bottom: -61px;
  }
  .lg\:left-\[54px\]{
    left: 54px;
  }
  .lg\:left-\[5px\]{
    left: 5px;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:top-\[14px\]{
    top: 14px;
  }
  .lg\:top-\[94px\]{
    top: 94px;
  }
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:-mt-8{
    margin-top: -2rem;
  }
  .lg\:-mt-\[0\.7rem\]{
    margin-top: -0.7rem;
  }
  .lg\:-mt-\[198px\]{
    margin-top: -198px;
  }
  .lg\:-mt-\[267px\]{
    margin-top: -267px;
  }
  .lg\:-mt-\[531px\]{
    margin-top: -531px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-\[2rem\]{
    margin-bottom: 2rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-2{
    margin-left: 0.5rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-11{
    margin-top: 2.75rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-\[-15px\]{
    margin-top: -15px;
  }
  .lg\:mt-\[1rem\]{
    margin-top: 1rem;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-\[101px\]{
    height: 101px;
  }
  .lg\:h-\[15\.5rem\]{
    height: 15.5rem;
  }
  .lg\:h-\[215px\]{
    height: 215px;
  }
  .lg\:h-\[25rem\]{
    height: 25rem;
  }
  .lg\:h-\[32rem\]{
    height: 32rem;
  }
  .lg\:h-\[432px\]{
    height: 432px;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[550px\]{
    height: 550px;
  }
  .lg\:h-\[auto\]{
    height: auto;
  }
  .lg\:min-h-\[64px\]{
    min-height: 64px;
  }
  .lg\:min-h-\[89px\]{
    min-height: 89px;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/12{
    width: 16.666667%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-\[-webkit-fill-available\]{
    width: -webkit-fill-available;
  }
  .lg\:w-\[1040px\]{
    width: 1040px;
  }
  .lg\:w-\[105px\]{
    width: 105px;
  }
  .lg\:w-\[152px\]{
    width: 152px;
  }
  .lg\:w-\[29\%\]{
    width: 29%;
  }
  .lg\:w-\[329px\]{
    width: 329px;
  }
  .lg\:w-\[373px\]{
    width: 373px;
  }
  .lg\:w-\[43\%\]{
    width: 43%;
  }
  .lg\:w-\[48rem\]{
    width: 48rem;
  }
  .lg\:w-\[52px\]{
    width: 52px;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-\[850px\]{
    width: 850px;
  }
  .lg\:w-\[87px\]{
    width: 87px;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-\[95\%\]{
    width: 95%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[62\%\]{
    min-width: 62%;
  }
  .lg\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .lg\:max-w-\[1210px\]{
    max-width: 1210px;
  }
  .lg\:max-w-\[1305px\]{
    max-width: 1305px;
  }
  .lg\:max-w-\[68\%\]{
    max-width: 68%;
  }
  .lg\:max-w-\[95\%\]{
    max-width: 95%;
  }
  .lg\:max-w-\[950px\]{
    max-width: 950px;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:rotate-\[-2deg\]{
    --tw-rotate: -2deg;
    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));
  }
  .lg\:rotate-\[0deg\]{
    --tw-rotate: 0deg;
    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));
  }
  .lg\:rotate-\[22deg\]{
    --tw-rotate: 22deg;
    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));
  }
  .lg\:rotate-\[2deg\]{
    --tw-rotate: 2deg;
    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));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[56\%_40\%\]{
    grid-template-columns: 56% 40%;
  }
  .lg\:grid-cols-\[61\%_25\%\]{
    grid-template-columns: 61% 25%;
  }
  .lg\:grid-cols-\[74\%_16\%\]{
    grid-template-columns: 74% 16%;
  }
  .lg\:grid-cols-\[76\%_16\%\]{
    grid-template-columns: 76% 16%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-9{
    gap: 2.25rem;
  }
  .lg\:gap-\[1\.4rem\]{
    gap: 1.4rem;
  }
  .lg\:gap-\[2\%\]{
    gap: 2%;
  }
  .lg\:gap-\[2\.5rem\]{
    gap: 2.5rem;
  }
  .lg\:gap-\[6rem\]{
    gap: 6rem;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:gap-y-12{
    row-gap: 3rem;
  }
  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }
  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-\[13px\]{
    padding-bottom: 13px;
  }
  .lg\:pb-\[17px\]{
    padding-bottom: 17px;
  }
  .lg\:pb-\[4px\]{
    padding-bottom: 4px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-1{
    padding-right: 0.25rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-44{
    padding-right: 11rem;
  }
  .lg\:pr-5{
    padding-right: 1.25rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }
  .lg\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .lg\:text-\[1\.55rem\]{
    font-size: 1.55rem;
  }
  .lg\:text-\[15\.5px\]{
    font-size: 15.5px;
  }
  .lg\:text-\[17\.8px\]{
    font-size: 17.8px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[2\.375rem\]{
    font-size: 2.375rem;
  }
  .lg\:text-\[2\.575rem\]{
    font-size: 2.575rem;
  }
  .lg\:text-\[2\.73vw\]{
    font-size: 2.73vw;
  }
  .lg\:text-\[3vw\]{
    font-size: 3vw;
  }
  .lg\:text-\[4\.4vw\]{
    font-size: 4.4vw;
  }
  .lg\:text-\[4rem\]{
    font-size: 4rem;
  }
  .lg\:text-\[5\.425vw\]{
    font-size: 5.425vw;
  }
  .lg\:text-\[53px\]{
    font-size: 53px;
  }
  .lg\:text-\[57px\]{
    font-size: 57px;
  }
  .lg\:text-\[5vw\]{
    font-size: 5vw;
  }
  .lg\:text-\[62px\]{
    font-size: 62px;
  }
  .lg\:text-\[67px\]{
    font-size: 67px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[22px\]{
    line-height: 22px;
  }
  .lg\:leading-\[27px\]{
    line-height: 27px;
  }
  .lg\:leading-\[46px\]{
    line-height: 46px;
  }
  .lg\:leading-\[53px\]{
    line-height: 53px;
  }
  .lg\:leading-\[56px\]{
    line-height: 56px;
  }
  .lg\:leading-\[65px\]{
    line-height: 65px;
  }
  .lg\:leading-\[69px\]{
    line-height: 69px;
  }
  .lg\:leading-normal{
    line-height: 1.5;
  }
  .lg\:zoom-97{
    zoom: 0.97;
  }
}

@media (min-width: 1150px){
  .\31 2\:bottom-\[-39px\]{
    bottom: -39px;
  }
  .\31 2\:left-\[74px\]{
    left: 74px;
  }
  .\31 2\:top-0{
    top: 0px;
  }
  .\31 2\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .\31 2\:mb-0{
    margin-bottom: 0px;
  }
  .\31 2\:mb-5{
    margin-bottom: 1.25rem;
  }
  .\31 2\:mb-8{
    margin-bottom: 2rem;
  }
  .\31 2\:ml-0{
    margin-left: 0px;
  }
  .\31 2\:block{
    display: block;
  }
  .\31 2\:h-\[450px\]{
    height: 450px;
  }
  .\31 2\:w-2\/12{
    width: 16.666667%;
  }
  .\31 2\:w-3\/12{
    width: 25%;
  }
  .\31 2\:w-7\/12{
    width: 58.333333%;
  }
  .\31 2\:w-\[110px\]{
    width: 110px;
  }
  .\31 2\:w-\[150px\]{
    width: 150px;
  }
  .\31 2\:w-\[373px\]{
    width: 373px;
  }
  .\31 2\:w-\[auto\]{
    width: auto;
  }
  .\31 2\:w-auto{
    width: auto;
  }
  .\31 2\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .\31 2\:max-w-4xl{
    max-width: 56rem;
  }
  .\31 2\:max-w-5xl{
    max-width: 64rem;
  }
  .\31 2\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .\31 2\:rotate-\[19deg\]{
    --tw-rotate: 19deg;
    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));
  }
  .\31 2\:grid-cols-\[56\%_36\%\]{
    grid-template-columns: 56% 36%;
  }
  .\31 2\:grid-cols-\[61\%_25\%\]{
    grid-template-columns: 61% 25%;
  }
  .\31 2\:grid-cols-\[73\%_16\%\]{
    grid-template-columns: 73% 16%;
  }
  .\31 2\:flex-row{
    flex-direction: row;
  }
  .\31 2\:gap-6{
    gap: 1.5rem;
  }
  .\31 2\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }
  .\31 2\:pr-20{
    padding-right: 5rem;
  }
  .\31 2\:pr-24{
    padding-right: 6rem;
  }
  .\31 2\:pr-36{
    padding-right: 9rem;
  }
  .\31 2\:pt-0{
    padding-top: 0px;
  }
  .\31 2\:pt-3{
    padding-top: 0.75rem;
  }
  .\31 2\:pt-8{
    padding-top: 2rem;
  }
  .\31 2\:text-\[2\.7vw\]{
    font-size: 2.7vw;
  }
  .\31 2\:text-\[4\.4rem\]{
    font-size: 4.4rem;
  }
  .\31 2\:text-\[5\.25vw\]{
    font-size: 5.25vw;
  }
  .\31 2\:text-\[53px\]{
    font-size: 53px;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-\[-20px\]{
    bottom: -20px;
  }
  .xl\:left-\[50px\]{
    left: 50px;
  }
  .xl\:-mt-\[0rem\]{
    margin-top: -0rem;
  }
  .xl\:-mt-\[1\.2rem\]{
    margin-top: -1.2rem;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }
  .xl\:mb-16{
    margin-bottom: 4rem;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:ml-20{
    margin-left: 5rem;
  }
  .xl\:mr-20{
    margin-right: 5rem;
  }
  .xl\:mr-24{
    margin-right: 6rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:h-28{
    height: 7rem;
  }
  .xl\:h-\[220px\]{
    height: 220px;
  }
  .xl\:h-\[490px\]{
    height: 490px;
  }
  .xl\:h-\[512px\]{
    height: 512px;
  }
  .xl\:h-\[545px\]{
    height: 545px;
  }
  .xl\:h-\[600px\]{
    height: 600px;
  }
  .xl\:h-\[98px\]{
    height: 98px;
  }
  .xl\:h-\[auto\]{
    height: auto;
  }
  .xl\:min-h-\[94px\]{
    min-height: 94px;
  }
  .xl\:w-\[117px\]{
    width: 117px;
  }
  .xl\:w-\[150px\]{
    width: 150px;
  }
  .xl\:w-\[391px\]{
    width: 391px;
  }
  .xl\:w-\[auto\]{
    width: auto;
  }
  .xl\:max-w-\[1150px\]{
    max-width: 1150px;
  }
  .xl\:max-w-\[1235px\]{
    max-width: 1235px;
  }
  .xl\:max-w-\[990px\]{
    max-width: 990px;
  }
  .xl\:basis-36{
    flex-basis: 39%;
  }
  .xl\:basis-64{
    flex-basis: 61%;
  }
  .xl\:rotate-\[16deg\]{
    --tw-rotate: 16deg;
    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));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[55\%_36\%\]{
    grid-template-columns: 55% 36%;
  }
  .xl\:grid-cols-\[60\%_27\%\]{
    grid-template-columns: 60% 27%;
  }
  .xl\:grid-cols-\[74\%_16\%\]{
    grid-template-columns: 74% 16%;
  }
  .xl\:grid-cols-\[77\%_16\%\]{
    grid-template-columns: 77% 16%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-14{
    gap: 3.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-\[5\.5rem\]{
    gap: 5.5rem;
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:pb-12{
    padding-bottom: 3rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
  .xl\:pb-\[13px\]{
    padding-bottom: 13px;
  }
  .xl\:pl-12{
    padding-left: 3rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pl-24{
    padding-left: 6rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:pr-36{
    padding-right: 9rem;
  }
  .xl\:pr-44{
    padding-right: 11rem;
  }
  .xl\:pt-4{
    padding-top: 1rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .xl\:text-\[1\.65rem\]{
    font-size: 1.65rem;
  }
  .xl\:text-\[17px\]{
    font-size: 17px;
  }
  .xl\:text-\[3\.35rem\]{
    font-size: 3.35rem;
  }
  .xl\:text-\[32px\]{
    font-size: 32px;
  }
  .xl\:text-\[3rem\]{
    font-size: 3rem;
  }
  .xl\:text-\[4\.35rem\]{
    font-size: 4.35rem;
  }
  .xl\:text-\[5\.75rem\]{
    font-size: 5.75rem;
  }
  .xl\:text-\[50px\]{
    font-size: 50px;
  }
  .xl\:text-\[5rem\]{
    font-size: 5rem;
  }
  .xl\:text-\[60px\]{
    font-size: 60px;
  }
  .xl\:text-\[6rem\]{
    font-size: 6rem;
  }
  .xl\:text-\[70px\]{
    font-size: 70px;
  }
  .xl\:leading-\[49px\]{
    line-height: 49px;
  }
  .xl\:leading-\[55px\]{
    line-height: 55px;
  }
  .xl\:leading-\[73px\]{
    line-height: 73px;
  }
  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }
  .xl\:zoom-90{
    zoom: 0.9;
  }
  .xl\:zoom-100{
    zoom: 1;
  }
}

@media (min-width: 1450px){
  .\31 4\:bottom-\[-20px\]{
    bottom: -20px;
  }
  .\31 4\:left-\[48px\]{
    left: 48px;
  }
  .\31 4\:right-\[3px\]{
    right: 3px;
  }
  .\31 4\:top-0{
    top: 0px;
  }
  .\31 4\:float-right{
    float: right;
  }
  .\31 4\:float-none{
    float: none;
  }
  .\31 4\:mb-0{
    margin-bottom: 0px;
  }
  .\31 4\:ml-0{
    margin-left: 0px;
  }
  .\31 4\:ml-12{
    margin-left: 3rem;
  }
  .\31 4\:ml-\[5rem\]{
    margin-left: 5rem;
  }
  .\31 4\:ml-\[6rem\]{
    margin-left: 6rem;
  }
  .\31 4\:mr-0{
    margin-right: 0px;
  }
  .\31 4\:mr-32{
    margin-right: 8rem;
  }
  .\31 4\:mr-\[6rem\]{
    margin-right: 6rem;
  }
  .\31 4\:inline{
    display: inline;
  }
  .\31 4\:hidden{
    display: none;
  }
  .\31 4\:h-32{
    height: 8rem;
  }
  .\31 4\:h-\[502px\]{
    height: 502px;
  }
  .\31 4\:h-\[520px\]{
    height: 520px;
  }
  .\31 4\:h-\[535px\]{
    height: 535px;
  }
  .\31 4\:h-\[650px\]{
    height: 650px;
  }
  .\31 4\:w-0{
    width: 0px;
  }
  .\31 4\:w-\[120px\]{
    width: 120px;
  }
  .\31 4\:w-\[130px\]{
    width: 130px;
  }
  .\31 4\:w-\[150px\]{
    width: 150px;
  }
  .\31 4\:w-\[31\%\]{
    width: 31%;
  }
  .\31 4\:w-\[74\%\]{
    width: 74%;
  }
  .\31 4\:w-\[auto\]{
    width: auto;
  }
  .\31 4\:w-auto{
    width: auto;
  }
  .\31 4\:w-full{
    width: 100%;
  }
  .\31 4\:min-w-\[1213px\]{
    min-width: 1213px;
  }
  .\31 4\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .\31 4\:max-w-\[1115px\]{
    max-width: 1115px;
  }
  .\31 4\:max-w-\[1138px\]{
    max-width: 1138px;
  }
  .\31 4\:max-w-\[1140px\]{
    max-width: 1140px;
  }
  .\31 4\:max-w-\[1170px\]{
    max-width: 1170px;
  }
  .\31 4\:max-w-\[1175px\]{
    max-width: 1175px;
  }
  .\31 4\:max-w-\[1275px\]{
    max-width: 1275px;
  }
  .\31 4\:max-w-\[973px\]{
    max-width: 973px;
  }
  .\31 4\:max-w-\[990px\]{
    max-width: 990px;
  }
  .\31 4\:rotate-\[14deg\]{
    --tw-rotate: 14deg;
    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));
  }
  .\31 4\:grid-cols-\[55\%_35\%\]{
    grid-template-columns: 55% 35%;
  }
  .\31 4\:grid-cols-\[60\%_27\%\]{
    grid-template-columns: 60% 27%;
  }
  .\31 4\:gap-14{
    gap: 3.5rem;
  }
  .\31 4\:gap-\[1\.4rem\]{
    gap: 1.4rem;
  }
  .\31 4\:gap-\[4\.5rem\]{
    gap: 4.5rem;
  }
  .\31 4\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\31 4\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\31 4\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\31 4\:pl-12{
    padding-left: 3rem;
  }
  .\31 4\:pl-16{
    padding-left: 4rem;
  }
  .\31 4\:pl-20{
    padding-left: 5rem;
  }
  .\31 4\:pl-3{
    padding-left: 0.75rem;
  }
  .\31 4\:pl-\[5rem\]{
    padding-left: 5rem;
  }
  .\31 4\:pl-\[6rem\]{
    padding-left: 6rem;
  }
  .\31 4\:pr-0{
    padding-right: 0px;
  }
  .\31 4\:pr-32{
    padding-right: 8rem;
  }
  .\31 4\:pt-0{
    padding-top: 0px;
  }
  .\31 4\:pt-10{
    padding-top: 2.5rem;
  }
  .\31 4\:pt-4{
    padding-top: 1rem;
  }
  .\31 4\:pt-8{
    padding-top: 2rem;
  }
  .\31 4\:pt-\[4\.5rem\]{
    padding-top: 4.5rem;
  }
  .\31 4\:pt-\[4\.6rem\]{
    padding-top: 4.6rem;
  }
  .\31 4\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .\31 4\:text-\[14px\]{
    font-size: 14px;
  }
  .\31 4\:text-\[15px\]{
    font-size: 15px;
  }
  .\31 4\:text-\[32px\]{
    font-size: 32px;
  }
  .\31 4\:text-\[4\.4rem\]{
    font-size: 4.4rem;
  }
  .\31 4\:text-\[50px\]{
    font-size: 50px;
  }
  .\31 4\:text-\[61px\]{
    font-size: 61px;
  }
  .\31 4\:text-\[76px\]{
    font-size: 76px;
  }
  .\31 4\:text-\[80px\]{
    font-size: 80px;
  }
  .\31 4\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\31 4\:leading-\[22px\]{
    line-height: 22px;
  }
  .\31 4\:leading-\[27px\]{
    line-height: 27px;
  }
  .\31 4\:leading-\[48px\]{
    line-height: 48px;
  }
  .\31 4\:leading-\[54px\]{
    line-height: 54px;
  }
  .\31 4\:leading-\[56px\]{
    line-height: 56px;
  }
  .\31 4\:leading-\[80px\]{
    line-height: 80px;
  }
  .\31 4\:zoom-90{
    zoom: 0.9;
  }
  .\31 4\:zoom-95{
    zoom: 0.95;
  }
}

@media (min-width: 1536px){
  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .\32xl\:w-1\/3{
    width: 33.333333%;
  }
  .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  .\32xl\:w-\[30\.5\%\]{
    width: 30.5%;
  }
  .\32xl\:w-\[31\.5\%\]{
    width: 31.5%;
  }
  .\32xl\:w-\[32\%\]{
    width: 32%;
  }
  .\32xl\:basis-full{
    flex-basis: 100%;
  }
  .\32xl\:gap-16{
    gap: 4rem;
  }
  .\32xl\:text-\[19px\]{
    font-size: 19px;
  }
  .\32xl\:text-\[82px\]{
    font-size: 82px;
  }
  .\32xl\:leading-\[84px\]{
    line-height: 84px;
  }
}

@media (min-width: 1580px){
  .\31 5\:-left-\[2px\]{
    left: -2px;
  }
  .\31 5\:-right-\[33px\]{
    right: -33px;
  }
  .\31 5\:-right-\[41px\]{
    right: -41px;
  }
  .\31 5\:-top-\[2px\]{
    top: -2px;
  }
  .\31 5\:-top-\[62px\]{
    top: -62px;
  }
  .\31 5\:-top-\[70px\]{
    top: -70px;
  }
  .\31 5\:bottom-\[30px\]{
    bottom: 30px;
  }
  .\31 5\:left-\[10px\]{
    left: 10px;
  }
  .\31 5\:top-0{
    top: 0px;
  }
  .\31 5\:mb-7{
    margin-bottom: 1.75rem;
  }
  .\31 5\:mb-8{
    margin-bottom: 2rem;
  }
  .\31 5\:h-\[106px\]{
    height: 106px;
  }
  .\31 5\:h-\[16rem\]{
    height: 16rem;
  }
  .\31 5\:h-\[27rem\]{
    height: 27rem;
  }
  .\31 5\:h-\[530px\]{
    height: 530px;
  }
  .\31 5\:h-\[535px\]{
    height: 535px;
  }
  .\31 5\:w-\[133px\]{
    width: 133px;
  }
  .\31 5\:w-\[152px\]{
    width: 152px;
  }
  .\31 5\:w-\[163px\]{
    width: 163px;
  }
  .\31 5\:w-\[81\%\]{
    width: 81%;
  }
  .\31 5\:w-\[auto\]{
    width: auto;
  }
  .\31 5\:min-w-\[1272px\]{
    min-width: 1272px;
  }
  .\31 5\:max-w-\[1150px\]{
    max-width: 1150px;
  }
  .\31 5\:max-w-\[1210px\]{
    max-width: 1210px;
  }
  .\31 5\:max-w-\[1245px\]{
    max-width: 1245px;
  }
  .\31 5\:max-w-\[1370px\]{
    max-width: 1370px;
  }
  .\31 5\:rotate-\[-3deg\]{
    --tw-rotate: -3deg;
    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));
  }
  .\31 5\:rotate-\[0deg\]{
    --tw-rotate: 0deg;
    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));
  }
  .\31 5\:rotate-\[4deg\]{
    --tw-rotate: 4deg;
    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));
  }
  .\31 5\:grid-cols-\[53\%_33\%\]{
    grid-template-columns: 53% 33%;
  }
  .\31 5\:grid-cols-\[60\%_27\%\]{
    grid-template-columns: 60% 27%;
  }
  .\31 5\:grid-cols-\[74\%_12\%\]{
    grid-template-columns: 74% 12%;
  }
  .\31 5\:grid-cols-\[77\%_12\%\]{
    grid-template-columns: 77% 12%;
  }
  .\31 5\:gap-7{
    gap: 1.75rem;
  }
  .\31 5\:gap-8{
    gap: 2rem;
  }
  .\31 5\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .\31 5\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }
  .\31 5\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\31 5\:pb-6{
    padding-bottom: 1.5rem;
  }
  .\31 5\:pb-\[4px\]{
    padding-bottom: 4px;
  }
  .\31 5\:pr-11{
    padding-right: 2.75rem;
  }
  .\31 5\:pt-6{
    padding-top: 1.5rem;
  }
  .\31 5\:pt-\[0rem\]{
    padding-top: 0rem;
  }
  .\31 5\:text-\[0\.95rem\]{
    font-size: 0.95rem;
  }
  .\31 5\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .\31 5\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }
  .\31 5\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .\31 5\:text-\[14px\]{
    font-size: 14px;
  }
  .\31 5\:text-\[16px\]{
    font-size: 16px;
  }
  .\31 5\:text-\[17\.8px\]{
    font-size: 17.8px;
  }
  .\31 5\:text-\[17px\]{
    font-size: 17px;
  }
  .\31 5\:text-\[19px\]{
    font-size: 19px;
  }
  .\31 5\:text-\[32px\]{
    font-size: 32px;
  }
  .\31 5\:text-\[4rem\]{
    font-size: 4rem;
  }
  .\31 5\:text-\[50px\]{
    font-size: 50px;
  }
  .\31 5\:text-\[58px\]{
    font-size: 58px;
  }
  .\31 5\:leading-\[2\.1rem\]{
    line-height: 2.1rem;
  }
  .\31 5\:leading-\[22px\]{
    line-height: 22px;
  }
  .\31 5\:leading-\[27px\]{
    line-height: 27px;
  }
  .\31 5\:leading-\[53px\]{
    line-height: 53px;
  }
  .\31 5\:leading-\[57px\]{
    line-height: 57px;
  }
  .\31 5\:zoom-90{
    zoom: 0.9;
  }
}

@media (min-width: 1675px){
  .\31 6\:-right-12{
    right: -3rem;
  }
  .\31 6\:-top-20{
    top: -5rem;
  }
  .\31 6\:-top-\[60px\]{
    top: -60px;
  }
  .\31 6\:bottom-\[35px\]{
    bottom: 35px;
  }
  .\31 6\:left-\[7px\]{
    left: 7px;
  }
  .\31 6\:right-\[9px\]{
    right: 9px;
  }
  .\31 6\:top-\[82px\]{
    top: 82px;
  }
  .\31 6\:-mt-2{
    margin-top: -0.5rem;
  }
  .\31 6\:-mt-\[0rem\]{
    margin-top: -0rem;
  }
  .\31 6\:-mt-\[1\.2rem\]{
    margin-top: -1.2rem;
  }
  .\31 6\:mb-6{
    margin-bottom: 1.5rem;
  }
  .\31 6\:mb-8{
    margin-bottom: 2rem;
  }
  .\31 6\:mb-\[1\.3rem\]{
    margin-bottom: 1.3rem;
  }
  .\31 6\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }
  .\31 6\:mt-4{
    margin-top: 1rem;
  }
  .\31 6\:h-\[121px\]{
    height: 121px;
  }
  .\31 6\:h-\[16rem\]{
    height: 16rem;
  }
  .\31 6\:h-\[223px\]{
    height: 223px;
  }
  .\31 6\:h-\[540px\]{
    height: 540px;
  }
  .\31 6\:h-\[559px\]{
    height: 559px;
  }
  .\31 6\:h-\[auto\]{
    height: auto;
  }
  .\31 6\:w-\[140px\]{
    width: 140px;
  }
  .\31 6\:w-\[160px\]{
    width: 160px;
  }
  .\31 6\:w-\[171px\]{
    width: 171px;
  }
  .\31 6\:w-\[180px\]{
    width: 180px;
  }
  .\31 6\:w-\[187px\]{
    width: 187px;
  }
  .\31 6\:w-\[190px\]{
    width: 190px;
  }
  .\31 6\:w-\[60px\]{
    width: 60px;
  }
  .\31 6\:w-\[79\%\]{
    width: 79%;
  }
  .\31 6\:w-\[87px\]{
    width: 87px;
  }
  .\31 6\:w-\[auto\]{
    width: auto;
  }
  .\31 6\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .\31 6\:min-w-\[1290px\]{
    min-width: 1290px;
  }
  .\31 6\:min-w-\[1325px\]{
    min-width: 1325px;
  }
  .\31 6\:max-w-4xl{
    max-width: 56rem;
  }
  .\31 6\:max-w-\[1010px\]{
    max-width: 1010px;
  }
  .\31 6\:max-w-\[1046px\]{
    max-width: 1046px;
  }
  .\31 6\:max-w-\[1160px\]{
    max-width: 1160px;
  }
  .\31 6\:max-w-\[1175px\]{
    max-width: 1175px;
  }
  .\31 6\:max-w-\[1205px\]{
    max-width: 1205px;
  }
  .\31 6\:max-w-\[1230px\]{
    max-width: 1230px;
  }
  .\31 6\:max-w-\[1280px\]{
    max-width: 1280px;
  }
  .\31 6\:max-w-\[1330px\]{
    max-width: 1330px;
  }
  .\31 6\:max-w-\[1675px\]{
    max-width: 1675px;
  }
  .\31 6\:max-w-\[1700px\]{
    max-width: 1700px;
  }
  .\31 6\:max-w-\[1760px\]{
    max-width: 1760px;
  }
  .\31 6\:max-w-\[86\%\]{
    max-width: 86%;
  }
  .\31 6\:max-w-none{
    max-width: none;
  }
  .\31 6\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .\31 6\:grid-cols-\[52\%_33\%\]{
    grid-template-columns: 52% 33%;
  }
  .\31 6\:grid-cols-\[65\%_27\%\]{
    grid-template-columns: 65% 27%;
  }
  .\31 6\:grid-cols-\[71\%_14\%\]{
    grid-template-columns: 71% 14%;
  }
  .\31 6\:grid-cols-\[80\.5\%_14\%\]{
    grid-template-columns: 80.5% 14%;
  }
  .\31 6\:gap-12{
    gap: 3rem;
  }
  .\31 6\:gap-9{
    gap: 2.25rem;
  }
  .\31 6\:gap-\[1\.575rem\]{
    gap: 1.575rem;
  }
  .\31 6\:p-6{
    padding: 1.5rem;
  }
  .\31 6\:pb-6{
    padding-bottom: 1.5rem;
  }
  .\31 6\:pb-\[4px\]{
    padding-bottom: 4px;
  }
  .\31 6\:pl-12{
    padding-left: 3rem;
  }
  .\31 6\:pr-11{
    padding-right: 2.75rem;
  }
  .\31 6\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .\31 6\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .\31 6\:text-\[14px\]{
    font-size: 14px;
  }
  .\31 6\:text-\[16px\]{
    font-size: 16px;
  }
  .\31 6\:text-\[18px\]{
    font-size: 18px;
  }
  .\31 6\:text-\[2\.375rem\]{
    font-size: 2.375rem;
  }
  .\31 6\:text-\[2\.575rem\]{
    font-size: 2.575rem;
  }
  .\31 6\:text-\[32px\]{
    font-size: 32px;
  }
  .\31 6\:text-\[4\.9rem\]{
    font-size: 4.9rem;
  }
  .\31 6\:text-\[4rem\]{
    font-size: 4rem;
  }
  .\31 6\:text-\[53\.75px\]{
    font-size: 53.75px;
  }
  .\31 6\:text-\[57px\]{
    font-size: 57px;
  }
  .\31 6\:text-\[58px\]{
    font-size: 58px;
  }
  .\31 6\:text-\[85px\]{
    font-size: 85px;
  }
  .\31 6\:leading-\[22px\]{
    line-height: 22px;
  }
  .\31 6\:leading-\[29px\]{
    line-height: 29px;
  }
  .\31 6\:leading-\[51px\]{
    line-height: 51px;
  }
  .\31 6\:leading-\[56px\]{
    line-height: 56px;
  }
  .\31 6\:leading-\[58px\]{
    line-height: 58px;
  }
  .\31 6\:leading-\[68px\]{
    line-height: 68px;
  }
  .\31 6\:leading-\[88px\]{
    line-height: 88px;
  }
  .\31 6\:zoom-90{
    zoom: 0.9;
  }
  .\31 6\:zoom-95{
    zoom: 0.95;
  }
  .\31 6\:zoom-100{
    zoom: 1;
  }
}

@media (min-width: 1850px){
  .\33xl\:bottom-\[41px\]{
    bottom: 41px;
  }
  .\33xl\:left-0{
    left: 0px;
  }
  .\33xl\:right-\[9px\]{
    right: 9px;
  }
  .\33xl\:top-\[75px\]{
    top: 75px;
  }
  .\33xl\:-mt-0{
    margin-top: -0px;
  }
  .\33xl\:-mt-\[0\.86rem\]{
    margin-top: -0.86rem;
  }
  .\33xl\:-mt-\[0\]{
    margin-top: 0;
  }
  .\33xl\:mb-1{
    margin-bottom: 0.25rem;
  }
  .\33xl\:mb-11{
    margin-bottom: 2.75rem;
  }
  .\33xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .\33xl\:mb-7{
    margin-bottom: 1.75rem;
  }
  .\33xl\:mb-8{
    margin-bottom: 2rem;
  }
  .\33xl\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }
  .\33xl\:mb-\[1\.65rem\]{
    margin-bottom: 1.65rem;
  }
  .\33xl\:ml-12{
    margin-left: 3rem;
  }
  .\33xl\:mr-12{
    margin-right: 3rem;
  }
  .\33xl\:mt-1{
    margin-top: 0.25rem;
  }
  .\33xl\:mt-5{
    margin-top: 1.25rem;
  }
  .\33xl\:h-\[20rem\]{
    height: 20rem;
  }
  .\33xl\:h-\[591px\]{
    height: 591px;
  }
  .\33xl\:h-\[607px\]{
    height: 607px;
  }
  .\33xl\:w-\[148px\]{
    width: 148px;
  }
  .\33xl\:w-\[160px\]{
    width: 160px;
  }
  .\33xl\:w-\[180px\]{
    width: 180px;
  }
  .\33xl\:w-\[64px\]{
    width: 64px;
  }
  .\33xl\:w-\[72px\]{
    width: 72px;
  }
  .\33xl\:w-\[79\%\]{
    width: 79%;
  }
  .\33xl\:w-\[auto\]{
    width: auto;
  }
  .\33xl\:max-w-4xl{
    max-width: 56rem;
  }
  .\33xl\:max-w-5xl{
    max-width: 64rem;
  }
  .\33xl\:max-w-\[1135px\]{
    max-width: 1135px;
  }
  .\33xl\:max-w-\[1260px\]{
    max-width: 1260px;
  }
  .\33xl\:max-w-\[1310px\]{
    max-width: 1310px;
  }
  .\33xl\:max-w-\[1800px\]{
    max-width: 1800px;
  }
  .\33xl\:grid-cols-\[57\%_33\%\]{
    grid-template-columns: 57% 33%;
  }
  .\33xl\:grid-cols-\[71\%_27\%\]{
    grid-template-columns: 71% 27%;
  }
  .\33xl\:grid-cols-\[77\%_14\%\]{
    grid-template-columns: 77% 14%;
  }
  .\33xl\:grid-cols-\[79\%_14\%\]{
    grid-template-columns: 79% 14%;
  }
  .\33xl\:gap-12{
    gap: 3rem;
  }
  .\33xl\:gap-6{
    gap: 1.5rem;
  }
  .\33xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .\33xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\33xl\:pl-12{
    padding-left: 3rem;
  }
  .\33xl\:pr-32{
    padding-right: 8rem;
  }
  .\33xl\:pt-0{
    padding-top: 0px;
  }
  .\33xl\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .\33xl\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .\33xl\:text-\[19px\]{
    font-size: 19px;
  }
  .\33xl\:text-\[20px\]{
    font-size: 20px;
  }
  .\33xl\:text-\[37px\]{
    font-size: 37px;
  }
  .\33xl\:text-\[4\.5rem\]{
    font-size: 4.5rem;
  }
  .\33xl\:text-\[5\.5rem\]{
    font-size: 5.5rem;
  }
  .\33xl\:text-\[58\.15px\]{
    font-size: 58.15px;
  }
  .\33xl\:text-\[69px\]{
    font-size: 69px;
  }
  .\33xl\:text-\[94px\]{
    font-size: 94px;
  }
  .\33xl\:leading-\[59px\]{
    line-height: 59px;
  }
  .\33xl\:leading-\[74px\]{
    line-height: 74px;
  }
  .\33xl\:leading-\[97px\]{
    line-height: 97px;
  }
  .\33xl\:zoom-95{
    zoom: 0.95;
  }
  .\33xl\:zoom-96{
    zoom: 0.96;
  }
  .\33xl\:zoom-100{
    zoom: 1;
  }
}

.\[\&_h3\]\:mb-2 h3{
  margin-bottom: 0.5rem;
}

.\[\&_h3\]\:border-b h3{
  border-bottom-width: 1px;
}

.\[\&_h3\]\:border-black h3{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&_h3\]\:pb-3 h3{
  padding-bottom: 0.75rem;
}

.\[\&_h3\]\:text-3xl h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&_h3\]\:font-bold h3{
  font-weight: 700;
}

.\[\&_h3\]\:lowercase h3{
  text-transform: lowercase;
}

.\[\&_h3\]\:text-black h3{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&_p\:first-of-type\]\:mt-6 p:first-of-type{
  margin-top: 1.5rem;
}

.\[\&_p\:not\(\:first-of-type\)\]\:mt-0 p:not(:first-of-type){
  margin-top: 0px;
}

.\[\&_p\]\:mb-1 p{
  margin-bottom: 0.25rem;
}

.\[\&_p\]\:text-base p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_p\]\:leading-\[1\.15\] p{
  line-height: 1.15;
}

.\[\&_p\]\:text-black p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
