/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Rectifi Law
Theme URI: https://rectifilaw.com
Description: A custom theme based on _tw
Version: 0.1.0
Author: The Kestrel Co.
Author URI: https://thekestrel.co
Text Domain: rectifilaw
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.

rectifilaw 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: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: 1.5;
  --text-lg: 1.125rem;
  --text-lg--line-height: 1.55555556;
  --text-xl: 1.25rem;
  --text-xl--line-height: 1.66667;
  --text-2xl: 1.5rem;
  --text-2xl--line-height: 1;
  --text-3xl: 1.75rem;
  --text-3xl--line-height: 1.28571429;
  --text-4xl: 2rem;
  --text-4xl--line-height: 1;
  --text-5xl: 3.375rem;
  --text-5xl--line-height: 1;
  --text-6xl: 5rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--line-height: 1;
  --text-9xl: 8rem;
  --text-9xl--line-height: 1;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-sm: 0.25rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-condensed: "Barlow Condensed", sans-serif;
  --color-rectifi-blue: #1953D7;
  --color-rectifi-teal: #5EC4B6;
  --color-rectifi-teal-dark: #3CA496;
  --color-rectifi-navy: #273048;
  --color-rectifi-purple: #8D0BA1;
  --color-rectifi-dark-purple: #532547;
  --color-rectifi-rose: #eccfcc;
  --color-rectifi-yellow: #EDD93A;
  --color-rectifi-red: #A12C41;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
