/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: perfform
Theme URI: https://underscoretw.com/
Description: Custom WordPress theme for PerfForm, built with Tailwind CSS and _tw.
Version: 0.1.0
Author: Pierre GACHOD
Author URI: https://pierre-gachod.fr
Text Domain: pfm
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.

perfform 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: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-red-50: oklch(97.1% 0.013 17.38);
  --color-red-100: oklch(93.6% 0.032 17.717);
  --color-red-200: oklch(88.5% 0.062 18.334);
  --color-green-50: oklch(98.2% 0.018 155.826);
  --color-green-100: oklch(96.2% 0.044 156.743);
  --color-green-200: oklch(92.5% 0.084 155.995);
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-100: oklch(93.2% 0.032 255.585);
  --color-blue-200: oklch(88.2% 0.059 254.128);
  --color-violet-400: oklch(70.2% 0.183 293.541);
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --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-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-black: #000000;
  --color-white: #ffffff;
  --spacing: 0.25rem;
  --container-sm: 24rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-6xl: 72rem;
  --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);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-xl: 24px;
  --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);
  --header-full-height: 185px;
  --header-offset: 0px;
  --sticky-gap: 32px;
  --color-blue-perf: #070c38;
  --color-red-perf: #fc0b23;
  --color-red-shade: #c1081b;
  --color-blue-accent: #0d5ef4;
  --color-blue-shade: #083d9d;
  --color-green-accent: #299b64;
  --color-green-shade: #1c6d46;
  --color-background: #fbfbfb;
  --color-foreground: #070c38;
  --color-primary: #fc0b23;
  --font-poppins: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --font-inter: "Inter", ui-sans-serif, system-ui, sans-serif;
  --spacing-lateral-m: 16px;
  --spacing-lateral-t: 50px;
  --spacing-lateral-d: 80px;
  --spacing-lateral-bd: 120px;
  --spacing-section-gap-m: 30px;
  --spacing-section-gap-t: 40px;
  --spacing-section-gap-d: 48px;
  --spacing-section-gap-bd: 64px;
  --spacing-title-subtitle: 25px;
  --spacing-title-content: 50px;
  --spacing-section-content-m: 35px;
  --spacing-section-content-t: 40px;
  --spacing-section-content-d: 50px;
  --spacing-section-content-bd: 80px;
  --radius-full: 9999px;
  --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;
}
*, ::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;
}
[x-cloak] {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-poppins);
}
h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  text-transform: capitalize;
}
@media (width >= 640px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (width >= 768px) {
  h1 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (width >= 1024px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (width >= 640px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (width >= 768px) {
  h2 {
    font-size: 29px;
    line-height: 34px;
  }
}
@media (width >= 1024px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
h3 {
  font-family: var(--font-poppins);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media (width >= 640px) {
  h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (width >= 768px) {
  h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
nav a, nav button {
  font-family: var(--font-poppins);
}
p, blockquote, figcaption {
  font-family: var(--font-sans);
}
section {
  scroll-margin-top: var(--spacing-lateral-t);
}
@media (width >= 930px) {
  section {
    scroll-margin-top: var(--spacing-lateral-bd);
  }
}
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
}
.admin-bar #masthead {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  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);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
}
.entry-content > .alignwide {
  width: 100%;
}
.entry-content > .alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.formation-detail-content img.alignleft, .formation-detail-content figure.alignleft, .formation-detail-content .wp-caption.alignleft {
  float: left !important;
  margin: 0 2rem 1.5rem 0 !important;
}
.formation-detail-content img.alignright, .formation-detail-content figure.alignright, .formation-detail-content .wp-caption.alignright {
  float: right !important;
  margin: 0 0 1.5rem 2rem !important;
}
.formation-detail-content img.aligncenter, .formation-detail-content figure.aligncenter, .formation-detail-content .wp-caption.aligncenter {
  margin-inline: auto !important;
}
.icon {
  display: inline-block;
  fill: currentcolor;
}
@keyframes underline-lg {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes underline-stay {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.nav-link {
  position: relative;
  color: var(--color-foreground);
  color: inherit;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 0.5);
  width: 100%;
  background-color: var(--color-red-perf);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.nav-link.active {
  background-color: color-mix(in srgb, #fc0b23 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .nav-link.active {
    background-color: color-mix(in oklab, var(--color-red-perf) 10%, transparent);
  }
}
.nav-link.active::after {
  transform: scaleX(1);
}
.nav-link-secondary {
  position: relative;
  color: var(--color-foreground);
  color: inherit;
}
.nav-link-secondary::after {
  content: "";
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 0.5);
  width: 100%;
  background-color: var(--color-blue-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.nav-link-secondary:hover::after {
  transform: scaleX(1);
}
.nav-link-secondary.active {
  background-color: color-mix(in srgb, #0d5ef4 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .nav-link-secondary.active {
    background-color: color-mix(in oklab, var(--color-blue-accent) 10%, transparent);
  }
}
.nav-link-secondary.active::after {
  transform: scaleX(1);
}
.dropdown-item {
  position: relative;
}
.dropdown-item::after {
  content: "";
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  height: 1px;
  background-color: color-mix(in srgb, #fc0b23 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .dropdown-item::after {
    background-color: color-mix(in oklab, var(--color-red-perf) 10%, transparent);
  }
}
.dropdown-item::after {
  left: 10%;
  right: 10%;
  width: 80%;
}
.dropdown-item:last-child::after {
  display: none;
}
@keyframes reveal-down {
  from {
    max-height: 0;
    overflow: hidden;
  }
  to {
    max-height: 134px;
    overflow: hidden;
  }
}
@keyframes fold-up {
  from {
    max-height: 134px;
    overflow: hidden;
  }
  to {
    max-height: 0;
    overflow: hidden;
  }
}
.dropdown-animate-enter {
  animation: reveal-down 300ms ease-out forwards !important;
  overflow: hidden;
}
.dropdown-animate-leave {
  animation: fold-up 200ms ease-in forwards !important;
  overflow: hidden;
}
.dropdown-item.active {
  background-color: color-mix(in srgb, #fc0b23 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .dropdown-item.active {
    background-color: color-mix(in oklab, var(--color-red-perf) 10%, transparent);
  }
}
.icon-badge {
  display: flex;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background-color: #eaeaea;
}
.icon-badge-sm {
  display: flex;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background-color: #eaeaea;
}
.icon-badge-lg {
  display: flex;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background-color: #eaeaea;
}
.footer-menu-list a {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: color-mix(in srgb, #ffffff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .footer-menu-list a {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.footer-menu-list a {
  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));
}
@media (hover: hover) {
  :is(.footer-menu-list a):hover {
    color: color-mix(in srgb, #ffffff 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :is(.footer-menu-list a):hover {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
}
@media (width >= 640px) {
  .footer-menu-list a {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.title-with-stroke {
  position: relative;
  display: inline-block;
}
.title-with-stroke::after {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  margin-top: 0.5rem;
  background-image: url("/theme/assets/stroke-vector.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pfm-reveal {
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.pfm-reveal-up {
  transform: translateY(20px);
}
.pfm-reveal-down {
  transform: translateY(-20px);
}
.pfm-reveal-left {
  transform: translateX(20px);
}
.pfm-reveal-right {
  transform: translateX(-20px);
}
.pfm-reveal-zoom {
  transform: scale(0.95);
}
.pfm-reveal.is-visible {
  opacity: 100%;
  transform: none;
}
.pfm-reveal-delay-100 {
  transition-delay: 100ms;
}
.pfm-reveal-delay-200 {
  transition-delay: 200ms;
}
.pfm-reveal-delay-300 {
  transition-delay: 300ms;
}
.pfm-reveal-delay-400 {
  transition-delay: 400ms;
}
.pfm-reveal-delay-500 {
  transition-delay: 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .pfm-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.section {
  padding-inline: var(--spacing-lateral-m);
  padding-block: var(--spacing-section-gap-m);
}
@media (width >= 768px) {
  .section {
    padding-inline: var(--spacing-lateral-t);
  }
}
@media (width >= 768px) {
  .section {
    padding-block: var(--spacing-section-gap-t);
  }
}
@media (width >= 1024px) {
  .section {
    padding-inline: var(--spacing-lateral-d);
  }
}
@media (width >= 1024px) {
  .section {
    padding-block: var(--spacing-section-gap-d);
  }
}
@media (width >= 1440px) {
  .section {
    padding-inline: var(--spacing-lateral-bd);
  }
}
@media (width >= 1440px) {
  .section {
    padding-block: var(--spacing-section-gap-bd);
  }
}
.section-content {
  gap: var(--spacing-section-content-m);
}
@media (width >= 768px) {
  .section-content {
    gap: var(--spacing-section-content-t);
  }
}
@media (width >= 1024px) {
  .section-content {
    gap: var(--spacing-section-content-d);
  }
}
@media (width >= 1440px) {
  .section-content {
    gap: var(--spacing-section-content-bd);
  }
}
.section-container {
  margin-inline: auto;
  width: 100%;
  max-width: 1536px;
}
.pfm-gallery-content {
  width: 100%;
}
.pfm-gallery-content .wp-block-gallery, .pfm-gallery-content .blocks-gallery-grid, .pfm-gallery-content .gallery {
  column-count: 1;
  column-gap: 1.75rem;
  display: block !important;
  width: 100%;
}
.pfm-gallery-content .wp-block-gallery > *, .pfm-gallery-content .blocks-gallery-grid > *, .pfm-gallery-content .gallery > * {
  overflow: hidden;
  border-radius: var(--radius-lg);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 4px 6px -2px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  aspect-ratio: 4 / 3;
  break-inside: avoid;
  display: block !important;
  margin: 0 0 1.75rem !important;
  max-width: none !important;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}
.pfm-gallery-content .wp-block-gallery > *:nth-child(2n), .pfm-gallery-content .blocks-gallery-grid > *:nth-child(2n), .pfm-gallery-content .gallery > *:nth-child(2n) {
  aspect-ratio: 1 / 1;
}
.pfm-gallery-content .wp-block-gallery > *:nth-child(3n), .pfm-gallery-content .blocks-gallery-grid > *:nth-child(3n), .pfm-gallery-content .gallery > *:nth-child(3n) {
  aspect-ratio: 16 / 10;
}
.pfm-gallery-content .wp-block-gallery > *:nth-child(4n), .pfm-gallery-content .blocks-gallery-grid > *:nth-child(4n), .pfm-gallery-content .gallery > *:nth-child(4n) {
  aspect-ratio: 3 / 4;
}
.pfm-gallery-content .wp-block-gallery > *:nth-child(7n), .pfm-gallery-content .blocks-gallery-grid > *:nth-child(7n), .pfm-gallery-content .gallery > *:nth-child(7n) {
  aspect-ratio: 5 / 7;
}
.pfm-gallery-content .wp-block-image, .pfm-gallery-content .blocks-gallery-item, .pfm-gallery-content .gallery-item {
  width: 100% !important;
}
.pfm-gallery-content img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center;
}
.pfm-gallery-content a {
  display: block;
  height: 100%;
}
.pfm-gallery-content figcaption, .pfm-gallery-content .blocks-gallery-item__caption, .pfm-gallery-content .wp-caption-text, .pfm-gallery-content .gallery-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 640px) {
  .pfm-gallery-content .wp-block-gallery,	.pfm-gallery-content .blocks-gallery-grid,	.pfm-gallery-content .gallery {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .pfm-gallery-content .wp-block-gallery,	.pfm-gallery-content .blocks-gallery-grid,	.pfm-gallery-content .gallery {
    column-count: 3;
  }
}
@media (min-width: 1280px) {
  .pfm-gallery-content .wp-block-gallery,	.pfm-gallery-content .blocks-gallery-grid,	.pfm-gallery-content .gallery {
    column-count: 4;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.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;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.inset-x-\[-20\%\] {
  inset-inline: -20%;
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.-top-6 {
  top: calc(var(--spacing) * -6);
}
.-top-8 {
  top: calc(var(--spacing) * -8);
}
.-top-35 {
  top: calc(var(--spacing) * -35);
}
.-top-\[10\%\] {
  top: calc(10% * -1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-\[calc\(50\%\+49px\)\] {
  top: calc(50% + 49px);
}
.-right-5 {
  right: calc(var(--spacing) * -5);
}
.-right-8 {
  right: calc(var(--spacing) * -8);
}
.-right-20 {
  right: calc(var(--spacing) * -20);
}
.right-\(--scrollbar-space\) {
  right: var(--scrollbar-space);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-5 {
  right: calc(var(--spacing) * 5);
}
.-bottom-25 {
  bottom: calc(var(--spacing) * -25);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-5 {
  bottom: calc(var(--spacing) * 5);
}
.-left-4 {
  left: calc(var(--spacing) * -4);
}
.-left-5 {
  left: calc(var(--spacing) * -5);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.container {
  width: 100%;
}
@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}
@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}
@media (width >= 930px) {
  .container {
    max-width: 930px;
  }
}
@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (width >= 1160px) {
  .container {
    max-width: 1160px;
  }
}
@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (width >= 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.-mx-2 {
  margin-inline: calc(var(--spacing) * -2);
}
.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 > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
: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-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.mt-title-content {
  margin-top: var(--spacing-title-content);
}
.mt-title-subtitle {
  margin-top: var(--spacing-title-subtitle);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.mb-section-gap-m {
  margin-bottom: var(--spacing-section-gap-m);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-lateral-bd {
  width: var(--spacing-lateral-bd);
  height: var(--spacing-lateral-bd);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-7\.5 {
  height: calc(var(--spacing) * 7.5);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.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-23\.25 {
  height: calc(var(--spacing) * 23.25);
}
.h-24 {
  height: calc(var(--spacing) * 24);
}
.h-25 {
  height: calc(var(--spacing) * 25);
}
.h-32 {
  height: calc(var(--spacing) * 32);
}
.h-100 {
  height: calc(var(--spacing) * 100);
}
.h-\[5px\] {
  height: 5px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[22\%\] {
  height: 22%;
}
.h-\[50dvh\] {
  height: 50dvh;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[75dvh\] {
  height: 75dvh;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80dvh\] {
  height: 80dvh;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[360px\] {
  height: 360px;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-24 {
  max-height: calc(var(--spacing) * 24);
}
.max-h-\[55dvh\] {
  max-height: 55dvh;
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-21\.5 {
  min-height: calc(var(--spacing) * 21.5);
}
.min-h-24 {
  min-height: calc(var(--spacing) * 24);
}
.min-h-27\.5 {
  min-height: calc(var(--spacing) * 27.5);
}
.min-h-28 {
  min-height: calc(var(--spacing) * 28);
}
.min-h-32 {
  min-height: calc(var(--spacing) * 32);
}
.min-h-55 {
  min-height: calc(var(--spacing) * 55);
}
.min-h-90 {
  min-height: calc(var(--spacing) * 90);
}
.min-h-155 {
  min-height: calc(var(--spacing) * 155);
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-lateral-bd {
  min-height: var(--spacing-lateral-bd);
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-3\/5 {
  width: calc(3 / 5 * 100%);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-7\.5 {
  width: calc(var(--spacing) * 7.5);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-28 {
  width: calc(var(--spacing) * 28);
}
.w-31\.25 {
  width: calc(var(--spacing) * 31.25);
}
.w-32 {
  width: calc(var(--spacing) * 32);
}
.w-50 {
  width: calc(var(--spacing) * 50);
}
.w-60 {
  width: calc(var(--spacing) * 60);
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[400vw\] {
  width: 400vw;
}
.w-\[600\%\] {
  width: 600%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-80 {
  max-width: calc(var(--spacing) * 80);
}
.max-w-100 {
  max-width: calc(var(--spacing) * 100);
}
.max-w-150 {
  max-width: calc(var(--spacing) * 150);
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: var(--container-sm);
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-62\.5 {
  min-width: calc(var(--spacing) * 62.5);
}
.min-w-fit {
  min-width: fit-content;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-0\.5 {
  --tw-translate-x: calc(var(--spacing) * -0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-1\/3 {
  --tw-translate-x: calc(calc(1 / 3 * 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-0\.5 {
  --tw-translate-x: calc(var(--spacing) * 0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1\/3 {
  --tw-translate-x: calc(1 / 3 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-7\.25 {
  --tw-translate-x: calc(var(--spacing) * 7.25);
  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\/3 {
  --tw-translate-y: calc(calc(1 / 3 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/6 {
  --tw-translate-y: calc(calc(1 / 6 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1\/6 {
  --tw-translate-y: calc(1 / 6 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-0 {
  rotate: 0deg;
}
.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-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fit\,minmax\(320px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-3\.25 {
  gap: calc(var(--spacing) * 3.25);
}
.gap-3\.75 {
  gap: calc(var(--spacing) * 3.75);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-7\.5 {
  gap: calc(var(--spacing) * 7.5);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-18\.75 {
  gap: calc(var(--spacing) * 18.75);
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-px {
  gap: 1px;
}
.gap-section-content-d {
  gap: var(--spacing-section-content-d);
}
.gap-section-content-m {
  gap: var(--spacing-section-content-m);
}
.gap-title-content {
  gap: var(--spacing-title-content);
}
.gap-title-subtitle {
  gap: var(--spacing-title-subtitle);
}
: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-16 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-5 {
  column-gap: calc(var(--spacing) * 5);
}
.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-blue-perf\/10 > :not(:last-child)) {
  border-color: color-mix(in srgb, #070c38 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :where(.divide-blue-perf\/10 > :not(:last-child)) {
    border-color: color-mix(in oklab, var(--color-blue-perf) 10%, transparent);
  }
}
:where(.divide-red-perf\/20 > :not(:last-child)) {
  border-color: color-mix(in srgb, #fc0b23 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :where(.divide-red-perf\/20 > :not(:last-child)) {
    border-color: color-mix(in oklab, var(--color-red-perf) 20%, transparent);
  }
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.self-start {
  align-self: flex-start;
}
.justify-self-end {
  justify-self: flex-end;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: var(--radius-full);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-t-lg {
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}
.rounded-l-full {
  border-top-left-radius: var(--radius-full);
  border-bottom-left-radius: var(--radius-full);
}
.rounded-tl-\[3px\] {
  border-top-left-radius: 3px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-r-full {
  border-top-right-radius: var(--radius-full);
  border-bottom-right-radius: var(--radius-full);
}
.rounded-tr-\[3px\] {
  border-top-right-radius: 3px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}
.rounded-tr-lg {
  border-top-right-radius: var(--radius-lg);
}
.rounded-tr-md {
  border-top-right-radius: var(--radius-md);
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-lg {
  border-bottom-right-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}
.rounded-br-\[3px\] {
  border-bottom-right-radius: 3px;
}
.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}
.rounded-bl-\[3px\] {
  border-bottom-left-radius: 3px;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-background {
  border-color: var(--color-background);
}
.border-black\/5 {
  border-color: color-mix(in srgb, #000000 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/5 {
    border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  }
}
.border-black\/20 {
  border-color: color-mix(in srgb, #000000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/20 {
    border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.border-blue-200 {
  border-color: var(--color-blue-200);
}
.border-blue-accent {
  border-color: var(--color-blue-accent);
}
.border-blue-perf {
  border-color: var(--color-blue-perf);
}
.border-blue-perf\/10 {
  border-color: color-mix(in srgb, #070c38 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-blue-perf\/10 {
    border-color: color-mix(in oklab, var(--color-blue-perf) 10%, transparent);
  }
}
.border-blue-perf\/20 {
  border-color: color-mix(in srgb, #070c38 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-blue-perf\/20 {
    border-color: color-mix(in oklab, var(--color-blue-perf) 20%, transparent);
  }
}
.border-blue-shade {
  border-color: var(--color-blue-shade);
}
.border-green-200 {
  border-color: var(--color-green-200);
}
.border-green-shade {
  border-color: var(--color-green-shade);
}
.border-red-200 {
  border-color: var(--color-red-200);
}
.border-red-perf {
  border-color: var(--color-red-perf);
}
.border-red-perf\/20 {
  border-color: color-mix(in srgb, #fc0b23 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-red-perf\/20 {
    border-color: color-mix(in oklab, var(--color-red-perf) 20%, transparent);
  }
}
.border-red-shade {
  border-color: var(--color-red-shade);
}
.border-violet-400 {
  border-color: var(--color-violet-400);
}
.border-white\/10 {
  border-color: color-mix(in srgb, #ffffff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.border-white\/40 {
  border-color: color-mix(in srgb, #ffffff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/40 {
    border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.bg-\[\#EAEAEA\] {
  background-color: #EAEAEA;
}
.bg-\[\#eaeaea\] {
  background-color: #eaeaea;
}
.bg-black\/20 {
  background-color: color-mix(in srgb, #000000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/20 {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.bg-black\/60 {
  background-color: color-mix(in srgb, #000000 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\/70 {
  background-color: color-mix(in srgb, #000000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.bg-blue-50 {
  background-color: var(--color-blue-50);
}
.bg-blue-100 {
  background-color: var(--color-blue-100);
}
.bg-blue-accent {
  background-color: var(--color-blue-accent);
}
.bg-blue-accent\/10 {
  background-color: color-mix(in srgb, #0d5ef4 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-accent\/10 {
    background-color: color-mix(in oklab, var(--color-blue-accent) 10%, transparent);
  }
}
.bg-blue-accent\/60 {
  background-color: color-mix(in srgb, #0d5ef4 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-accent\/60 {
    background-color: color-mix(in oklab, var(--color-blue-accent) 60%, transparent);
  }
}
.bg-blue-perf {
  background-color: var(--color-blue-perf);
}
.bg-blue-perf\/70 {
  background-color: color-mix(in srgb, #070c38 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-perf\/70 {
    background-color: color-mix(in oklab, var(--color-blue-perf) 70%, transparent);
  }
}
.bg-blue-perf\/75 {
  background-color: color-mix(in srgb, #070c38 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-perf\/75 {
    background-color: color-mix(in oklab, var(--color-blue-perf) 75%, transparent);
  }
}
.bg-blue-perf\/85 {
  background-color: color-mix(in srgb, #070c38 85%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-perf\/85 {
    background-color: color-mix(in oklab, var(--color-blue-perf) 85%, transparent);
  }
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-green-accent {
  background-color: var(--color-green-accent);
}
.bg-red-perf {
  background-color: var(--color-red-perf);
}
.bg-red-perf\/10 {
  background-color: color-mix(in srgb, #fc0b23 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-red-perf\/10 {
    background-color: color-mix(in oklab, var(--color-red-perf) 10%, transparent);
  }
}
.bg-red-perf\/20 {
  background-color: color-mix(in srgb, #fc0b23 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-red-perf\/20 {
    background-color: color-mix(in oklab, var(--color-red-perf) 20%, transparent);
  }
}
.bg-red-shade {
  background-color: var(--color-red-shade);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}
.bg-linear-to-b {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-to-br {
  --tw-gradient-position: to bottom right;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-br {
    --tw-gradient-position: to bottom right in oklab;
  }
}
.bg-linear-to-br {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-to-r {
  --tw-gradient-position: to right;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-r {
    --tw-gradient-position: to right in oklab;
  }
}
.bg-linear-to-r {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-to-t {
  --tw-gradient-position: to top;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-t {
    --tw-gradient-position: to top in oklab;
  }
}
.bg-linear-to-t {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(to_right\,\#ffffff_0\%\,\#ffffff_33\%\,rgba\(255\,255\,255\,0\)_100\%\)\] {
  background-image: linear-gradient(to right,#ffffff 0%,#ffffff 33%,rgba(255,255,255,0) 100%);
}
.from-blue-50 {
  --tw-gradient-from: var(--color-blue-50);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-gray-50 {
  --tw-gradient-from: var(--color-gray-50);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-green-50 {
  --tw-gradient-from: var(--color-green-50);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-red-50 {
  --tw-gradient-from: var(--color-red-50);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-red-perf {
  --tw-gradient-from: var(--color-red-perf);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-red-perf\/65 {
  --tw-gradient-from: color-mix(in srgb, #fc0b23 65%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-red-perf\/65 {
    --tw-gradient-from: color-mix(in oklab, var(--color-red-perf) 65%, transparent);
  }
}
.from-red-perf\/65 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-white {
  --tw-gradient-from: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-background {
  --tw-gradient-to: var(--color-background);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-blue-100 {
  --tw-gradient-to: var(--color-blue-100);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-blue-accent {
  --tw-gradient-to: var(--color-blue-accent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-blue-accent\/45 {
  --tw-gradient-to: color-mix(in srgb, #0d5ef4 45%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-blue-accent\/45 {
    --tw-gradient-to: color-mix(in oklab, var(--color-blue-accent) 45%, transparent);
  }
}
.to-blue-accent\/45 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-gray-100 {
  --tw-gradient-to: var(--color-gray-100);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-green-100 {
  --tw-gradient-to: var(--color-green-100);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-green-accent {
  --tw-gradient-to: var(--color-green-accent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-green-accent\/45 {
  --tw-gradient-to: color-mix(in srgb, #299b64 45%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-green-accent\/45 {
    --tw-gradient-to: color-mix(in oklab, var(--color-green-accent) 45%, transparent);
  }
}
.to-green-accent\/45 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-red-100 {
  --tw-gradient-to: var(--color-red-100);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-clip-text {
  background-clip: text;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-\[70\%_center\] {
  object-position: 70% center;
}
.object-center {
  object-position: center;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.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-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-1\.5 {
  padding-inline: calc(var(--spacing) * 1.5);
}
.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-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[50px\] {
  padding-inline: 50px;
}
.px-lateral-d {
  padding-inline: var(--spacing-lateral-d);
}
.px-lateral-m {
  padding-inline: var(--spacing-lateral-m);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.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-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-7 {
  padding-block: calc(var(--spacing) * 7);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-\[15px\] {
  padding-block: 15px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-3\.75 {
  padding-top: calc(var(--spacing) * 3.75);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-18\.75 {
  padding-top: calc(var(--spacing) * 18.75);
}
.pt-27 {
  padding-top: calc(var(--spacing) * 27);
}
.pt-40 {
  padding-top: calc(var(--spacing) * 40);
}
.pt-\[calc\(var\(--spacing-section-gap-m\)\+70px\)\] {
  padding-top: calc(var(--spacing-section-gap-m) + 70px);
}
.pt-section-gap-m {
  padding-top: var(--spacing-section-gap-m);
}
.pr-16 {
  padding-right: calc(var(--spacing) * 16);
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}
.pb-3\.75 {
  padding-bottom: calc(var(--spacing) * 3.75);
}
.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-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-18\.75 {
  padding-bottom: calc(var(--spacing) * 18.75);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-h3 {
  font-family: var(--font-poppins);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media (width >= 640px) {
  .text-h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (width >= 768px) {
  .text-h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
.text-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  font-family: var(--font-inter);
}
@media (width >= 640px) {
  .text-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (width >= 768px) {
  .text-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.font-inter {
  font-family: var(--font-inter);
}
.font-poppins {
  font-family: var(--font-poppins);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (width >= 768px) {
  .text-body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media (width >= 1024px) {
  .text-body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (width >= 1440px) {
  .text-body {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
}
.text-caption {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (width >= 768px) {
  .text-caption {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (width >= 1024px) {
  .text-caption {
    font-size: 20px;
    line-height: 25px;
  }
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--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-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[180px\] {
  font-size: 180px;
}
.leading-3\.75 {
  --tw-leading: calc(var(--spacing) * 3.75);
  line-height: calc(var(--spacing) * 3.75);
}
.leading-8\.5 {
  --tw-leading: calc(var(--spacing) * 8.5);
  line-height: calc(var(--spacing) * 8.5);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.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-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);
}
.text-balance {
  text-wrap: balance;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-blue-accent {
  color: var(--color-blue-accent);
}
.text-blue-perf {
  color: var(--color-blue-perf);
}
.text-blue-perf\/5 {
  color: color-mix(in srgb, #070c38 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-blue-perf\/5 {
    color: color-mix(in oklab, var(--color-blue-perf) 5%, transparent);
  }
}
.text-blue-perf\/75 {
  color: color-mix(in srgb, #070c38 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-blue-perf\/75 {
    color: color-mix(in oklab, var(--color-blue-perf) 75%, transparent);
  }
}
.text-blue-perf\/80 {
  color: color-mix(in srgb, #070c38 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-blue-perf\/80 {
    color: color-mix(in oklab, var(--color-blue-perf) 80%, transparent);
  }
}
.text-foreground {
  color: var(--color-foreground);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-800 {
  color: var(--color-gray-800);
}
.text-green-accent {
  color: var(--color-green-accent);
}
.text-red-perf {
  color: var(--color-red-perf);
}
.text-red-perf\/10 {
  color: color-mix(in srgb, #fc0b23 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-red-perf\/10 {
    color: color-mix(in oklab, var(--color-red-perf) 10%, transparent);
  }
}
.text-red-perf\/20 {
  color: color-mix(in srgb, #fc0b23 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-red-perf\/20 {
    color: color-mix(in oklab, var(--color-red-perf) 20%, transparent);
  }
}
.text-red-perf\/30 {
  color: color-mix(in srgb, #fc0b23 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-red-perf\/30 {
    color: color-mix(in oklab, var(--color-red-perf) 30%, transparent);
  }
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--color-white);
}
.text-white\/60 {
  color: color-mix(in srgb, #ffffff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #ffffff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #ffffff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.text-white\/90 {
  color: color-mix(in srgb, #ffffff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.decoration-red-perf {
  text-decoration-color: var(--color-red-perf);
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-red-perf {
  accent-color: var(--color-red-perf);
}
.opacity-0 {
  opacity: 0%;
}
.opacity-5 {
  opacity: 5%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-15 {
  opacity: 15%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0_4px_10px_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 4px 6px -2px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 2px 4px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur-xl {
  --tw-blur: blur(var(--blur-xl));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, 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-\[gap\] {
  transition-property: gap;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[height\] {
  transition-property: height;
  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-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-0 {
  --tw-duration: 0ms;
  transition-duration: 0ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.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-perfform {
  --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);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[--scrollbar-space\:16px\] {
  --scrollbar-space: 16px;
}
.\[clip-path\:polygon\(12\%_0\,100\%_0\,100\%_100\%\,0_100\%\)\] {
  clip-path: polygon(12% 0,100% 0,100% 100%,0 100%);
}
.\[scrollbar-color\:rgb\(239_68_68\)_transparent\] {
  scrollbar-color: rgb(239 68 68) transparent;
}
.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable;
}
.\[scrollbar-width\:thin\] {
  scrollbar-width: thin;
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@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\:bg-\[\#F4F4F4\]:is(:where(.group):hover *) {
    background-color: #F4F4F4;
  }
}
@media (hover: hover) {
  .group-hover\:bg-red-shade:is(:where(.group):hover *) {
    background-color: var(--color-red-shade);
  }
}
@media (hover: hover) {
  .group-hover\:text-red-perf:is(:where(.group):hover *) {
    color: var(--color-red-perf);
  }
}
@media (hover: hover) {
  .group-hover\:text-red-shade:is(:where(.group):hover *) {
    color: var(--color-red-shade);
  }
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:right-7::after {
  content: var(--tw-content);
  right: calc(var(--spacing) * 7);
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: calc(var(--spacing) * 0);
}
.after\:left-7::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 7);
}
.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:bg-red-perf::after {
  content: var(--tw-content);
  background-color: var(--color-red-perf);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-r-0:last-child {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
@media (hover: hover) {
  .hover\:border-blue-shade:hover {
    border-color: var(--color-blue-shade);
  }
}
@media (hover: hover) {
  .hover\:border-green-shade:hover {
    border-color: var(--color-green-shade);
  }
}
@media (hover: hover) {
  .hover\:border-red-shade:hover {
    border-color: var(--color-red-shade);
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#F4F4F4\]:hover {
    background-color: #F4F4F4;
  }
}
@media (hover: hover) {
  .hover\:bg-background:hover {
    background-color: var(--color-background);
  }
}
@media (hover: hover) {
  .hover\:bg-blue-50:hover {
    background-color: var(--color-blue-50);
  }
}
@media (hover: hover) {
  .hover\:bg-blue-shade:hover {
    background-color: var(--color-blue-shade);
  }
}
@media (hover: hover) {
  .hover\:bg-gray-50:hover {
    background-color: var(--color-gray-50);
  }
}
@media (hover: hover) {
  .hover\:bg-green-shade:hover {
    background-color: var(--color-green-shade);
  }
}
@media (hover: hover) {
  .hover\:bg-red-shade:hover {
    background-color: var(--color-red-shade);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/90:hover {
    background-color: color-mix(in srgb, #ffffff 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/90:hover {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-blue-perf:hover {
    color: var(--color-blue-perf);
  }
}
@media (hover: hover) {
  .hover\:text-blue-perf\/70:hover {
    color: color-mix(in srgb, #070c38 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-blue-perf\/70:hover {
      color: color-mix(in oklab, var(--color-blue-perf) 70%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-red-perf:hover {
    color: var(--color-red-perf);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
.focus-visible\:outline-2:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.focus-visible\:outline-offset-4:focus-visible {
  outline-offset: 4px;
}
.focus-visible\:outline-red-perf:focus-visible {
  outline-color: var(--color-red-perf);
}
.active\:border-blue-shade:active {
  border-color: var(--color-blue-shade);
}
.active\:border-green-shade:active {
  border-color: var(--color-green-shade);
}
.active\:border-red-shade:active {
  border-color: var(--color-red-shade);
}
.active\:bg-blue-shade:active {
  background-color: var(--color-blue-shade);
}
.active\:bg-green-shade:active {
  background-color: var(--color-green-shade);
}
.active\:bg-red-shade:active {
  background-color: var(--color-red-shade);
}
@media (width < 640px) {
  .max-sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 320px) {
  .min-\[320px\]\:w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
}
@media (width >= 640px) {
  .sm\:mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 640px) {
  .sm\:w-37\.5 {
    width: calc(var(--spacing) * 37.5);
  }
}
@media (width >= 640px) {
  .sm\:w-80 {
    width: calc(var(--spacing) * 80);
  }
}
@media (width >= 640px) {
  .sm\:w-96 {
    width: calc(var(--spacing) * 96);
  }
}
@media (width >= 640px) {
  .sm\:w-\[180vw\] {
    width: 180vw;
  }
}
@media (width >= 640px) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 640px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (width >= 640px) {
  .sm\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 640px) {
  .sm\:gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 640px) {
  .sm\:rounded-\[30px\] {
    border-radius: 30px;
  }
}
@media (width >= 640px) {
  .sm\:rounded-lg {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 640px) {
  .sm\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 640px) {
  .sm\:px-section-content-d {
    padding-inline: var(--spacing-section-content-d);
  }
}
@media (width >= 640px) {
  .sm\:py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
}
@media (width >= 640px) {
  .sm\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 640px) {
  .sm\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 640px) {
  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 640px) {
  .sm\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 768px) {
  .md\:relative {
    position: relative;
  }
}
@media (width >= 768px) {
  .md\:sticky {
    position: sticky;
  }
}
@media (width >= 768px) {
  .md\:inset-0 {
    inset: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:inset-auto {
    inset: auto;
  }
}
@media (width >= 768px) {
  .md\:top-0 {
    top: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:top-5 {
    top: calc(var(--spacing) * 5);
  }
}
@media (width >= 768px) {
  .md\:top-\[calc\(var\(--header-full-height\)\+var\(--header-offset\)\+var\(--sticky-gap\)\)\] {
    top: calc(var(--header-full-height) + var(--header-offset) + var(--sticky-gap));
  }
}
@media (width >= 768px) {
  .md\:right-8 {
    right: calc(var(--spacing) * 8);
  }
}
@media (width >= 768px) {
  .md\:bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 768px) {
  .md\:left-0 {
    left: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:z-auto {
    z-index: auto;
  }
}
@media (width >= 768px) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 768px) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 768px) {
  .md\:order-3 {
    order: 3;
  }
}
@media (width >= 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 768px) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 768px) {
  .md\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:mt-section-content-d {
    margin-top: var(--spacing-section-content-d);
  }
}
@media (width >= 768px) {
  .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 768px) {
  .md\:mb-section-gap-d {
    margin-bottom: var(--spacing-section-gap-d);
  }
}
@media (width >= 768px) {
  .md\:block {
    display: block;
  }
}
@media (width >= 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 768px) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 768px) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 768px) {
  .md\:size-38 {
    width: calc(var(--spacing) * 38);
    height: calc(var(--spacing) * 38);
  }
}
@media (width >= 768px) {
  .md\:h-5 {
    height: calc(var(--spacing) * 5);
  }
}
@media (width >= 768px) {
  .md\:h-14 {
    height: calc(var(--spacing) * 14);
  }
}
@media (width >= 768px) {
  .md\:h-\[21px\] {
    height: 21px;
  }
}
@media (width >= 768px) {
  .md\:h-\[150px\] {
    height: 150px;
  }
}
@media (width >= 768px) {
  .md\:h-\[460px\] {
    height: 460px;
  }
}
@media (width >= 768px) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 768px) {
  .md\:max-h-\[calc\(100dvh-\(var\(--header-full-height\)\+var\(--header-offset\)\+\(var\(--sticky-gap\)\*2\)\)\)\] {
    max-height: calc(100dvh - (var(--header-full-height) + var(--header-offset) + (var(--sticky-gap) * 2)));
  }
}
@media (width >= 768px) {
  .md\:min-h-26 {
    min-height: calc(var(--spacing) * 26);
  }
}
@media (width >= 768px) {
  .md\:min-h-45 {
    min-height: calc(var(--spacing) * 45);
  }
}
@media (width >= 768px) {
  .md\:w-0 {
    width: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 768px) {
  .md\:w-3\/5 {
    width: calc(3 / 5 * 100%);
  }
}
@media (width >= 768px) {
  .md\:w-5 {
    width: calc(var(--spacing) * 5);
  }
}
@media (width >= 768px) {
  .md\:w-14 {
    width: calc(var(--spacing) * 14);
  }
}
@media (width >= 768px) {
  .md\:w-65 {
    width: calc(var(--spacing) * 65);
  }
}
@media (width >= 768px) {
  .md\:w-72 {
    width: calc(var(--spacing) * 72);
  }
}
@media (width >= 768px) {
  .md\:w-87\.5 {
    width: calc(var(--spacing) * 87.5);
  }
}
@media (width >= 768px) {
  .md\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 768px) {
  .md\:w-\[140\%\] {
    width: 140%;
  }
}
@media (width >= 768px) {
  .md\:w-\[150\%\] {
    width: 150%;
  }
}
@media (width >= 768px) {
  .md\:w-\[150vw\] {
    width: 150vw;
  }
}
@media (width >= 768px) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 768px) {
  .md\:max-w-1\/3 {
    max-width: calc(1 / 3 * 100%);
  }
}
@media (width >= 768px) {
  .md\:max-w-2xl {
    max-width: var(--container-2xl);
  }
}
@media (width >= 768px) {
  .md\:max-w-87\.5 {
    max-width: calc(var(--spacing) * 87.5);
  }
}
@media (width >= 768px) {
  .md\:max-w-none {
    max-width: none;
  }
}
@media (width >= 768px) {
  .md\:flex-1 {
    flex: 1;
  }
}
@media (width >= 768px) {
  .md\:shrink-0 {
    flex-shrink: 0;
  }
}
@media (width >= 768px) {
  .md\:-translate-x-1\/4 {
    --tw-translate-x: calc(calc(1 / 4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 768px) {
  .md\:translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 768px) {
  .md\:-translate-y-1\/4 {
    --tw-translate-y: calc(calc(1 / 4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 768px) {
  .md\:-translate-y-1\/5 {
    --tw-translate-y: calc(calc(1 / 5 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 768px) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 768px) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 768px) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 768px) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 768px) {
  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 768px) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 768px) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 768px) {
  .md\:gap-section-content-t {
    gap: var(--spacing-section-content-t);
  }
}
@media (width >= 768px) {
  .md\:overflow-visible {
    overflow: visible;
  }
}
@media (width >= 768px) {
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (width >= 768px) {
  .md\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width >= 768px) {
  .md\:rounded-tl-\[3px\] {
    border-top-left-radius: 3px;
  }
}
@media (width >= 768px) {
  .md\:rounded-br-\[3px\] {
    border-bottom-right-radius: 3px;
  }
}
@media (width >= 768px) {
  .md\:rounded-bl-\[3px\] {
    border-bottom-left-radius: 3px;
  }
}
@media (width >= 768px) {
  .md\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@media (width >= 768px) {
  .md\:border-black\/5 {
    border-color: color-mix(in srgb, #000000 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
}
@media (width >= 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 768px) {
  .md\:bg-white {
    background-color: var(--color-white);
  }
}
@media (width >= 768px) {
  .md\:object-cover {
    object-fit: cover;
  }
}
@media (width >= 768px) {
  .md\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 768px) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 768px) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 768px) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 768px) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 768px) {
  .md\:px-lateral-d {
    padding-inline: var(--spacing-lateral-d);
  }
}
@media (width >= 768px) {
  .md\:px-section-content-d {
    padding-inline: var(--spacing-section-content-d);
  }
}
@media (width >= 768px) {
  .md\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 768px) {
  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 768px) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 768px) {
  .md\:pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 768px) {
  .md\:pt-\[calc\(var\(--spacing-section-gap-t\)\+70px\)\] {
    padding-top: calc(var(--spacing-section-gap-t) + 70px);
  }
}
@media (width >= 768px) {
  .md\:pt-section-gap-t {
    padding-top: var(--spacing-section-gap-t);
  }
}
@media (width >= 768px) {
  .md\:pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
}
@media (width >= 768px) {
  .md\:pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
}
@media (width >= 768px) {
  .md\:pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
}
@media (width >= 768px) {
  .md\:text-start {
    text-align: start;
  }
}
@media (width >= 768px) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 768px) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 768px) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 768px) {
  .md\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (width >= 768px) {
  .md\:text-\[44px\] {
    font-size: 44px;
  }
}
@media (width >= 768px) {
  .md\:text-\[250px\] {
    font-size: 250px;
  }
}
@media (width >= 768px) {
  .md\:leading-4\.5 {
    --tw-leading: calc(var(--spacing) * 4.5);
    line-height: calc(var(--spacing) * 4.5);
  }
}
@media (width >= 768px) {
  .md\:leading-11\.5 {
    --tw-leading: calc(var(--spacing) * 11.5);
    line-height: calc(var(--spacing) * 11.5);
  }
}
@media (width >= 768px) {
  .md\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 768px) {
  .md\:opacity-10 {
    opacity: 10%;
  }
}
@media (width >= 768px) {
  .md\:opacity-100 {
    opacity: 100%;
  }
}
@media (width >= 768px) {
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 768px) {
  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 768px) {
  @media (hover: hover) {
    .md\:hover\:bg-blue-shade:hover {
      background-color: var(--color-blue-shade);
    }
  }
}
@media (width >= 930px) {
  .header\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (width >= 930px) {
  .header\:block {
    display: block;
  }
}
@media (width >= 930px) {
  .header\:flex {
    display: flex;
  }
}
@media (width >= 930px) {
  .header\:hidden {
    display: none;
  }
}
@media (width >= 930px) {
  .header\:h-\[calc\(70dvh-93px\)\] {
    height: calc(70dvh - 93px);
  }
}
@media (width >= 930px) {
  .header\:h-\[calc\(80dvh-93px\)\] {
    height: calc(80dvh - 93px);
  }
}
@media (width >= 930px) {
  .header\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 930px) {
  .header\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 930px) {
  .header\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 930px) {
  .header\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 930px) {
  .header\:gap-\[50px\] {
    gap: 50px;
  }
}
@media (width >= 930px) {
  .header\:object-center {
    object-position: center;
  }
}
@media (width >= 930px) {
  .header\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 930px) {
  .header\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 930px) {
  .header\:px-lateral-d {
    padding-inline: var(--spacing-lateral-d);
  }
}
@media (width >= 930px) {
  .header\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 930px) {
  .header\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 930px) {
  .header\:pt-46\.25 {
    padding-top: calc(var(--spacing) * 46.25);
  }
}
@media (width >= 930px) {
  .header\:pl-\[50px\] {
    padding-left: 50px;
  }
}
@media (width >= 930px) {
  .header\:text-start {
    text-align: start;
  }
}
@media (width >= 1024px) {
  .lg\:sticky {
    position: sticky;
  }
}
@media (width >= 1024px) {
  .lg\:top-\[calc\(var\(--header-full-height\)\+var\(--header-offset\)\+var\(--sticky-gap\)\)\] {
    top: calc(var(--header-full-height) + var(--header-offset) + var(--sticky-gap));
  }
}
@media (width >= 1024px) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 1024px) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 1024px) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 1024px) {
  .lg\:h-\[220px\] {
    height: 220px;
  }
}
@media (width >= 1024px) {
  .lg\:h-\[520px\] {
    height: 520px;
  }
}
@media (width >= 1024px) {
  .lg\:min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
}
@media (width >= 1024px) {
  .lg\:min-h-\[150px\] {
    min-height: 150px;
  }
}
@media (width >= 1024px) {
  .lg\:w-75 {
    width: calc(var(--spacing) * 75);
  }
}
@media (width >= 1024px) {
  .lg\:w-\[130vw\] {
    width: 130vw;
  }
}
@media (width >= 1024px) {
  .lg\:w-full {
    width: 100%;
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[1fr_1\.1fr\] {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,0\.7fr\)_minmax\(0\,1\.3fr\)\] {
    grid-template-columns: minmax(0,0.7fr) minmax(0,1.3fr);
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,0\.75fr\)_minmax\(0\,1\.25fr\)\] {
    grid-template-columns: minmax(0,0.75fr) minmax(0,1.25fr);
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,0\.95fr\)_minmax\(0\,1\.25fr\)\] {
    grid-template-columns: minmax(0,0.95fr) minmax(0,1.25fr);
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,1\.25fr\)_440px\] {
    grid-template-columns: minmax(0,1.25fr) 440px;
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(0\,0\.75fr\)\] {
    grid-template-columns: minmax(0,1.25fr) minmax(0,0.75fr);
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,1fr\)_360px\] {
    grid-template-columns: minmax(0,1fr) 360px;
  }
}
@media (width >= 1024px) {
  .lg\:grid-cols-\[minmax\(0\,1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }
}
@media (width >= 1024px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 1024px) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 1024px) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 1024px) {
  .lg\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 1024px) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 1024px) {
  .lg\:gap-section-content-d {
    gap: var(--spacing-section-content-d);
  }
}
@media (width >= 1024px) {
  .lg\:self-start {
    align-self: flex-start;
  }
}
@media (width >= 1024px) {
  .lg\:p-20 {
    padding: calc(var(--spacing) * 20);
  }
}
@media (width >= 1024px) {
  .lg\:pt-\[calc\(var\(--spacing-section-gap-d\)\+70px\)\] {
    padding-top: calc(var(--spacing-section-gap-d) + 70px);
  }
}
@media (width >= 1024px) {
  .lg\:pt-section-gap-d {
    padding-top: var(--spacing-section-gap-d);
  }
}
@media (width >= 1024px) {
  .lg\:pb-36 {
    padding-bottom: calc(var(--spacing) * 36);
  }
}
@media (width >= 1024px) {
  .lg\:\[clip-path\:polygon\(0_0\,100\%_0\,88\%_100\%\,0_100\%\)\] {
    clip-path: polygon(0 0,100% 0,88% 100%,0 100%);
  }
}
@media (width >= 1160px) {
  .profil\:min-h-40 {
    min-height: calc(var(--spacing) * 40);
  }
}
@media (width >= 1160px) {
  .profil\:w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
}
@media (width >= 1160px) {
  .profil\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 1160px) {
  .profil\:grid-cols-2\! {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (width >= 1160px) {
  .profil\:items-center {
    align-items: center;
  }
}
@media (width >= 1160px) {
  .profil\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 1165px) {
  .min-\[1165px\]\:order-none {
    order: 0;
  }
}
@media (width >= 1165px) {
  .min-\[1165px\]\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 1165px) {
  .min-\[1165px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 1440px) {
  .hg\:w-\[110vw\] {
    width: 110vw;
  }
}
@media (width >= 1440px) {
  .hg\:pt-\[calc\(var\(--spacing-section-gap-bd\)\+70px\)\] {
    padding-top: calc(var(--spacing-section-gap-bd) + 70px);
  }
}
@media (width >= 1696px) {
  .min-\[1696px\]\:px-\[50px\] {
    padding-inline: 50px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_\.pfm-eyebrow\]\:translate-x-0 .pfm-eyebrow {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
@media (width >= 768px) {
  .md\:\[\&_\.pfm-eyebrow\]\:translate-x-7\.25 .pfm-eyebrow {
    --tw-translate-x: calc(var(--spacing) * 7.25);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.\[\&_a\]\:w-full a {
  width: 100%;
}
.\[\&_a\]\:justify-center a {
  justify-content: center;
}
.\[\&_h2\]\:text-white h2 {
  color: var(--color-white);
}
.\[\&_svg\]\:h-full svg {
  height: 100%;
}
.\[\&_svg\]\:w-full svg {
  width: 100%;
}
.\[\&\>svg\]\:block > svg {
  display: block;
}
.\[\&\>svg\]\:h-20 > svg {
  height: calc(var(--spacing) * 20);
}
.\[\&\>svg\]\:h-32 > svg {
  height: calc(var(--spacing) * 32);
}
.\[\&\>svg\]\:h-full > svg {
  height: 100%;
}
.\[\&\>svg\]\:w-20 > svg {
  width: calc(var(--spacing) * 20);
}
.\[\&\>svg\]\:w-32 > svg {
  width: calc(var(--spacing) * 32);
}
.\[\&\>svg\]\:w-auto > svg {
  width: auto;
}
.\[\&\>svg\]\:w-full > svg {
  width: 100%;
}
.\[\&\>svg\]\:max-w-none > svg {
  max-width: none;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-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-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;
}
@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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration: initial;
      --tw-ease: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --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-content: "";
      --tw-outline-style: solid;
    }
  }
}
