/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Vizion Church
Theme URI: https://underscoretw.com
Author: Lazarus Design Team
Author URI: https://underscoretw.com/
Description: A custom tailwind based block theme for WordPress.
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vizion_church
Tags:

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

Vizion Church is based on _tw https://underscoretw.com/, (C) 2021-2025 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-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --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-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --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-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
*, ::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;
}
:-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;
}
:root {
  --font-primary: "HelveticaNeueLTStd-Roman", sans-serif;
  --font-headline: "HelveticaNeueLTStd-Blk", sans-serif;
  --font-menu: "HelveticaNeueLTStd-Blk", sans-serif;
  --font-cta: "HelveticaNeueLTStd-Bd", sans-serif;
  --plyr-color-main: #EFE923;
  --color-white: #FFFFFF;
  --color-primary: #EFE923;
  --color-secondary: #FEFDFC;
  --color-foreground: #231F20;
  --color-background: #F3F1EC;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body,	html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-y: hidden !important;
}
[data-aos] {
  will-change: transform, opacity;
}
.font-primary {
  font-family: var(--font-primary) !important;
}
.font-headline {
  font-family: var(--font-headline) !important;
}
.font-menu {
  font-family: var(--font-menu) !important;
}
.font-cta {
  font-family: var(--font-cta) !important;
}
.container {
  padding-inline: 1.5rem;
}
.gform_ajax_spinner {
  display: none !important;
}
body.mobile-menu-open {
  overflow: hidden;
}
a {
  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: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
p {
  margin-block-start: 0;
  margin-bottom: 1.2em;
}
p:last-of-type {
  margin-bottom: calc(var(--spacing) * 0);
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}
body {
  background-color: var(--color-secondary);
  font-size: 16px;
  --tw-leading: 1.08;
  line-height: 1.08;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.3px;
  letter-spacing: -0.3px;
  color: var(--color-foreground);
}
@media (width >= 48rem) {
  body {
    --tw-tracking: -0.6px;
    letter-spacing: -0.6px;
  }
}
@media (width >= 80rem) {
  body {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  body {
    --tw-tracking: -0.96px;
    letter-spacing: -0.96px;
  }
}
@media (width >= 96rem) {
  body {
    font-size: 24px;
  }
}
body {
  font-family: var(--font-primary) !important;
  color: var(--color-foreground);
}
.style-disc ul {
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: 1em;
  list-style-type: disc;
  font-size: 20px;
  --tw-leading: 1.08;
  line-height: 1.08;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.96px;
  letter-spacing: -0.96px;
  color: var(--color-foreground);
}
@media (width >= 64rem) {
  .style-disc ul {
    font-size: 24px;
  }
}
.style-disc ul {
  font-family: var(--font-primary) !important;
  color: var(--color-foreground);
}
.style-disc ul a {
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.style-disc ul a):hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.style-disc ul a):hover {
    text-decoration-line: none;
  }
}
.content-featured figure {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.content-featured figure img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
}
.post-excerpt p {
  font-size: 16px;
}
.post-image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
  object-position: center;
}
.read-more:hover svg path, .read-more:focus svg path {
  stroke: var(--color-white) !important;
}
h2 {
  font-size: 40px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
  font-style: normal;
}
@media (width >= 48rem) {
  h2 {
    font-size: 45px;
  }
}
@media (width >= 48rem) {
  h2 {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
}
@media (width >= 64rem) {
  h2 {
    font-size: 50px;
  }
}
@media (width >= 80rem) {
  h2 {
    font-size: 55px;
  }
}
@media (width >= 80rem) {
  h2 {
    --tw-tracking: -3.5px;
    letter-spacing: -3.5px;
  }
}
@media (width >= 96rem) {
  h2 {
    font-size: 70px;
  }
}
h2 {
  font-family: var(--font-headline) !important;
}
.title-card {
  font-size: 30px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
  font-style: normal;
}
@media (width >= 40rem) {
  .title-card {
    font-size: 35px;
  }
}
@media (width >= 48rem) {
  .title-card {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .title-card {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
}
@media (width >= 64rem) {
  .title-card {
    font-size: 50px;
  }
}
@media (width >= 80rem) {
  .title-card {
    font-size: 55px;
  }
}
@media (width >= 80rem) {
  .title-card {
    --tw-tracking: -3.5px;
    letter-spacing: -3.5px;
  }
}
@media (width >= 96rem) {
  .title-card {
    font-size: 70px;
  }
}
.title-card {
  font-family: var(--font-headline) !important;
}
h3 {
  font-size: 25px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -1px;
  letter-spacing: -1px;
  font-style: normal;
}
@media (width >= 48rem) {
  h3 {
    font-size: 30px;
  }
}
@media (width >= 48rem) {
  h3 {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
}
@media (width >= 80rem) {
  h3 {
    font-size: 35px;
  }
}
@media (width >= 80rem) {
  h3 {
    --tw-tracking: -3.5px;
    letter-spacing: -3.5px;
  }
}
@media (width >= 96rem) {
  h3 {
    font-size: 40px;
  }
}
h3 {
  font-family: var(--font-headline) !important;
}
h4 {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -2px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-style: normal;
}
@media (width >= 64rem) {
  h4 {
    font-size: 25px;
  }
}
@media (width >= 64rem) {
  h4 {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
h4 {
  font-family: var(--font-headline) !important;
}
.title-section {
  font-size: 30px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -2.4px;
  letter-spacing: -2.4px;
  font-style: normal;
}
@media (width >= 48rem) {
  .title-section {
    font-size: 40px;
  }
}
@media (width >= 64rem) {
  .title-section {
    font-size: 50px;
  }
}
@media (width >= 64rem) {
  .title-section {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .title-section {
    font-size: 60px;
  }
}
@media (width >= 96rem) {
  .title-section {
    font-size: 70px;
  }
}
.title-section {
  font-family: var(--font-headline) !important;
}
.giving-section .title-section {
  font-size: 40px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -2.4px;
  letter-spacing: -2.4px;
  font-style: normal;
}
@media (width >= 48rem) {
  .giving-section .title-section {
    font-size: 45px;
  }
}
@media (width >= 64rem) {
  .giving-section .title-section {
    font-size: 50px;
  }
}
@media (width >= 64rem) {
  .giving-section .title-section {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .giving-section .title-section {
    font-size: 60px;
  }
}
@media (width >= 96rem) {
  .giving-section .title-section {
    font-size: 70px;
  }
}
.giving-section .title-section {
  font-family: var(--font-headline) !important;
}
.cta-info .title-section {
  font-size: 30px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -2.4px;
  letter-spacing: -2.4px;
  font-style: normal;
}
@media (width >= 48rem) {
  .cta-info .title-section {
    font-size: 40px;
  }
}
@media (width >= 64rem) {
  .cta-info .title-section {
    font-size: 40px;
  }
}
@media (width >= 64rem) {
  .cta-info .title-section {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .cta-info .title-section {
    font-size: 45px;
  }
}
@media (width >= 96rem) {
  .cta-info .title-section {
    font-size: 52px;
  }
}
.cta-info .title-section {
  font-family: var(--font-headline) !important;
}
.subtitle-section {
  font-size: 22px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -2.1px;
  letter-spacing: -2.1px;
  font-style: normal;
}
@media (width >= 64rem) {
  .subtitle-section {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .subtitle-section {
    font-size: 28px;
  }
}
@media (width >= 96rem) {
  .subtitle-section {
    font-size: 30px;
  }
}
.subtitle-section {
  font-family: var(--font-primary) !important;
}
.subtitle-giving {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  font-style: normal;
}
@media (width >= 64rem) {
  .subtitle-giving {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .subtitle-giving {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .subtitle-giving {
    font-size: 22px;
  }
}
@media (width >= 96rem) {
  .subtitle-giving {
    font-size: 24px;
  }
}
.subtitle-giving {
  font-family: var(--font-headline) !important;
}
.title-main-card {
  font-size: 35px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
  font-style: normal;
}
@media (width >= 48rem) {
  .title-main-card {
    font-size: 45px;
  }
}
@media (width >= 48rem) {
  .title-main-card {
    --tw-tracking: -2.5px;
    letter-spacing: -2.5px;
  }
}
@media (width >= 64rem) {
  .title-main-card {
    font-size: 55px;
  }
}
@media (width >= 64rem) {
  .title-main-card {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .title-main-card {
    font-size: 65px;
  }
}
@media (width >= 80rem) {
  .title-main-card {
    --tw-tracking: -4.9px;
    letter-spacing: -4.9px;
  }
}
@media (width >= 96rem) {
  .title-main-card {
    font-size: 75px;
  }
}
.title-main-card {
  font-family: var(--font-headline) !important;
}
.title-post {
  font-size: 22px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -2.1px;
  letter-spacing: -2.1px;
  font-style: normal;
}
@media (width >= 80rem) {
  .title-post {
    font-size: 28px;
  }
}
@media (width >= 96rem) {
  .title-post {
    font-size: 30px;
  }
}
.title-post {
  font-family: var(--font-headline) !important;
}
.headline {
  font-size: 40px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
  font-style: normal;
}
@media (width >= 48rem) {
  .headline {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .headline {
    --tw-tracking: -2.5px;
    letter-spacing: -2.5px;
  }
}
@media (width >= 64rem) {
  .headline {
    font-size: 50px;
  }
}
@media (width >= 80rem) {
  .headline {
    font-size: 70px;
  }
}
@media (width >= 80rem) {
  .headline {
    --tw-tracking: -4.4px;
    letter-spacing: -4.4px;
  }
}
@media (width >= 96rem) {
  .headline {
    font-size: 75px;
  }
}
.headline {
  font-family: var(--font-headline) !important;
}
.headline-alt {
  font-size: 40px;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
  font-style: normal;
}
@media (width >= 48rem) {
  .headline-alt {
    font-size: 50px;
  }
}
@media (width >= 48rem) {
  .headline-alt {
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }
}
@media (width >= 64rem) {
  .headline-alt {
    font-size: 60px;
  }
}
@media (width >= 64rem) {
  .headline-alt {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .headline-alt {
    font-size: 80px;
  }
}
@media (width >= 80rem) {
  .headline-alt {
    --tw-tracking: -5.3px;
    letter-spacing: -5.3px;
  }
}
.headline-alt {
  font-family: var(--font-headline) !important;
}
.subheadline * {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -2.8px;
  letter-spacing: -2.8px;
  font-style: normal;
}
@media (width >= 64rem) {
  .subheadline * {
    font-size: 30px;
  }
}
@media (width >= 64rem) {
  .subheadline * {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .subheadline * {
    font-size: 35px;
  }
}
@media (width >= 96rem) {
  .subheadline * {
    font-size: 40px;
  }
}
.subheadline * {
  font-family: var(--font-headline) !important;
}
.video-title {
  font-size: 30px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -2.8px;
  letter-spacing: -2.8px;
  font-style: normal;
}
@media (width >= 64rem) {
  .video-title {
    font-size: 35px;
  }
}
@media (width >= 64rem) {
  .video-title {
    --tw-leading: 0.83;
    line-height: 0.83;
  }
}
@media (width >= 80rem) {
  .video-title {
    font-size: 45px;
  }
}
@media (width >= 96rem) {
  .video-title {
    font-size: 50px;
  }
}
.video-title {
  font-family: var(--font-headline) !important;
}
.text-md * {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-style: normal;
}
@media (width >= 48rem) {
  .text-md * {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .text-md * {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  .text-md * {
    --tw-leading: 0.91;
    line-height: 0.91;
  }
}
@media (width >= 80rem) {
  .text-md * {
    font-size: 30px;
  }
}
@media (width >= 96rem) {
  .text-md * {
    font-size: 35px;
  }
}
.text-md * {
  font-family: var(--font-primary) !important;
}
.name-team {
  font-size: 22px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  font-style: normal;
}
@media (width >= 64rem) {
  .name-team {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  .name-team {
    --tw-leading: 0.91;
    line-height: 0.91;
  }
}
@media (width >= 80rem) {
  .name-team {
    font-size: 30px;
  }
}
@media (width >= 96rem) {
  .name-team {
    font-size: 35px;
  }
}
.name-team {
  font-family: var(--font-headline) !important;
}
.position-team {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-style: normal;
}
@media (width >= 64rem) {
  .position-team {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .position-team {
    --tw-leading: 0.91;
    line-height: 0.91;
  }
}
@media (width >= 80rem) {
  .position-team {
    font-size: 22px;
  }
}
@media (width >= 96rem) {
  .position-team {
    font-size: 25px;
  }
}
.position-team {
  font-family: var(--font-primary) !important;
}
.email-team a {
  font-size: 17px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.email-team a):hover {
    text-decoration-line: none;
  }
}
@media (width >= 64rem) {
  .email-team a {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  .email-team a {
    --tw-leading: 0.91;
    line-height: 0.91;
  }
}
@media (width >= 80rem) {
  .email-team a {
    font-size: 21px;
  }
}
@media (width >= 96rem) {
  .email-team a {
    font-size: 24px;
  }
}
.email-team a {
  font-family: var(--font-primary) !important;
}
.main-position-team {
  font-size: 17px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-style: normal;
}
@media (width >= 64rem) {
  .main-position-team {
    font-size: 18px;
  }
}
@media (width >= 80rem) {
  .main-position-team {
    font-size: 21px;
  }
}
@media (width >= 96rem) {
  .main-position-team {
    font-size: 24px;
  }
}
.main-position-team {
  font-family: var(--font-primary) !important;
}
.subtitle {
  font-size: 30px;
  --tw-leading: 0.83;
  line-height: 0.83;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -2.2px;
  letter-spacing: -2.2px;
  font-style: normal;
}
@media (width >= 40rem) {
  .subtitle {
    font-size: 35px;
  }
}
@media (width >= 48rem) {
  .subtitle {
    font-size: 45px;
  }
}
@media (width >= 64rem) {
  .subtitle {
    --tw-tracking: -4.2px;
    letter-spacing: -4.2px;
  }
}
@media (width >= 80rem) {
  .subtitle {
    font-size: 50px;
  }
}
@media (width >= 96rem) {
  .subtitle {
    font-size: 60px;
  }
}
.subtitle {
  font-family: var(--font-headline) !important;
}
.category-name {
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1.2px;
  letter-spacing: -1.2px;
  font-style: normal;
}
@media (width >= 48rem) {
  .category-name {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  .category-name {
    font-size: 20px;
  }
}
.category-name {
  font-family: var(--font-headline) !important;
}
.number {
  font-size: 150px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-tracking: -0.21px;
  letter-spacing: -0.21px;
  font-style: normal;
}
@media (width >= 64rem) {
  .number {
    font-size: 200px;
  }
}
@media (width >= 80rem) {
  .number {
    font-size: 300px;
  }
}
.number {
  font-family: var(--font-headline) !important;
}
.number.number-l {
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .number.number-l {
    top: -23%;
  }
}
@media (width >= 64rem) {
  .number.number-l {
    right: auto;
  }
}
@media (width >= 64rem) {
  .number.number-l {
    left: -69px;
  }
}
@media (width >= 80rem) {
  .number.number-l {
    top: -80px;
  }
}
@media (width >= 80rem) {
  .number.number-l {
    left: -104px;
  }
}
.number.number-r {
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .number.number-r {
    top: -23%;
  }
}
@media (width >= 64rem) {
  .number.number-r {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .number.number-r {
    top: -30%;
  }
}
@media (width >= 80rem) {
  .number.number-r {
    right: calc(var(--spacing) * 0);
  }
}
.numbers-slider.owl-carousel .owl-stage {
  display: flex;
}
.numbers-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.numbers-slider.owl-carousel .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.title-card-list {
  font-size: 26px;
  --tw-leading: 0.9;
  line-height: 0.9;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-style: normal;
}
@media (width >= 48rem) {
  .title-card-list {
    font-size: 30px;
  }
}
@media (width >= 64rem) {
  .title-card-list {
    font-size: 40px;
  }
}
@media (width >= 80rem) {
  .title-card-list {
    font-size: 50px;
  }
}
@media (width >= 96rem) {
  .title-card-list {
    font-size: 60px;
  }
}
.title-card-list {
  font-family: var(--font-primary) !important;
}
.title-card-list b, .title-card-list strong {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  font-family: var(--font-headline) !important;
}
.btn, .contact-form #gform_submit_button_2, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding-inline: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -1.2px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-style: normal;
  --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);
  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: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (width >= 48rem) {
  .btn, .contact-form #gform_submit_button_2, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    font-size: 14px;
  }
}
@media (width >= 96rem) {
  .btn, .contact-form #gform_submit_button_2, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    font-size: 20px;
  }
}
.btn, .contact-form #gform_submit_button_2, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  font-family: var(--font-headline) !important;
}
.btn.btn_w, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  min-width: 100%;
}
@media (width >= 64rem) {
  .btn.btn_w, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    min-width: 190px;
  }
}
@media (width >= 80rem) {
  .btn.btn_w, .sby_load_btn, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    min-width: 200px;
  }
}
.btn.btn_primary, .contact-form #gform_submit_button_2 {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-foreground);
}
@media (hover: hover) {
  :is(.btn.btn_primary,.contact-form #gform_submit_button_2):hover {
    border-color: var(--color-foreground);
  }
}
@media (hover: hover) {
  :is(.btn.btn_primary,.contact-form #gform_submit_button_2):hover {
    background-color: transparent;
  }
}
@media (hover: hover) {
  :is(.btn.btn_primary,.contact-form #gform_submit_button_2):hover {
    color: var(--color-foreground);
  }
}
.btn.btn_white {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-foreground);
}
@media (hover: hover) {
  .btn.btn_white:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .btn.btn_white:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .btn.btn_white:hover {
    color: var(--color-foreground);
  }
}
.btn.btn_secondary, .sby_load_btn {
  border-color: var(--color-foreground);
  background-color: transparent;
  color: var(--color-foreground);
}
@media (hover: hover) {
  :is(.btn.btn_secondary,.sby_load_btn):hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.btn.btn_secondary,.sby_load_btn):hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.btn.btn_secondary,.sby_load_btn):hover {
    color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .btn.btn_secondary.black-h:hover {
    border-color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .btn.btn_secondary.black-h:hover {
    background-color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .btn.btn_secondary.black-h:hover {
    color: var(--color-white);
  }
}
.btn.btn_primary_white, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-foreground);
}
@media (hover: hover) {
  :is(.btn.btn_primary_white,body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a):hover {
    border-color: var(--color-white);
  }
}
@media (hover: hover) {
  :is(.btn.btn_primary_white,body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a):hover {
    background-color: transparent;
  }
}
@media (hover: hover) {
  :is(.btn.btn_primary_white,body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a):hover {
    color: var(--color-white);
  }
}
.btn.btn_black {
  border-color: var(--color-foreground);
  background-color: var(--color-foreground);
  color: var(--color-white);
}
@media (hover: hover) {
  .btn.btn_black:hover {
    border-color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .btn.btn_black:hover {
    background-color: transparent;
  }
}
@media (hover: hover) {
  .btn.btn_black:hover {
    color: var(--color-foreground);
  }
}
.sby_load_btn {
  padding: 11px 14px 7px 14px !important;
  border: 2px solid var(--color-foreground) !important;
}
body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_load_btn:hover {
  border: 2px solid var(--color-foreground) !important;
  background-color: transparent !important;
  color: var(--color-foreground) !important;
  box-shadow: none !important;
}
body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  padding: 11px 14px 7px 14px !important;
  border: 2px solid var(--color-white) !important;
}
body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
  background-color: var(--color-white) !important;
  color: var(--color-foreground) !important;
}
body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a:hover {
  border: 2px solid var(--color-foreground) !important;
  background-color: transparent !important;
  color: var(--color-foreground) !important;
  box-shadow: none !important;
}
.logo-header {
  height: 36px;
  max-width: 129px;
}
.header-light .site-navigation a {
  color: var(--color-black);
}
@media (width >= 64rem) {
  @media (hover: hover) {
    :is(.header-light .site-navigation a):hover {
      color: var(--color-foreground);
    }
  }
}
.header-dark .site-navigation a {
  color: var(--color-white);
}
@media (width >= 64rem) {
  @media (hover: hover) {
    :is(.header-dark .site-navigation a):hover {
      color: var(--color-primary);
    }
  }
}
.header-dark .submenu {
  background-color: var(--color-foreground);
}
.site-navigation a {
  position: relative;
  display: block;
  width: fit-content;
}
.site-navigation .menu-item-has-children {
  padding-inline-end: 24px;
}
.site-navigation .menu-item-has-children > a {
  position: relative;
}
.site-navigation .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3e%3cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23000000' stroke-width='2'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -8px;
  transition: all ease .25s;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: transform .25s;
  -o-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s ease 0s;
}
.site-navigation .menu-item-has-children.menu-open>a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-dark .site-navigation .menu-item-has-children > a:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3e%3cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23FFFFFF' stroke-width='2'/%3e%3c/svg%3e");
}
.site-header.site-header-center .site-navigation .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3e%3cpath d='M17.6537 2.17027L9.83027 10.6269C9.72124 10.7452 9.59169 10.839 9.44905 10.903C9.30641 10.967 9.15347 11 8.99902 11C8.84457 11 8.69164 10.967 8.54899 10.903C8.40635 10.839 8.2768 10.7452 8.16778 10.6269L0.344312 2.17027C0.123853 1.93197 -3.2851e-09 1.60876 0 1.27175C3.2851e-09 0.934743 0.123853 0.611537 0.344312 0.373235C0.564772 0.134934 0.863779 0.00105731 1.17556 0.00105731C1.48733 0.0010573 1.78634 0.134934 2.0068 0.373235L9 7.93241L15.9932 0.372179C16.2137 0.133877 16.5127 0 16.8244 0C17.1362 0 17.4352 0.133877 17.6557 0.372179C17.8761 0.61048 18 0.933687 18 1.2707C18 1.60771 17.8761 1.93091 17.6557 2.16921L17.6537 2.17027Z' fill='%23004C97'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
  transition: all ease .25s;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: transform .25s;
  -o-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s ease 0s;
}
.site-header.site-header-center .site-navigation .menu-item-has-children.menu-open>a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-navigation li .submenu > li > a {
  padding-block: 13px;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -o-transition: transform .2s linear;
  -ms-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}
.site-navigation li>a::after, .footer-navigation li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-foreground);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children > .submenu {
  opacity: 0;
  width: 13em;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children:hover > .submenu {
  opacity: 1;
  float: left;
  position: absolute;
  top: 0;
  left: 13em;
  z-index: 99999;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children >a {
  position: relative;
  width: 100%;
  display: block;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children >a::before {
  right: -16px;
}
.site-header .submenu li > a:hover {
  padding-left: 10px;
}
ul#menu-mobile-menu ul.sub-menu li.current-menu-item > a {
  color: #000;
}
.site-header-center ul#menu-mobile-menu ul.sub-menu li.current-menu-item > a {
  color: var(--color-black);
}
.footer-navigation li a {
  position: relative;
  display: block;
  width: fit-content;
}
.site-navigation li.current-menu-item>a::after, .site-navigation li>a:focus::after, .site-navigation li>a:hover::after, .footer-navigation li a:hover::after, .footer-navigation li a:focus::after, .footer-navigation li.current-menu-item a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-navigation li.menu-item-has-children a::after {
  display: none;
}
.site-header.header-scrolled {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
ul#menu-mobile-menu ul.sub-menu {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}
ul#menu-mobile-menu ul.sub-menu li {
  padding: 16px 0 4px 16px;
}
ul#menu-mobile-menu li.menu-open ul.sub-menu {
  border-top: 1px solid var(--color-foreground);
  margin-top: 10px;
}
ul#menu-mobile-menu ul.sub-menu li a {
  font-size: 20px;
}
.site-navigation ul.sub-menu li.current-menu-item > a, .current-menu-parent > a {
  color: var(--color-foreground);
}
ul#menu-mobile-menu ul.sub-menu li a {
  color: var(--color-black);
}
.header-dark ul#menu-mobile-menu ul.sub-menu li a {
  color: var(--color-white);
}
ul#menu-mobile-menu li.current-menu-item > a, ul#menu-mobile-menu li .sub-menu li.current-menu-item > a {
  color: var(--color-foreground);
}
@media (max-width: 1023.98px) {
  ul#menu-mobile-menu .menu-item-has-children > a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M7 1v12M1 7h12' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px;
  }
  ul#menu-mobile-menu .menu-item-has-children.menu-open > a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M1 7h12' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    transform: rotate(0deg);
  }
  .header-dark ul#menu-mobile-menu .menu-item-has-children > a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M7 1v12M1 7h12' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
  }
  .header-dark ul#menu-mobile-menu .menu-item-has-children.menu-open > a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M1 7h12' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
#primary-left-navigation > li:first-child {
  padding-left: 0 !important;
}
.site-header .submenu li > a {
  position: relative;
  font-size: 16px;
}
.site-header.site-header-center .submenu li > a {
  position: relative;
  font-size: 20px;
}
.back-foth-media-content-section .plyr--video {
  min-height: fit-content;
  border-radius: 25px;
}
@media (width >= 48rem) {
  .back-foth-media-content-section .plyr--video {
    height: 20em;
  }
}
@media (width >= 64rem) {
  .back-foth-media-content-section .plyr--video {
    min-height: 650px;
  }
}
@media (width >= 80rem) {
  .back-foth-media-content-section .plyr--video {
    min-height: 730px;
  }
}
@media (width >= 96rem) {
  .back-foth-media-content-section .plyr--video {
    min-height: 848px;
  }
}
.media-simple .plyr--video {
  height: 20em;
  border-radius: 25px;
}
@media (width >= 40rem) {
  .media-simple .plyr--video {
    height: 25em;
  }
}
@media (width >= 48rem) {
  .media-simple .plyr--video {
    height: 450px;
  }
}
@media (width >= 80rem) {
  .media-simple .plyr--video {
    height: 580px;
  }
}
.content-section .plyr--video {
  min-height: fit-content;
  border-radius: 25px;
}
@media (width >= 48rem) {
  .content-section .plyr--video {
    height: 20em;
  }
}
@media (width >= 64rem) {
  .content-section .plyr--video {
    min-height: 450px;
  }
}
@media (width >= 80rem) {
  .content-section .plyr--video {
    min-height: 539px;
  }
}
.video-series-item .plyr--video {
  height: 20em;
  border-radius: 25px;
}
@media (width >= 64rem) {
  .video-series-item .plyr--video {
    min-height: 300px;
  }
}
@media (width >= 80rem) {
  .video-series-item .plyr--video {
    min-height: 383px;
  }
}
iframe, .player {
  border-radius: 55px;
}
.plyr--video {
  height: 100%;
  width: 100%;
}
.plyr__poster {
  background-size: cover !important;
}
.plyr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.owl-carousel .animated {
  -webkit-animation-duration: 50ms;
  animation-duration: 50ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #000;
  text-decoration: none;
}
.owl-theme .owl-nav {
  text-align: right !important;
}
.theme-light .owl-theme .owl-nav [class*=owl-]:hover svg path {
  fill: #000;
}
.theme-dark .owl-theme .owl-nav [class*=owl-]:hover svg path {
  fill: #EFE923;
}
.theme-dark .owl-theme .owl-nav [class*=owl-] svg path {
  fill: white;
}
.cards-slider.owl-theme .owl-nav, .numbers-slider .owl-nav {
  margin-top: 20px !important;
  margin-right: 1.5rem !important;
}
#contact-cards .info-box {
  display: none !important;
}
#cards-content img {
  object-fit: contain !important;
  object-position: center !important;
}
#cards-content .partner-slide .group {
  background-color: #0d0d0d !important;
}
.accordion-header[aria-expanded="false"] .indicator {
  rotate: 45deg;
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0458 7.23616L19.4551 5.72754L13.5005 11.3747L7.54583 5.72754L5.95508 7.23616L11.9097 12.8834L5.95508 18.5306L7.54583 20.0392L13.5005 14.392L19.4551 20.0392L21.0458 18.5306L15.0912 12.8834L21.0458 7.23616Z' fill='%23231F20'/%3e%3c/svg%3e");
  width: 27px;
  height: 25px;
}
.accordion-header[aria-expanded="true"] .indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0458 7.23616L19.4551 5.72754L13.5005 11.3747L7.54583 5.72754L5.95508 7.23616L11.9097 12.8834L5.95508 18.5306L7.54583 20.0392L13.5005 14.392L19.4551 20.0392L21.0458 18.5306L15.0912 12.8834L21.0458 7.23616Z' fill='%23231F20'/%3e%3c/svg%3e");
  width: 27px;
  height: 25px;
}
.accordion-content[aria-expanded="false"] {
  display: none;
}
.accordion-content[aria-expanded="true"] {
  display: block;
  max-height: max-content !important;
}
.accordion-content a {
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.accordion-content a):hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.accordion-content a):hover {
    text-decoration-line: none;
  }
}
.font-text-font * {
  font-size: 16px;
}
.flip-card {
  perspective: 1000px;
}
.flip-inner {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flipped .flip-inner {
  transform: rotateY(180deg);
}
.flip-front, .flip-back {
  backface-visibility: hidden;
}
.flip-back {
  transform: rotateY(180deg);
}
.video-bg-container {
  border-radius: 0 0 25px 25px !important;
  overflow: hidden !important;
}
@media (min-width: 1024px) {
  .video-bg-container {
    border-radius: 25px !important;
  }
}
.video-bg, .video-bg-overlay, #yt-player, #yt-player iframe {
  border-radius: 0 !important;
}
.video-bg-container > * {
  border-radius: inherit;
}
#yt-player {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
#yt-player iframe {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  min-width: 177.78vh !important;
}
@media (max-width: 768px) {
  #yt-player iframe {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: none !important;
    left: 0 !important;
  }
  .empty-space {
    height: 14px !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #yt-player iframe {
    width: 120% !important;
    height: 120% !important;
    left: 50% !important;
    top: -10% !important;
    transform: translateX(-50%) !important;
  }
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-bg-overlay {
  transition: all 1s ease-in-out;
}
.video-bg-overlay--fadeOut {
  background: linear-gradient(270deg, rgba(0,0,0,0.1) -0.57%, rgba(0,0,0,0.4) 94.01%), linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%) !important;
}
.playlist-controls {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 50;
}
.playlist-controls button {
  background: #efe923;
  backdrop-filter: blur(8px);
  color: white;
  padding: 8px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}