[x-cloak] {
  display: none !important;
}
:root {
  --global-content-edge-padding: 4rem;
  --wp--style--root--padding-right: 4rem;
  --wp--style--root--padding-left: 4rem;
}
@media (max-width: 1023px) {
  :root {
    --global-content-edge-padding: 1.5rem;
    --wp--style--root--padding-right: 1.5rem;
    --wp--style--root--padding-left: 1.5rem;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
html {
  overflow-x: clip;
  width: 100%;
}
#page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible, .outline-dashed {
  outline-style: var(--tw-outline-style) !important;
  outline-width: 1px !important;
  outline-offset: 4px !important;
  outline-color: var(--color-rectifi-teal) !important;
  --tw-outline-style: dashed !important;
  outline-style: dashed !important;
}
.wrapper {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-inline: auto;
  width: 100%;
}
.wrapper--wide {
  max-width: var(--wp--style--global--wide-size);
}
.wrapper--no-pad {
  padding-left: 0;
  padding-right: 0;
}
.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  min-width: calc(var(--spacing) * 40);
  background-color: var(--color-rectifi-blue);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2.5);
}
@media (width >= 48rem) {
  .button {
    min-width: calc(var(--spacing) * 55);
  }
}
@media (width >= 48rem) {
  .button {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.button {
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.05em;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  .button:hover {
    background-color: var(--color-rectifi-teal);
  }
}
@media (hover: hover) {
  .button:hover {
    color: var(--color-rectifi-navy);
  }
}
.button:focus {
  background-color: var(--color-rectifi-teal);
}
.button:focus {
  color: var(--color-rectifi-navy);
}
.button:active {
  --tw-outline-style: none;
  outline-style: none;
}
.button--white {
  background-color: var(--color-white);
  color: var(--color-rectifi-blue);
}
@media (max-width: 1024px) {
  .carousel {
    margin-inline: calc(var(--spacing) * 10);
  }
}
@media (max-width: 768px) {
  .carousel {
    margin-inline: calc(var(--spacing) * 7);
  }
}
.carousel .splide__arrow {
  background: transparent;
  border: none;
  width: auto;
  height: 39px;
  aspect-ratio: 1/2;
}
@media (max-width: 768px) {
  .carousel .splide__arrow {
    height: 30px;
  }
}
:is(.carousel .splide__arrow) svg {
  width: auto;
  height: 200%;
  aspect-ratio: 1/2;
  stroke: var(--color-rectifi-teal);
  stroke-width: 4;
  fill: none;
}
:is(:is(.carousel .splide__arrow) svg) path {
  transform: translateX(26%);
}
:is(.carousel .splide__arrow):disabled {
  cursor: not-allowed;
}
.carousel .splide__arrow--prev {
  left: 0;
  translate: calc(-100% - 10px) 0%;
}
.carousel .splide__arrow--next {
  right: 0;
  translate: calc(100% + 10px) 0%;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  min-width: calc(var(--spacing) * 40);
  background-color: var(--color-rectifi-blue);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2.5);
}
@media (width >= 48rem) {
  .button {
    min-width: calc(var(--spacing) * 55);
  }
}
@media (width >= 48rem) {
  .button {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.button {
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.05em;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  .button:hover {
    background-color: var(--color-rectifi-teal);
  }
}
@media (hover: hover) {
  .button:hover {
    color: var(--color-rectifi-navy);
  }
}
.button:focus {
  background-color: var(--color-rectifi-teal);
}
.button:focus {
  color: var(--color-rectifi-navy);
}
.button:active {
  --tw-outline-style: none;
  outline-style: none;
}
.button--white {
  background-color: var(--color-white);
  color: var(--color-rectifi-blue);
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
input[type="search"]::-ms-clear {
  display: none;
}
.gform_wrapper {
  container-type: inline-size;
}
.gform_wrapper .gform_ajax_spinner,.gform_wrapper .gform-loader,.gform_wrapper [id^="gform_ajax_spinner_"] {
  display: none !important;
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 20px;
  --gf-local-color: #000;
  --gf-ctrl-label-color-tertiary: #000;
  --gf-local-font-size: 16px;
  --gf-local-padding-x: 10px;
  --gf-ctrl-padding-x: 10px;
  --gf-local-line-height: 1.5;
  --gf-ctrl-line-height: 1.5;
  --gf-local-radius: 0;
  --gf-ctrl-radius: 0;
  --gf-form-validation-heading-color: var(--color-rectifi-red);
  --gf-form-validation-border-color: color-mix(in srgb, #A12C41 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .gform_wrapper.gform-theme--foundation {
    --gf-form-validation-border-color: color-mix(in srgb, var(--color-rectifi-red) 40%, transparent);
  }
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-validation-border-color-focus: color-mix(in srgb, #A12C41 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .gform_wrapper.gform-theme--foundation {
    --gf-form-validation-border-color-focus: color-mix(in srgb, var(--color-rectifi-red) 40%, transparent);
  }
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-validation-outline-focus: 3px solid var(--color-rectifi-red);
  --gf-form-validation-heading-icon-color: var(--color-rectifi-red);
  --gf-ctrl-desc-color-error: var(--color-rectifi-red);
  --gf-form-footer-margin-y-start: 20px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row {
  row-gap: var(--gf-form-gap-y);
}
.gform-grid-col--size-auto:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row) .gform-grid-col) {
  flex: auto;
}
@container (width >= 36rem) {
  .gform-grid-col--size-auto:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row) .gform-grid-col) {
    flex: 1;
  }
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub {
  color: #555555;
  top: 10.5px;
  left: 11px;
  position: absolute;
  font-weight: 400;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
  margin-left: calc(var(--spacing) * 0.5);
  display: inline;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-rectifi-red);
  font-size: 1rem;
  line-height: 1;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required.gfield_required_text {
  font-size: 0;
}
:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required.gfield_required_text)::before {
  content: '*';
  font-size: 1rem;
  line-height: 1;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub {
  left: 17px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_contains_required .ginput_complex .gform-field-label--type-sub::after {
  content: '*';
  color: var(--color-rectifi-red);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.125rem;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .field_sublabel_above {
  position: relative;
}
.gfield_visibility_hidden:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .field_sublabel_above) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) input,:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea {
  border: 1px solid #929292;
  height: auto;
  padding-top: 15px;
  padding-bottom: 4px;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) input,:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea)::placeholder {
  color: transparent;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea {
  height: 100px;
  min-block-size: unset !important;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex) span {
  position: relative;
  color: #000;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description p,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description span {
  color: #000;
}
:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(input:focus),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(input:not(:placeholder-shown)),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(textarea:focus),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(textarea:not(:placeholder-shown))) > label {
  top: 1px;
  font-size: 12px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .ginput_container_consent) input[type='checkbox'] {
  margin-top: calc(var(--spacing) * 0.5);
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  min-block-size: 1.5rem;
  border: 1px solid #929292;
  appearance: auto;
  -webkit-appearance: checkbox;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label {
  margin-left: 0 !important;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label) .gfield_required {
  display: inline;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-rectifi-red);
  font-size: 1rem;
  line-height: 1;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label .gfield_required.gfield_required_text {
  font-size: 0;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label .gfield_required.gfield_required_text)::before {
  content: '*';
  font-size: 1rem;
  line-height: 1;
}
.gform_wrapper.gform-theme--foundation .gform_footer {
  margin-top: calc(var(--spacing) * 2);
  justify-content: center;
  row-gap: calc(var(--spacing) * 4);
}
@container (width >= 32rem) {
  .gform_wrapper.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
  }
}
.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
  position: relative;
  display: inline-flex !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
}
@container (width >= 16rem) {
  .gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
    min-width: calc(var(--spacing) * 55) !important;
  }
}
.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
  background-color: var(--color-rectifi-blue) !important;
  padding-inline: calc(var(--spacing) * 6) !important;
  padding-block: calc(var(--spacing) * 2.5) !important;
  border-radius: 0 !important;
  font-family: var(--font-condensed) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  --tw-leading: var(--leading-normal) !important;
  line-height: var(--leading-normal) !important;
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  --tw-tracking: 0.05em !important;
  letter-spacing: 0.05em !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
}
@media (hover: hover) {
  :is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):hover {
    background-color: var(--color-rectifi-teal) !important;
  }
}
@media (hover: hover) {
  :is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):hover {
    color: var(--color-rectifi-navy) !important;
  }
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):focus {
  background-color: var(--color-rectifi-teal) !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):focus {
  color: var(--color-rectifi-navy) !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):active {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):disabled {
  color: transparent;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):disabled::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.gform_wrapper.gform-theme--foundation {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
}
.gform-privacy-notice {
  width: 100%;
  margin-bottom: 0.75rem;
}
.gform-privacy-notice p {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gform-privacy-notice a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
:is(.gform-privacy-notice a):hover,:is(.gform-privacy-notice a):focus {
  color: #ffffff;
}
:is(#colophon .gform-privacy-notice) p {
  color: #555555;
}
:is(#colophon .gform-privacy-notice) a {
  color: var(--color-rectifi-navy);
  text-decoration: underline;
}
:is(:is(#colophon .gform-privacy-notice) a):hover,:is(:is(#colophon .gform-privacy-notice) a):focus {
  color: #000000;
}
.gform_confirmation_message {
  font-family: var(--font-sans) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  --tw-leading: var(--leading-relaxed) !important;
  line-height: var(--leading-relaxed) !important;
  color: var(--color-white) !important;
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
}
.gform_confirmation_message {
  display: block !important;
  padding-inline: calc(var(--spacing) * 5) !important;
  padding-block: calc(var(--spacing) * 6) !important;
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    padding-block: calc(var(--spacing) * 8) !important;
  }
}
.gform_confirmation_message {
  background-color: var(--color-rectifi-navy) !important;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  border-left-style: var(--tw-border-style) !important;
  border-left-width: 4px !important;
  border-color: var(--color-rectifi-yellow) !important;
}
.gform_confirmation_message p {
  margin-bottom: calc(var(--spacing) * 0);
  display: block !important;
  font-family: var(--font-sans) !important;
  color: var(--color-white) !important;
}
:is(.gform_confirmation_message p):last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.gform_confirmation_message a {
  display: inline !important;
  color: var(--color-rectifi-yellow) !important;
  color: var(--color-rectifi-yellow);
  text-decoration-line: none !important;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.gform_confirmation_message a):hover {
    color: var(--color-white);
  }
}
.gfield_description.validation_message, .gfield_validation_message, .validation_message {
  margin-top: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-rectifi-red) !important;
  display: block !important;
  font-family: var(--font-sans) !important;
}
dialog.rectifilaw-privacy-modal:not([open]) {
  display: none;
}
dialog.rectifilaw-privacy-modal[open] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 100000;
  width: min(100vw - 2rem, 48rem);
  max-width: calc(100vw - 2rem);
  max-height: min(90vh, 900px);
  padding: 0;
  border: none;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.35);
}
dialog.rectifilaw-privacy-modal::backdrop {
  background: rgb(15 23 42 / 0.65);
  backdrop-filter: blur(4px);
}
.rectifilaw-privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--color-rectifi-navy);
  color: #fff;
}
.rectifilaw-privacy-modal__title {
  margin: 0;
  font-family: var(--font-condensed, sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rectifilaw-privacy-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.rectifilaw-privacy-modal__close:hover,.rectifilaw-privacy-modal__close:focus-visible {
  background: rgb(255 255 255 / 0.12);
  outline: none;
}
.rectifilaw-privacy-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 1.5rem 1.75rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #222;
  background: #fff;
}
.rectifilaw-privacy-modal__body :where(h1, h2, h3, h4) {
  font-family: var(--font-condensed, var(--font-sans));
  font-weight: 700;
  line-height: 1.2;
  margin: 1.25em 0 0.5em;
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body h1 {
  font-size: 1.5rem;
  margin-top: 0;
}
.rectifilaw-privacy-modal__body h2 {
  font-size: 1.25rem;
}
.rectifilaw-privacy-modal__body h3 {
  font-size: 1.1rem;
}
.rectifilaw-privacy-modal__body :where(p) {
  margin: 0 0 1em;
}
.rectifilaw-privacy-modal__body :where(p:last-child) {
  margin-bottom: 0;
}
.rectifilaw-privacy-modal__body :where(ul) {
  margin: 0 0 1em;
  padding-left: 1.35em;
  list-style-type: disc;
  list-style-position: outside;
}
.rectifilaw-privacy-modal__body :where(ol) {
  margin: 0 0 1em;
  padding-left: 1.35em;
  list-style-type: decimal;
  list-style-position: outside;
}
.rectifilaw-privacy-modal__body :where(li) {
  margin-bottom: 0.35em;
}
.rectifilaw-privacy-modal__body :where(li)::marker {
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body :where(ul ul) {
  list-style-type: circle;
}
.rectifilaw-privacy-modal__body :where(ol ol) {
  list-style-type: lower-alpha;
}
.rectifilaw-privacy-modal__body :where(img) {
  max-width: 100%;
  height: auto;
}
.rectifilaw-privacy-modal__body :where(a) {
  color: var(--color-rectifi-blue, #2563eb);
  text-decoration: underline;
}
.rectifilaw-privacy-modal__body a:hover, .rectifilaw-privacy-modal__body a:focus-visible {
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.875rem;
}
.rectifilaw-privacy-modal__body :where(th, td) {
  border: 1px solid #ddd;
  padding: 0.5em 0.65em;
  text-align: left;
  vertical-align: top;
}
.rectifilaw-privacy-modal__empty {
  margin: 0;
  color: #555;
  font-style: italic;
}
@media (max-width: 1024px) {
  .carousel {
    margin-inline: calc(var(--spacing) * 10);
  }
}
@media (max-width: 768px) {
  .carousel {
    margin-inline: calc(var(--spacing) * 7);
  }
}
.carousel .splide__arrow {
  background: transparent;
  border: none;
  width: auto;
  height: 39px;
  aspect-ratio: 1/2;
}
@media (max-width: 768px) {
  .carousel .splide__arrow {
    height: 30px;
  }
}
:is(.carousel .splide__arrow) svg {
  width: auto;
  height: 200%;
  aspect-ratio: 1/2;
  stroke: var(--color-rectifi-teal);
  stroke-width: 4;
  fill: none;
}
:is(:is(.carousel .splide__arrow) svg) path {
  transform: translateX(26%);
}
:is(.carousel .splide__arrow):disabled {
  cursor: not-allowed;
}
.carousel .splide__arrow--prev {
  left: 0;
  translate: calc(-100% - 10px) 0%;
}
.carousel .splide__arrow--next {
  right: 0;
  translate: calc(100% + 10px) 0%;
}
:root {
  --plyr-color-main: var(--color-rectifi-teal);
}
.plyr--youtube.plyr-loading iframe, .plyr--youtube:not(.plyr--ready) iframe {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.plyr--youtube.plyr--ready iframe {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
}
.primary-nav > .has-dropdown {
  position: relative;
}
:is(.primary-nav > .has-dropdown) > a,:is(.primary-nav > .has-dropdown) > span {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.primary-nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 2);
  display: flex;
  flex-direction: column;
  background-color: var(--color-rectifi-navy);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in oklab, #f5f5f5 50%, transparent);
  --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, rgba(0,0,0,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);
  min-width: calc(var(--spacing) * 61);
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 0);
  list-style-type: none;
  z-index: 50;
}
.primary-nav .nav-dropdown > .dropdown-item {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .primary-nav .nav-dropdown > .dropdown-item {
    border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
:is(.primary-nav .nav-dropdown > .dropdown-item):last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
:is(.primary-nav .nav-dropdown > .dropdown-item) > a {
  display: block;
  height: calc(var(--spacing) * 11);
  display: flex;
  align-items: center;
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-decoration-line: none;
  white-space: nowrap;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(:is(.primary-nav .nav-dropdown > .dropdown-item) > a):hover,:is(:is(.primary-nav .nav-dropdown > .dropdown-item) > a):focus-visible {
  color: var(--color-rectifi-teal);
}
.dropdown-arrow {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.header-transparent {
  background-color: var(--color-rectifi-navy);
}
@media (min-width: 640px) {
  .header-transparent {
    background-color: transparent;
  }
}
.header-transparent.mobile-menu-open {
  background-color: var(--color-rectifi-navy);
}
.mobile-nav > li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav > li {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.mobile-nav .mobile-menu-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span {
  display: block;
  padding-block: calc(var(--spacing) * 3);
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  flex: 1;
}
:is(.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span):hover,:is(.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span):focus-visible {
  color: var(--color-rectifi-teal);
}
.mobile-nav .mobile-submenu-toggle {
  margin-right: calc(var(--spacing) * -3);
  padding: calc(var(--spacing) * 3);
  color: var(--color-white);
  cursor: pointer;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(.mobile-nav .mobile-submenu-toggle):hover,:is(.mobile-nav .mobile-submenu-toggle):focus-visible {
  color: var(--color-rectifi-teal);
}
.mobile-nav .mobile-sub-menu {
  list-style-type: none;
  padding-left: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav .mobile-sub-menu {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.mobile-nav .mobile-sub-menu {
  overflow: hidden;
  will-change: max-height,opacity;
}
.mobile-nav .mobile-submenu-item {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav .mobile-submenu-item {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
:is(.mobile-nav .mobile-submenu-item):last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
:is(.mobile-nav .mobile-submenu-item) > a {
  display: block;
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-condensed);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.mobile-nav .mobile-submenu-item) > a {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
:is(.mobile-nav .mobile-submenu-item) > a {
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(:is(.mobile-nav .mobile-submenu-item) > a):hover,:is(:is(.mobile-nav .mobile-submenu-item) > a):focus-visible {
  color: var(--color-rectifi-teal);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  overflow: hidden;
}
.hero-overlay--reveal .hero-overlay__triangle {
  position: absolute;
  inset: 0;
  background: var(--color-rectifi-navy, #273048);
}
.hero-overlay--reveal .hero-overlay__triangle--left {
  clip-path: polygon(0 0, 0 100%, 0 100%);
}
.hero-overlay--reveal .hero-overlay__triangle--right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%);
}
.hero-overlay--reveal.is-animating .hero-overlay__triangle--left {
  animation: heroTriangleLeft 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero-overlay--reveal.is-animating .hero-overlay__triangle--right {
  animation: heroTriangleRight 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes heroTriangleLeft {
  0% {
    clip-path: polygon(0 0, 0 100%, 0 100%);
  }
  40%, 60% {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 100%, 0 100%);
  }
}
@keyframes heroTriangleRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%);
  }
  40%, 60% {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%);
  }
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
input[type="search"]::-ms-clear {
  display: none;
}
.gform_wrapper {
  container-type: inline-size;
}
.gform_wrapper .gform_ajax_spinner,.gform_wrapper .gform-loader,.gform_wrapper [id^="gform_ajax_spinner_"] {
  display: none !important;
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 20px;
  --gf-local-color: #000;
  --gf-ctrl-label-color-tertiary: #000;
  --gf-local-font-size: 16px;
  --gf-local-padding-x: 10px;
  --gf-ctrl-padding-x: 10px;
  --gf-local-line-height: 1.5;
  --gf-ctrl-line-height: 1.5;
  --gf-local-radius: 0;
  --gf-ctrl-radius: 0;
  --gf-form-validation-heading-color: var(--color-rectifi-red);
  --gf-form-validation-border-color: color-mix(in srgb, #A12C41 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .gform_wrapper.gform-theme--foundation {
    --gf-form-validation-border-color: color-mix(in srgb, var(--color-rectifi-red) 40%, transparent);
  }
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-validation-border-color-focus: color-mix(in srgb, #A12C41 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .gform_wrapper.gform-theme--foundation {
    --gf-form-validation-border-color-focus: color-mix(in srgb, var(--color-rectifi-red) 40%, transparent);
  }
}
.gform_wrapper.gform-theme--foundation {
  --gf-form-validation-outline-focus: 3px solid var(--color-rectifi-red);
  --gf-form-validation-heading-icon-color: var(--color-rectifi-red);
  --gf-ctrl-desc-color-error: var(--color-rectifi-red);
  --gf-form-footer-margin-y-start: 20px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row {
  row-gap: var(--gf-form-gap-y);
}
.gform-grid-col--size-auto:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row) .gform-grid-col) {
  flex: auto;
}
@container (width >= 36rem) {
  .gform-grid-col--size-auto:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-grid-row) .gform-grid-col) {
    flex: 1;
  }
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub {
  color: #555555;
  top: 10.5px;
  left: 11px;
  position: absolute;
  font-weight: 400;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
  margin-left: calc(var(--spacing) * 0.5);
  display: inline;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-rectifi-red);
  font-size: 1rem;
  line-height: 1;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required.gfield_required_text {
  font-size: 0;
}
:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub) .gfield_required.gfield_required_text)::before {
  content: '*';
  font-size: 1rem;
  line-height: 1;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gform-field-label--type-sub {
  left: 17px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_contains_required .ginput_complex .gform-field-label--type-sub::after {
  content: '*';
  color: var(--color-rectifi-red);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.125rem;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .field_sublabel_above {
  position: relative;
}
.gfield_visibility_hidden:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .field_sublabel_above) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) input,:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea {
  border: 1px solid #929292;
  height: auto;
  padding-top: 15px;
  padding-bottom: 4px;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) input,:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea)::placeholder {
  color: transparent;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) textarea {
  height: 100px;
  min-block-size: unset !important;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex) span {
  position: relative;
  color: #000;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description p,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield_description span {
  color: #000;
}
:is(:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(input:focus),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(input:not(:placeholder-shown)),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(textarea:focus),:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .ginput_complex span,:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield):has(textarea:not(:placeholder-shown))) > label {
  top: 1px;
  font-size: 12px;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .ginput_container_consent) input[type='checkbox'] {
  margin-top: calc(var(--spacing) * 0.5);
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  min-block-size: 1.5rem;
  border: 1px solid #929292;
  appearance: auto;
  -webkit-appearance: checkbox;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label {
  margin-left: 0 !important;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label) .gfield_required {
  display: inline;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-rectifi-red);
  font-size: 1rem;
  line-height: 1;
}
:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label .gfield_required.gfield_required_text {
  font-size: 0;
}
:is(:is(.gform_wrapper.gform-theme--foundation .gform_fields) .gfield--type-consent .gfield_consent_label .gfield_required.gfield_required_text)::before {
  content: '*';
  font-size: 1rem;
  line-height: 1;
}
.gform_wrapper.gform-theme--foundation .gform_footer {
  margin-top: calc(var(--spacing) * 2);
  justify-content: center;
  row-gap: calc(var(--spacing) * 4);
}
@container (width >= 32rem) {
  .gform_wrapper.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
  }
}
.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
  position: relative;
  display: inline-flex !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
}
@container (width >= 16rem) {
  .gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
    min-width: calc(var(--spacing) * 55) !important;
  }
}
.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit] {
  background-color: var(--color-rectifi-blue) !important;
  padding-inline: calc(var(--spacing) * 6) !important;
  padding-block: calc(var(--spacing) * 2.5) !important;
  border-radius: 0 !important;
  font-family: var(--font-condensed) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  --tw-leading: var(--leading-normal) !important;
  line-height: var(--leading-normal) !important;
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  --tw-tracking: 0.05em !important;
  letter-spacing: 0.05em !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
}
@media (hover: hover) {
  :is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):hover {
    background-color: var(--color-rectifi-teal) !important;
  }
}
@media (hover: hover) {
  :is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):hover {
    color: var(--color-rectifi-navy) !important;
  }
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):focus {
  background-color: var(--color-rectifi-teal) !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):focus {
  color: var(--color-rectifi-navy) !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):active {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):disabled {
  color: transparent;
}
:is(.gform_wrapper.gform-theme--foundation .button,.gform_wrapper.gform-theme--foundation button,.gform_wrapper.gform-theme--foundation input.button:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input:is([type=submit],[type=button],[type=reset]),.gform_wrapper.gform-theme--foundation input.button.gform_button[type=submit]):disabled::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.gform_wrapper.gform-theme--foundation {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
}
.gform-privacy-notice {
  width: 100%;
  margin-bottom: 0.75rem;
}
.gform-privacy-notice p {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gform-privacy-notice a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
:is(.gform-privacy-notice a):hover,:is(.gform-privacy-notice a):focus {
  color: #ffffff;
}
:is(#colophon .gform-privacy-notice) p {
  color: #555555;
}
:is(#colophon .gform-privacy-notice) a {
  color: var(--color-rectifi-navy);
  text-decoration: underline;
}
:is(:is(#colophon .gform-privacy-notice) a):hover,:is(:is(#colophon .gform-privacy-notice) a):focus {
  color: #000000;
}
.gform_confirmation_message {
  font-family: var(--font-sans) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  --tw-leading: var(--leading-relaxed) !important;
  line-height: var(--leading-relaxed) !important;
  color: var(--color-white) !important;
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
}
.gform_confirmation_message {
  display: block !important;
  padding-inline: calc(var(--spacing) * 5) !important;
  padding-block: calc(var(--spacing) * 6) !important;
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
}
@media (width >= 48rem) {
  .gform_confirmation_message {
    padding-block: calc(var(--spacing) * 8) !important;
  }
}
.gform_confirmation_message {
  background-color: var(--color-rectifi-navy) !important;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  border-left-style: var(--tw-border-style) !important;
  border-left-width: 4px !important;
  border-color: var(--color-rectifi-yellow) !important;
}
.gform_confirmation_message p {
  margin-bottom: calc(var(--spacing) * 0);
  display: block !important;
  font-family: var(--font-sans) !important;
  color: var(--color-white) !important;
}
:is(.gform_confirmation_message p):last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.gform_confirmation_message a {
  display: inline !important;
  color: var(--color-rectifi-yellow) !important;
  color: var(--color-rectifi-yellow);
  text-decoration-line: none !important;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.gform_confirmation_message a):hover {
    color: var(--color-white);
  }
}
.gfield_description.validation_message, .gfield_validation_message, .validation_message {
  margin-top: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-rectifi-red) !important;
  display: block !important;
  font-family: var(--font-sans) !important;
}
dialog.rectifilaw-privacy-modal:not([open]) {
  display: none;
}
dialog.rectifilaw-privacy-modal[open] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 100000;
  width: min(100vw - 2rem, 48rem);
  max-width: calc(100vw - 2rem);
  max-height: min(90vh, 900px);
  padding: 0;
  border: none;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.35);
}
dialog.rectifilaw-privacy-modal::backdrop {
  background: rgb(15 23 42 / 0.65);
  backdrop-filter: blur(4px);
}
.rectifilaw-privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--color-rectifi-navy);
  color: #fff;
}
.rectifilaw-privacy-modal__title {
  margin: 0;
  font-family: var(--font-condensed, sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rectifilaw-privacy-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.rectifilaw-privacy-modal__close:hover,.rectifilaw-privacy-modal__close:focus-visible {
  background: rgb(255 255 255 / 0.12);
  outline: none;
}
.rectifilaw-privacy-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 1.5rem 1.75rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #222;
  background: #fff;
}
.rectifilaw-privacy-modal__body :where(h1, h2, h3, h4) {
  font-family: var(--font-condensed, var(--font-sans));
  font-weight: 700;
  line-height: 1.2;
  margin: 1.25em 0 0.5em;
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body h1 {
  font-size: 1.5rem;
  margin-top: 0;
}
.rectifilaw-privacy-modal__body h2 {
  font-size: 1.25rem;
}
.rectifilaw-privacy-modal__body h3 {
  font-size: 1.1rem;
}
.rectifilaw-privacy-modal__body :where(p) {
  margin: 0 0 1em;
}
.rectifilaw-privacy-modal__body :where(p:last-child) {
  margin-bottom: 0;
}
.rectifilaw-privacy-modal__body :where(ul) {
  margin: 0 0 1em;
  padding-left: 1.35em;
  list-style-type: disc;
  list-style-position: outside;
}
.rectifilaw-privacy-modal__body :where(ol) {
  margin: 0 0 1em;
  padding-left: 1.35em;
  list-style-type: decimal;
  list-style-position: outside;
}
.rectifilaw-privacy-modal__body :where(li) {
  margin-bottom: 0.35em;
}
.rectifilaw-privacy-modal__body :where(li)::marker {
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body :where(ul ul) {
  list-style-type: circle;
}
.rectifilaw-privacy-modal__body :where(ol ol) {
  list-style-type: lower-alpha;
}
.rectifilaw-privacy-modal__body :where(img) {
  max-width: 100%;
  height: auto;
}
.rectifilaw-privacy-modal__body :where(a) {
  color: var(--color-rectifi-blue, #2563eb);
  text-decoration: underline;
}
.rectifilaw-privacy-modal__body a:hover, .rectifilaw-privacy-modal__body a:focus-visible {
  color: var(--color-rectifi-navy, #1a1a2e);
}
.rectifilaw-privacy-modal__body :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.875rem;
}
.rectifilaw-privacy-modal__body :where(th, td) {
  border: 1px solid #ddd;
  padding: 0.5em 0.65em;
  text-align: left;
  vertical-align: top;
}
.rectifilaw-privacy-modal__empty {
  margin: 0;
  color: #555;
  font-style: italic;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  overflow: hidden;
}
.hero-overlay--reveal .hero-overlay__triangle {
  position: absolute;
  inset: 0;
  background: var(--color-rectifi-navy, #273048);
}
.hero-overlay--reveal .hero-overlay__triangle--left {
  clip-path: polygon(0 0, 0 100%, 0 100%);
}
.hero-overlay--reveal .hero-overlay__triangle--right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%);
}
.hero-overlay--reveal.is-animating .hero-overlay__triangle--left {
  animation: heroTriangleLeft 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero-overlay--reveal.is-animating .hero-overlay__triangle--right {
  animation: heroTriangleRight 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes heroTriangleLeft {
  0% {
    clip-path: polygon(0 0, 0 100%, 0 100%);
  }
  40%, 60% {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 100%, 0 100%);
  }
}
@keyframes heroTriangleRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%);
  }
  40%, 60% {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%);
  }
}
.primary-nav > .has-dropdown {
  position: relative;
}
:is(.primary-nav > .has-dropdown) > a,:is(.primary-nav > .has-dropdown) > span {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.primary-nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 2);
  display: flex;
  flex-direction: column;
  background-color: var(--color-rectifi-navy);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in oklab, #f5f5f5 50%, transparent);
  --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, rgba(0,0,0,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);
  min-width: calc(var(--spacing) * 61);
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 0);
  list-style-type: none;
  z-index: 50;
}
.primary-nav .nav-dropdown > .dropdown-item {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .primary-nav .nav-dropdown > .dropdown-item {
    border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
:is(.primary-nav .nav-dropdown > .dropdown-item):last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
:is(.primary-nav .nav-dropdown > .dropdown-item) > a {
  display: block;
  height: calc(var(--spacing) * 11);
  display: flex;
  align-items: center;
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-decoration-line: none;
  white-space: nowrap;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(:is(.primary-nav .nav-dropdown > .dropdown-item) > a):hover,:is(:is(.primary-nav .nav-dropdown > .dropdown-item) > a):focus-visible {
  color: var(--color-rectifi-teal);
}
.dropdown-arrow {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.header-transparent {
  background-color: var(--color-rectifi-navy);
}
@media (min-width: 640px) {
  .header-transparent {
    background-color: transparent;
  }
}
.header-transparent.mobile-menu-open {
  background-color: var(--color-rectifi-navy);
}
.mobile-nav > li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav > li {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.mobile-nav .mobile-menu-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span {
  display: block;
  padding-block: calc(var(--spacing) * 3);
  font-family: var(--font-condensed);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  flex: 1;
}
:is(.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span):hover,:is(.mobile-nav > li > a,.mobile-nav > li > span,.mobile-nav > li > .mobile-menu-item-wrapper > a,.mobile-nav > li > .mobile-menu-item-wrapper > span):focus-visible {
  color: var(--color-rectifi-teal);
}
.mobile-nav .mobile-submenu-toggle {
  margin-right: calc(var(--spacing) * -3);
  padding: calc(var(--spacing) * 3);
  color: var(--color-white);
  cursor: pointer;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(.mobile-nav .mobile-submenu-toggle):hover,:is(.mobile-nav .mobile-submenu-toggle):focus-visible {
  color: var(--color-rectifi-teal);
}
.mobile-nav .mobile-sub-menu {
  list-style-type: none;
  padding-left: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav .mobile-sub-menu {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.mobile-nav .mobile-sub-menu {
  overflow: hidden;
  will-change: max-height,opacity;
}
.mobile-nav .mobile-submenu-item {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .mobile-nav .mobile-submenu-item {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
:is(.mobile-nav .mobile-submenu-item):last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
:is(.mobile-nav .mobile-submenu-item) > a {
  display: block;
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-condensed);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.mobile-nav .mobile-submenu-item) > a {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
:is(.mobile-nav .mobile-submenu-item) > a {
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
:is(:is(.mobile-nav .mobile-submenu-item) > a):hover,:is(:is(.mobile-nav .mobile-submenu-item) > a):focus-visible {
  color: var(--color-rectifi-teal);
}
:root {
  --plyr-color-main: var(--color-rectifi-teal);
}
.plyr--youtube.plyr-loading iframe, .plyr--youtube:not(.plyr--ready) iframe {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.plyr--youtube.plyr--ready iframe {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb>.splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.\@container {
  container-type: inline-size;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.-top-1 {
  top: calc(var(--spacing) * -1);
}
.-top-5 {
  top: calc(var(--spacing) * -5);
}
.-top-12 {
  top: calc(var(--spacing) * -12);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-3 {
  top: calc(var(--spacing) * 3);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-5 {
  top: calc(var(--spacing) * 5);
}
.top-7\.5 {
  top: calc(var(--spacing) * 7.5);
}
.top-13\.5 {
  top: calc(var(--spacing) * 13.5);
}
.top-\[calc\(100\%\+1\.625rem\)\] {
  top: calc(100% + 1.625rem);
}
.top-full {
  top: 100%;
}
.-right-0\.25 {
  right: calc(var(--spacing) * -0.25);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-5 {
  right: calc(var(--spacing) * 5);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-2 {
  bottom: calc(var(--spacing) * 2);
}
.bottom-23 {
  bottom: calc(var(--spacing) * 23);
}
.-left-0\.25 {
  left: calc(var(--spacing) * -0.25);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-2 {
  left: calc(var(--spacing) * 2);
}
.left-3 {
  left: calc(var(--spacing) * 3);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.left-5 {
  left: calc(var(--spacing) * 5);
}
.left-\[-4\.05\%\] {
  left: -4.05%;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[999999999\] {
  z-index: 999999999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.-mx-3 {
  margin-inline: calc(var(--spacing) * -3);
}
.-mx-4 {
  margin-inline: calc(var(--spacing) * -4);
}
.mx-0\.5 {
  margin-inline: calc(var(--spacing) * 0.5);
}
.mx-7 {
  margin-inline: calc(var(--spacing) * 7);
}
.mx-auto {
  margin-inline: auto;
}
.-my-2 {
  margin-block: calc(var(--spacing) * -2);
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.8666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.875em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li p) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 0;
}
.-mt-2 {
  margin-top: calc(var(--spacing) * -2);
}
.-mt-14 {
  margin-top: calc(var(--spacing) * -14);
}
.-mt-15\.5 {
  margin-top: calc(var(--spacing) * -15.5);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-4\.5 {
  margin-top: calc(var(--spacing) * 4.5);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.mt-7\.5 {
  margin-top: calc(var(--spacing) * 7.5);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-11 {
  margin-top: calc(var(--spacing) * 11);
}
.mt-auto {
  margin-top: auto;
}
.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-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-\[-13px\] {
  margin-bottom: -13px;
}
.ml-0 {
  margin-left: calc(var(--spacing) * 0);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-12 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-2\/1 {
  aspect-ratio: 2/1;
}
.aspect-13\/7 {
  aspect-ratio: 13/7;
}
.aspect-40\/21 {
  aspect-ratio: 40/21;
}
.aspect-97\/48 {
  aspect-ratio: 97/48;
}
.aspect-150\/59 {
  aspect-ratio: 150/59;
}
.aspect-337\/283 {
  aspect-ratio: 337/283;
}
.aspect-340\/283 {
  aspect-ratio: 340/283;
}
.aspect-1200\/540 {
  aspect-ratio: 1200/540;
}
.aspect-\[1\.20141343\/1\] {
  aspect-ratio: 1.20141343/1;
}
.aspect-\[1\/0\.63823529\] {
  aspect-ratio: 1/0.63823529;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.size-1\.5 {
  width: calc(var(--spacing) * 1.5);
  height: calc(var(--spacing) * 1.5);
}
.size-2 {
  width: calc(var(--spacing) * 2);
  height: calc(var(--spacing) * 2);
}
.size-3 {
  width: calc(var(--spacing) * 3);
  height: calc(var(--spacing) * 3);
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-10 {
  width: calc(var(--spacing) * 10);
  height: calc(var(--spacing) * 10);
}
.size-12 {
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-1\.5 {
  height: calc(var(--spacing) * 1.5);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}
.h-2\.75 {
  height: calc(var(--spacing) * 2.75);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-11\.25 {
  height: calc(var(--spacing) * 11.25);
}
.h-18\.5 {
  height: calc(var(--spacing) * 18.5);
}
.h-\[25\.73px\] {
  height: 25.73px;
}
.h-\[117\.56\%\] {
  height: 117.56%;
}
.h-\[calc\(100vh-100\%-3\.25rem\)\] {
  height: calc(100vh - 100% - 3.25rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-10 {
  max-height: calc(var(--spacing) * 10);
}
.max-h-16 {
  max-height: calc(var(--spacing) * 16);
}
.max-h-96 {
  max-height: calc(var(--spacing) * 96);
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[min\(50vh\,22rem\)\] {
  max-height: min(50vh, 22rem);
}
.max-h-\[min\(90vh\,720px\)\] {
  max-height: min(90vh, 720px);
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-3 {
  min-height: calc(var(--spacing) * 3);
}
.min-h-11 {
  min-height: calc(var(--spacing) * 11);
}
.min-h-12 {
  min-height: calc(var(--spacing) * 12);
}
.min-h-60 {
  min-height: calc(var(--spacing) * 60);
}
.min-h-80 {
  min-height: calc(var(--spacing) * 80);
}
.min-h-\[2\.5em\] {
  min-height: 2.5em;
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}
.w-2\.75 {
  width: calc(var(--spacing) * 2.75);
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-11\.25 {
  width: calc(var(--spacing) * 11.25);
}
.w-13 {
  width: calc(var(--spacing) * 13);
}
.w-18\.5 {
  width: calc(var(--spacing) * 18.5);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-\[46vw\] {
  width: 46vw;
}
.w-\[116\.9\%\] {
  width: 116.9%;
}
.w-\[225\%\] {
  width: 225%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-min {
  width: min-content;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-20 {
  max-width: calc(var(--spacing) * 20);
}
.max-w-44 {
  max-width: calc(var(--spacing) * 44);
}
.max-w-48 {
  max-width: calc(var(--spacing) * 48);
}
.max-w-54 {
  max-width: calc(var(--spacing) * 54);
}
.max-w-80 {
  max-width: calc(var(--spacing) * 80);
}
.max-w-100 {
  max-width: calc(var(--spacing) * 100);
}
.max-w-120 {
  max-width: calc(var(--spacing) * 120);
}
.max-w-160 {
  max-width: calc(var(--spacing) * 160);
}
.max-w-200 {
  max-width: calc(var(--spacing) * 200);
}
.max-w-210\.5 {
  max-width: calc(var(--spacing) * 210.5);
}
.max-w-216 {
  max-width: calc(var(--spacing) * 216);
}
.max-w-245\.5 {
  max-width: calc(var(--spacing) * 245.5);
}
.max-w-432 {
  max-width: calc(var(--spacing) * 432);
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-\[calc\(800px\+var\(--global-content-edge-padding\)\*2\)\] {
  max-width: calc(800px + var(--global-content-edge-padding) * 2);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-3 {
  min-width: calc(var(--spacing) * 3);
}
.min-w-71 {
  min-width: calc(var(--spacing) * 71);
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.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-y-1 {
  --tw-translate-y: calc(var(--spacing) * -1);
  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-2 {
  --tw-translate-y: calc(var(--spacing) * -2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-full {
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-0\.06em\] {
  --tw-translate-y: -0.06em;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-90 {
  --tw-scale-x: 90%;
  --tw-scale-y: 90%;
  --tw-scale-z: 90%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-110 {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-115 {
  --tw-scale-x: 115%;
  --tw-scale-y: 115%;
  --tw-scale-z: 115%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-stretch {
  align-content: stretch;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-0\.75 {
  gap: calc(var(--spacing) * 0.75);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-2\.25 {
  gap: calc(var(--spacing) * 2.25);
}
.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-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-7\.5 {
  gap: calc(var(--spacing) * 7.5);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-9 {
  gap: calc(var(--spacing) * 9);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-13 {
  gap: calc(var(--spacing) * 13);
}
: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-x-7\.5 {
  column-gap: calc(var(--spacing) * 7.5);
}
.gap-y-5 {
  row-gap: calc(var(--spacing) * 5);
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-rectifi-navy\/10 > :not(:last-child)) {
  border-color: color-mix(in srgb, #273048 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :where(.divide-rectifi-navy\/10 > :not(:last-child)) {
    border-color: color-mix(in oklab, var(--color-rectifi-navy) 10%, transparent);
  }
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-style: var(--tw-border-style);
  border-width: 0.5px;
}
.border-\[0px_1px_1px_1px\] {
  border-style: var(--tw-border-style);
  border-width: 0px 1px 1px 1px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-4 {
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
}
.border-t-\[6px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 6px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-3 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 3px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-b-5 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 5px;
}
.border-b-\[7px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 7px;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-\[\#757575\] {
  border-color: #757575;
}
.border-\[\#cfcfcf\] {
  border-color: #cfcfcf;
}
.border-black {
  border-color: var(--color-black);
}
.border-rectifi-navy {
  border-color: var(--color-rectifi-navy);
}
.border-rectifi-navy\/10 {
  border-color: color-mix(in srgb, #273048 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-rectifi-navy\/10 {
    border-color: color-mix(in oklab, var(--color-rectifi-navy) 10%, transparent);
  }
}
.border-rectifi-navy\/20 {
  border-color: color-mix(in srgb, #273048 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-rectifi-navy\/20 {
    border-color: color-mix(in oklab, var(--color-rectifi-navy) 20%, transparent);
  }
}
.border-rectifi-purple {
  border-color: var(--color-rectifi-purple);
}
.border-rectifi-rose {
  border-color: var(--color-rectifi-rose);
}
.border-rectifi-teal {
  border-color: var(--color-rectifi-teal);
}
.border-rectifi-teal\/20 {
  border-color: color-mix(in srgb, #5EC4B6 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-rectifi-teal\/20 {
    border-color: color-mix(in oklab, var(--color-rectifi-teal) 20%, transparent);
  }
}
.border-rectifi-yellow {
  border-color: var(--color-rectifi-yellow);
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.border-white\/25 {
  border-color: color-mix(in srgb, #fff 25%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/25 {
    border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
  }
}
.border-white\/40 {
  border-color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/40 {
    border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/30 {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.bg-black\/75 {
  background-color: color-mix(in srgb, #000 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/75 {
    background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
  }
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-neutral-100 {
  background-color: var(--color-neutral-100);
}
.bg-rectifi-blue {
  background-color: var(--color-rectifi-blue);
}
.bg-rectifi-navy {
  background-color: var(--color-rectifi-navy);
}
.bg-rectifi-purple {
  background-color: var(--color-rectifi-purple);
}
.bg-rectifi-red {
  background-color: var(--color-rectifi-red);
}
.bg-rectifi-teal {
  background-color: var(--color-rectifi-teal);
}
.bg-rectifi-teal\/10 {
  background-color: color-mix(in srgb, #5EC4B6 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-rectifi-teal\/10 {
    background-color: color-mix(in oklab, var(--color-rectifi-teal) 10%, transparent);
  }
}
.bg-rectifi-yellow {
  background-color: var(--color-rectifi-yellow);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/15 {
  background-color: color-mix(in srgb, #fff 15%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/15 {
    background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
  }
}
.bg-white\/50 {
  background-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/50 {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.bg-linear-to-l {
  --tw-gradient-position: to left;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-l {
    --tw-gradient-position: to left in oklab;
  }
}
.bg-linear-to-l {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-to-r {
  --tw-gradient-position: to right;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-r {
    --tw-gradient-position: to right in oklab;
  }
}
.bg-linear-to-r {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-to-t {
  --tw-gradient-position: to top;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-t {
    --tw-gradient-position: to top in oklab;
  }
}
.bg-linear-to-t {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-linear-\[53deg\,\#A9313B_6\.35\%\,\#7D1564_94\.75\%\] {
  --tw-gradient-position: 53deg,#A9313B 6.35%,#7D1564 94.75%;
  background-image: linear-gradient(var(--tw-gradient-stops,53deg,#A9313B 6.35%,#7D1564 94.75%));
}
.bg-linear-\[57deg\,\#283047_27\.65\%\,\#42777D_82\.52\%\] {
  --tw-gradient-position: 57deg,#283047 27.65%,#42777D 82.52%;
  background-image: linear-gradient(var(--tw-gradient-stops,57deg,#283047 27.65%,#42777D 82.52%));
}
.from-\[\#283047\] {
  --tw-gradient-from: #283047;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-black\/20 {
  --tw-gradient-from: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/20 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.from-black\/20 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-black\/40 {
  --tw-gradient-from: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/40 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.from-black\/40 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-white {
  --tw-gradient-from: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.from-\[46\.16\%\] {
  --tw-gradient-from-position: 46.16%;
}
.from-\[63\.72\%\] {
  --tw-gradient-from-position: 63.72%;
}
.to-\[\#3F7077\] {
  --tw-gradient-to: #3F7077;
  --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-\[\#d2efeb\] {
  --tw-gradient-to: #d2efeb;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[94\.28\%\] {
  --tw-gradient-to-position: 94.28%;
}
.to-\[98\.73\%\] {
  --tw-gradient-to-position: 98.73%;
}
.fill-rectifi-teal {
  fill: var(--color-rectifi-teal);
}
.fill-white {
  fill: var(--color-white);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-right {
  object-position: right;
}
.object-top {
  object-position: top;
}
.object-top-left {
  object-position: left top;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-7 {
  padding: calc(var(--spacing) * 7);
}
.px-\(--global-content-edge-padding\) {
  padding-inline: var(--global-content-edge-padding);
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.px-\[5vw\] {
  padding-inline: 5vw;
}
.px-\[var\(--global-content-edge-padding\)\] {
  padding-inline: var(--global-content-edge-padding);
}
.py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.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-6\.5 {
  padding-block: calc(var(--spacing) * 6.5);
}
.py-7\.5 {
  padding-block: calc(var(--spacing) * 7.5);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-2\.5 {
  padding-top: calc(var(--spacing) * 2.5);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-4\.5 {
  padding-top: calc(var(--spacing) * 4.5);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-7 {
  padding-top: calc(var(--spacing) * 7);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-13 {
  padding-top: calc(var(--spacing) * 13);
}
.pt-32 {
  padding-top: calc(var(--spacing) * 32);
}
.pt-64 {
  padding-top: calc(var(--spacing) * 64);
}
.pt-\[12\.66666667vw\] {
  padding-top: 12.66666667vw;
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-2\.5 {
  padding-bottom: calc(var(--spacing) * 2.5);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-7 {
  padding-bottom: calc(var(--spacing) * 7);
}
.pb-7\.5 {
  padding-bottom: calc(var(--spacing) * 7.5);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-9 {
  padding-bottom: calc(var(--spacing) * 9);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-23 {
  padding-bottom: calc(var(--spacing) * 23);
}
.pb-48 {
  padding-bottom: calc(var(--spacing) * 48);
}
.pb-\[14\.5vw\] {
  padding-bottom: 14.5vw;
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-7 {
  padding-left: calc(var(--spacing) * 7);
}
.pl-\[1vw\] {
  padding-left: 1vw;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-super {
  vertical-align: super;
}
.font-condensed {
  font-family: var(--font-condensed);
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-7xl {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.text-8xl {
  font-size: var(--text-8xl);
  line-height: var(--tw-leading, var(--text-8xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[0\.28em\] {
  font-size: 0.28em;
}
.text-\[0\.625em\] {
  font-size: 0.625em;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[6\.10687023vw\] {
  font-size: 6.10687023vw;
}
.text-\[8\.91030534vw\] {
  font-size: 8.91030534vw;
}
.text-\[8rem\] {
  font-size: 8rem;
}
.text-\[calc\(52vw-\(var\(--global-content-edge-padding\)\*2\)\)\] {
  font-size: calc(52vw - (var(--global-content-edge-padding) * 2));
}
.leading-0 {
  --tw-leading: calc(var(--spacing) * 0);
  line-height: calc(var(--spacing) * 0);
}
.leading-9 {
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
}
.leading-\[\.8\] {
  --tw-leading: .8;
  line-height: .8;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.leading-\[1\.05\] {
  --tw-leading: 1.05;
  line-height: 1.05;
}
.leading-\[1\.2857\] {
  --tw-leading: 1.2857;
  line-height: 1.2857;
}
.leading-\[1\.5556\] {
  --tw-leading: 1.5556;
  line-height: 1.5556;
}
.leading-\[1\.5625\] {
  --tw-leading: 1.5625;
  line-height: 1.5625;
}
.leading-\[1\.33333\] {
  --tw-leading: 1.33333;
  line-height: 1.33333;
}
.leading-\[1\.28571429\] {
  --tw-leading: 1.28571429;
  line-height: 1.28571429;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.\!font-normal {
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
}
.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-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.font-thin {
  --tw-font-weight: var(--font-weight-thin);
  font-weight: var(--font-weight-thin);
}
.tracking-\[0\.04em\] {
  --tw-tracking: 0.04em;
  letter-spacing: 0.04em;
}
.tracking-\[0\.05em\] {
  --tw-tracking: 0.05em;
  letter-spacing: 0.05em;
}
.tracking-\[0\.075em\] {
  --tw-tracking: 0.075em;
  letter-spacing: 0.075em;
}
.tracking-normal {
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.break-words {
  overflow-wrap: break-word;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#585B95\] {
  color: #585B95;
}
.text-\[\#757575\] {
  color: #757575;
}
.text-black {
  color: var(--color-black);
}
.text-rectifi-blue {
  color: var(--color-rectifi-blue);
}
.text-rectifi-dark-purple {
  color: var(--color-rectifi-dark-purple);
}
.text-rectifi-navy {
  color: var(--color-rectifi-navy);
}
.text-rectifi-navy\/60 {
  color: color-mix(in srgb, #273048 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-rectifi-navy\/60 {
    color: color-mix(in oklab, var(--color-rectifi-navy) 60%, transparent);
  }
}
.text-rectifi-navy\/80 {
  color: color-mix(in srgb, #273048 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-rectifi-navy\/80 {
    color: color-mix(in oklab, var(--color-rectifi-navy) 80%, transparent);
  }
}
.text-rectifi-purple {
  color: var(--color-rectifi-purple);
}
.text-rectifi-teal {
  color: var(--color-rectifi-teal);
}
.text-rectifi-yellow {
  color: var(--color-rectifi-yellow);
}
.text-white {
  color: var(--color-white);
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/90 {
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.decoration-solid {
  text-decoration-style: solid;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-100 {
  opacity: 100%;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_3px_4px_0px_rgba\(0\,0\,0\,0\.2\)\] {
  --tw-shadow: 0px 3px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.2));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.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-\[0_0_10px_rgba\(0\,0\,0\,0\.5\)\] {
  --tw-drop-shadow-size: drop-shadow(0 0 10px var(--tw-drop-shadow-color, rgba(0,0,0,0.5)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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-\[0_4px_124px_rgba\(255\,255\,255\,0\.3\)\] {
  --tw-drop-shadow-size: drop-shadow(0 4px 124px var(--tw-drop-shadow-color, rgba(255,255,255,0.3)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-100 {
  --tw-duration: 100ms;
  transition-duration: 100ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.\[clip-path\:polygon\(0_0\%\,100\%_0\%\,0\%_100\%\)\] {
  clip-path: polygon(0 0%,100% 0%,0% 100%);
}
.\[clip-path\:polygon\(100\%_0\%\,0\%_0\%\,100\%_100\%\)\] {
  clip-path: polygon(100% 0%,0% 0%,100% 100%);
}
.\[clip-path\:polygon\(100\%_0\%\,_0\%_0\%\,_0\%_100\%\)\] {
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}
.\[clip-path\:polygon\(100\%_0\%\,_0\%_0\%\,_100\%_100\%\)\] {
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}
.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable;
}
.\[text-shadow\:\#ffffff_0_0_0\.4074em\] {
  text-shadow: #ffffff 0 0 0.4074em;
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:text-rectifi-teal:is(:where(.group):hover *) {
    color: var(--color-rectifi-teal);
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .group-hover\:\[text-shadow\:1px_0_0_currentColor\]:is(:where(.group):hover *) {
    text-shadow: 1px 0 0 currentColor;
  }
}
.placeholder\:text-\[\#757575\]::placeholder {
  color: #757575;
}
.placeholder\:text-rectifi-navy\/50::placeholder {
  color: color-mix(in srgb, #273048 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-rectifi-navy\/50::placeholder {
    color: color-mix(in oklab, var(--color-rectifi-navy) 50%, transparent);
  }
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: calc(var(--spacing) * 0);
}
@media (hover: hover) {
  .hover\:border-white\/50:hover {
    border-color: color-mix(in srgb, #fff 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-white\/50:hover {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-gray-200:hover {
    background-color: var(--color-gray-200);
  }
}
@media (hover: hover) {
  .hover\:bg-rectifi-navy:hover {
    background-color: var(--color-rectifi-navy);
  }
}
@media (hover: hover) {
  .hover\:bg-rectifi-purple:hover {
    background-color: var(--color-rectifi-purple);
  }
}
@media (hover: hover) {
  .hover\:bg-rectifi-teal:hover {
    background-color: var(--color-rectifi-teal);
  }
}
@media (hover: hover) {
  .hover\:bg-rectifi-teal\/80:hover {
    background-color: color-mix(in srgb, #5EC4B6 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-rectifi-teal\/80:hover {
      background-color: color-mix(in oklab, var(--color-rectifi-teal) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-rectifi-yellow:hover {
    background-color: var(--color-rectifi-yellow);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/15:hover {
    background-color: color-mix(in srgb, #fff 15%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/15:hover {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white\/30:hover {
    background-color: color-mix(in srgb, #fff 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/30:hover {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white\/75:hover {
    background-color: color-mix(in srgb, #fff 75%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/75:hover {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:text-rectifi-navy:hover {
    color: var(--color-rectifi-navy);
  }
}
@media (hover: hover) {
  .hover\:text-rectifi-teal:hover {
    color: var(--color-rectifi-teal);
  }
}
@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\:opacity-80:hover {
    opacity: 80%;
  }
}
.focus\:bg-rectifi-teal:focus {
  background-color: var(--color-rectifi-teal);
}
.focus\:text-white:focus {
  color: var(--color-white);
}
.focus\:ring-0: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);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-white:focus {
  --tw-ring-color: var(--color-white);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:not-sr-only:focus-visible {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}
.focus-visible\:bg-rectifi-teal:focus-visible {
  background-color: var(--color-rectifi-teal);
}
.focus-visible\:px-8:focus-visible {
  padding-inline: calc(var(--spacing) * 8);
}
.focus-visible\:py-2\.5:focus-visible {
  padding-block: calc(var(--spacing) * 2.5);
}
.focus-visible\:text-rectifi-teal:focus-visible {
  color: var(--color-rectifi-teal);
}
.focus-visible\:underline:focus-visible {
  text-decoration-line: underline;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus-visible\:ring-white:focus-visible {
  --tw-ring-color: var(--color-white);
}
.focus-visible\:outline:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-offset-4:focus-visible {
  outline-offset: 4px;
}
.focus-visible\:\!outline-rectifi-blue:focus-visible {
  outline-color: var(--color-rectifi-blue) !important;
}
.focus-visible\:outline-rectifi-navy:focus-visible {
  outline-color: var(--color-rectifi-navy);
}
.focus-visible\:outline-rectifi-teal:focus-visible {
  outline-color: var(--color-rectifi-teal);
}
.focus-visible\:outline-rectifi-yellow:focus-visible {
  outline-color: var(--color-rectifi-yellow);
}
.focus-visible\:outline-white:focus-visible {
  outline-color: var(--color-white);
}
.focus-visible\:\!outline-none:focus-visible {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
.active\:outline-none:active {
  --tw-outline-style: none;
  outline-style: none;
}
.has-focus-visible\:outline:has(*:focus-visible) {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.has-focus-visible\:outline-offset-4:has(*:focus-visible) {
  outline-offset: 4px;
}
.has-focus-visible\:outline-rectifi-teal:has(*:focus-visible) {
  outline-color: var(--color-rectifi-teal);
}
.has-focus-visible\:outline-dashed:has(*:focus-visible) {
  --tw-outline-style: dashed;
  outline-style: dashed;
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (width < 463px) {
  .max-\[463px\]\:mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
}
@media (width < 463px) {
  .max-\[463px\]\:w-full {
    width: 100%;
  }
}
@media (width < 64rem) {
  .max-lg\:mr-\[calc\(-1\*var\(--global-content-edge-padding\)\)\] {
    margin-right: calc(-1 * var(--global-content-edge-padding));
  }
}
@media (width < 64rem) {
  .max-lg\:w-\[calc\(100\%\+var\(--global-content-edge-padding\)\)\] {
    width: calc(100% + var(--global-content-edge-padding));
  }
}
@media (width < 64rem) {
  .max-lg\:max-w-full {
    max-width: 100%;
  }
}
@media (width < 64rem) {
  .max-lg\:object-\[30\%_0\%\] {
    object-position: 30% 0%;
  }
}
@media (width < 64rem) {
  .max-lg\:object-center {
    object-position: center;
  }
}
@media (width < 48rem) {
  .max-md\:-mx-\(--global-content-edge-padding\) {
    margin-inline: calc(var(--global-content-edge-padding) * -1);
  }
}
@media (width < 48rem) {
  .max-md\:-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
}
@media (width < 48rem) {
  .max-md\:-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }
}
@media (width < 48rem) {
  .max-md\:mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
}
@media (width < 48rem) {
  .max-md\:aspect-\[1\.25\/1\] {
    aspect-ratio: 1.25/1;
  }
}
@media (width < 48rem) {
  .max-md\:border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
}
@media (width < 48rem) {
  .max-md\:border-rectifi-yellow {
    border-color: var(--color-rectifi-yellow);
  }
}
@media (width < 48rem) {
  .max-md\:bg-rectifi-teal {
    background-color: var(--color-rectifi-teal);
  }
}
@media (width < 48rem) {
  .max-md\:object-\[center_top\] {
    object-position: center top;
  }
}
@media (width < 48rem) {
  .max-md\:object-center {
    object-position: center;
  }
}
@media (width < 48rem) {
  .max-md\:p-2 {
    padding: calc(var(--spacing) * 2);
  }
}
@media (width < 48rem) {
  .max-md\:px-\(--global-content-edge-padding\) {
    padding-inline: var(--global-content-edge-padding);
  }
}
@media (width < 48rem) {
  .max-md\:font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
}
@media (width < 48rem) {
  .max-md\:text-white {
    color: var(--color-white);
  }
}
@media (width < 40rem) {
  .max-sm\:absolute {
    position: absolute;
  }
}
@media (width < 40rem) {
  .max-sm\:right-\[5vw\] {
    right: 5vw;
  }
}
@media (width < 40rem) {
  .max-sm\:bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
}
@media (width < 40rem) {
  .max-sm\:flex {
    display: flex;
  }
}
@media (width < 40rem) {
  .max-sm\:aspect-393\/229 {
    aspect-ratio: 393/229;
  }
}
@media (width < 40rem) {
  .max-sm\:min-h-\[229px\] {
    min-height: 229px;
  }
}
@media (width < 40rem) {
  .max-sm\:items-center {
    align-items: center;
  }
}
@media (width >= 350px) {
  .min-\[350px\]\:flex {
    display: flex;
  }
}
@media (width >= 464px) {
  .min-\[464px\]\:-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
}
@media (width >= 464px) {
  .min-\[464px\]\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 464px) {
  .min-\[464px\]\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 464px) {
  .min-\[464px\]\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 1729px) {
  .min-\[1729px\]\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:absolute {
    position: absolute;
  }
}
@media (width >= 40rem) {
  .sm\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:mt-\[1\.66666666vw\] {
    margin-top: 1.66666666vw;
  }
}
@media (width >= 40rem) {
  .sm\:mt-\[6\.66666667vw\] {
    margin-top: 6.66666667vw;
  }
}
@media (width >= 40rem) {
  .sm\:ml-\[36\.83333334vw\] {
    margin-left: 36.83333334vw;
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:aspect-\[2\/1\.18849218\] {
    aspect-ratio: 2/1.18849218;
  }
}
@media (width >= 40rem) {
  .sm\:max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:w-\[59\%\] {
    width: 59%;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[220px\] {
    width: 220px;
  }
}
@media (width >= 40rem) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-24 {
    max-width: calc(var(--spacing) * 24);
  }
}
@media (width >= 40rem) {
  .sm\:max-w-134 {
    max-width: calc(var(--spacing) * 134);
  }
}
@media (width >= 40rem) {
  .sm\:max-w-none {
    max-width: none;
  }
}
@media (width >= 40rem) {
  .sm\:min-w-auto {
    min-width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 40rem) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 40rem) {
  .sm\:gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 40rem) {
  .sm\:border-l-\[1\.66666667vw\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1.66666667vw;
  }
}
@media (width >= 40rem) {
  .sm\:border-rectifi-yellow {
    border-color: var(--color-rectifi-yellow);
  }
}
@media (width >= 40rem) {
  .sm\:px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
}
@media (width >= 40rem) {
  .sm\:px-\[3\.33333333vw\] {
    padding-inline: 3.33333333vw;
  }
}
@media (width >= 40rem) {
  .sm\:px-\[5\.25vw\] {
    padding-inline: 5.25vw;
  }
}
@media (width >= 40rem) {
  .sm\:py-\[1\.5vw\] {
    padding-block: 1.5vw;
  }
}
@media (width >= 40rem) {
  .sm\:pt-37 {
    padding-top: calc(var(--spacing) * 37);
  }
}
@media (width >= 40rem) {
  .sm\:pt-\[15vw\] {
    padding-top: 15vw;
  }
}
@media (width >= 40rem) {
  .sm\:pr-\[25\%\] {
    padding-right: 25%;
  }
}
@media (width >= 40rem) {
  .sm\:pb-\[3vw\] {
    padding-bottom: 3vw;
  }
}
@media (width >= 40rem) {
  .sm\:pl-\[1vw\] {
    padding-left: 1vw;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[0\.26em\] {
    font-size: 0.26em;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[1\.85vw\] {
    font-size: 1.85vw;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[2\.9vw\] {
    font-size: 2.9vw;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[3\.25vw\] {
    font-size: 3.25vw;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[9vw\] {
    font-size: 9vw;
  }
}
@media (width >= 40rem) {
  .sm\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
}
@media (width >= 40rem) {
  .sm\:tracking-\[\.175em\] {
    --tw-tracking: .175em;
    letter-spacing: .175em;
  }
}
@media (width >= 40rem) {
  .sm\:\[clip-path\:polygon\(0_0\%\,59\%_0\%\,0\%_100\%\)\] {
    clip-path: polygon(0 0%,59% 0%,0% 100%);
  }
}
@media (width >= 48rem) {
  .md\:sticky {
    position: sticky;
  }
}
@media (width >= 48rem) {
  .md\:-top-1\.5 {
    top: calc(var(--spacing) * -1.5);
  }
}
@media (width >= 48rem) {
  .md\:-top-10 {
    top: calc(var(--spacing) * -10);
  }
}
@media (width >= 48rem) {
  .md\:top-0 {
    top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:top-5 {
    top: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:top-36 {
    top: calc(var(--spacing) * 36);
  }
}
@media (width >= 48rem) {
  .md\:right-4 {
    right: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:left-4 {
    left: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:mt-4\.5 {
    margin-top: calc(var(--spacing) * 4.5);
  }
}
@media (width >= 48rem) {
  .md\:mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mt-13 {
    margin-top: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:mt-\[1em\] {
    margin-top: 1em;
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:mb-9\.5 {
    margin-bottom: calc(var(--spacing) * 9.5);
  }
}
@media (width >= 48rem) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:inline {
    display: inline;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[1\/0\.83235294\] {
    aspect-ratio: 1/0.83235294;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[2\/1\.06886228\] {
    aspect-ratio: 2/1.06886228;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[3\/1\.025\] {
    aspect-ratio: 3/1.025;
  }
}
@media (width >= 48rem) {
  .md\:size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:h-1 {
    height: calc(var(--spacing) * 1);
  }
}
@media (width >= 48rem) {
  .md\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:h-3 {
    height: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:h-5 {
    height: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:h-7 {
    height: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:h-\[93px\] {
    height: 93px;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-h-28 {
    max-height: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:max-h-none {
    max-height: none;
  }
}
@media (width >= 48rem) {
  .md\:min-h-60 {
    min-height: calc(var(--spacing) * 60);
  }
}
@media (width >= 48rem) {
  .md\:min-h-107 {
    min-height: calc(var(--spacing) * 107);
  }
}
@media (width >= 48rem) {
  .md\:min-h-143\.5 {
    min-height: calc(var(--spacing) * 143.5);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-3 {
    width: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:w-5 {
    width: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:w-6 {
    width: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:w-13 {
    width: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:w-24 {
    width: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:w-111\.25 {
    width: calc(var(--spacing) * 111.25);
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:w-min {
    width: min-content;
  }
}
@media (width >= 48rem) {
  .md\:max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
}
@media (width >= 48rem) {
  .md\:max-w-57\.5 {
    max-width: calc(var(--spacing) * 57.5);
  }
}
@media (width >= 48rem) {
  .md\:max-w-85 {
    max-width: calc(var(--spacing) * 85);
  }
}
@media (width >= 48rem) {
  .md\:max-w-110 {
    max-width: calc(var(--spacing) * 110);
  }
}
@media (width >= 48rem) {
  .md\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-none {
    max-width: none;
  }
}
@media (width >= 48rem) {
  .md\:min-w-75 {
    min-width: calc(var(--spacing) * 75);
  }
}
@media (width >= 48rem) {
  .md\:min-w-140 {
    min-width: calc(var(--spacing) * 140);
  }
}
@media (width >= 48rem) {
  .md\:min-w-full {
    min-width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-baseline {
    align-items: baseline;
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:gap-3\.75 {
    gap: calc(var(--spacing) * 3.75);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-4\.75 {
    gap: calc(var(--spacing) * 4.75);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-13\.5 {
    gap: calc(var(--spacing) * 13.5);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:self-start {
    align-self: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:border-t-6 {
    border-top-style: var(--tw-border-style);
    border-top-width: 6px;
  }
}
@media (width >= 48rem) {
  .md\:border-b-6 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 6px;
  }
}
@media (width >= 48rem) {
  .md\:border-b-7 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 7px;
  }
}
@media (width >= 48rem) {
  .md\:border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
}
@media (width >= 48rem) {
  .md\:border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
}
@media (width >= 48rem) {
  .md\:p-5 {
    padding: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:py-2\.75 {
    padding-block: calc(var(--spacing) * 2.75);
  }
}
@media (width >= 48rem) {
  .md\:py-5\.5 {
    padding-block: calc(var(--spacing) * 5.5);
  }
}
@media (width >= 48rem) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-21 {
    padding-block: calc(var(--spacing) * 21);
  }
}
@media (width >= 48rem) {
  .md\:py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
}
@media (width >= 48rem) {
  .md\:pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pt-9\.5 {
    padding-top: calc(var(--spacing) * 9.5);
  }
}
@media (width >= 48rem) {
  .md\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pt-42 {
    padding-top: calc(var(--spacing) * 42);
  }
}
@media (width >= 48rem) {
  .md\:pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pr-32 {
    padding-right: calc(var(--spacing) * 32);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pb-8\.5 {
    padding-bottom: calc(var(--spacing) * 8.5);
  }
}
@media (width >= 48rem) {
  .md\:pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pb-76 {
    padding-bottom: calc(var(--spacing) * 76);
  }
}
@media (width >= 48rem) {
  .md\:pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
}
@media (width >= 48rem) {
  .md\:text-\[5rem\] {
    font-size: 5rem;
  }
}
@media (width >= 48rem) {
  .md\:text-\[9\.75rem\] {
    font-size: 9.75rem;
  }
}
@media (width >= 48rem) {
  .md\:text-\[12rem\] {
    font-size: 12rem;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[1\.2857\] {
    --tw-leading: 1.2857;
    line-height: 1.2857;
  }
}
@media (width >= 48rem) {
  .md\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
}
@media (width >= 48rem) {
  .md\:font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
}
@media (width >= 48rem) {
  .md\:\[clip-path\:polygon\(34\.666667\%_0\%\,_0\%_0\%\,_0\%_100\%\)\] {
    clip-path: polygon(34.666667% 0%, 0% 0%, 0% 100%);
  }
}
@media (width >= 48rem) {
  .md\:\[clip-path\:polygon\(55\.666667\%_0\%\,100\%_0\%\,100\%_100\%\)\] {
    clip-path: polygon(55.666667% 0%,100% 0%,100% 100%);
  }
}
@media (width >= 48rem) {
  .md\:\[clip-path\:polygon\(55\.666667\%_0\%\,_100\%_0\%\,_100\%_100\%\)\] {
    clip-path: polygon(55.666667% 0%, 100% 0%, 100% 100%);
  }
}
@media (width >= 64rem) {
  .lg\:sticky {
    position: sticky;
  }
}
@media (width >= 64rem) {
  .lg\:top-24 {
    top: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:top-36 {
    top: calc(var(--spacing) * 36);
  }
}
@media (width >= 64rem) {
  .lg\:right-6 {
    right: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:left-6 {
    left: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:-mt-22 {
    margin-top: calc(var(--spacing) * -22);
  }
}
@media (width >= 64rem) {
  .lg\:size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 64rem) {
  .lg\:size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
}
@media (width >= 64rem) {
  .lg\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:max-h-33 {
    max-height: calc(var(--spacing) * 33);
  }
}
@media (width >= 64rem) {
  .lg\:max-h-\[70vh\] {
    max-height: 70vh;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[3em\] {
    min-height: 3em;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-6 {
    width: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:w-91 {
    width: calc(var(--spacing) * 91);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[55\%\] {
    width: 55%;
  }
}
@media (width >= 64rem) {
  .lg\:w-xl {
    width: var(--container-xl);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-48 {
    max-width: calc(var(--spacing) * 48);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-56 {
    max-width: calc(var(--spacing) * 56);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-83 {
    max-width: calc(var(--spacing) * 83);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-13 {
    gap: calc(var(--spacing) * 13);
  }
}
@media (width >= 64rem) {
  .lg\:gap-15 {
    gap: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:self-start {
    align-self: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:object-\[10\%_0\%\] {
    object-position: 10% 0%;
  }
}
@media (width >= 64rem) {
  .lg\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:py-9\.25 {
    padding-block: calc(var(--spacing) * 9.25);
  }
}
@media (width >= 64rem) {
  .lg\:pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[363px\] {
    max-width: 363px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[435px\] {
    max-width: 435px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[577px\] {
    max-width: 577px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@container (width >= 42rem) {
  .\@2xl\:w-83 {
    width: calc(var(--spacing) * 83);
  }
}
@container (width >= 42rem) {
  .\@2xl\:flex-row {
    flex-direction: row;
  }
}
@container (width >= 42rem) {
  .\@2xl\:gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
}
.prose-headings\:mt-0 :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: calc(var(--spacing) * 0);
}
.prose-headings\:text-2xl :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.prose-headings\:font-semibold :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.prose-headings\:text-rectifi-navy :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-navy);
}
.prose-headings\:text-rectifi-purple :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-purple);
}
@media (width >= 48rem) {
  .prose-headings\:md\:text-3xl :is(h1,h2,h3,h4,th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.prose-h2\:mt-11 :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: calc(var(--spacing) * 11);
}
.prose-h2\:mb-4 :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: calc(var(--spacing) * 4);
}
.prose-h2\:text-3xl :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.prose-h2\:font-semibold :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.prose-h2\:text-rectifi-purple :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-purple);
}
@media (width >= 48rem) {
  .md\:prose-h2\:text-4xl :is(h2):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.prose-h3\:mt-8 :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: calc(var(--spacing) * 8);
}
.prose-h3\:mb-3 :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: calc(var(--spacing) * 3);
}
.prose-h3\:text-2xl :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.prose-h3\:font-semibold :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.prose-h3\:text-rectifi-navy :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-navy);
}
@media (width >= 48rem) {
  .md\:prose-h3\:text-3xl :is(h3):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.prose-a\:text-rectifi-purple :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-purple);
}
.prose-a\:underline :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  text-decoration-line: underline;
}
.prose-a\:decoration-solid :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  text-decoration-style: solid;
}
@media (hover: hover) {
  .hover\:prose-a\:text-rectifi-purple:hover :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    color: var(--color-rectifi-purple);
  }
}
@media (hover: hover) {
  .hover\:prose-a\:text-rectifi-teal:hover :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    color: var(--color-rectifi-teal);
  }
}
.prose-blockquote\:my-7 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-block: calc(var(--spacing) * 7);
}
.prose-blockquote\:border-t-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.prose-blockquote\:border-r-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
}
.prose-blockquote\:border-b-5 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 5px;
}
.prose-blockquote\:border-l-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.prose-blockquote\:border-rectifi-teal :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-color: var(--color-rectifi-teal);
}
.prose-blockquote\:px-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline: calc(var(--spacing) * 0);
}
.prose-blockquote\:pt-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-top: calc(var(--spacing) * 0);
}
.prose-blockquote\:pb-5 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-bottom: calc(var(--spacing) * 5);
}
.prose-blockquote\:text-xl :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.prose-blockquote\:font-medium :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.prose-blockquote\:text-rectifi-purple :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-rectifi-purple);
}
.prose-blockquote\:not-italic :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-style: normal;
}
:is(:is(.prose-blockquote\:\*\*\:leading-\[1\.35\] :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) *) {
  --tw-leading: 1.35;
  line-height: 1.35;
}
@media (width >= 48rem) {
  .md\:prose-blockquote\:border-b-7 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 7px;
  }
}
@media (width >= 48rem) {
  .md\:prose-blockquote\:pb-8 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:prose-blockquote\:text-2xl :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.prose-hr\:my-5 :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-block: calc(var(--spacing) * 5);
}
.prose-hr\:border-0 :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.prose-hr\:border-b-4 :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.prose-hr\:border-rectifi-teal :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  border-color: var(--color-rectifi-teal);
}
@media (width >= 48rem) {
  .md\:prose-hr\:my-10 :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:prose-hr\:border-b-7 :is(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 7px;
  }
}
:is(.prose-blockquote\:\[\&_\*\:first-child\]\:mt-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) *:first-child {
  margin-top: calc(var(--spacing) * 0);
}
.\[\&_\.wp-block-column\]\:min-w-0 .wp-block-column {
  min-width: calc(var(--spacing) * 0);
}
.\[\&_\.wp-block-columns\]\:gap-8 .wp-block-columns {
  gap: calc(var(--spacing) * 8);
}
@media (width < 48rem) {
  .\[\&_\.wp-block-columns\]\:max-md\:flex-col .wp-block-columns {
    flex-direction: column;
  }
}
.\[\&_a\:visited\]\:text-rectifi-purple a:visited {
  color: var(--color-rectifi-purple);
}
:is(.prose-blockquote\:\[\&_cite\]\:mt-2 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  margin-top: calc(var(--spacing) * 2);
}
:is(.prose-blockquote\:\[\&_cite\]\:mb-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  margin-bottom: calc(var(--spacing) * 0);
}
:is(.prose-blockquote\:\[\&_cite\]\:block :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  display: block;
}
:is(.prose-blockquote\:\[\&_cite\]\:font-sans :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  font-family: var(--font-sans);
}
:is(.prose-blockquote\:\[\&_cite\]\:text-base :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
:is(.prose-blockquote\:\[\&_cite\]\:font-normal :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(.prose-blockquote\:\[\&_cite\]\:text-\[\#565660\] :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  color: #565660;
}
:is(.prose-blockquote\:\[\&_cite\]\:italic :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
  font-style: italic;
}
:is(:is(.prose-blockquote\:\[\&_cite\]\:before\:content-\[\'—_\'\] :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite)::before {
  --tw-content: '— ';
  content: var(--tw-content);
}
@media (width >= 48rem) {
  :is(.prose-blockquote\:\[\&_cite\]\:md\:text-lg :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) cite {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.\[\&_em\]\:mr-\[0\.333ch\] em {
  margin-right: 0.333ch;
}
.\[\&_li\]\:mb-1 li {
  margin-bottom: calc(var(--spacing) * 1);
}
.\[\&_p\,\&_li\]\:leading-\[1\.7\] p,.\[\&_p\,\&_li\]\:leading-\[1\.7\] li {
  --tw-leading: 1.7;
  line-height: 1.7;
}
.\[\&_p\,\&_li\]\:leading-\[1\.55555556\] p,.\[\&_p\,\&_li\]\:leading-\[1\.55555556\] li {
  --tw-leading: 1.55555556;
  line-height: 1.55555556;
}
@media (width < 40rem) {
  .max-sm\:\[\&_p\:last-of-type\]\:ml-1 p:last-of-type {
    margin-left: calc(var(--spacing) * 1);
  }
}
@media (width < 40rem) {
  .max-sm\:\[\&_p\:last-of-type\]\:border-l-3 p:last-of-type {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
}
@media (width < 40rem) {
  .max-sm\:\[\&_p\:last-of-type\]\:border-rectifi-yellow p:last-of-type {
    border-color: var(--color-rectifi-yellow);
  }
}
@media (width < 40rem) {
  .max-sm\:\[\&_p\:last-of-type\]\:pl-1 p:last-of-type {
    padding-left: calc(var(--spacing) * 1);
  }
}
:is(.prose-blockquote\:\[\&_p\:last-of-type\]\:mb-0 :is(blockquote):not(:where([class~='not-prose'],[class~='not-prose'] *))) p:last-of-type {
  margin-bottom: calc(var(--spacing) * 0);
}
.\[\&\>ol\]\:mb-\[1em\] > ol {
  margin-bottom: 1em;
}
.\[\&\>ol\]\:list-decimal > ol {
  list-style-type: decimal;
}
.\[\&\>ol\]\:pl-5 > ol {
  padding-left: calc(var(--spacing) * 5);
}
.\[\&\>p\]\:mb-\[1em\] > p {
  margin-bottom: 1em;
}
.\[\&\>p\:last-of-type\]\:mb-0 > p:last-of-type {
  margin-bottom: calc(var(--spacing) * 0);
}
.\[\&\>span\]\:font-thin > span {
  --tw-font-weight: var(--font-weight-thin);
  font-weight: var(--font-weight-thin);
}
.\[\&\>span\]\:text-rectifi-navy > span {
  color: var(--color-rectifi-navy);
}
.\[\&\>span\]\:text-rectifi-teal-dark > span {
  color: var(--color-rectifi-teal-dark);
}
.\[\&\>strong\]\:font-bold > strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&\>ul\]\:mb-\[1em\] > ul {
  margin-bottom: 1em;
}
.\[\&\>ul\]\:list-disc > ul {
  list-style-type: disc;
}
.\[\&\>ul\]\:pl-5 > ul {
  padding-left: calc(var(--spacing) * 5);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-outline-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-divide-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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: "";
    }
  }
}
