/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _ot
Theme URI: https://odzyskaj.to
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: _ot
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

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

_ot 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-amber-700: oklch(55.5% 0.163 48.998);
  --color-green-700: oklch(52.7% 0.154 150.069);
  --color-black: #000;
  --color-white: var(--acf-color-white);
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
  --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-dark_blue: var(--acf-color-dark_blue);
  --color-grey: var(--acf-color-grey);
  --color-light-grey: var(--acf-color-light-grey);
  --color-accent: var(--acf-color-accent);
  --color-input: var(--acf-color-input);
  --color-white_dark: var(--acf-color-white_dark);
  --color-gradient_accent-color_start: var(--acf-color-gradient_accent-color_start);
  --color-gradient_accent-color_end: var(--acf-color-gradient_accent-color_end);
  --color-gradient_accent-color_alternate: var(--acf-color-gradient_accent-color_alternate);
  --color-gradient_accent-color_alternate_2: var(--acf-color-gradient_accent-color_alternate_2);
  --color-gradient_accent_dark-color_start: var(--acf-color-gradient_accent_dark-color_start);
  --color-gradient_accent_dark-color_end: var(--acf-color-gradient_accent_dark-color_end);
  --font-primary: "Lato", sans-serif;
  --font-accent: "Readex Pro", sans-serif;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-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 {
  --gradient-accent: linear-gradient(68deg, var(--color-gradient_accent-color_start), var(--color-gradient_accent-color_end));
  --gradient-accent-dark: linear-gradient(68deg, var(--color-gradient_accent_dark-color_start), var(--color-gradient_accent_dark-color_end));
}
body {
  background-color: #F8F8F8;
  font-family: var(--font-primary);
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-dark_blue);
}
.readex-pro {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}
.lato {
  font-family: "Lato", sans-serif;
  font-weight: 100;
}
h2 {
  font-family: var(--font-accent);
  font-size: 32px;
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 1240px) {
  h2 {
    font-size: 40px;
  }
}
.landing h2 {
  font-family: var(--font-accent);
  font-size: 32px;
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 1240px) {
  .landing h2 {
    font-size: 48px;
  }
}
.swiper-stats {
  position: relative;
  z-index: 10;
}
.swiper-stats .swiper-slide {
  opacity: 50%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (width >= 1240px) {
  .swiper-stats .swiper-slide {
    width: 926px;
  }
}
.swiper-stats .swiper-slide {
  opacity: 50%;
}
.swiper-stats .swiper-slide-active {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
}
.swiper-stats .swiper-slide-prev {
  z-index: calc(10 * -1);
}
@media (width >= 1240px) {
  .swiper-stats .swiper-slide-prev {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.swiper-stats .swiper-slide-next {
  z-index: calc(10 * -1);
}
@media (width >= 1240px) {
  .swiper-stats .swiper-slide-next {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.swiper-pagination-custom {
  width: auto !important;
}
.swiper-pagination-custom .swiper-pagination-bullet {
  margin-inline: calc(var(--spacing) * 0) !important;
  height: 2px;
  width: calc(var(--spacing) * 10);
  border-radius: 0;
  background-color: var(--color-accent);
  opacity: 100%;
  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;
}
.swiper-pagination-custom .swiper-pagination-bullet:first-child {
  border-top-left-radius: calc(infinity * 1px);
  border-bottom-left-radius: calc(infinity * 1px);
}
.swiper-pagination-custom .swiper-pagination-bullet:last-child {
  border-top-right-radius: calc(infinity * 1px);
  border-bottom-right-radius: calc(infinity * 1px);
}
.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: var(--color-accent);
  opacity: 100%;
}
.swiper-button-prev-custom, .swiper-button-next-custom {
  color: var(--color-accent);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.swiper-button-prev-custom:hover, .swiper-button-next-custom:hover {
  color: var(--color-white);
}
.landing .swiper-button-prev-custom, .swiper-button-next-custom {
  color: #525252;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.landing .swiper-button-prev-custom:hover, .swiper-button-next-custom:hover {
  color: var(--color-accent);
}
.swiper-pagination-custom:has(.swiper-pagination-bullet-active) .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(:has(~ .swiper-pagination-bullet-active)) {
  background-color: var(--color-white);
  opacity: 15%;
}
#site-navigation-desktop {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
}
@media (width >= 1240px) {
  #site-navigation-desktop {
    display: flex;
  }
}
@media (width >= 1240px) {
  #site-navigation-desktop {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 1440px) {
  #site-navigation-desktop {
    gap: calc(var(--spacing) * 10);
  }
}
#site-navigation-desktop ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
}
@media (width >= 1240px) {
  #site-navigation-desktop ul {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 1440px) {
  #site-navigation-desktop ul {
    gap: calc(var(--spacing) * 10);
  }
}
#site-navigation-desktop ul li a {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
#site-navigation-desktop ul li a:hover {
  color: var(--color-accent);
  text-decoration-line: underline;
}
#site-navigation-mobile ul {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
}
#site-navigation-mobile ul li a {
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(#site-navigation-mobile ul li a):hover {
    color: var(--color-accent);
  }
}
#footer-menu-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
  border-block-color: #363F5C;
  padding-block: calc(var(--spacing) * 6);
  color: var(--color-white_dark);
}
@media (width >= 1400px) {
  #footer-menu-1 {
    display: flex;
  }
}
@media (width >= 1400px) {
  #footer-menu-1 {
    flex-direction: row;
  }
}
@media (width >= 1400px) {
  #footer-menu-1 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 1400px) {
  #footer-menu-1 {
    border-block-style: var(--tw-border-style);
    border-block-width: 0px;
  }
}
@media (width >= 1400px) {
  #footer-menu-1 {
    padding-block: calc(var(--spacing) * 0);
  }
}
.landing #footer-menu-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-top-color: #525252;
  padding-block: calc(var(--spacing) * 6);
  color: var(--color-white_dark);
}
@media (width >= 1240px) {
  :where(:is(.landing #footer-menu-1) > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
@media (width >= 1240px) {
  :where(:is(.landing #footer-menu-1) > :not(:last-child)) {
    border-color: #525252;
  }
}
@media (width >= 1400px) {
  .landing #footer-menu-1 {
    display: flex;
  }
}
@media (width >= 1400px) {
  .landing #footer-menu-1 {
    flex-direction: row;
  }
}
@media (width >= 1400px) {
  .landing #footer-menu-1 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 1400px) {
  .landing #footer-menu-1 {
    border-block-style: var(--tw-border-style);
    border-block-width: 0px;
  }
}
@media (width >= 1400px) {
  .landing #footer-menu-1 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  :is(.landing #footer-menu-1) > li:not(:last-child) {
    padding-right: calc(var(--spacing) * 4);
  }
}
#footer-menu-1 a {
  font-size: 14px;
  color: var(--color-white_dark);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