.playlist-controls button:hover {
  transform: scale(1.1);
  background: #efe923;
}
.playlist-controls button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.video-hero-controls {
  position: absolute !important;
  bottom: 1rem !important;
  left: 1rem !important;
  display: flex !important;
  gap: 0.5rem !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}
.video-hero-controls button {
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.video-hero-controls button:hover {
  transform: scale(1.1) !important;
  background: rgba(0, 0, 0, 0.95) !important;
}
.video-hero-controls button:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
}
.video-hero-controls #youtube-btn {
  background: rgba(255, 0, 0, 0.9) !important;
}
.video-hero-controls #youtube-btn:hover {
  background: rgba(255, 0, 0, 1) !important;
}
.video-hero-controls svg {
  width: 20px !important;
  height: 20px !important;
  fill: white !important;
  pointer-events: none !important;
}
.video-bg-player {
  cursor: pointer !important;
}
@media (max-width: 640px) {
  .playlist-controls {
    bottom: 0.75rem;
    right: 0.75rem;
    gap: 0.5rem;
  }
  .playlist-controls button {
    padding: 6px;
    min-width: 36px;
    min-height: 36px;
  }
  .video-hero-controls {
    bottom: 0.75rem !important;
    left: 0.75rem !important;
    gap: 0.5rem !important;
  }
  .video-hero-controls button {
    width: 36px !important;
    height: 36px !important;
  }
  .video-hero-controls svg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 640px) {
  .hero-youtube-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .hero-youtube-section .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1020.98px) {
  body .sb_youtube[id^=sb_youtube_] .sby_footer .sby_follow_btn {
    width: 100% !important;
    margin-left: 0;
    margin-top: 10px;
  }
}
.video-hero-controls button:active {
  transform: scale(0.95) !important;
}
.video-hero-controls button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.hero-youtube-section .container {
  pointer-events: none;
}
.hero-youtube-section .container > * {
  pointer-events: auto;
}
@media (prefers-contrast: high) {
  .video-hero-controls button {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid white !important;
  }
  .playlist-controls button {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid white !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-hero-controls button, .playlist-controls button {
    transition: none !important;
  }
  .video-hero-controls button:hover, .playlist-controls button:hover {
    transform: none !important;
  }
}
.padding-small {
  padding: 60px 0 !important;
}
.padding-medium {
  padding: 115px 0 !important;
}
.padding-large {
  padding: 130px 0;
}
.footer-contact, .footer-contact * {
  font-size: 18px;
  --tw-leading: 23px;
  line-height: 23px;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  --tw-tracking: -0.48px;
  letter-spacing: -0.48px;
}
@media (width >= 80rem) {
  .footer-contact, .footer-contact * {
    font-size: 24px;
  }
}
.footer-contact, .footer-contact * {
  font-family: var(--font-headline) !important;
}
@media (hover: hover) {
  :is(.footer-contact a):hover {
    text-decoration-line: underline;
  }
}
.footer-contact a {
  font-family: var(--font-primary) !important;
}
.info-copyright {
  font-size: 16px;
  --tw-leading: 22px;
  line-height: 22px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-primary) !important;
}
@media (min-width: 2500px) {
  .custom-box-img {
    height: 55em !important;
  }
  .team-image {
    height: 35em !important;
  }
  .card-info {
    height: 30em !important;
  }
}
@media (min-width: 2000px) {
  .custom-box-img {
    min-height: 40em !important;
  }
  .media-simple, .media-simple .plyr--video {
    height: 40em !important;
  }
  .post-image, .post-image a {
    height: 20em !important;
  }
}
@media (min-width: 96rem) {
  .container {
    max-width: 1538px !important;
  }
}
@media (min-width: 1024px) {
  .site-header .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .site-header.site-header-center .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .padding-small.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-medium.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-large.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-small.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-medium.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-large.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .hide-br-desk br {
    display: none;
  }
}
@media (max-width: 1281px) {
  h1 br:not(.no-hide),	h2 br:not(.no-hide),	h3 br:not(.no-hide),	h4 br:not(.no-hide),	h5 br:not(.no-hide),	h6 br:not(.no-hide),	.headline br:not(.no-hide),	.headline-alt br:not(.no-hide),	.main-position-team br {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .padding-small,	.padding-medium,	.padding-large,	.padding-xlarge {
    padding: 3em 0 !important;
  }
  .pb-0-important {
    padding-bottom: 0 !important;
  }
  .pt-0-important {
    padding-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .team-image {
    height: 40em !important;
  }
  .youtube-channel-section .padding-small {
    padding: 1em 0 !important;
  }
}
@media (max-width: 575.98px) {
  .team-image {
    height: 20em !important;
  }
}
@media (max-width: 480.98px) {
  .team-image {
    height: 15em !important;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  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-1 {
  inset: calc(var(--spacing) * 1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-14 {
  top: calc(var(--spacing) * 14);
}
.top-\[30px\] {
  top: 30px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-\[30px\] {
  right: 30px;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-4 {
  bottom: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 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;
  }
}
.-mx-\[15px\] {
  margin-inline: calc(15px * -1);
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-\[10px\] {
  margin-block: 10px;
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[3em\] {
  margin-top: 3em;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[3em\] {
  margin-bottom: 3em;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[14em\] {
  height: 14em;
}
.h-\[15em\] {
  height: 15em;
}
.h-\[16em\] {
  height: 16em;
}
.h-\[20em\] {
  height: 20em;
}
.h-\[24em\] {
  height: 24em;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-screen {
  max-height: 100vh;
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-\[40px\] {
  width: 40px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[130px\] {
  width: 130px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[13em\] {
  min-width: 13em;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-fit {
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-110 {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-y-180 {
  --tw-rotate-y: rotateY(180deg);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.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;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.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-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-\[2em\] {
  gap: 2em;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[50px\] {
  gap: 50px;
}
: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)));
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-y-0 {
  row-gap: calc(var(--spacing) * 0);
}
.gap-y-\[2em\] {
  row-gap: 2em;
}
.gap-y-\[3em\] {
  row-gap: 3em;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[calc\(1\.5em\+40px\)\] {
  row-gap: calc(1.5em + 40px);
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[0px_0px_8px_8px\] {
  border-radius: 0px 0px 8px 8px;
}
.rounded-\[0px_0px_25px_25px\] {
  border-radius: 0px 0px 25px 25px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[3px\] {
  border-style: var(--tw-border-style);
  border-width: 3px;
}
.border-\[4px\] {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t-1 {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-foreground {
  border-color: var(--color-foreground);
}
.border-tertiary {
  border-color: var(--color-tertiary);
}
.bg-\[\#FEFFFF\] {
  background-color: #FEFFFF;
}
.bg-\[rgba\(0\,0\,0\,0\.15\)\] {
  background-color: rgba(0,0,0,0.15);
}
.bg-background {
  background-color: var(--color-background);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-foreground {
  background-color: var(--color-foreground);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(270deg\,rgba\(0\,0\,0\,0\)_-0\.57\%\,rgba\(0\,0\,0\,0\.2\)_94\.01\%\)\,linear-gradient\(0deg\,rgba\(0\,0\,0\,0\.05\)_0\%\,rgba\(0\,0\,0\,0\.02\)_100\%\)\] {
  background-image: linear-gradient(270deg,rgba(0,0,0,0) -0.57%,rgba(0,0,0,0.2) 94.01%),linear-gradient(0deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.02) 100%);
}
.bg-\[linear-gradient\(270deg\,rgba\(0\,0\,0\,0\)_-0\.57\%\,rgba\(0\,0\,0\,0\.2\)_94\.01\%\)\,linear-gradient\(0deg\,rgba\(0\,0\,0\,0\.51\)_0\%\,rgba\(0\,0\,0\,0\.02\)_100\%\)\] {
  background-image: linear-gradient(270deg,rgba(0,0,0,0) -0.57%,rgba(0,0,0,0.2) 94.01%),linear-gradient(0deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.02) 100%);
}
.bg-\[linear-gradient\(270deg\,rgba\(0\,0\,0\,0\)_-0\.57\%\,rgba\(0\,0\,0\,0\.5\)_94\.01\%\)\,linear-gradient\(0deg\,rgba\(0\,0\,0\,0\.05\)_0\%\,rgba\(0\,0\,0\,0\.05\)_100\%\)\] {
  background-image: linear-gradient(270deg,rgba(0,0,0,0) -0.57%,rgba(0,0,0,0.5) 94.01%),linear-gradient(0deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 100%);
}
.from-black\/10 {
  --tw-gradient-from: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/10 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.from-black\/10 {
  --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-black\/30 {
  --tw-gradient-from: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/30 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.from-black\/30 {
  --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-black\/10 {
  --tw-gradient-to: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-black\/10 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.to-black\/10 {
  --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-black\/30 {
  --tw-gradient-to: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-black\/30 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.to-black\/30 {
  --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-contain {
  background-size: contain;
}
.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;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[40px\] {
  padding: 40px;
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-\[1\.5rem\] {
  padding-inline: 1.5rem;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[23px\] {
  padding-inline: 23px;
}
.px-\[25px\] {
  padding-inline: 25px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[70px\] {
  padding-block: 70px;
}
.pt-1 {
  padding-top: calc(var(--spacing) * 1);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-\[2em\] {
  padding-top: 2em;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[3em\] {
  padding-top: 3em;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pr-\[1\.5rem\] {
  padding-right: 1.5rem;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-\[3em\] {
  padding-bottom: 3em;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[27px\] {
  padding-bottom: 27px;
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[27px\] {
  font-size: 27px;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.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);
}
.text-\[\#B4B9C9\] {
  color: #B4B9C9;
}
.text-\[\#F4F4F4\] {
  color: #F4F4F4;
}
.text-\[\#e7e4e4\] {
  color: #e7e4e4;
}
.text-background {
  color: var(--color-background);
}
.text-black {
  color: var(--color-black);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.grayscale-0 {
  --tw-grayscale: grayscale(0%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-\[37px\] {
  --tw-backdrop-blur: blur(37px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.backface-hidden {
  backface-visibility: hidden;
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:h-full:is(:where(.group):hover *) {
    height: 100%;
  }
}
@media (hover: hover) {
  .group-hover\:translate-y-0:is(:where(.group):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:bg-\[rgba\(0\,0\,0\,0\.15\)\]:is(:where(.group):hover *) {
    background-color: rgba(0,0,0,0.15);
  }
}
@media (hover: hover) {
  .group-hover\:text-black:is(:where(.group):hover *) {
    color: var(--color-black);
  }
}
@media (hover: hover) {
  .group-hover\:opacity-0:is(:where(.group):hover *) {
    opacity: 0%;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .group-hover\:grayscale:is(:where(.group):hover *) {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@media (hover: hover) {
  .group-hover\:backdrop-blur-\[37px\]:is(:where(.group):hover *) {
    --tw-backdrop-blur: blur(37px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
}
@media (hover: hover) {
  .hover\:-translate-y-1:hover {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:-translate-y-3:hover {
    --tw-translate-y: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:scale-110:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:bg-foreground:hover {
    background-color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
.focus\:bg-foreground:focus {
  background-color: var(--color-foreground);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-white:focus {
  --tw-ring-color: var(--color-white);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 40rem) {
  .sm\:mt-\[-15em\] {
    margin-top: -15em;
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[20em\] {
    height: 20em;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[25em\] {
    height: 25em;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[26em\] {
    height: 26em;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[30em\] {
    height: 30em;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[150px\] {
    height: 150px;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[260px\] {
    height: 260px;
  }
}
@media (width >= 40rem) {
  .sm\:p-\[25px\] {
    padding: 25px;
  }
}
@media (width >= 40rem) {
  .sm\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width >= 40rem) {
  .sm\:px-\[25px\] {
    padding-inline: 25px;
  }
}
@media (width >= 40rem) {
  .sm\:pt-\[15em\] {
    padding-top: 15em;
  }
}
@media (width >= 40rem) {
  .sm\:pr-\[15px\] {
    padding-right: 15px;
  }
}
@media (width >= 40rem) {
  .sm\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 40rem) {
  .sm\:pb-\[40px\] {
    padding-bottom: 40px;
  }
}
@media (width >= 40rem) {
  .sm\:pl-\[15x\] {
    padding-left: 15x;
  }
}
@media (width >= 40rem) {
  .sm\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:top-14 {
    top: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:-mx-\[12px\] {
    margin-inline: calc(12px * -1);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-\[-20em\] {
    margin-top: -20em;
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-\[75px\] {
    margin-bottom: 75px;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (width >= 48rem) {
  .md\:h-\[20em\] {
    height: 20em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[25em\] {
    height: 25em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[30em\] {
    height: 30em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[32em\] {
    height: 32em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[40em\] {
    height: 40em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[450px\] {
    height: 450px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[500px\] {
    height: 500px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[55\%\] {
    width: 55%;
  }
}
@media (width >= 48rem) {
  .md\:w-fit {
    width: fit-content;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[250px\] {
    min-width: 250px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[calc\(50\%-10px\)\] {
    min-width: calc(50% - 10px);
  }
}
@media (width >= 48rem) {
  .md\:min-w-fit {
    min-width: fit-content;
  }
}
@media (width >= 48rem) {
  .md\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[0px\] {
    gap: 0px;
  }
}
@media (width >= 48rem) {
  .md\:gap-x-\[15px\] {
    column-gap: 15px;
  }
}
@media (width >= 48rem) {
  .md\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-\[2em\] {
    row-gap: 2em;
  }
}
@media (width >= 48rem) {
  .md\:object-top {
    object-position: top;
  }
}
@media (width >= 48rem) {
  .md\:px-\[6px\] {
    padding-inline: 6px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[30px\] {
    padding-inline: 30px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[30px\] {
    padding-block: 30px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[20em\] {
    padding-top: 20em;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[25px\] {
    padding-right: 25px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[25px\] {
    padding-left: 25px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:order-3 {
    order: 3;
  }
}
@media (width >= 64rem) {
  .lg\:-mx-\[25px\] {
    margin-inline: calc(25px * -1);
  }
}
@media (width >= 64rem) {
  .lg\:mx-\[70px\] {
    margin-inline: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[-90px\] {
    margin-top: -90px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[-256px\] {
    margin-top: -256px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[2em\] {
    margin-top: 2em;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[42px\] {
    margin-top: 42px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[3em\] {
    margin-bottom: 3em;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[42px\] {
    margin-bottom: 42px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:h-5 {
    height: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:h-\[162px\] {
    height: 162px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[200px\] {
    height: 200px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[302px\] {
    height: 302px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[408px\] {
    height: 408px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[480px\] {
    height: 480px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[500px\] {
    height: 500px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[650px\] {
    height: 650px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[700px\] {
    height: 700px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[450px\] {
    min-height: 450px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[650px\] {
    min-height: 650px;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-5 {
    width: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[30\%\] {
    max-width: 30%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[129px\] {
    max-width: 129px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
}
@media (width >= 64rem) {
  .lg\:min-w-\[75\%\] {
    min-width: 75%;
  }
}
@media (width >= 64rem) {
  .lg\:translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .lg\:translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .lg\:cursor-default {
    cursor: default;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[2em\] {
    gap: 2em;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[18px\] {
    gap: 18px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[50px\] {
    gap: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[40px\] {
    row-gap: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[49px\] {
    row-gap: 49px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[60px\] {
    row-gap: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[25px\] {
    border-radius: 25px;
  }
}
@media (width >= 64rem) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[40px\] {
    padding: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[70px\] {
    padding: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[22px\] {
    padding-inline: 22px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[70px\] {
    padding-inline: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:py-\[90px\] {
    padding-block: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[77px\] {
    padding-top: 77px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[95px\] {
    padding-top: 95px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[90px\] {
    padding-right: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[24px\] {
    padding-bottom: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[95px\] {
    padding-bottom: 95px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[70px\] {
    padding-left: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[90px\] {
    padding-left: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 64rem) {
  @media (hover: hover) {
    .lg\:group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
@media (width >= 64rem) {
  @media (hover: hover) {
    .lg\:group-hover\:grayscale:is(:where(.group):hover *) {
      --tw-grayscale: grayscale(100%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
}
@media (width >= 80rem) {
  .xl\:mx-\[75px\] {
    margin-inline: 75px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[-350px\] {
    margin-top: -350px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[30em\] {
    height: 30em;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[40em\] {
    height: 40em;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[195px\] {
    height: 195px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[280px\] {
    height: 280px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[326px\] {
    height: 326px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[380px\] {
    height: 380px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[580px\] {
    height: 580px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[600px\] {
    height: 600px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[700px\] {
    height: 700px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[730px\] {
    height: 730px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[383px\] {
    min-height: 383px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[539px\] {
    min-height: 539px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[730px\] {
    min-height: 730px;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[53\%\] {
    max-width: 53%;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[60\%\] {
    max-width: 60%;
  }
}
@media (width >= 80rem) {
  .xl\:min-w-\[60\%\] {
    min-width: 60%;
  }
}
@media (width >= 80rem) {
  .xl\:p-\[42px\] {
    padding: 42px;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[42px\] {
    padding-inline: 42px;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[75px\] {
    padding-inline: 75px;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[45px\] {
    padding-block: 45px;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[-50px\] {
    padding-top: -50px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[80px\] {
    padding-right: 80px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[107px\] {
    padding-right: 107px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[75px\] {
    padding-left: 75px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[80px\] {
    padding-left: 80px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[107px\] {
    padding-left: 107px;
  }
}
@media (width >= 80rem) {
  .xl\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:mx-\[102px\] {
    margin-inline: 102px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:mt-\[-282px\] {
    margin-top: -282px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:mt-\[-430px\] {
    margin-top: -430px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:mt-\[156px\] {
    margin-top: 156px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[450px\] {
    height: 450px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[550px\] {
    height: 550px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[606px\] {
    height: 606px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[666px\] {
    height: 666px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[818px\] {
    height: 818px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[873px\] {
    height: 873px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[898px\] {
    height: 898px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-1\/4 {
    width: calc(1/4 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-3\/4 {
    width: calc(3/4 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:max-w-\[30\%\] {
    max-width: 30%;
  }
}
@media (width >= 96rem) {
  .\32 xl\:max-w-\[65\%\] {
    max-width: 65%;
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-\[27px\] {
    padding-inline: 27px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-\[102px\] {
    padding-inline: 102px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:pt-\[430px\] {
    padding-top: 430px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-\[33px\] {
    padding-right: 33px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-\[102px\] {
    padding-left: 102px;
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@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-duration: initial;
      --tw-ease: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --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-space-y-reverse: 0;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
