/*
Theme Name: Okaia 2024
Theme URI: https://www.okaia.nl
Author: Okaia
Author URI: https://www.okaia.nl
*/

/*
! tailwindcss v3.4.11 | 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: currentColor;
  /* 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;
}

body {
  overflow-x: hidden;
}

img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1440px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  /* word-break: normal;
      hyphens: auto; */
}

/*
  @font-face {
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(../fonts/proxima-nova-regular.woff) format("woff");
  }
  @font-face {
    font-family: Proxima Nova;
    font-weight: 500;
    src: url(../fonts/proxima-nova-medium.woff) format("woff");
  }
  */

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.button {
  position: relative;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 185 / var(--tw-border-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 255 185 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
}

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

.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6,.prose p,.prose ul,.prose figure.wp-block-image,.prose blockquote {
  margin-bottom: 1rem;
}

.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6 {
  margin-bottom: 0.75rem;
}

.prose h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .prose h1 {
    font-size: 85px;
    line-height: 88px;
  }
}

.prose h2 {
  font-family: baskerville-poster-pt, Arial, Helvetica;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 1024px) {
  .prose h2 {
    font-size: 70px;
    line-height: 65px;
  }
}

.prose h3 {
  font-family: baskerville-poster-pt, Arial, Helvetica;
  font-size: 26px;
  line-height: 26px;
}

@media (min-width: 1024px) {
  .prose h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

.prose h4 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .prose h4 {
    font-size: 26px;
    line-height: 26px;
  }
}

.prose h5 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .prose h5 {
    font-size: 40px;
    line-height: 40px;
  }
}

.prose h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .prose h5 {
    font-size: 40px;
    line-height: 40px;
  }
}

:is(.prose p):not(.text-lead) {
  font-size: 16px;
  line-height: 21px;
}

.prose figure.wp-block-image,.prose blockquote {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}

.prose blockquote p {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: baskerville-poster-pt, Arial, Helvetica;
  font-size: 40px !important;
  line-height: 40px !important;
}

.prose .wp-block-media-text {
  grid-column: span 12 / span 12;
  grid-column-start: 1;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .prose .wp-block-media-text {
    margin-bottom: 4rem;
    margin-top: 3rem;
    display: grid;
  }
}

.prose .wp-block-gallery {
  grid-column: span 12 / span 12;
  grid-column-start: 1;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem !important;
}

@media (min-width: 1024px) {
  .prose .wp-block-gallery {
    margin-top: 3rem;
    margin-bottom: 4rem;
    display: grid;
  }
}

:is(.prose .wp-block-gallery) figure {
  grid-column: span 1 / span 1;
  grid-column-start: auto;
  margin: 0px;
}

.prose figcaption {
  margin-top: 1rem;
}

.prose :last-child {
  margin-bottom: 0px;
}

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

.prose p a {
  text-decoration-line: underline;
}

.prose ul,.prose ol {
  margin-bottom: 1.5rem;
  list-style-position: inside;
}

:is(.prose ul,.prose ol) li {
  margin-bottom: 0.5rem;
}

:is(:is(.prose ul,.prose ol) li):last-child {
  margin-bottom: 0px;
}

.prose ul {
  list-style-type: disc;
}

.prose ol {
  list-style-type: decimal;
}

.prose iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.gform-body .gform_title {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .gform-body .gform_title {
    font-size: 85px;
    line-height: 88px;
  }
}

.gform-body .gfield_label {
  margin-bottom: 0.5rem !important;
  display: block !important;
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
}

.gform-body .gform_fields {
  display: grid;
  gap: 1rem;
}

.gform-body [multiple],.gform-body [type="date"],.gform-body [type="datetime-local"],.gform-body [type="email"],.gform-body [type="month"],.gform-body [type="number"],.gform-body [type="password"],.gform-body [type="search"],.gform-body [type="tel"],.gform-body [type="text"],.gform-body [type="time"],.gform-body [type="url"],.gform-body [type="week"],.gform-body input:where(:not([type])),.gform-body select,.gform-body textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 185 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 13px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.gform-body .gform_footer {
  margin-top: 0.5rem;
}

/* .gfield_error input {
    }
    .gfield_error label {
    }
    .gfield_description {
    }
    .gfield_required_text {
    } */

.gform-body ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 255 185 / var(--tw-text-opacity));
  opacity: 0.4;
}

.gform-body ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 255 185 / var(--tw-text-opacity));
  opacity: 0.4;
}

.gform_validation_errors {
  border-radius: 20px;
  border-style: none;
  padding: 1rem;
}

