/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Aera Gear v2
Theme URI: https://aeragear.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: aeragear.com/
Author URI: https://aeragear.com/
Text Domain: aera-gear-v2
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aera Gear v2 is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --leading-normal: 1.5;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --color-main-black: #000000;
  --font-maven: 'Maven Pro', sans-serif;
  --font-helvetica: "Helvetica Neue", sans-serif;
  --font-rondal: 'Rondal', sans-serif;
  --font-gelline: 'Gelline', sans-serif;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-helvetica);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.logged-in.admin-bar #masthead #header-content {
  top: 46px;
}
@media (width >= 48rem) {
  .logged-in.admin-bar #masthead #header-content {
    top: calc(var(--spacing) * 8);
  }
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}
.hidden-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wp-block-woocommerce-cart {
  padding: calc(var(--spacing) * 4);
}
.aeragear-checkout input[type="radio"],.aeragear-checkout input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  height: calc(var(--spacing) * 3.5);
  width: calc(var(--spacing) * 3.5);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #BFBFBF;
}
.aeragear-checkout input[type="radio"]:checked,.aeragear-checkout input[type="checkbox"]:checked {
  border-color: var(--color-main-black);
  background-color: var(--color-main-black);
}
.aeragear-checkout input[type="radio"]:checked::before,.aeragear-checkout input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(1/2 * 100%);
  height: calc(var(--spacing) * 1.5);
  width: calc(var(--spacing) * 1.5);
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
}
p {
  margin: calc(var(--spacing) * 0);
}
.aeragear-container {
  margin-inline: auto;
  max-width: 1440px;
}
.button-text span {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: 100;
  font-weight: 100;
}
.button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--font-helvetica);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 130%;
  line-height: 130%;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.aera-gear-container {
  margin-inline: auto;
  max-width: 1440px;
}
[data-aos] {
  will-change: transform, opacity;
}
html:not(.no-js) body.single-product [data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
html:not(.no-js) body.single-product [data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
.animate__bounce {
  animation: animate-bounce 1.5s infinite;
}
@keyframes animate-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.contact-form .submit-btn {
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  background-color: var(--color-main-black);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-family: var(--font-helvetica);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
.contact-form .submit-btn__icon {
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  object-fit: contain;
}
.contact-form label {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  font-family: var(--font-helvetica);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-main-black);
}
.contact-form input,.contact-form textarea {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #F0F0F0;
  padding: calc(var(--spacing) * 2);
}
:is(.contact-form input,.contact-form textarea)::placeholder {
  color: #BFBFBF;
}
.contact-form input {
  height: calc(var(--spacing) * 11);
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-response-output {
  display: none !important;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__trigger {
  display: flex;
  height: calc(var(--spacing) * 11);
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #F0F0F0;
  padding-inline: calc(var(--spacing) * 2);
  font-family: var(--font-helvetica);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-main-black);
  -webkit-user-select: none;
  user-select: none;
}
.custom-select__arrow {
  height: calc(var(--spacing) * 1.5);
  width: calc(var(--spacing) * 1.5);
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-main-black);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  transform: rotate(45deg) translateY(1px) translateX(-2px);
}
.custom-select.open .custom-select__arrow {
  transform: rotate(-135deg) translateY(-2px);
}
.custom-select__options {
  position: absolute;
  z-index: 10;
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  border-color: #F0F0F0;
  background-color: var(--color-white);
  display: none;
  flex-direction: column;
}
.custom-select.open .custom-select__options {
  display: flex;
}
.custom-select__option {
  height: calc(var(--spacing) * 11);
  cursor: pointer;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #F0F0F0;
  padding: calc(var(--spacing) * 4);
  font-family: var(--font-helvetica);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-main-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.custom-select__option:hover {
  background-color: #F0F0F0;
}
.custom-select__option.selected {
  background-color: var(--color-main-black);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
#colophon .footer-newsletter-form .wpcf7-form, #colophon .footer-newsletter-form .wpcf7-form p {
  margin: 0;
}
#colophon .footer-newsletter-form .wpcf7-form label {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-helvetica);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  font-weight: var(--font-weight-light);
  color: #fff;
}
#colophon .footer-newsletter-form .form-container {
  display: flex;
  gap: 4px;
}
#colophon .footer-newsletter-form .form-container > p {
  display: flex;
  gap: 4px;
  width: 100%;
  margin: 0;
}
#colophon .footer-newsletter-form .form-container br {
  display: none;
}
#colophon .footer-newsletter-form .wpcf7-form-control-wrap {
  flex: 1;
}
#colophon .footer-newsletter-form input[type="email"] {
  width: 100%;
  height: 44px;
  border: 1px solid #f0f0f0;
  background: transparent;
  padding: 8px;
  color: #bfbfbf;
  font-family: var(--font-helvetica);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  font-weight: var(--font-weight-light);
}
#colophon .footer-newsletter-form input[type="email"]::placeholder {
  color: #bfbfbf;
}
#colophon .footer-newsletter-form input[type="submit"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.6475 12.3975L13.8975 19.1475C13.7909 19.2469 13.6498 19.301 13.5041 19.2984C13.3584 19.2958 13.2193 19.2368 13.1163 19.1337C13.0132 19.0307 12.9542 18.8916 12.9516 18.7459C12.949 18.6002 13.0031 18.4591 13.1025 18.3525L18.8916 12.5625H3.75C3.60082 12.5625 3.45774 12.5032 3.35225 12.3978C3.24676 12.2923 3.1875 12.1492 3.1875 12C3.1875 11.8508 3.24676 11.7077 3.35225 11.6023C3.45774 11.4968 3.60082 11.4375 3.75 11.4375H18.8916L13.1025 5.64751C13.0031 5.54088 12.949 5.39984 12.9516 5.25411C12.9542 5.10839 13.0132 4.96935 13.1163 4.86629C13.2193 4.76323 13.3584 4.7042 13.5041 4.70163C13.6498 4.69905 13.7909 4.75315 13.8975 4.85251L20.6475 11.6025C20.7528 11.708 20.812 11.8509 20.812 12C20.812 12.1491 20.7528 12.292 20.6475 12.3975Z' fill='%23BFBFBF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#colophon .footer-newsletter-form .form-container:has(input[type="email"]:not(:placeholder-shown)) input[type="submit"], #colophon .footer-newsletter-form .form-container:has(input[type="email"]:-webkit-autofill) input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.6475 12.3975L13.8975 19.1475C13.7909 19.2469 13.6498 19.301 13.5041 19.2984C13.3584 19.2958 13.2193 19.2368 13.1163 19.1337C13.0132 19.0307 12.9542 18.8916 12.9516 18.7459C12.949 18.6002 13.0031 18.4591 13.1025 18.3525L18.8916 12.5625H3.75C3.60082 12.5625 3.45774 12.5032 3.35225 12.3978C3.24676 12.2923 3.1875 12.1492 3.1875 12C3.1875 11.8508 3.24676 11.7077 3.35225 11.6023C3.45774 11.4968 3.60082 11.4375 3.75 11.4375H18.8916L13.1025 5.64751C13.0031 5.54088 12.949 5.39984 12.9516 5.25411C12.9542 5.10839 13.0132 4.96935 13.1163 4.86629C13.2193 4.76323 13.3584 4.7042 13.5041 4.70163C13.6498 4.69905 13.7909 4.75315 13.8975 4.85251L20.6475 11.6025C20.7528 11.708 20.812 11.8509 20.812 12C20.812 12.1491 20.7528 12.292 20.6475 12.3975Z' fill='%2318191B'/%3E%3C/svg%3E");
}
#colophon .footer-newsletter-form .wpcf7-spinner, #colophon .footer-newsletter-form .wpcf7-response-output {
  display: none !important;
}
#header-content.is-stuck {
  background-color: var(--color-black);
}
.menu-panel-items .menu-item {
  font-family: var(--font-rondal);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 100%;
  line-height: 100%;
  color: #8C8C8C;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@media (hover: hover) {
  :is(.menu-panel-items .menu-item):hover {
    color: var(--color-main-black);
  }
}
@media (width >= 48rem) {
  .menu-panel-items .menu-item {
    font-size: 64px;
  }
}
.menu-panel-items .menu-item.current-menu-item {
  color: var(--color-main-black);
}
#home-lifestyle-swiper .swiper-pagination .swiper-pagination-bullet {
  margin-inline: 3px;
  height: calc(var(--spacing) * 1.5);
  width: calc(var(--spacing) * 1.5);
  background-color: color-mix(in srgb, #fff 50%, transparent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  #home-lifestyle-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent) !important;
  }
}
#home-lifestyle-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white) !important;
}
#home-lifestyle-swiper .swiper-slide .js-lifestyle-float-image {
  opacity: 0%;
  transform: translateY(24px);
}
.js-hero-float-image, #home-lifestyle-swiper.aos-animate .swiper-slide.swiper-slide-active .js-lifestyle-float-image {
  animation: lifestyleFloatFadeUp 2250ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 300ms;
}
@keyframes lifestyleFloatFadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#product-images-swiper .swiper-slide {
  overflow: hidden;
}
#product-images-swiper .swiper-pagination .swiper-pagination-bullet {
  margin-inline: 3px;
  height: calc(var(--spacing) * 1.5);
  width: calc(var(--spacing) * 1.5);
  background-color: color-mix(in srgb, #fff 50%, transparent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  #product-images-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent) !important;
  }
}
#product-images-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white) !important;
}
.mask-icon {
  -webkit-mask: var(--icon) no-repeat center;
  -webkit-mask-size: contain;
  mask: var(--icon) no-repeat center;
  mask-size: contain;
}
@keyframes productDotBlink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.is-dot-blinking {
  animation: productDotBlink 800ms ease-in-out infinite alternate;
}
.product-tech-details hr {
  margin-block: calc(var(--spacing) * 1);
}
.js-tech-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.js-tech-accordion-item.is-open .js-tech-accordion-icon-plus {
  display: none;
}
.js-tech-accordion-item.is-open .js-tech-accordion-icon-minus {
  display: block;
}
.js-tech-accordion-item.is-open .js-tech-accordion-content {
  opacity: 1;
}
.js-tech-accordion-content ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 6);
}
:is(.js-tech-accordion-content ul) li {
  margin-bottom: calc(var(--spacing) * 4);
}
.js-tech-material-content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 6);
}
:is(.js-tech-material-content ul) li {
  margin: calc(var(--spacing) * 0);
  padding-bottom: calc(var(--spacing) * 1);
}
.js-product-zoom-modal, .js-product-zoom-modal * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
.js-product-zoom-modal .js-product-zoom-image {
  -webkit-user-drag: none;
}
.tc-content li, .tc-content p {
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-helvetica);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-main-black);
}
.tc-content ol {
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
  counter-reset: section;
}
.tc-content ol>li {
  margin-top: calc(var(--spacing) * 8);
  counter-increment: section;
}
.tc-content ol>li::before {
  content: counter(section) ". ";
  margin-right: calc(var(--spacing) * 1);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.tc-content strong, .tc-content b {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.tc-content ol>li>ol {
  margin-top: calc(var(--spacing) * 4);
  margin-left: calc(var(--spacing) * 8);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 8);
  counter-reset: subsection;
}
.tc-content ol>li>ol>li {
  position: relative;
  margin-top: calc(var(--spacing) * 0);
  counter-increment: subsection;
}
.tc-content ol>li>ol>li::before {
  content: counter(section) "." counter(subsection) " ";
  position: absolute;
  left: -60px;
  width: 40px;
  text-align: right;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.tc-content .list-medium ol>li>ol>li::before {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.tc-content ol>li>ol>li>ol {
  list-style-type: lower-alpha;
  margin-left: 0;
}
.tc-content ol>li>ol>li>ol>li::marker {
  content: "(" counter(list-item, lower-alpha) ") ";
}
.tc-content ol>li>ol>li>ol>li::before {
  content: "";
}
#aeragear-toast-container {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
#aeragear-toast-container[data-position="top-left"] {
  top: 24px;
  right: auto;
  left: 16px;
}
#aeragear-toast-container[data-position="bottom-right"] {
  top: auto;
  right: 16px;
  bottom: 24px;
}
#aeragear-toast-container[data-position="bottom-left"] {
  top: auto;
  right: auto;
  bottom: 24px;
  left: 16px;
}
.aeragear-toast {
  pointer-events: auto;
  min-width: 280px;
  max-width: 360px;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #1a1a1a;
  color: #fff;
  font-family: var(--font-helvetica, Helvetica, Arial, sans-serif);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  border-left: 3px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transform: translateX(calc(100% + 16px));
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
#aeragear-toast-container[data-position="top-left"] .aeragear-toast, #aeragear-toast-container[data-position="bottom-left"] .aeragear-toast {
  transform: translateX(calc(-100% - 16px));
}
.aeragear-toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.aeragear-toast--success {
  border-left-color: #2FC914;
}
.aeragear-toast--error {
  border-left-color: #D63638;
}
.aeragear-toast--warning {
  border-left-color: #F0B429;
}
.aeragear-toast--info {
  border-left-color: #ffffff;
}
.aeragear-toast__msg {
  flex: 1;
}
.aeragear-toast__close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  opacity: 0.5;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.15s ease;
}
.aeragear-toast__close:hover {
  opacity: 1;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-11 {
  top: calc(var(--spacing) * 11);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-px {
  right: 1px;
}
.-bottom-4 {
  bottom: calc(var(--spacing) * -4);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-4 {
  bottom: calc(var(--spacing) * 4);
}
.bottom-5 {
  bottom: calc(var(--spacing) * 5);
}
.bottom-8 {
  bottom: calc(var(--spacing) * 8);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-2 {
  left: calc(var(--spacing) * 2);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.left-\[70\%\] {
  left: 70%;
}
.z-0 {
  z-index: 0;
}
.z-2 {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[90\] {
  z-index: 90;
}
.z-\[99\] {
  z-index: 99;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[130\] {
  z-index: 130;
}
.z-\[140\] {
  z-index: 140;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.-m-0\.5 {
  margin: calc(var(--spacing) * -0.5);
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.-mt-0\.5 {
  margin-top: calc(var(--spacing) * -0.5);
}
.-mt-1 {
  margin-top: calc(var(--spacing) * -1);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-0\.5 {
  margin-bottom: calc(var(--spacing) * 0.5);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[56\/80\] {
  aspect-ratio: 56/80;
}
.aspect-\[161\.97\/63\.59\] {
  aspect-ratio: 161.97/63.59;
}
.aspect-\[203\.56\/326\.72\] {
  aspect-ratio: 203.56/326.72;
}
.aspect-\[288\.49\/79\.92\] {
  aspect-ratio: 288.49/79.92;
}
.aspect-\[339\/490\] {
  aspect-ratio: 339/490;
}
.aspect-\[361\/197\] {
  aspect-ratio: 361/197;
}
.aspect-\[393\/215\] {
  aspect-ratio: 393/215;
}
.aspect-\[393\/283\] {
  aspect-ratio: 393/283;
}
.aspect-\[393\/590\] {
  aspect-ratio: 393/590;
}
.aspect-\[393\/600\] {
  aspect-ratio: 393/600;
}
.aspect-\[393\/750\] {
  aspect-ratio: 393/750;
}
.aspect-\[393\/793\] {
  aspect-ratio: 393/793;
}
.aspect-\[432\/410\] {
  aspect-ratio: 432/410;
}
.aspect-\[574\/862\] {
  aspect-ratio: 574/862;
}
.aspect-\[591\.5\/516\.85\] {
  aspect-ratio: 591.5/516.85;
}
.aspect-\[591\.5\/638\.39\] {
  aspect-ratio: 591.5/638.39;
}
.aspect-\[591\.5\/649\.21\] {
  aspect-ratio: 591.5/649.21;
}
.aspect-\[591\.5\/668\.39\] {
  aspect-ratio: 591.5/668.39;
}
.aspect-\[591\.5\/675\.55\] {
  aspect-ratio: 591.5/675.55;
}
.aspect-\[615\.5\/487\.9\] {
  aspect-ratio: 615.5/487.9;
}
.aspect-\[615\.5\/675\.55\] {
  aspect-ratio: 615.5/675.55;
}
.aspect-\[615\.5\/1013\.32\] {
  aspect-ratio: 615.5/1013.32;
}
.aspect-\[720\/660\] {
  aspect-ratio: 720/660;
}
.aspect-\[1440\/677\] {
  aspect-ratio: 1440/677;
}
.aspect-\[1440\/788\.25\] {
  aspect-ratio: 1440/788.25;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.\!h-5 {
  height: calc(var(--spacing) * 5) !important;
}
.\!h-6 {
  height: calc(var(--spacing) * 6) !important;
}
.\!h-full {
  height: 100% !important;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-1\.5 {
  height: calc(var(--spacing) * 1.5);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}
.h-3\.5 {
  height: calc(var(--spacing) * 3.5);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-4\.5 {
  height: calc(var(--spacing) * 4.5);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-11 {
  height: calc(var(--spacing) * 11);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-100 {
  height: calc(var(--spacing) * 100);
}
.h-\[7px\] {
  height: 7px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[336px\] {
  height: 336px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[calc\(100vh-44px\)\] {
  height: calc(100vh - 44px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-px {
  max-height: 1px;
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-8 {
  min-height: calc(var(--spacing) * 8);
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[258px\] {
  min-height: 258px;
}
.min-h-\[490px\] {
  min-height: 490px;
}
.min-h-px {
  min-height: 1px;
}
.\!w-\[278px\] {
  width: 278px !important;
}
.w-0\.5 {
  width: calc(var(--spacing) * 0.5);
}
.w-1\.5 {
  width: calc(var(--spacing) * 1.5);
}
.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}
.w-3\.5 {
  width: calc(var(--spacing) * 3.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-4\.5 {
  width: calc(var(--spacing) * 4.5);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-11 {
  width: calc(var(--spacing) * 11);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-\[7px\] {
  width: 7px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[36\.62\%\] {
  width: 36.62%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[51\.99\%\] {
  width: 51.99%;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[55\.56\%\] {
  width: 55.56%;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[145\.83px\] {
  width: 145.83px;
}
.w-\[188px\] {
  width: 188px;
}
.w-\[197px\] {
  width: 197px;
}
.w-\[231px\] {
  width: 231px;
}
.w-\[278px\] {
  width: 278px;
}
.w-\[319px\] {
  width: 319px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[329px\] {
  width: 329px;
}
.w-\[361px\] {
  width: 361px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[760px\] {
  width: 760px;
}
.w-\[780px\] {
  width: 780px;
}
.w-\[1064px\] {
  width: 1064px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-1\/2 {
  max-width: calc(1/2 * 100%);
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[146px\] {
  max-width: 146px;
}
.max-w-\[278px\] {
  max-width: 278px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-5 {
  min-width: calc(var(--spacing) * 5);
}
.min-w-6 {
  min-width: calc(var(--spacing) * 6);
}
.min-w-11 {
  min-width: calc(var(--spacing) * 11);
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-fit {
  min-width: fit-content;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/4 {
  --tw-translate-y: calc(calc(1/4 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-\[2px\] {
  --tw-translate-y: calc(2px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0\.5 {
  --tw-translate-y: calc(var(--spacing) * 0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1\/2 {
  --tw-translate-y: calc(1/2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.columns-2 {
  columns: 2;
}
.break-inside-avoid {
  break-inside: avoid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[37px\] {
  gap: 37px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[100px\] {
  gap: 100px;
}
:where(.space-y-1\.5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-y-0 {
  row-gap: calc(var(--spacing) * 0);
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-\[\#BFBFBF\] {
  border-color: #BFBFBF;
}
.border-\[\#D9D9D9\] {
  border-color: #D9D9D9;
}
.border-\[\#D63638\] {
  border-color: #D63638;
}
.border-\[\#F0F0F0\] {
  border-color: #F0F0F0;
}
.border-\[\#F7F7F7\] {
  border-color: #F7F7F7;
}
.border-\[\#FF2F2F33\] {
  border-color: #FF2F2F33;
}
.border-main-black {
  border-color: var(--color-main-black);
}
.border-white {
  border-color: var(--color-white);
}
.border-white\/30 {
  border-color: color-mix(in srgb, #fff 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/30 {
    border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.bg-\[\#2FC9141A\] {
  background-color: #2FC9141A;
}
.bg-\[\#5E6AD233\] {
  background-color: #5E6AD233;
}
.bg-\[\#5EFF4133\] {
  background-color: #5EFF4133;
}
.bg-\[\#18191B\] {
  background-color: #18191B;
}
.bg-\[\#454545\] {
  background-color: #454545;
}
.bg-\[\#BFBFBF\] {
  background-color: #BFBFBF;
}
.bg-\[\#D9D9D9\] {
  background-color: #D9D9D9;
}
.bg-\[\#F0B42933\] {
  background-color: #F0B42933;
}
.bg-\[\#F0F0F0\] {
  background-color: #F0F0F0;
}
.bg-\[\#F5F5F5\] {
  background-color: #F5F5F5;
}
.bg-\[\#F7F7F7\] {
  background-color: #F7F7F7;
}
.bg-\[\#FF2F2F33\] {
  background-color: #FF2F2F33;
}
.bg-\[\#FFA30333\] {
  background-color: #FFA30333;
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/60 {
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/60 {
    background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.bg-black\/90 {
  background-color: color-mix(in srgb, #000 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/90 {
    background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
  }
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-main-black {
  background-color: var(--color-main-black);
}
.bg-main-black\/20 {
  background-color: color-mix(in srgb, #000000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-main-black\/20 {
    background-color: color-mix(in oklab, var(--color-main-black) 20%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/30 {
  background-color: color-mix(in srgb, #fff 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/30 {
    background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.bg-white\/40 {
  background-color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/40 {
    background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.p-0\.5 {
  padding: calc(var(--spacing) * 0.5);
}
.p-1\.5 {
  padding: calc(var(--spacing) * 1.5);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-2\.5 {
  padding: calc(var(--spacing) * 2.5);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-3\.5 {
  padding: calc(var(--spacing) * 3.5);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.px-12 {
  padding-inline: calc(var(--spacing) * 12);
}
.px-20 {
  padding-inline: calc(var(--spacing) * 20);
}
.px-\[70\.5px\] {
  padding-inline: 70.5px;
}
.px-\[120px\] {
  padding-inline: 120px;
}
.py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[9px\] {
  padding-block: 9px;
}
.py-\[15\.5px\] {
  padding-block: 15.5px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-1 {
  padding-top: calc(var(--spacing) * 1);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-7 {
  padding-top: calc(var(--spacing) * 7);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-11 {
  padding-top: calc(var(--spacing) * 11);
}
.pt-\[25\.5px\] {
  padding-top: 25.5px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pr-\[1\%\] {
  padding-right: 1%;
}
.\!pb-0 {
  padding-bottom: calc(var(--spacing) * 0) !important;
}
.\!pb-4 {
  padding-bottom: calc(var(--spacing) * 4) !important;
}
.\!pb-12 {
  padding-bottom: calc(var(--spacing) * 12) !important;
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[92px\] {
  padding-bottom: 92px;
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-3\.5 {
  padding-left: calc(var(--spacing) * 3.5);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-gelline {
  font-family: var(--font-gelline);
}
.font-helvetica {
  font-family: var(--font-helvetica);
}
.font-maven {
  font-family: var(--font-maven);
}
.font-rondal {
  font-family: var(--font-rondal);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[64px\] {
  font-size: 64px;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[100\%\] {
  --tw-leading: 100%;
  line-height: 100%;
}
.leading-\[120\%\] {
  --tw-leading: 120%;
  line-height: 120%;
}
.leading-\[130\%\] {
  --tw-leading: 130%;
  line-height: 130%;
}
.leading-\[150\%\] {
  --tw-leading: 150%;
  line-height: 150%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.font-\[300\] {
  --tw-font-weight: 300;
  font-weight: 300;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-2\%\] {
  --tw-tracking: -2%;
  letter-spacing: -2%;
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#0A7A2A\] {
  color: #0A7A2A;
}
.text-\[\#00A63E\] {
  color: #00A63E;
}
.text-\[\#2FC914\] {
  color: #2FC914;
}
.text-\[\#5E6AD2\] {
  color: #5E6AD2;
}
.text-\[\#8C8C8C\] {
  color: #8C8C8C;
}
.text-\[\#595959\] {
  color: #595959;
}
.text-\[\#BFBFBF\] {
  color: #BFBFBF;
}
.text-\[\#D63638\] {
  color: #D63638;
}
.text-\[\#F0B429\] {
  color: #F0B429;
}
.text-\[\#FF2F2F\] {
  color: #FF2F2F;
}
.text-\[\#FFA303\] {
  color: #FFA303;
}
.text-main-black {
  color: var(--color-main-black);
}
.text-white {
  color: var(--color-white);
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0px_5px_15px_0px_\#85858524\] {
  --tw-shadow: 0px 5px 15px 0px var(--tw-shadow-color, #85858524);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-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,);
  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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[opacity\] {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.placeholder\:text-\[\#BFBFBF\]::placeholder {
  color: #BFBFBF;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: calc(1/2 * 100%);
}
.before\:left-0::before {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.before\:content-\[\'•\'\]::before {
  --tw-content: '•';
  content: var(--tw-content);
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
@media (hover: hover) {
  .hover\:opacity-70:hover {
    opacity: 70%;
  }
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 50%;
}
@media (width < 48rem) {
  .max-md\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:mr-\[-148px\] {
    margin-right: -148px;
  }
}
@media (width >= 40rem) {
  .sm\:ml-\[-148px\] {
    margin-left: -148px;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[660px\] {
    height: 660px;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[320px\] {
    width: 320px;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[720px\] {
    width: 720px;
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 40rem) {
  .sm\:gap-1 {
    gap: calc(var(--spacing) * 1);
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 40rem) {
  .sm\:gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
}
@media (width >= 40rem) {
  .sm\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:py-\[5px\] {
    padding-block: 5px;
  }
}
@media (width >= 40rem) {
  .sm\:pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[74px\] {
    top: 74px;
  }
}
@media (width >= 48rem) {
  .md\:right-4 {
    right: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:left-4 {
    left: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:my-auto {
    margin-block: auto;
  }
}
@media (width >= 48rem) {
  .md\:-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
}
@media (width >= 48rem) {
  .md\:-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
}
@media (width >= 48rem) {
  .md\:-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
}
@media (width >= 48rem) {
  .md\:mr-\[-210px\] {
    margin-right: -210px;
  }
}
@media (width >= 48rem) {
  .md\:-mb-\[6\.25\%\] {
    margin-bottom: calc(6.25% * -1);
  }
}
@media (width >= 48rem) {
  .md\:ml-\[-210px\] {
    margin-left: -210px;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[16\/6\] {
    aspect-ratio: 16/6;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[16\/8\] {
    aspect-ratio: 16/8;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[417\/814\] {
    aspect-ratio: 417/814;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[417\/1100\] {
    aspect-ratio: 417/1100;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[780\/390\] {
    aspect-ratio: 780/390;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[834\/748\] {
    aspect-ratio: 834/748;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[834\/1102\] {
    aspect-ratio: 834/1102;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[1440\/680\] {
    aspect-ratio: 1440/680;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[1440\/748\] {
    aspect-ratio: 1440/748;
  }
}
@media (width >= 48rem) {
  .md\:\!h-full {
    height: 100% !important;
  }
}
@media (width >= 48rem) {
  .md\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:h-\[90vh\] {
    height: 90vh;
  }
}
@media (width >= 48rem) {
  .md\:h-\[120px\] {
    height: 120px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[240px\] {
    height: 240px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[calc\(100vh-74px\)\] {
    height: calc(100vh - 74px);
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[390px\] {
    min-height: 390px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[520px\] {
    min-height: 520px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[720px\] {
    min-height: 720px;
  }
}
@media (width >= 48rem) {
  .md\:w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:w-6 {
    width: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:w-12 {
    width: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:w-\[45\.44\%\] {
    width: 45.44%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[64px\] {
    width: 64px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[84\.66px\] {
    width: 84.66px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[395px\] {
    width: 395px;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[592px\] {
    max-width: 592px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[594px\] {
    max-width: 594px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[64px\] {
    min-width: 64px;
  }
}
@media (width >= 48rem) {
  .md\:flex-1 {
    flex: 1;
  }
}
@media (width >= 48rem) {
  .md\:basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:-translate-x-10 {
    --tw-translate-x: calc(var(--spacing) * -10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-1 {
    gap: calc(var(--spacing) * 1);
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-24 {
    gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[27px\] {
    gap: 27px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[48px\] {
    gap: 48px;
  }
}
@media (width >= 48rem) {
  .md\:object-fill {
    object-fit: fill;
  }
}
@media (width >= 48rem) {
  .md\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:px-\[80px\] {
    padding-inline: 80px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[120px\] {
    padding-inline: 120px;
  }
}
@media (width >= 48rem) {
  .md\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
}
@media (width >= 48rem) {
  .md\:py-\[60px\] {
    padding-block: 60px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[120px\] {
    padding-block: 120px;
  }
}
@media (width >= 48rem) {
  .md\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
}
@media (width >= 48rem) {
  .md\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[74px\] {
    padding-top: 74px;
  }
}
@media (width >= 48rem) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:pb-11 {
    padding-bottom: calc(var(--spacing) * 11);
  }
}
@media (width >= 48rem) {
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }
}
@media (width >= 48rem) {
  .md\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pl-15 {
    padding-left: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:text-center {
    text-align: center;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[42px\] {
    font-size: 42px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[56px\] {
    font-size: 56px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[64px\] {
    font-size: 64px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[76px\] {
    font-size: 76px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[80px\] {
    font-size: 80px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[84px\] {
    font-size: 84px;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:my-auto {
    margin-block: auto;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-\[16\/7\] {
    aspect-ratio: 16/7;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-\[720\/916\] {
    aspect-ratio: 720/916;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:max-h-\[916px\] {
    max-height: 916px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[30\.07\%\] {
    width: 30.07%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[67\.67\%\] {
    width: 67.67%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[200px\] {
    width: 200px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[432px\] {
    width: 432px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[calc\(0\.4762\*\(100\%-24px\)\)\] {
    width: calc(0.4762 * (100% - 24px));
  }
}
@media (width >= 64rem) {
  .lg\:w-\[calc\(0\.5238\*\(100\%-24px\)\)\] {
    width: calc(0.5238 * (100% - 24px));
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[203px\] {
    max-width: 203px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[447px\] {
    max-width: 447px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[39\%_58\%\] {
    grid-template-columns: 39% 58%;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 64rem) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 64rem) {
  .lg\:justify-normal {
    justify-content: normal;
  }
}
@media (width >= 64rem) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (width >= 64rem) {
  :where(.lg\:space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 64rem) {
  .lg\:object-cover {
    object-fit: cover;
  }
}
@media (width >= 64rem) {
  .lg\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:p-15 {
    padding: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[120px\] {
    padding-inline: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[200px\] {
    padding-inline: 200px;
  }
}
@media (width >= 64rem) {
  .lg\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:py-\[60px\] {
    padding-block: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[200px\] {
    padding-block: 200px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
}
@media (width >= 64rem) {
  .lg\:pl-15 {
    padding-left: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[64px\] {
    font-size: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[76px\] {
    font-size: 76px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[80px\] {
    font-size: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
@media (width >= 64rem) {
  .lg\:text-\[\#8C8C8C\] {
    color: #8C8C8C;
  }
}
@media (width >= 80rem) {
  .xl\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:my-auto {
    margin-block: auto;
  }
}
@media (width >= 80rem) {
  .xl\:-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
}
@media (width >= 80rem) {
  .xl\:-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
}
@media (width >= 80rem) {
  .xl\:-mt-\[6\.25\%\] {
    margin-top: calc(6.25% * -1);
  }
}
@media (width >= 80rem) {
  .xl\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
}
@media (width >= 80rem) {
  .xl\:aspect-\[702\/737\] {
    aspect-ratio: 702/737;
  }
}
@media (width >= 80rem) {
  .xl\:aspect-\[720\/916\] {
    aspect-ratio: 720/916;
  }
}
@media (width >= 80rem) {
  .xl\:aspect-\[780\/474\] {
    aspect-ratio: 780/474;
  }
}
@media (width >= 80rem) {
  .xl\:aspect-\[1440\/748\] {
    aspect-ratio: 1440/748;
  }
}
@media (width >= 80rem) {
  .xl\:max-h-\[916px\] {
    max-height: 916px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[27\.4\%\] {
    width: 27.4%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[64px\] {
    width: 64px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[432px\] {
    width: 432px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[calc\(0\.3669\*\(100\%-48px\)\)\] {
    width: calc(0.3669 * (100% - 48px));
  }
}
@media (width >= 80rem) {
  .xl\:w-\[calc\(0\.6331\*\(100\%-48px\)\)\] {
    width: calc(0.6331 * (100% - 48px));
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[200px\] {
    max-width: 200px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[720px\] {
    max-width: 720px;
  }
}
@media (width >= 80rem) {
  .xl\:min-w-\[64px\] {
    min-width: 64px;
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media (width >= 80rem) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[60px\] {
    gap: 60px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[64px\] {
    gap: 64px;
  }
}
@media (width >= 80rem) {
  .xl\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  .xl\:px-28 {
    padding-inline: calc(var(--spacing) * 28);
  }
}
@media (width >= 80rem) {
  .xl\:px-\[120px\] {
    padding-inline: 120px;
  }
}
@media (width >= 80rem) {
  .xl\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
}
@media (width >= 80rem) {
  .xl\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[120px\] {
    padding-right: 120px;
  }
}
@media (width >= 80rem) {
  .xl\:pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
}
@media (width >= 80rem) {
  .xl\:pl-15 {
    padding-left: calc(var(--spacing) * 15);
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[120px\] {
    padding-left: 120px;
  }
}
@media (width >= 80rem) {
  .xl\:text-left {
    text-align: left;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_\.current_page_item_a\]\:text-main-black .current page item a {
  color: var(--color-main-black);
}
.\[\&_\.current-menu-item_a\]\:text-main-black .current-menu-item a {
  color: var(--color-main-black);
}
.\[\&_\.woocommerce-Price-amount\]\:inline-flex .woocommerce-Price-amount {
  display: inline-flex;
}
.\[\&_\.woocommerce-Price-amount\]\:items-center .woocommerce-Price-amount {
  align-items: center;
}
.\[\&_a\]\:font-rondal a {
  font-family: var(--font-rondal);
}
.\[\&_a\]\:text-xl a {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.\[\&_a\]\:leading-\[100\%\] a {
  --tw-leading: 100%;
  line-height: 100%;
}
.\[\&_a\]\:text-\[\#8C8C8C\] a {
  color: #8C8C8C;
}
@media (width >= 48rem) {
  .\[\&_a\]\:md\:text-\[32px\] a {
    font-size: 32px;
  }
}
.\[\&_a\:hover\]\:text-main-black a:hover {
  color: var(--color-main-black);
}
.\[\&_bdi\]\:inline-flex bdi {
  display: inline-flex;
}
.\[\&_bdi\]\:items-center bdi {
  align-items: center;
}
.\[\&_strong\]\:font-medium strong {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.custom-dashed {
  background-image: repeating-linear-gradient(	to right,	#D9D9D9 0,	#D9D9D9 6px,	transparent 6px,	transparent 12px	);
  background-repeat: repeat-x;
  background-position: center;
  height: 1px;
  width: 100%;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-font-weight: initial;
      --tw-leading: initial;
      --tw-duration: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