#footer-menu-1 a:hover {
  color: var(--color-accent);
  text-decoration-line: underline;
}
#footer-menu-2 {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: calc(var(--spacing) * 4);
}
:where(#footer-menu-2 > :not(:last-child)) {
  --tw-divide-x-reverse: 0;
  border-inline-style: var(--tw-border-style);
  border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
  border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
:where(#footer-menu-2 > :not(:last-child)) {
  border-color: var(--color-dark_blue);
}
#footer-menu-2 {
  color: var(--color-white_dark);
}
@media (width >= 1400px) {
  #footer-menu-2 {
    color: var(--color-dark_blue);
  }
}
#footer-menu-2 li {
  padding-right: calc(var(--spacing) * 4);
  font-size: 12px;
  opacity: 60%;
}
@media (width >= 1400px) {
  #footer-menu-2 li {
    font-size: 13px;
  }
}
@media (width >= 1400px) {
  #footer-menu-2 li {
    opacity: 100%;
  }
}
.post-content figure {
  margin-inline: calc(var(--spacing) * 0);
  margin-block: 32px;
}
@media (width >= 1240px) {
  .post-content figure {
    margin-inline: -118px;
  }
}
@media (width >= 1240px) {
  .post-content figure {
    margin-block: 48px;
  }
}
.post-content figure.wp-block-table {
  margin-inline: -20px;
  border-radius: 16px;
  background-color: #F4FCFB;
  padding: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 2);
}
@media (width >= 1240px) {
  .post-content figure.wp-block-table {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .post-content figure.wp-block-table {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 1240px) {
  .post-content figure.wp-block-table {
    padding-block: calc(var(--spacing) * 2);
  }
}
.post-content figure.wp-block-table table td {
  padding-inline: calc(var(--spacing) * 0);
  padding-block: calc(var(--spacing) * 6);
}
@media (width >= 1240px) {
  .post-content figure.wp-block-table table td {
    padding-block: calc(var(--spacing) * 8);
  }
}
.post-content figure.size-full {
  width: auto !important;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-block: 24px;
}
.post-content p {
  margin-block: 24px;
  --tw-leading: 1.24;
  line-height: 1.24;
}
.post-content a {
  color: var(--color-gradient_accent-color_alternate);
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.post-content a):hover {
    color: var(--color-gradient_accent-color_end);
  }
}
.post-content ul.wp-block-list {
  margin-left: calc(var(--spacing) * 6);
  list-style-type: disc;
  --tw-leading: 1.24;
  line-height: 1.24;
}
ul.page-numbers {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
ul.page-numbers li > a, ul.page-numbers li > span {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: var(--font-accent);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-grey);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(ul.page-numbers li > a,ul.page-numbers li > .current):hover {
    color: var(--color-gradient_accent-color_alternate);
  }
}
ul.page-numbers li > span.current {
  background-color: #E8FBF8;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-gradient_accent-color_alternate);
}
ul.page-numbers li > .next {
  margin-right: 18px;
}
@media (width >= 1240px) {
  ul.page-numbers li > .next {
    margin-left: 30px;
  }
}
ul.page-numbers li > .prev {
  margin-right: 18px;
}
@media (width >= 1240px) {
  ul.page-numbers li > .prev {
    margin-right: 30px;
  }
}
.active-menu {
  color: var(--color-gradient_accent-color_end);
  text-decoration-line: underline;
}
#footer-menu-1 a {
  opacity: 70%;
}
#footer-menu-1 a:hover {
  opacity: 100%;
}
.form-checkbox {
  --tw-leading: 1.24;
  line-height: 1.24;
}
.landing .list-item-point {
  position: relative;
  padding-left: 24px;
}
.landing .list-item-point:after {
  position: absolute;
  top: calc(var(--spacing) * 1);
  right: 100%;
  width: 9px;
  height: 9px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-accent);
  content: "";
}
.landing .list-item-point:not(:last-child)::before {
  position: absolute;
  right: calc(100% + 4px);
  width: 1px;
  height: 100%;
  top: 0.25rem;
  background: #516296;
  content: "";
}
.swiper-stats-landing {
  position: relative;
  z-index: 10;
}
.swiper-stats-landing .swiper-slide {
  opacity: 50%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (width >= 1240px) {
  .swiper-stats-landing .swiper-slide {
    width: 451px;
  }
}
.swiper-stats-landing .swiper-slide {
  opacity: 50%;
  filter: drop-shadow(-1px 1px 32px rgba(92, 92, 92, 0.01));
}
.swiper-stats-landing .swiper-slide-active {
  z-index: 10;
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
  filter: drop-shadow(-1px 1px 32px rgba(92, 92, 92, 0.05));
}
.swiper-stats-landing .navigation_button {
  z-index: 10;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.swiper-stats-landing .swiper-slide-active .navigation_button {
  opacity: 100%;
}
.swiper-stats-landing .swiper-slide-next .swiper-slide-prev {
  z-index: calc(10 * -1);
}
.btn {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  z-index: 1;
}
.btn--primary::before, .btn--primary::after {
  position: absolute;
  border-radius: 12px;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  content: '';
  inset: 0;
  z-index: -1;
}
.btn--primary::before {
  background: linear-gradient(68deg, var(--color-gradient_accent-color_start), var(--color-gradient_accent-color_end));
  opacity: 1;
}
.btn--primary::after {
  background: linear-gradient(68deg, var(--color-gradient_accent_dark-color_start), var(--color-gradient_accent_dark-color_end));
  opacity: 0;
}
.btn--primary:hover::before {
  opacity: 0;
}
.btn--primary:hover::after {
  opacity: 1;
}
.btn--primary:active {
  background-color: var(--color-white);
  color: var(--color-gradient_accent-color_alternate);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-gradient_accent-color_alternate);
}
.btn--primary:active::before, .btn--primary:active::after {
  opacity: 0;
}
.btn--secondary::before, .btn--secondary::after {
  position: absolute;
  border-radius: 12px;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  content: '';
  inset: 0;
  z-index: -1;
}
.btn--secondary {
  color: var(--color-gradient_accent-color_alternate);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-gradient_accent-color_alternate);
}
.btn--secondary:hover {
  background-color: var(--color-gradient_accent-color_alternate);
}
@supports (color: color-mix(in lab, red, red)) {
  .btn--secondary:hover {
    background-color: color-mix(in oklab, var(--color-gradient_accent-color_alternate) 10%, transparent);
  }
}
.btn--secondary:active {
  background-color: var(--color-gradient_accent-color_alternate);
}
@supports (color: color-mix(in lab, red, red)) {
  .btn--secondary:active {
    background-color: color-mix(in oklab, var(--color-gradient_accent-color_alternate) 60%, transparent);
  }
}
.btn--secondary:active {
  color: var(--color-white);
}
.form label {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-dark_blue);
}
.form .wpcf7-list-item {
  margin: 0;
}
.form input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]), .form select {
  margin-top: calc(var(--spacing) * 2);
  min-height: 46px;
  width: 100%;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-input);
  background-color: var(--color-white);
  padding-inline: 14px;
  padding-block: 10px;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-dark_blue);
}
:is(.form input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]),.form select)::placeholder {
  color: var(--color-input);
}
.form input:focus-visible, textarea:focus-visible , select:focus-visible {
  outline-color: var(--color-accent);
}
.form input[type="checkbox"] {
  accent-color: var(--color-accent);
}
.form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-input);
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--acf-color-accent);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 24px;
  background-position-x: calc(100% - 8px);
  background-position-y: 50%;
}
.form br {
  display: none;
}
.form .form-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
}
@media (width >= 1240px) {
  .form .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form .form-row {
  margin-bottom: calc(var(--spacing) * 4);
}
.form textarea {
  margin-top: calc(var(--spacing) * 2);
  max-height: 128px;
  width: 100%;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-input);
  background-color: var(--color-white);
  padding-inline: 14px;
  padding-block: 10px;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-dark_blue);
}
:is(.form textarea)::placeholder {
  color: var(--color-input);
}
.form input[type="checkbox"] {
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 4);
  border-radius: 4px;
}
:is(.form input[type="checkbox"]):focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
}
:is(.form input[type="checkbox"]):focus {
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.form .form-checkbox {
  margin-bottom: calc(var(--spacing) * 8);
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacing) * 3);
}
.form .form-checkbox p {
  display: block;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.form .form-checkbox a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
  text-decoration-line: underline;
}
.form .wpcf7-response-output {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-accent);
  padding-inline: 14px;
  padding-block: 10px;
}
input:not([type="checkbox"]):not([type="radio"]):focus, textarea:focus, select:focus {
  outline: 2px solid var(--acf-color-accent);
  outline-offset: -2px;
}
.form .wpcf7-response-output {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-accent);
  padding-inline: 14px;
  padding-block: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: calc(var(--spacing) * 0);
  --tw-border-style: none;
  border-style: none;
  padding: calc(var(--spacing) * 0);
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-green-700);
}
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: calc(var(--spacing) * 0);
  --tw-border-style: none;
  border-style: none;
  padding: calc(var(--spacing) * 0);
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-amber-700);
}
.custom-select-wrapper .wpcf7-form-control-wrap::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 11px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADISURBVHgB7dAxDoIwFIDh1xrEyTDoXhfDiDeAzcngMTwdurnhERgdTOwBGBompUkrT2NCGmiauDj0n6Cv6dcUwOfz/UXENlzHu7vWIOSzyTi/CHPOWB6FM11o0Kx9NJuhPRgdA1iSR+9bEEiCcF4ylkYmEISq7IAU/8cAK8Kro6DQZvhpQl8A13HefvaNZn0uLI63TMG0xLO7p6skoftAq6IP8OuZ/4SYUG/ZCXBGBiBnAJuAY3V9E8vF6qQ0BUnkwRXw+XxuvQCpX1t013jWeAAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.custom-select-wrapper .wpcf7-form-control-wrap.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-wrapper .wpcf7-select {
  appearance: none !important;
  background: none;
  padding-right: 30px;
}
.wpcf7-not-valid-tip {
  margin-top: calc(var(--spacing) * 2);
  font-size: 12px;
}
.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;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[-18px\] {
  top: -18px;
}
.top-\[-260px\] {
  top: -260px;
}
.top-\[48px\] {
  top: 48px;
}
.top-\[calc\(100\%_-_24px\)\] {
  top: calc(100% - 24px);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-32px\] {
  right: -32px;
}
.right-\[-50\%\] {
  right: -50%;
}
.right-\[-190px\] {
  right: -190px;
}
.right-full {
  right: 100%;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[-32px\] {
  bottom: -32px;
}
.bottom-\[-195px\] {
  bottom: -195px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-\[-78px\] {
  left: -78px;
}
.left-\[33\%\] {
  left: 33%;
}
.left-full {
  left: 100%;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-100 {
  z-index: 100;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[40\] {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-\[-20px\] {
  margin-inline: -20px;
}
.mx-auto {
  margin-inline: auto;
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-\[32px\] {
  margin-block: 32px;
}
.my-\[48px\] {
  margin-block: 48px;
}
.my-\[56px\] {
  margin-block: 56px;
}
.my-\[96px\] {
  margin-block: 96px;
}
.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;
}
.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-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48\] {
  margin-top: 48;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-\[96px\] {
  margin-top: 96px;
}
.mt-\[140px\] {
  margin-top: 140px;
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.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-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[86px\] {
  margin-bottom: 86px;
}
.mb-\[88px\] {
  margin-bottom: 88px;
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.size-\[12px\] {
  width: 12px;
  height: 12px;
}
.size-\[13px\] {
  width: 13px;
  height: 13px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-\[56px\] {
  width: 56px;
  height: 56px;
}
.size-\[80px\] {
  width: 80px;
  height: 80px;
}
.size-\[100px\] {
  width: 100px;
  height: 100px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[392px\] {
  height: 392px;
}
.h-\[calc\(100\%_-_48px\)\] {
  height: calc(100% - 48px);
}
.h-\[calc\(100\%_-_62px\)\] {
  height: calc(100% - 62px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[456px\] {
  max-height: 456px;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[97px\] {
  width: 97px;
}
.w-\[calc\(100\%_-_26px\)\] {
  width: calc(100% - 26px);
}
.w-\[max\(0px\,_calc\(\(50vw_-_606px\)_\+_100\%_\+_32px\)\)\] {
  width: max(0px, calc((50vw - 606px) + 100% + 32px));
}
.w-\[max\(0px\,_calc\(\(50vw_-_710px\)_\+_67\%\)\)\] {
  width: max(0px, calc((50vw - 710px) + 67%));
}
.w-full {
  width: 100%;
}
.max-w-\[383px\] {
  max-width: 383px;
}
.max-w-\[517px\] {
  max-width: 517px;
}
.max-w-\[531\.09px\] {
  max-width: 531.09px;
}
.max-w-none {
  max-width: none;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.flex-1 {
  flex: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-px {
  --tw-translate-x: -1px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-px {
  --tw-translate-x: 1px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[62px\] {
  --tw-translate-y: 62px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[88px\] {
  gap: 88px;
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[30px\] {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.rounded-t-\[80px\] {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.rounded-l-\[24px\] {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.rounded-r-\[12px\] {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rounded-r-\[24px\] {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.rounded-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-white_dark\/20 {
  border-color: var(--color-white_dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white_dark\/20 {
    border-color: color-mix(in oklab, var(--color-white_dark) 20%, transparent);
  }
}
.border-t-\[\#D0D0D0\] {
  border-top-color: #D0D0D0;
}
.border-b-\[\#D9D9D9\] {
  border-bottom-color: #D9D9D9;
}
.bg-\[\#292D39\]\/60 {
  background-color: color-mix(in oklab, #292D39 60%, transparent);
}
.bg-\[\#D9FAF8\]\/60 {
  background-color: color-mix(in oklab, #D9FAF8 60%, transparent);
}
.bg-\[\#F4FCFB\] {
  background-color: #F4FCFB;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-\[rgba\(98\,239\,211\,0\.08\)\] {
  background-color: rgba(98,239,211,0.08);
}
.bg-dark_blue {
  background-color: var(--color-dark_blue);
}
.bg-gradient_accent-color_alternate\/10 {
  background-color: var(--color-gradient_accent-color_alternate);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-gradient_accent-color_alternate\/10 {
    background-color: color-mix(in oklab, var(--color-gradient_accent-color_alternate) 10%, transparent);
  }
}
.bg-gradient_accent-color_alternate\/20 {
  background-color: var(--color-gradient_accent-color_alternate);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-gradient_accent-color_alternate\/20 {
    background-color: color-mix(in oklab, var(--color-gradient_accent-color_alternate) 20%, transparent);
  }
}
.bg-gradient_accent-color_alternate_2\/20 {
  background-color: var(--color-gradient_accent-color_alternate_2);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-gradient_accent-color_alternate_2\/20 {
    background-color: color-mix(in oklab, var(--color-gradient_accent-color_alternate_2) 20%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/10 {
  background-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-white\/50 {
  background-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/50 {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.bg-white\/70 {
  background-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/70 {
    background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.bg-white\/80 {
  background-color: var(--color-white);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/80 {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}
.bg-linear-to-b {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#F6FEFF\]\/16 {
  --tw-gradient-from: color-mix(in oklab, #F6FEFF 16%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#F6FEFF\]\/65 {
  --tw-gradient-to: color-mix(in oklab, #F6FEFF 65%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-1\.5 {
  padding: calc(var(--spacing) * 1.5);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.p-\[6px\] {
  padding: 6px;
}
.\!px-0 {
  padding-inline: calc(var(--spacing) * 0) !important;
}
.\!px-5 {
  padding-inline: calc(var(--spacing) * 5) !important;
}
.\!px-\[40px\] {
  padding-inline: 40px !important;
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-\[20px\] {
  padding-inline: 20px;
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[11px\] {
  padding-block: 11px;
}
.py-\[44px\] {
  padding-block: 44px;
}
.py-\[48px\] {
  padding-block: 48px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[9px\] {
  padding-left: 9px;
}
.pl-\[94px\] {
  padding-left: 94px;
}
.text-center {
  text-align: center;
}
.font-accent {
  font-family: var(--font-accent);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[1\.15\] {
  --tw-leading: 1.15;
  line-height: 1.15;
}
.leading-\[1\.21\] {
  --tw-leading: 1.21;
  line-height: 1.21;
}
.leading-\[1\.24\] {
  --tw-leading: 1.24;
  line-height: 1.24;
}
.leading-\[160\%\] {
  --tw-leading: 160%;
  line-height: 160%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.02rem\] {
  --tw-tracking: -0.02rem;
  letter-spacing: -0.02rem;
}
.text-\[\#6B6C7F\] {
  color: #6B6C7F;
}
.text-\[\#525252\] {
  color: #525252;
}
.text-\[\#ABABAB\] {
  color: #ABABAB;
}
.text-accent {
  color: var(--color-accent);
}
.text-dark_blue {
  color: var(--color-dark_blue);
}
.text-gradient_accent-color_alternate {
  color: var(--color-gradient_accent-color_alternate);
}
.text-grey {
  color: var(--color-grey);
}
.text-light-grey {
  color: var(--color-light-grey);
}
.text-white {
  color: var(--color-white);
}
.text-white_dark {
  color: var(--color-white_dark);
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[-1px_1px_52px_-21px_rgba\(92\,92\,92\,0\.25\)\] {
  --tw-shadow: -1px 1px 52px -21px var(--tw-shadow-color, rgba(92,92,92,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[-6px_2px_23px_rgba\(0\,0\,0\,0\.04\)\] {
  --tw-shadow: -6px 2px 23px var(--tw-shadow-color, rgba(0,0,0,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[-6px_2px_23px_rgba\(121\,121\,121\,0\.10\)\] {
  --tw-shadow: -6px 2px 23px var(--tw-shadow-color, rgba(121,121,121,0.10));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_1px_7px_rgba\(31\,30\,36\,0\.11\)\] {
  --tw-shadow: 0 1px 7px var(--tw-shadow-color, rgba(31,30,36,0.11));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_4px_9px_rgba\(0\,0\,0\,0\.04\)\] {
  --tw-shadow: 0 4px 9px var(--tw-shadow-color, rgba(0,0,0,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_4px_11px_0_rgba\(0\,0\,0\,0\.42\)\] {
  --tw-shadow: 0 4px 11px 0 var(--tw-shadow-color, rgba(0,0,0,0.42));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[2px_12px_43px_-3px_rgba\(92\,92\,92\,0\.25\)\] {
  --tw-shadow: 2px 12px 43px -3px var(--tw-shadow-color, rgba(92,92,92,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[8px_2px_24px_6px_rgba\(0\,0\,0\,0\.36\)\] {
  --tw-shadow: 8px 2px 24px 6px var(--tw-shadow-color, rgba(0,0,0,0.36));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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,);
}
.drop-shadow-sm {
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
  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-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  -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-\[17\.6px\] {
  --tw-backdrop-blur: blur(17.6px);
  -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-\[57px\] {
  --tw-backdrop-blur: blur(57px);
  -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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.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);
}
@media (hover: hover) {
  .group-hover\:ml-2:is(:where(.group):hover *) {
    margin-left: calc(var(--spacing) * 2);
  }
}
@media (hover: hover) {
  .group-hover\:ml-3:is(:where(.group):hover *) {
    margin-left: calc(var(--spacing) * 3);
  }
}
@media (hover: hover) {
  .group-hover\:bg-\[\#05C3A8\]\/30:is(:where(.group):hover *) {
    background-color: color-mix(in oklab, #05C3A8 30%, transparent);
  }
}
@media (hover: hover) {
  .group-hover\:text-gradient_accent-color_alternate:is(:where(.group):hover *) {
    color: var(--color-gradient_accent-color_alternate);
  }
}
@media (hover: hover) {
  .group-hover\:underline:is(:where(.group):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-0:is(:where(.group):hover *) {
    opacity: 0%;
  }
}
.before\:rounded-\[20px\]::before {
  content: var(--tw-content);
  border-radius: 20px;
}
.before\:p-px::before {
  content: var(--tw-content);
  padding: 1px;
}
@media (hover: hover) {
  .hover\:translate-y-0:hover {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:bg-white_dark:hover {
    background-color: var(--color-white_dark);
  }
}
@media (hover: hover) {
  .hover\:py-1:hover {
    padding-block: calc(var(--spacing) * 1);
  }
}
@media (hover: hover) {
  .hover\:text-accent:hover {
    color: var(--color-accent);
  }
}
@media (hover: hover) {
  .hover\:text-gradient_accent-color_alternate:hover {
    color: var(--color-gradient_accent-color_alternate);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:shadow-\[0px_4px_31px_0_rgba\(0\,0\,0\,0\.09\)\]:hover {
    --tw-shadow: 0px 4px 31px 0 var(--tw-shadow-color, rgba(0,0,0,0.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 600px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 1240px) {
  .md\:top-\[-308px\] {
    top: -308px;
  }
}
@media (width >= 1240px) {
  .md\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:right-\[80px\] {
    right: 80px;
  }
}
@media (width >= 1240px) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 1240px) {
  .md\:order-3 {
    order: 3;
  }
}
@media (width >= 1240px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 1240px) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 1240px) {
  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 1240px) {
  .md\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:my-\[-68px\] {
    margin-block: -68px;
  }
}
@media (width >= 1240px) {
  .md\:my-\[48px\] {
    margin-block: 48px;
  }
}
@media (width >= 1240px) {
  .md\:my-\[56px\] {
    margin-block: 56px;
  }
}
@media (width >= 1240px) {
  .md\:my-\[96px\] {
    margin-block: 96px;
  }
}
@media (width >= 1240px) {
  .md\:my-\[144px\] {
    margin-block: 144px;
  }
}
@media (width >= 1240px) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 1240px) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 1240px) {
  .md\:mt-\[-24px\] {
    margin-top: -24px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[-40px\] {
    margin-top: -40px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[-120px\] {
    margin-top: -120px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[40px\] {
    margin-top: 40px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[56px\] {
    margin-top: 56px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[96px\] {
    margin-top: 96px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[110px\] {
    margin-top: 110px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[112px\] {
    margin-top: 112px;
  }
}
@media (width >= 1240px) {
  .md\:mt-\[144px\] {
    margin-top: 144px;
  }
}
@media (width >= 1240px) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
@media (width >= 1240px) {
  .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 1240px) {
  .md\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 1240px) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 1240px) {
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[58px\] {
    margin-bottom: 58px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[64px\] {
    margin-bottom: 64px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[88px\] {
    margin-bottom: 88px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[112px\] {
    margin-bottom: 112px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[116px\] {
    margin-bottom: 116px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[124px\] {
    margin-bottom: 124px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[125px\] {
    margin-bottom: 125px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }
}
@media (width >= 1240px) {
  .md\:mb-\[144px\] {
    margin-bottom: 144px;
  }
}
@media (width >= 1240px) {
  .md\:block {
    display: block;
  }
}
@media (width >= 1240px) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 1240px) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 1240px) {
  .md\:inline {
    display: inline;
  }
}
@media (width >= 1240px) {
  .md\:size-\[14px\] {
    width: 14px;
    height: 14px;
  }
}
@media (width >= 1240px) {
  .md\:size-\[18px\] {
    width: 18px;
    height: 18px;
  }
}
@media (width >= 1240px) {
  .md\:size-\[20px\] {
    width: 20px;
    height: 20px;
  }
}
@media (width >= 1240px) {
  .md\:size-\[80px\] {
    width: 80px;
    height: 80px;
  }
}
@media (width >= 1240px) {
  .md\:h-\[30px\] {
    height: 30px;
  }
}
@media (width >= 1240px) {
  .md\:h-\[74px\] {
    height: 74px;
  }
}
@media (width >= 1240px) {
  .md\:h-\[230px\] {
    height: 230px;
  }
}
@media (width >= 1240px) {
  .md\:h-\[calc\(100\%_-_64px\)\] {
    height: calc(100% - 64px);
  }
}
@media (width >= 1240px) {
  .md\:max-h-\[unset\] {
    max-height: unset;
  }
}
@media (width >= 1240px) {
  .md\:w-\[926px\] {
    width: 926px;
  }
}
@media (width >= 1240px) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 1240px) {
  .md\:w-fit {
    width: fit-content;
  }
}
@media (width >= 1240px) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[227px\] {
    max-width: 227px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[240px\] {
    max-width: 240px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[353px\] {
    max-width: 353px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[450px\] {
    max-width: 450px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[456px\] {
    max-width: 456px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[524px\] {
    max-width: 524px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[566px\] {
    max-width: 566px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[574px\] {
    max-width: 574px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[594px\] {
    max-width: 594px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[604px\] {
    max-width: 604px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[609px\] {
    max-width: 609px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[688px\] {
    max-width: 688px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[690px\] {
    max-width: 690px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[691px\] {
    max-width: 691px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[692px\] {
    max-width: 692px;
  }
}
@media (width >= 1240px) {
  .md\:max-w-\[920px\] {
    max-width: 920px;
  }
}
@media (width >= 1240px) {
  .md\:min-w-\[80px\] {
    min-width: 80px;
  }
}
@media (width >= 1240px) {
  .md\:translate-y-\[-32px\] {
    --tw-translate-y: -32px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 1240px) {
  .md\:translate-y-\[-64px\] {
    --tw-translate-y: -64px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 1240px) {
  .md\:translate-y-\[-96px\] {
    --tw-translate-y: -96px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 1240px) {
  .md\:translate-y-\[-128px\] {
    --tw-translate-y: -128px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 1240px) {
  .md\:translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 1240px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 1240px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 1240px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 1240px) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 1240px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 1240px) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 1240px) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 1240px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 1240px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 1240px) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 1240px) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 1240px) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 1240px) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:gap-\[52px\] {
    gap: 52px;
  }
}
@media (width >= 1240px) {
  .md\:gap-\[72px\] {
    gap: 72px;
  }
}
@media (width >= 1240px) {
  .md\:gap-\[100px\] {
    gap: 100px;
  }
}
@media (width >= 1240px) {
  .md\:justify-self-end {
    justify-self: flex-end;
  }
}
@media (width >= 1240px) {
  .md\:overflow-visible {
    overflow: visible;
  }
}
@media (width >= 1240px) {
  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }
}
@media (width >= 1240px) {
  .md\:rounded-\[30px\] {
    border-radius: 30px;
  }
}
@media (width >= 1240px) {
  .md\:rounded-\[80px\] {
    border-radius: 80px;
  }
}
@media (width >= 1240px) {
  .md\:rounded-b-\[80px\] {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
@media (width >= 1240px) {
  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (width >= 1240px) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 1240px) {
  .md\:\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
}
@media (width >= 1240px) {
  .md\:\!px-10 {
    padding-inline: calc(var(--spacing) * 10) !important;
  }
}
@media (width >= 1240px) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 1240px) {
  .md\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 1240px) {
  .md\:px-\[44px\] {
    padding-inline: 44px;
  }
}
@media (width >= 1240px) {
  .md\:px-\[64px\] {
    padding-inline: 64px;
  }
}
@media (width >= 1240px) {
  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 1240px) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 1240px) {
  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 1240px) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 1240px) {
  .md\:py-\[88px\] {
    padding-block: 88px;
  }
}
@media (width >= 1240px) {
  .md\:pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 1240px) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 1240px) {
  .md\:pb-\[72px\] {
    padding-bottom: 72px;
  }
}
@media (width >= 1240px) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 1240px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 1240px) {
  .md\:text-start {
    text-align: start;
  }
}
@media (width >= 1240px) {
  .md\:text-\[12px\] {
    font-size: 12px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[13px\] {
    font-size: 13px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[14px\] {
    font-size: 14px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 1240px) {
  .md\:text-\[56px\] {
    font-size: 56px;
  }
}
@media (width >= 1240px) {
  .md\:font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@media (width >= 1240px) {
  .md\:font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
}
@media (width >= 1240px) {
  .md\:text-dark_blue {
    color: var(--color-dark_blue);
  }
}
@media (width >= 1400px) {
  .md-footer\:w-auto {
    width: auto;
  }
}
@media (width >= 1400px) {
  .md-footer\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 1400px) {
  .md-footer\:items-center {
    align-items: center;
  }
}
@media (width >= 1400px) {
  .md-footer\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 1400px) {
  .md-footer\:justify-center {
    justify-content: center;
  }
}
@media (width >= 1400px) {
  .md-footer\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (width >= 1400px) {
  .md-footer\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 1400px) {
  .md-footer\:gap-\[48px\] {
    gap: 48px;
  }
}
@media (width >= 1400px) {
  .md-footer\:bg-white {
    background-color: var(--color-white);
  }
}
@media (width >= 1400px) {
  .md-footer\:py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
}
@media (width >= 1400px) {
  .md-footer\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
.\[\&_\.btn--primary\]\:w-full .btn--primary {
  width: 100%;
}
@media (width >= 1240px) {
  .md\:\[\&_\.btn--primary\]\:w-auto .btn--primary {
    width: auto;
  }
}
@media (width >= 1240px) {
  .md\:\[\&_\.btn--primary\]\:px-\[100px\] .btn--primary {
    padding-inline: 100px;
  }
}
.\[\&_figure\]\:mx-0 figure {
  margin-inline: calc(var(--spacing) * 0);
}
@media (width >= 1240px) {
  .\[\&_figure\]\:md\:mx-\[-118px\] figure {
    margin-inline: -118px;
  }
}
.\[\&_p\]\:mt-4 p {
  margin-top: calc(var(--spacing) * 4);
}
.\[\&_p_strong\]\:font-bold p strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.container-xl {
  max-width: 1440px;
  padding-inline: calc(var(--spacing) * 5);
}
.container-md {
  max-width: 1204px;
  padding-inline: calc(var(--spacing) * 5);
}
.gradient-text {
  background: var(--gradient-accent);
  background-clip: text;
  color: transparent;
}
.gradient-border-accent {
  position: relative;
  z-index: 1;
}
.gradient-border-accent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (width >= 1200px) {
  .gradient-border-accent::before {
    inset: 0;
    background: var(--gradient-accent);
    mask: linear-gradient(#000 0 0) content-box,	linear-gradient(#000 0 0);
    mask-composite: exclude;
  }
}
@media (width < 1200px) {
  .gradient-border-accent::before {
    border: 1px solid var(--color-gradient_accent-color_alternate);
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-outline-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;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-border-style: solid;
      --tw-divide-x-reverse: 0;
      --tw-outline-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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-content: "";
    }
  }
}