/* .gform_validation_errors h2 {
  }
  .gform_button.button {
  } */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-8 {
  left: 2rem;
}

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

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

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[1200\/450\] {
  aspect-ratio: 1200/450;
}

.aspect-\[1220\/490\] {
  aspect-ratio: 1220/490;
}

.aspect-\[1370\/490\] {
  aspect-ratio: 1370/490;
}

.aspect-\[290\/180\] {
  aspect-ratio: 290/180;
}

.aspect-\[400\/200\] {
  aspect-ratio: 400/200;
}

.aspect-\[400\/250\] {
  aspect-ratio: 400/250;
}

.aspect-\[600\/400\] {
  aspect-ratio: 600/400;
}

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

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

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

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
  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-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.resize {
  resize: both;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.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-8 {
  gap: 2rem;
}

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

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

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

.gap-y-12 {
  row-gap: 3rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 20px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 185 / 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));
}

.fill-green {
  fill: #00ffb9;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.font-body {
  font-family: GeneralSans, Arial, Helvetica;
}

.font-serif {
  font-family: baskerville-poster-pt, Arial, Helvetica;
}

.text-base {
  font-size: 16px;
  line-height: 21px;
}

.text-h2 {
  font-size: 70px;
  line-height: 65px;
}

.text-h3 {
  font-size: 40px;
  line-height: 40px;
}

.text-h4 {
  font-size: 26px;
  line-height: 26px;
}

.text-lead {
  font-size: 20px;
  line-height: 130%;
}

.text-sm {
  font-size: 12px;
  line-height: 130%;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(90 92 207 / var(--tw-text-opacity));
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.blur-\[4px\] {
  --tw-blur: blur(4px);
  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);
}

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

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
}

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

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

  src: url('assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('assets/fonts/GeneralSans-Semibold.woff') format('woff');

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

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

  src: url('assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('assets/fonts/GeneralSans-Regular.woff') format('woff');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

main section.cover + section {
  margin-top: 5rem;
}

.gallery-swiper {
  --swiper-theme-color: #00ffb9;
  --swiper-pagination-bullet-inactive-color: #00ffb9;
}

.wpml-ls {
  margin-top: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 185 / var(--tw-border-opacity));
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .wpml-ls {
    margin-left: 1rem;
    margin-top: 0px;
  }
}

.wpml-ls-legacy-list-horizontal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.125rem;
}

@media (min-width: 1024px) {
  .wpml-ls-legacy-list-horizontal {
    flex-direction: row;
  }
}

.wpml-ls-item {
  padding: 0.25rem;
}

.wpml-ls-current-language {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 185 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 18 45 / var(--tw-text-opacity));
}

/* Hamburger Menu Styles */

.hamburger-menu {
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
}

.hamburger-line {
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 185 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 2px 0;
}

/* Hamburger to X animation */

.hamburger-menu.active .hamburger-line:nth-child(1) {
  --tw-translate-y: 0.375rem;
  --tw-rotate: 45deg;
  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));
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  --tw-translate-y: -0.375rem;
  --tw-rotate: -45deg;
  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));
}

/* Parallax Background Styles */

.parallax-background {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Mobile Navigation Styles */

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

.navContainer.mobile-open {
  display: flex;
}

/* Prevent body scroll when mobile menu is open */

body.menu-open {
  overflow: hidden;
}

.facetwp-load-more {
  position: relative;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 185 / var(--tw-border-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 255 185 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
}

.facetwp-load-more:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 185 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 18 45 / var(--tw-text-opacity));
}

.facetwp-load-more {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px !important;
}

