/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Movendi Theme
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: Taras Yurchyshyn
Author URI: https://www.linkedin.com/in/yurchyshyn/
Text Domain: movendi-theme
Requires at least: 6.9
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.

Movendi Theme 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-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-black: var(--wp--preset--color--black);
  --color-white: var(--wp--preset--color--white);
  --spacing: 0.25rem;
  --container-md: 28rem;
  --container-3xl: 48rem;
  --container-7xl: 80rem;
  --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-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-snug: 1.375;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --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-blue: var(--wp--preset--color--blue);
  --color-coral: var(--wp--preset--color--coral);
  --color-yellow-60: var(--wp--preset--color--yellow-60);
  --color-light-blue-60: var(--wp--preset--color--light-blue-60);
  --color-text-grey: var(--wp--preset--color--text-grey);
  --color-lines: var(--wp--preset--color--lines);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-banner-blue: var(--color-light-blue-60);
  --color-banner-heading: var(--color-blue);
  --color-banner-text: var(--color-text-grey);
  --color-grey: var(--color-text-grey);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-barlow-semicondensed: "Barlow Semi Condensed", sans-serif;
  --font-ancizar-serif: "Ancizar Serif", serif;
}
*, ::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-sans);
  color: var(--color-foreground);
}
.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);
}
.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);
}
.topbar-nav a {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.megamenu-content>.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .megamenu-content>.wp-block-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .megamenu-content>.wp-block-columns {
    gap: calc(var(--spacing) * 8);
  }
}
.megamenu-content .wp-block-column {
  min-width: calc(var(--spacing) * 0);
}
@media (max-width: 1023.98px) {
  .megamenu-content .wp-block-column {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .megamenu-content .wp-block-column {
      border-color: color-mix(in oklab, var(--color-primary) 15%, transparent);
    }
  }
  .megamenu-content .wp-block-column {
    padding-block: calc(var(--spacing) * 2);
  }
  .megamenu-content .wp-block-column:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .megamenu-content .megamenu-column-trigger {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2);
    text-align: left;
  }
  .megamenu-content .megamenu-column-trigger::after {
    content: "";
    display: inline-block;
    height: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 3);
    rotate: 45deg;
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: currentcolor;
    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));
  }
  .megamenu-content .megamenu-column-trigger[aria-expanded="true"]::after {
    rotate: -135deg;
  }
  .megamenu-content .megamenu-column-body {
    display: none;
    padding-bottom: calc(var(--spacing) * 3);
  }
  .megamenu-content .megamenu-column-body[data-open="true"] {
    display: block;
  }
}
.megamenu-content h2, .megamenu-content .wp-block-heading.is-style-h2 {
  font-family: var(--font-barlow-semicondensed);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--color-banner-heading);
  margin: 0 0 24px;
}
.megamenu-content h3 {
  font-family: var(--font-barlow-semicondensed);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-banner-heading);
  margin: 0 0 8px;
}
.megamenu-content h4, .megamenu-content h5, .megamenu-content h6 {
  font-family: var(--font-barlow-semicondensed);
  font-weight: 600;
  color: var(--color-banner-heading);
}
.megamenu-content p {
  font-family: var(--font-ancizar-serif);
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  margin: 0 0 16px;
}
.megamenu-content ul, .megamenu-content .wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-content li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 28px;
  font-family: var(--font-ancizar-serif);
  font-size: 18px;
  line-height: 24px;
  color: #4e4e4e;
}
.megamenu-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 10px;
  border-left: 2px solid var(--color-banner-heading);
  border-bottom: 2px solid var(--color-banner-heading);
  transform: rotate(-45deg);
  transform-origin: left top;
}
.megamenu-content li:has(> a) {
  padding-left: 0;
}
.megamenu-content li:has(> a)::before {
  content: none;
}
.megamenu-content a {
  color: var(--color-banner-heading);
  text-decoration: none;
  font-family: var(--font-barlow-semicondensed);
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.15s ease;
}
.megamenu-content a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.megamenu-content a:not(.wp-block-button__link)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M3.125 10.625L16.875 10.625' stroke='%2327348B' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.25 16.25L16.875 10.625L11.25 5' stroke='%2327348B' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.megamenu-content h2 a {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.megamenu-content h3 a {
  font-size: inherit;
  font-weight: inherit;
}
.megamenu-content .classic-link a {
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
}
.megamenu-content .classic-link a::after {
  content: none;
}
.megamenu-content .wp-block-button {
  font-size: 18px;
}
#mobile-drawer .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
#mobile-drawer .mobile-menu-list>li {
  display: block;
  border-bottom: 1px solid var(--color-banner-heading);
}
@supports (color: color-mix(in lab, red, red)) {
  #mobile-drawer .mobile-menu-list>li {
    border-bottom: 1px solid color-mix(in srgb, var(--color-banner-heading) 18%, transparent);
  }
}
#mobile-drawer .mobile-menu-list>li {
  padding: 0;
  margin: 0;
}
#mobile-drawer .mobile-menu-list>li>a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  color: var(--color-banner-heading);
  font-family: var(--font-barlow-semicondensed);
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}
#mobile-drawer .mobile-menu-list>li.has-megamenu>a {
  justify-content: space-between;
}
#mobile-drawer .mobile-menu-list>li.has-megamenu>a>svg {
  width: 36px;
  height: 36px;
  padding: 6px;
  box-sizing: content-box;
  transition: transform 0.2s ease;
  margin-left: auto;
  cursor: pointer;
  border-radius: 999px;
}
#mobile-drawer .mobile-menu-list>li.has-megamenu>a>svg:hover {
  background: var(--color-banner-heading);
}
@supports (color: color-mix(in lab, red, red)) {
  #mobile-drawer .mobile-menu-list>li.has-megamenu>a>svg:hover {
    background: color-mix(in srgb, var(--color-banner-heading) 8%, transparent);
  }
}
#mobile-drawer .mobile-menu-list>li.has-megamenu>a[aria-expanded="true"]>svg {
  transform: rotate(180deg);
}
#mobile-drawer .megamenu-panel {
  position: static !important;
  background: transparent !important;
  padding: 0 24px 12px;
}
#mobile-drawer .megamenu-inner {
  padding: 0 !important;
  max-width: 100% !important;
}
#mobile-drawer .mobile-menu-list>li.icon-user>a::before, #mobile-drawer .mobile-menu-list>li.icon-press>a::before, #mobile-drawer .mobile-menu-list>li.icon-shop>a::before, #mobile-drawer .mobile-menu-list>li.icon-search>a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mobile-drawer .mobile-menu-list>li.icon-user>a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2327348B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><circle cx='12' cy='10' r='3'/><path d='M5.5 19c1.5-2.5 4-4 6.5-4s5 1.5 6.5 4'/></svg>");
}
#mobile-drawer .mobile-menu-list>li.icon-press>a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2327348B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='15' height='14' rx='1'/><path d='M18 9h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6'/><path d='M6 9h9M6 12h9M6 15h6'/></svg>");
}
#mobile-drawer .mobile-menu-list>li.icon-shop>a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2327348B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 8h16l-1.2 11a2 2 0 0 1-2 1.8H7.2a2 2 0 0 1-2-1.8L4 8z'/><path d='M8 8a4 4 0 0 1 8 0'/></svg>");
}
#mobile-drawer .mobile-menu-list>li.icon-search>a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2327348B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>");
}
body.has-drawer-open {
  overflow: hidden;
}
.movendi-breadcrumb {
  font-family: var(--font-barlow-semicondensed);
  font-size: 18px;
  line-height: 1.4;
}
.movendi-breadcrumb a {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: none;
}
.movendi-breadcrumb a:hover {
  text-decoration: underline;
}
.movendi-breadcrumb .breadcrumb_last {
  color: var(--color-text-grey);
  font-weight: 400;
}
.news-filter {
  padding-right: 2.75rem;
}
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 17px;
  height: 9px;
  transform: translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.946 0.945969L8.44597 8.44597C8.3405 8.55131 8.19753 8.61047 8.04847 8.61047C7.89941 8.61047 7.75644 8.55131 7.65097 8.44597L0.150969 0.945969C0.0516087 0.839338 -0.00248353 0.698303 8.76355e-05 0.552578C0.0026588 0.406852 0.0616926 0.267813 0.164752 0.164753C0.267812 0.0616933 0.406851 0.0026588 0.552577 8.76344e-05C0.698303 -0.00248353 0.839338 0.0516094 0.945969 0.150969L8.04847 7.25253L15.151 0.150969C15.2576 0.0516094 15.3986 -0.00248353 15.5444 8.76344e-05C15.6901 0.0026588 15.8291 0.0616933 15.9322 0.164753C16.0352 0.267813 16.0943 0.406852 16.0969 0.552578C16.0994 0.698303 16.0453 0.839338 15.946 0.945969Z' fill='%2327348B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 9px;
  transition: transform 200ms ease;
}
.select-wrap:has(.news-filter:focus)::after {
  transform: translateY(-50%) rotate(180deg);
}
#news-list.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.news-loader {
  display: none;
  justify-content: center;
  padding: 2rem 0;
}
.news-loader.is-active {
  display: flex;
}
.news-loader__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--color-lines);
  border-top-color: var(--color-blue);
  border-radius: 9999px;
  animation: news-spin 0.8s linear infinite;
}
@keyframes news-spin {
  to {
    transform: rotate(360deg);
  }
}
:where(.entry-content, .is-layout-constrained) > * {
  max-width: var(--wp--style--global--content-size, 1120px);
  margin-left: auto;
  margin-right: auto;
}
:where(.entry-content, .is-layout-constrained) > .alignwide {
  max-width: var(--wp--style--global--wide-size, 1120px);
}
:where(.entry-content, .is-layout-constrained) > .alignfull {
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:where(.prose, .entry-content, .wp-block-post-content) > * {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
:where(.prose, .entry-content, .wp-block-post-content) > *:last-child {
  margin-bottom: 0;
}
:where(.prose, .entry-content, .wp-block-post-content) :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
:where(.prose, .entry-content, .wp-block-post-content) > :where(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
:where(.prose, .entry-content, .wp-block-post-content) :where(ul, ol) {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
:where(.prose, .entry-content, .wp-block-post-content) li {
  margin-bottom: 0.5rem;
}
:where(.prose, .entry-content, .wp-block-post-content) li:last-child {
  margin-bottom: 0;
}
:where(.prose, .entry-content, .wp-block-post-content) :where(figure, blockquote) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
:where(.prose, .entry-content, .wp-block-post-content) hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
:where(.prose, .entry-content, .wp-block-post-content) h1, :where(.prose, .entry-content, .wp-block-post-content) .wp-block-heading.is-h1, :where(.prose, .entry-content, .wp-block-post-content) h1.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 58px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.01em;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) h2, :where(.prose, .entry-content, .wp-block-post-content) h2.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) h3, :where(.prose, .entry-content, .wp-block-post-content) h3.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) h4, :where(.prose, .entry-content, .wp-block-post-content) h4.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) h5, :where(.prose, .entry-content, .wp-block-post-content) h5.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) h6, :where(.prose, .entry-content, .wp-block-post-content) h6.wp-block-heading {
  font-family: var(--font-barlow-semicondensed);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
:where(.prose, .entry-content, .wp-block-post-content) p, :where(.prose, .entry-content, .wp-block-post-content) .wp-block-paragraph {
  font-family: var(--font-ancizar-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: var(--color-text-grey);
}
:where(.prose, .entry-content, .wp-block-post-content) p strong, :where(.prose, .entry-content, .wp-block-post-content) strong {
  font-weight: 600;
  letter-spacing: -0.32px;
}
:where(.prose, .entry-content, .wp-block-post-content) ul, :where(.prose, .entry-content, .wp-block-post-content) ol, :where(.prose, .entry-content, .wp-block-post-content) .wp-block-list {
  font-family: var(--font-ancizar-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: var(--color-text-grey);
  padding-left: 0;
  list-style: none;
}
:where(.prose, .entry-content, .wp-block-post-content) ul > li, :where(.prose, .entry-content, .wp-block-post-content) .wp-block-list:not([type]) > li {
  display: block;
  position: relative;
  padding-left: 1.75rem;
}
:where(.prose, .entry-content, .wp-block-post-content) ul > li::before, :where(.prose, .entry-content, .wp-block-post-content) .wp-block-list:not([type]) > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: var(--color-blue);
}
:where(.prose, .entry-content, .wp-block-post-content) ol {
  list-style: decimal outside;
  padding-left: 1.75rem;
}
:where(.prose, .entry-content, .wp-block-post-content) a {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.15s ease;
}
:where(.prose, .entry-content, .wp-block-post-content) a:hover {
  opacity: 0.7;
}
:where(.prose, .entry-content, .wp-block-post-content) figcaption {
  font-family: var(--font-ancizar-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-style: italic;
  color: var(--color-text-grey);
  margin-top: 0.5em;
}
:where(.prose, .entry-content, .wp-block-post-content) hr {
  border: 0;
  border-top: 1px solid var(--color-lines);
  margin: 2em 0;
}
:where(.prose, .entry-content, .wp-block-post-content) blockquote {
  font-family: var(--font-ancizar-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  color: var(--color-black);
  border-left: 4px solid var(--color-blue);
  padding-left: 1rem;
  margin: 1.5em 0;
}
@media (max-width: 768px) {
  :where(.prose, .entry-content, .wp-block-post-content) h1,	:where(.prose, .entry-content, .wp-block-post-content) h1.wp-block-heading {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
  :where(.prose, .entry-content, .wp-block-post-content) h2,	:where(.prose, .entry-content, .wp-block-post-content) h2.wp-block-heading {
    font-size: 38px;
    line-height: 48px;
  }
  :where(.prose, .entry-content, .wp-block-post-content) h3,	:where(.prose, .entry-content, .wp-block-post-content) h3.wp-block-heading {
    font-size: 34px;
    line-height: 1.1;
  }
  :where(.prose, .entry-content, .wp-block-post-content) h4,	:where(.prose, .entry-content, .wp-block-post-content) h4.wp-block-heading {
    font-size: 28px;
    line-height: 36px;
  }
  :where(.prose, .entry-content, .wp-block-post-content) h5,	:where(.prose, .entry-content, .wp-block-post-content) h5.wp-block-heading {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
  :where(.prose, .entry-content, .wp-block-post-content) h6,	:where(.prose, .entry-content, .wp-block-post-content) h6.wp-block-heading {
    font-size: 18px;
  }
  :where(.prose, .entry-content, .wp-block-post-content) p,	:where(.prose, .entry-content, .wp-block-post-content) .wp-block-paragraph,	:where(.prose, .entry-content, .wp-block-post-content) ul,	:where(.prose, .entry-content, .wp-block-post-content) ol,	:where(.prose, .entry-content, .wp-block-post-content) .wp-block-list {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
  }
  :where(.prose, .entry-content, .wp-block-post-content) blockquote {
    font-size: 18px;
    line-height: 24px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.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;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.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 {
  margin: calc(var(--spacing) * 0);
}
.mx-1 {
  margin-inline: calc(var(--spacing) * 1);
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-12 {
  margin-inline: calc(var(--spacing) * 12);
}
.mx-auto {
  margin-inline: auto;
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-auto {
  margin-top: auto;
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[352\/254\] {
  aspect-ratio: 352/254;
}
.type-regular-link {
  font-family: var(--font-barlow-semicondensed);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--color-blue);
  text-decoration: none;
}
@media (max-width: 768px) {
  .type-regular-link {
    font-size: 16px;
  }
  .type-regular-link svg {
    width: 22px;
    height: 22px;
  }
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7\.5 {
  height: calc(var(--spacing) * 7.5);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-28 {
  height: calc(var(--spacing) * 28);
}
.h-\[34px\] {
  height: 34px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[172px\] {
  height: 172px;
}
.h-full {
  height: 100%;
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7\.5 {
  width: calc(var(--spacing) * 7.5);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-28 {
  width: calc(var(--spacing) * 28);
}
.w-\[256px\] {
  width: 256px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[736px\] {
  max-width: 736px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-none {
  max-width: none;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-\[240px\] {
  min-width: 240px;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-px {
  --tw-translate-y: -1px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.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-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.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-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-\[\#121E6A33\] {
  border-color: #121E6A33;
}
.border-\[\#27348B\] {
  border-color: #27348B;
}
.border-\[\#DDDDDD\] {
  border-color: #DDDDDD;
}
.border-\[\#F49F92\] {
  border-color: #F49F92;
}
.border-gray-100 {
  border-color: var(--color-gray-100);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-white {
  border-color: var(--color-white);
}
.border-white\/20 {
  border-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.border-white\/30 {
  border-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/30 {
    border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.border-white\/70 {
  border-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/70 {
    border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.bg-\[\#cfe3f3\] {
  background-color: #cfe3f3;
}
.bg-\[\#e4f0f7\] {
  background-color: #e4f0f7;
}
.bg-banner-blue {
  background-color: var(--color-banner-blue);
}
.bg-grey {
  background-color: var(--color-grey);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.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-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.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-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.type-label {
  font-family: var(--font-barlow-semicondensed);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .type-label {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.06em;
  }
}
.type-body-lg {
  font-family: var(--font-ancizar-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}
@media (max-width: 768px) {
  .type-body-lg {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.type-h1 {
  font-family: var(--font-barlow-semicondensed);
  font-size: 58px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .type-h1 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
}
.type-h4 {
  font-family: var(--font-barlow-semicondensed);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .type-h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.type-body {
  font-family: var(--font-ancizar-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .type-body {
    font-size: 16px;
  }
}
.font-ancizar-serif {
  font-family: var(--font-ancizar-serif);
}
.font-ancizar-serif {
  font-family: var(--font-ancizar-serif);
}
.font-barlow-semicondensed {
  font-family: var(--font-barlow-semicondensed);
}
.font-barlow-semicondensed {
  font-family: var(--font-barlow-semicondensed);
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--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-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[32px\] {
  font-size: 32px;
}
.leading-4 {
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-7 {
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
}
.leading-\[26px\] {
  --tw-leading: 26px;
  line-height: 26px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.01em\] {
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
}
.tracking-\[0\.11em\] {
  --tw-tracking: 0.11em;
  letter-spacing: 0.11em;
}
.text-\[\#2F2F2F\] {
  color: #2F2F2F;
}
.text-\[\#27348B\] {
  color: #27348B;
}
.text-\[\#F49F92\] {
  color: #F49F92;
}
.text-banner-text {
  color: var(--color-banner-text);
}
.text-black {
  color: var(--color-black);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-grey {
  color: var(--color-grey);
}
.text-primary {
  color: var(--color-primary);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, 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-colors {
  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));
}
.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-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:rotate-180:is(:where(.group):hover *) {
    rotate: 180deg;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#27348B\]:is(:where(.group):hover *) {
    color: #27348B;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#27348B\]\/5:hover {
    background-color: color-mix(in oklab, #27348B 5%, transparent);
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#F49F92\]\/10:hover {
    background-color: color-mix(in oklab, #F49F92 10%, transparent);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/20:hover {
    background-color: var(--color-white);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/20:hover {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-primary\/80:hover {
    color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-primary\/80:hover {
      color: color-mix(in oklab, var(--color-primary) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-white\/80:hover {
    color: var(--color-white);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-white\/80:hover {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:border-primary {
    border-color: var(--color-primary);
  }
}
@media (width >= 40rem) {
  .sm\:bg-primary {
    background-color: var(--color-primary);
  }
}
@media (width >= 40rem) {
  .sm\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 40rem) {
  .sm\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 40rem) {
  .sm\:py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
}
@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-white {
    color: var(--color-white);
  }
}
@media (width >= 40rem) {
  @media (hover: hover) {
    .sm\:hover\:bg-primary\/90:hover {
      background-color: var(--color-primary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .sm\:hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
      }
    }
  }
}
@media (width >= 40rem) {
  @media (hover: hover) {
    .sm\:hover\:bg-white\/90:hover {
      background-color: var(--color-white);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .sm\:hover\:bg-white\/90:hover {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
  }
}
@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\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:inline {
    display: inline;
  }
}
@media (width >= 48rem) {
  .md\:h-\[70px\] {
    height: 70px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[190px\] {
    max-width: 190px;
  }
}
@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-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@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\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:inline-flex {
    display: inline-flex;
  }
}
@media (width >= 64rem) {
  .lg\:h-auto {
    height: auto;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:group-focus-within\:block:is(:where(.group):focus-within *) {
    display: block;
  }
}
@media (width >= 64rem) {
  @media (hover: hover) {
    .lg\:group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&\.is-open\]\:block.is-open {
  display: block;
}
.\[\&\.is-open\]\:flex.is-open {
  display: flex;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-font-weight: initial;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --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-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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
