/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: binderschwartz
Theme URI: https://dayshiftdigital.com
Description: A custom WordPress theme created by Day Shift Digital for Binder & Schwartz
Version: 0.1.0
Author: Day Shift Digital
Author URI: https://dayshiftdigital.com
Text Domain: binderschwartz
Requires at least: 6.8
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.

binderschwartz 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: "Saans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: var(--wp--preset--color--white);
  --spacing: 0.25rem;
  --font-weight-medium: 500;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-blue-1: var(--wp--preset--color--blue-1);
  --color-blue-2: var(--wp--preset--color--blue-2);
  --color-blue-3: var(--wp--preset--color--blue-3);
  --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;
  --text-h1: var(--wp--preset--font-size--h-1);
  --text-h2: var(--wp--preset--font-size--h-2);
  --text-h3: var(--wp--preset--font-size--h-3);
  --text-h4: var(--wp--preset--font-size--h-4);
  --text-body: var(--wp--preset--font-size--body);
}
@font-face {
  font-family: 'Saans';
  src: url('fonts/Saans/Saans-Medium.woff2') format('woff2'), url('fonts/Saans/Saans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('fonts/Saans/Saans-MediumItalic.woff2') format('woff2'), url('fonts/Saans/Saans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: var(--text-h1);
  font-weight: 500;
  line-height: 1;
  --tw-tracking: -0.74px;
  letter-spacing: -0.74px;
}
@media (width >= 48rem) {
  h1 {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
}
h2, .text-h2 {
  font-size: var(--text-h2);
  font-weight: 500;
  line-height: 1.12;
  --tw-tracking: -0.52px;
  letter-spacing: -0.52px;
}
@media (width >= 48rem) {
  h2, .text-h2 {
    --tw-tracking: -0.84px;
    letter-spacing: -0.84px;
  }
}
h3, .text-h3 {
  font-size: var(--text-h3);
  font-weight: 500;
  line-height: 1.12;
  --tw-tracking: -0.22px;
  letter-spacing: -0.22px;
}
@media (width >= 48rem) {
  h3, .text-h3 {
    --tw-tracking: -0.32px;
    letter-spacing: -0.32px;
  }
}
h4 {
  font-size: var(--text-h4);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -1px;
}
h5 {
  font-size: var(--wp--preset--font-size--h-5, 20px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -1px;
}
p, a {
  font-size: var(--text-body);
  line-height: 1.25;
  letter-spacing: 0px;
}
.eyebrow {
  font-size: var(--wp--preset--font-size--eyebrow, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 10%;
}
@media (max-width: 768px) {
  .eyebrow {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
a {
  transition: color 0.3s ease;
}
p a:hover, p a:focus, nav a:hover, nav a:focus, a:hover, a:focus {
  color: var(--wp--preset--color--blue-3);
}
nav a, p a {
  transition: color 0.3s ease;
}
.mobile-break {
  display: block;
}
@media (width >= 48rem) {
  .mobile-break {
    display: inline;
  }
}
.mobile-hide {
  display: none;
}
@media (width >= 48rem) {
  .mobile-hide {
    display: inline;
  }
}
.page-template-template-basic h1, .page-template-template-basic h2, .page-template-template-basic h3, .page-template-template-basic h4, .page-template-template-basic h5, .page-template-template-basic h6, .page-template-template-basic p, .page-template-template-basic a {
  margin-bottom: 0.85em;
}
.page-template-template-basic h1, .page-template-template-basic h2, .page-template-template-basic h3, .page-template-template-basic h4, .page-template-template-basic h5, .page-template-template-basic h6 {
  margin-top: 1em;
}
.button-secondary:not(.acf-button) {
  border-radius: 5px;
  padding: 12px 12px 12px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--blue-1);
  color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
  position: relative;
}
.button-secondary:hover, .button-secondary:focus {
  background-color: var(--wp--preset--color--blue-3);
  color: var(--wp--preset--color--white);
}
.button-primary:not(.acf-button) {
  border-radius: 5px;
  padding: 12px 12px 12px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--blue-2);
  color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
  position: relative;
}
.button-primary:hover, .button-primary:focus {
  background-color: var(--wp--preset--color--blue-3);
  color: var(--wp--preset--color--white);
}
summary:before, summary::marker {
  display: none;
  list-style: none;
  appearance: none;
}
details summary:marker {
  display: none;
  list-style: none;
  appearance: none;
}
details:last-of-type summary::-webkit-details-marker {
  display: none;
}
.media-modal .thumbnail img {
  width: auto !important;
  height: auto !important;
}
.team-bio-hidden-text p {
  margin-bottom: 1em;
}
header ul li ul {
  position: absolute;
  top: 100%;
  display: none;
  opacity: 0;
  transition: all .3s ease;
  padding-top: 20px;
  background: var(--wp--preset--color--blue-1);
}
header ul li {
  position: relative;
}
header ul li a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
header ul li:hover ul, header ul li:focus-within ul {
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  opacity: 1;
}
header ul li ul ul, #mobile-menu-container ul li ul ul {
  display: none;
}
#mobile-menu-container ul li a {
  font-size: 37px;
  line-height: 1.05;
  letter-spacing: -0.74px;
  font-weight: 500;
  color: white;
  font-family: var(--wp--preset--font-family--saans);
}
#mobile-menu-container ul li.current-menu-item a {
  color: var(--wp--preset--color--blue-3);
}
.logged-in #mobile-menu-container {
  top: 112px;
}
@media (min-width: 768px) {
  .logged-in #mobile-menu-container {
    top: 167px;
  }
}
header.active-menu {
  border-color: var(--wp--preset--color--blue-1);
}
#mobile-menu-container {
  top: 66px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #mobile-menu-container {
    top: 121px;
  }
}
#mobile-menu-container {
  position: fixed;
  transform: translateY(-100%);
  left: 0px;
  right: 0px;
  transition: transform 0.3s ease;
  z-index: 50;
  border-color: var(--wp--preset--color--blue-1);
}
#mobile-menu-container.active {
  border-color: var(--wp--preset--color--blue-3);
}
#content {
  transition: all 0.3s ease;
}
.news-carousel-hero-container .pattern-container div {
  display: none;
}
.news-carousel-hero-container .slide-counter-0 .pattern-container div.pattern-1 {
  display: block;
}
.news-carousel-hero-container .slide-counter-1 .pattern-container div.pattern-2 {
  display: block;
}
.news-carousel-hero-container .slide-counter-2 .pattern-container div.pattern-3 {
  display: block;
}
.news-carousel-hero-container .slide-counter-3 .pattern-container div.pattern-1 {
  display: block;
}
.news-carousel-hero-container .slide-counter-4 .pattern-container div.pattern-2 {
  display: block;
}
.news-carousel-hero-container .slide-counter-5 .pattern-container div.pattern-3 {
  display: block;
}
.news-grid-filter-wrapper button.active {
  border-color: white;
}
.news-grid-filter-wrapper button[aria-expanded="true"], .news-grid-sort-wrapper button[aria-expanded="true"] {
  border-bottom: 1px solid var(--wp--preset--color--blue-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-grid-filter-wrapper button[aria-expanded="true"] .news-grid-filter-arrow {
  transform: rotate(180deg);
}
.news-grid-sort-wrapper button[aria-expanded="true"] .news-grid-sort-arrow {
  transform: rotate(180deg);
}
.news-grid-sort-dropdown-parent[aria-expanded="true"] {
  border-color: white;
}
.team-bio-initial-text p {
  font-size: 19px;
}
@media (width >= 64rem) {
  .team-bio-initial-text p {
    font-size: 25px;
  }
}
.team-bio-initial-text p {
  line-height: 1.25;
}
.show-more-toggle {
  font-size: var(--text-body);
  transition: color 0.3s ease;
}
.show-more-toggle:hover, .show-more-toggle:focus {
  color: var(--wp--preset--color--blue-3);
}
.team-member-detail--accordion-content ul {
  list-style: disc;
  padding-left: 25px;
}
.team-member-detail--accordion-content ul li {
  margin-bottom: 1em;
  font-size: var(--text-body);
  color: var(--wp--preset--color--blue-2);
}
.team-member-detail--accordion-content ul li ul {
  margin-top: 1em;
}
.fade-in-on-scroll {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.fade-in-on-scroll.is-visible {
  opacity: 1;
}
#practice-areas-list.close .practice-area-item:nth-child(3) {
  border-bottom: 1px solid var(--wp--preset--color--blue-3);
}
.image-carousel .swiper-slide {
  aspect-ratio: 4/3;
  height: 170px;
}
@media (width >= 48rem) {
  .image-carousel .swiper-slide {
    height: 350px;
  }
}
.image-carousel .swiper-slide {
  width: auto;
}
.wp-block-binderschwartz-firm-details .firm-details-item:first-child .firm-details-divider {
  display: none;
}
.people-carousel .swiper-slide {
  transition: opacity 0.3s ease;
}
.people-carousel .swiper-slide:hover, .people-carousel .swiper-slide:focus {
  opacity: 0.75;
}
.wp-block-binderschwartz-people-grid .image-container {
  max-height: 550px;
}
.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);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-100 {
  z-index: 100;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-1 {
  grid-row: 1;
}
.row-2 {
  grid-row: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.container {
  margin-inline: 0px;
  padding-right: 20px;
}
@media (width >= 48rem) {
  .container {
    padding-right: 80px;
  }
}
.container {
  padding-left: 20px;
}
@media (width >= 48rem) {
  .container {
    padding-left: 80px;
  }
}
.container {
  max-width: 1440px;
  margin-inline: auto;
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-auto {
  margin-top: auto;
}
.mr-\[0px\] {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[401\/532\] {
  aspect-ratio: 401/532;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[200px\] {
  height: 200px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-full {
  min-height: 100%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[193px\] {
  width: 193px;
}
.w-\[401px\] {
  width: 401px;
}
.w-full {
  width: 100%;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[449px\] {
  max-width: 449px;
}
.max-w-\[455px\] {
  max-width: 455px;
}
.max-w-\[465px\] {
  max-width: 465px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[781px\] {
  max-width: 781px;
}
.max-w-\[890px\] {
  max-width: 890px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-\[117px\] {
  min-width: 117px;
}
.min-w-\[376px\] {
  min-width: 376px;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.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;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[31px\] {
  gap: 31px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[40px\] {
  gap: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-br-\[5px\] {
  border-bottom-right-radius: 5px;
}
.rounded-bl-\[5px\] {
  border-bottom-left-radius: 5px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-0 {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#84addb\] {
  border-color: #84addb;
}
.border-blue-3 {
  border-color: var(--color-blue-3);
}
.border-white {
  border-color: var(--color-white);
}
.bg-\[\#182b46\] {
  background-color: #182b46;
}
.bg-\[\#263d5e\] {
  background-color: #263d5e;
}
.bg-blue-1 {
  background-color: var(--color-blue-1);
}
.bg-blue-2 {
  background-color: var(--color-blue-2);
}
.bg-blue-3 {
  background-color: var(--color-blue-3);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-\[30px\] {
  padding: 30px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[17px\] {
  padding-block: 17px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[40px\] {
  padding-block: 40px;
}
.py-\[50px\] {
  padding-block: 50px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-body {
  font-size: var(--text-body);
}
.text-h2 {
  font-size: var(--text-h2);
}
.text-h3 {
  font-size: var(--text-h3);
}
.leading-\[1\.25\] {
  --tw-leading: 1.25;
  line-height: 1.25;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.tracking-\[1\.3px\] {
  --tw-tracking: 1.3px;
  letter-spacing: 1.3px;
}
.tracking-\[1\.5px\] {
  --tw-tracking: 1.5px;
  letter-spacing: 1.5px;
}
.break-words {
  overflow-wrap: break-word;
}
.text-\[\#84addb\] {
  color: #84addb;
}
.text-\[\#182b46\] {
  color: #182b46;
}
.text-blue-1 {
  color: var(--color-blue-1);
}
.text-blue-3 {
  color: var(--color-blue-3);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.decoration-solid {
  text-decoration-style: solid;
}
.underline-offset-auto {
  text-underline-offset: auto;
}
.opacity-30 {
  opacity: 30%;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
@media (hover: hover) {
  .group-hover\:text-blue-3:is(:where(.group):hover *) {
    color: var(--color-blue-3);
  }
}
.last\:border-b-1:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.last\:border-b-blue-3:last-child {
  border-bottom-color: var(--color-blue-3);
}
@media (hover: hover) {
  .hover\:border-white:hover {
    border-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:bg-blue-2:hover {
    background-color: var(--color-blue-2);
  }
}
@media (hover: hover) {
  .hover\:text-blue-3:hover {
    color: var(--color-blue-3);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:opacity-75:hover {
    opacity: 75%;
  }
}
.focus\:border-white:focus {
  border-color: var(--color-white);
}
.focus\:text-blue-3:focus {
  color: var(--color-blue-3);
}
.focus\:text-white:focus {
  color: var(--color-white);
}
.focus\:opacity-75:focus {
  opacity: 75%;
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 48rem) {
  .md\:row-1 {
    grid-row: 1;
  }
}
@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[5px\] {
    margin-top: 5px;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[35px\] {
    margin-top: 35px;
  }
}
@media (width >= 48rem) {
  .md\:mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }
}
@media (width >= 48rem) {
  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }
}
@media (width >= 48rem) {
  .md\:ml-\[44px\] {
    margin-left: 44px;
  }
}
@media (width >= 48rem) {
  .md\:ml-auto {
    margin-left: auto;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:h-\[66px\] {
    height: 66px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[68px\] {
    height: 68px;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[380px\] {
    min-height: 380px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-auto {
    min-height: auto;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[68px\] {
    width: 68px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[193px\] {
    width: 193px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[367px\] {
    max-width: 367px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[250px\] {
    min-width: 250px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[325px\] {
    min-width: 325px;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[0px\] {
    gap: 0px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[25px\] {
    gap: 25px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[31px\] {
    gap: 31px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[35px\] {
    gap: 35px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[36px\] {
    gap: 36px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[50px\] {
    gap: 50px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[80px\] {
    gap: 80px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[153px\] {
    gap: 153px;
  }
}
@media (width >= 48rem) {
  .md\:object-cover {
    object-fit: cover;
  }
}
@media (width >= 48rem) {
  .md\:p-\[40px\] {
    padding: 40px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[27px\] {
    padding-block: 27px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[40px\] {
    padding-block: 40px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[80px\] {
    padding-block: 80px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[100px\] {
    padding-block: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[40px\] {
    padding-top: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[120px\] {
    padding-top: 120px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[47px\] {
    padding-left: 47px;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 64rem) {
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[920px\] {
    max-width: 920px;
  }
}
@media (width >= 64rem) {
  .lg\:min-w-\[376px\] {
    min-width: 376px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[25px\] {
    gap: 25px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[100px\] {
    gap: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[10px\] {
    margin-top: 10px;
  }
}
@media (width >= 80rem) {
  .xl\:ml-\[44px\] {
    margin-left: 44px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[453px\] {
    width: 453px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[462px\] {
    max-width: 462px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[506px\] {
    max-width: 506px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[617px\] {
    max-width: 617px;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[86px\] {
    gap: 86px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-tracking: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: initial;
    }
  }
}