@media (min-width: 1024px) {
  .lg\:prose h1,.lg\:prose h2,.lg\:prose h3,.lg\:prose h4,.lg\:prose h5,.lg\:prose h6,.lg\:prose p,.lg\:prose ul,.lg\:prose figure.wp-block-image,.lg\:prose blockquote {
    margin-bottom: 1rem;
  }

  .lg\:prose h1,.lg\:prose h2,.lg\:prose h3,.lg\:prose h4,.lg\:prose h5,.lg\:prose h6 {
    margin-bottom: 0.75rem;
  }

  .lg\:prose h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
  }

  @media (min-width: 1024px) {
    .lg\:prose h1 {
      font-size: 85px;
      line-height: 88px;
    }
  }

  .lg\:prose h2 {
    font-family: baskerville-poster-pt, Arial, Helvetica;
    font-size: 40px;
    line-height: 40px;
  }

  @media (min-width: 1024px) {
    .lg\:prose h2 {
      font-size: 70px;
      line-height: 65px;
    }
  }

  .lg\:prose h3 {
    font-family: baskerville-poster-pt, Arial, Helvetica;
    font-size: 26px;
    line-height: 26px;
  }

  @media (min-width: 1024px) {
    .lg\:prose h3 {
      font-size: 40px;
      line-height: 40px;
    }
  }

  .lg\:prose h4 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
  }

  @media (min-width: 1024px) {
    .lg\:prose h4 {
      font-size: 26px;
      line-height: 26px;
    }
  }

  .lg\:prose h5 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
  }

  @media (min-width: 1024px) {
    .lg\:prose h5 {
      font-size: 40px;
      line-height: 40px;
    }
  }

  .lg\:prose h5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }

  @media (min-width: 1024px) {
    .lg\:prose h5 {
      font-size: 40px;
      line-height: 40px;
    }
  }

  :is(.lg\:prose p):not(.text-lead) {
    font-size: 16px;
    line-height: 21px;
  }

  .lg\:prose figure.wp-block-image,.lg\:prose blockquote {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
  }

  .lg\:prose blockquote p {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-family: baskerville-poster-pt, Arial, Helvetica;
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .lg\:prose .wp-block-media-text {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 2rem;
  }

  @media (min-width: 1024px) {
    .lg\:prose .wp-block-media-text {
      margin-bottom: 4rem;
      margin-top: 3rem;
      display: grid;
    }
  }

  .lg\:prose .wp-block-gallery {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 2rem !important;
  }

  @media (min-width: 1024px) {
    .lg\:prose .wp-block-gallery {
      margin-top: 3rem;
      margin-bottom: 4rem;
      display: grid;
    }
  }

  :is(.lg\:prose .wp-block-gallery) figure {
    grid-column: span 1 / span 1;
    grid-column-start: auto;
    margin: 0px;
  }

  .lg\:prose figcaption {
    margin-top: 1rem;
  }

  .lg\:prose :last-child {
    margin-bottom: 0px;
  }

  .lg\:prose p:last-child {
    margin-bottom: 0px;
  }

  .lg\:prose p a {
    text-decoration-line: underline;
  }

  .lg\:prose ul,.lg\:prose ol {
    margin-bottom: 1.5rem;
    list-style-position: inside;
  }

  :is(.lg\:prose ul,.lg\:prose ol) li {
    margin-bottom: 0.5rem;
  }

  :is(:is(.lg\:prose ul,.lg\:prose ol) li):last-child {
    margin-bottom: 0px;
  }

  .lg\:prose ul {
    list-style-type: disc;
  }

  .lg\:prose ol {
    list-style-type: decimal;
  }

  .lg\:prose iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
  }
}

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

.\*\:h-auto > * {
  height: auto;
}

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:mx-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-green::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 185 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
}

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

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

.last\:after\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
  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\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(4 18 45 / var(--tw-text-opacity));
}

.hover\:blur-none:hover {
  --tw-blur:  ;
  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);
}

.hover\:after\:h-full:hover::after {
  content: var(--tw-content);
  height: 100%;
}

.group:hover .group-hover\:blur-0 {
  --tw-blur: blur(0);
  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);
}

.empty\:hidden:empty {
  display: none;
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:top-40 {
    top: 10rem;
  }

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

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

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

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

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

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

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

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

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

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:-mr-\[30\%\] {
    margin-right: -30%;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

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

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

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

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

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

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

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

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[400\/300\] {
    aspect-ratio: 400/300;
  }

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

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

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

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

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

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(0 255 185 / var(--tw-bg-opacity));
  }

  .lg\:\!bg-none {
    background-image: none !important;
  }

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

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

  .lg\:text-base {
    font-size: 16px;
    line-height: 21px;
  }

  .lg\:text-h1 {
    font-size: 85px;
    line-height: 88px;
  }

  .lg\:text-h2 {
    font-size: 70px;
    line-height: 65px;
  }

  .lg\:text-h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .lg\:text-h4 {
    font-size: 26px;
    line-height: 26px;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(4 18 45 / var(--tw-text-opacity));
  }

  .lg\:blur-\[4px\] {
    --tw-blur: blur(4px);
    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);
  }

  .lg\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }
}

.\[\&_iframe\]\:h-\[220px\] iframe {
  height: 220px;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

@media (min-width: 1024px) {
  .\[\&_iframe\]\:lg\:h-\[630px\] iframe {
    height: 630px;
  }
}