/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: fund
Theme URI: https://www.mesotheliomafund.com/
Author: Hyype Inc.
Author URI: https://underscoretw.com/
Description: A custom theme developed by Hyype Marketing.
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fund
Tags:

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

fund 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.
*/
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-red-500: oklch(0.637 0.237 25.331);
  --color-blue-50: oklch(0.97 0.014 254.604);
  --color-blue-300: oklch(0.809 0.105 251.813);
  --color-gray-700: oklch(0.373 0.034 259.733);
  --color-neutral-900: oklch(0.205 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-3xl: 48rem;
  --container-5xl: 64rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-2xl: 1rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-font-feature-settings: var(--font-sans--font-feature-settings);
  --default-font-variation-settings: var(--font-sans--font-variation-settings);
  --default-mono-font-family: var(--font-mono);
  --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
  --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  --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-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/fund/theme/assets/fonts/lato/lato-v24-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/fund/theme/assets/fonts/lato/lato-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/fund/theme/assets/fonts/lato/lato-v24-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/fund/theme/assets/fonts/lato/lato-v24-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/fund/theme/assets/fonts/lato/lato-v24-latin-900.woff2') format('woff2');
}
*, ::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;
}
body {
  line-height: inherit;
}
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;
  color: color-mix(in oklab, currentColor 50%, transparent);
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.profile-accordion-list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 64px;
  border-bottom: 3px solid #DBE0E1;
  margin-bottom: 0px;
  margin-top: 56px;
  overflow-x: auto;
}
@media (max-width: 48rem) {
  .profile-accordion-list {
    gap: 18px;
    padding-bottom: 3px;
  }
}
.profile-accordion-list li {
  margin: 0;
  margin-left: 0 !important;
  min-width: fit-content;
}
.profile-accordion-list button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 29.25px;
  padding: 0;
  position: relative;
  min-width: max-content;
}
.profile-accordion-list button span {
  padding: 16px 8px;
  display: block;
  min-width: max-content;
}
.profile-accordion-list button {
  color: #071A28;
}
.active:is(.profile-accordion-list button),:is(.profile-accordion-list button):hover {
  color: #1da8e8;
  cursor: pointer;
}
.profile-accordion-list button.active::after, .profile-accordion-list button:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1da8e8;
  bottom: -3px;
  left: 0;
}
.profile-accordion-item {
  display: none;
}
.profile-accordion-item.active {
  display: block;
}
.profile-accordion-content {
  margin-top: 72px;
  padding-bottom: 66px;
}
.page-template-lander-full-content .schema-faq-section {
  background-color: #F7F8F8 !important;
  max-width: 800px !important;
  margin: 0 auto;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.prose a:not(.btn) {
  color: #1da8e8;
}
@media (hover: hover) {
  :is(.prose a:not(.btn)):hover {
    text-decoration-line: none;
  }
}
.container {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 4);
  max-width: 1216px !important;
}
.intro p {
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 48rem) {
  .intro p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.intro .btn {
  margin-top: 18px;
}
.dbl-col {
  columns: 2;
}
@media (max-width:48rem) {
  .dbl-col {
    columns: 1;
  }
}
.h1 {
  font-family: 'Georgia';
  font-weight: 400;
  font-size: 46.18px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width:48rem) {
  .h1 {
    font-size: 28.7px;
  }
}
.h2 {
  font-family: 'Georgia';
  font-weight: 400;
  font-size: 36.49px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width:48rem) {
  .h2 {
    font-size: 25.2px;
  }
}
.h3 {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 28.83px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width:48rem) {
  .h3 {
    font-size: 22.1px;
  }
}
.h4 {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 22.78px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width:48rem) {
  .h4 {
    font-size: 19.4px;
  }
}
.h5 {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 20.25px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width:48rem) {
  .h5 {
    font-size: 18.2px;
  }
}
.p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  line-height: 163%;
  letter-spacing: 0%;
  margin-top: 0px;
  margin-bottom: 28px;
  color: #565f65;
}
@media (max-width:48rem) {
  .p {
    font-size: 16px;
  }
}
.no-scroll {
  overflow: hidden;
}
.font-arial {
  font-family: Arial, Helvetica, sans-serif !important;
}
.sources {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
@media (max-width:48rem) {
  .sources {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.sources ul {
  display: none;
  padding-top: 24px;
}
.sources__toggle svg path.active {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 29.25px;
  font-weight: 600;
  padding: 14px 24px;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}
.btn--arrow-right:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-color: var(--icon-color, black);
  -webkit-mask: url("assets/images/icons/arrow-right.svg") no-repeat center / contain;
  mask: url("assets/images/icons/arrow-right.svg") no-repeat center / contain;
}
.btn--xs {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 12px;
}
.btn--sm {
  font-size: 14px;
  padding: 7px 14px;
}
.btn--lg {
  font-size: 18px;
  padding: 21px 54px;
}
.btn--primary {
  color: #071A28;
  background-color: #D2A70F;
  border-radius: 3px;
}
.btn--primary:disabled,.btn--primary .disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}
.btn--primary:hover {
  background-color: #EFC325;;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .4);
}
.btn--secondary {
  color: white;
  background-color: #071A28;
  border-radius: 3px;
}
.btn--secondary:disabled,.btn--secondary .disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}
.btn--secondary:hover {
  background-color: #276387;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .4);
}
.btn--secondary.btn--arrow-right:after {
  background-color: var(--icon-color, white);
}
.btn--secondary-light {
  color: white;
  background-color: #1da8e8;
  border-radius: 3px;
}
.btn--secondary-light:disabled,.btn--secondary-light .disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}
.btn--secondary-light:hover {
  background-color: #276387;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .4);
}
.btn--secondary-light.btn--arrow-right:after {
  background-color: var(--icon-color, white);
}
.btn--outline {
  border: 1px solid #1da8e8;
  color: #071A28;
  background-color: transparent;
}
.btn--outline:hover {
  background-color: #1da8e8;
  color: white;
}
.btn--outline.btn--arrow-right:after {
  background-color: var(--icon-color, #071A28);
}
.btn--outline.btn--arrow-right:hover:after {
  background-color: var(--icon-color, white);
}
.btn--underline {
  border-bottom: 1px solid #071A28;
  color: #071A28;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
  padding-top: 0;
  border-radius: 0;
  border-bottom: 2px solid #9BCFEC;
}
.btn--underline:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: #071A28;
}
.btn--underline.btn--arrow-right:after {
  background-color: var(--icon-color, #071A28);
}
.jump-to {
  top: 32px;
  position: sticky;
  z-index: 100;
  max-width: 348px;
  width: 100%;
}
@media (max-width:48rem) {
  .jump-to {
    max-width: 100%;
    margin-bottom: 32px;
    position: unset;
  }
}
.jump-to ul {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
  list-style: none;
  position: relative;
}
.jump-to li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 22px;
  font-weight: 600;
}
.jump-to li:last-of-type {
  margin-bottom: 0;
}
.jump-to li::before {
  content: '';
  position: absolute;
  top: 0;
  top: 24px;
  left: -5px;
  width: 1px;
  height: 100%;
  background-color: #DBE0E1;
}
.jump-to li:last-of-type::before {
  display: none;
}
.jump-to li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DBE0E1;
  transform: translateY(-50%);
}
.jump-to li.active::after {
  background-color: #1DA8E8;
}
.list--nav--section {
  list-style: none;
  background-color: #DBE0E1;
  border: solid 1px black;
}
.list--nav--section a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px black;
  font-size: 16px;
}
.list--nav--section ul,.list--nav--section li {
  list-style: none;
  padding: 0;
}
.list--nav--section > li > a {
  font-weight: 700;
  font-size: 18px;
  color: #071a28 !important;
  padding: 16px 0 20px;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #9BCFEC66;
  text-underline-offset: 4px;
  margin-left: 0;
}
:is(.list--nav--section > li > a)::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.293 11.999 1.414 1.414 6.707-6.707L6.707-.001 5.293 1.413l4.293 4.293H0v2h9.586l-4.293 4.293Z' fill='%23071A28'/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 10px;
}
.list--nav--section > li > ul > li > a {
  margin-left: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #071a28 !important;
}
.list--nav--section > li > ul > li > ul > li > a {
  margin-left: 48px;
  color: #276387;
  font-size: 16px;
  font-weight: 400;
}
.nav--section--mobile .list--nav--section {
  background: none;
  border: none;
  padding: 0;
}
.in-content-related .list--nav--section {
  border: none;
  background-color: transparent;
  padding: 10px 24px 26px;
}
:is(.in-content-related .list--nav--section) li {
  margin: 0;
}
:is(.in-content-related .list--nav--section) .current_page_parent {
  margin-left: 0;
}
:is(.in-content-related .list--nav--section) a {
  padding: 8px 0;
  display: flex;
  border-bottom: 0;
}
.hero--homepage {
  background: linear-gradient(90deg, #071A28 0%, rgba(7, 26, 40, 0) 55.24%), url('/wp-content/themes/fund/theme/assets/images/backgrounds/fund-home-hero-1x.jpg');
  background-position-x: 182px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #071A28;
  padding-top: 80px;
  padding-bottom: 112px;
}
@media (max-width:48rem) {
  .hero--homepage {
    background: linear-gradient(90deg, #071A28 0%, rgba(7, 26, 40, 0) 100%), url('/wp-content/themes/fund/theme/assets/images/backgrounds/fund-home-hero-1x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -125px;
    padding-top: 0px;
  }
}
@media (max-width:48rem) {
  .hero--homepage {
    background: #071A28;
  }
  .hero--homepage .hero--homepage__image {
    display: block;
    width: 100%;
    height: 375px;
  }
}
.hero-trust {
  background: linear-gradient(rgba(7, 26, 40, 0.9), rgba(7, 26, 40, 0.9)), url('/wp-content/themes/fund/theme/assets/images/backgrounds/trust-funds-background.jpg');
}
.hero-trust p {
  margin-bottom: calc(var(--spacing) * 6);
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 163%;
  line-height: 163%;
}
@media (width >= 48rem) {
  .hero-trust p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.hero--about {
  background: url('/wp-content/themes/fund/theme/assets/images/backgrounds/about-background.jpg');
}
@media (max-width:48rem) {
  .hero--about {
    background: #484C52;
  }
}
.hero-media p {
  margin-bottom: calc(var(--spacing) * 6);
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 163%;
  line-height: 163%;
}
@media (width >= 48rem) {
  .hero-media p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.millions {
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.millions::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='5' fill='none'%3E%3Cpath stroke='%23D2A70F' stroke-linecap='round' stroke-width='3' d='M1.907 3.255c7.85-2.243 68.455-1.618 76.573-1.618'/%3E%3C/svg%3E");
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}
#breadcrumbs {
  font-size: 16px;
  line-height: 163%;
  margin-bottom: 24px;
  font-family: var(--font-sans);
}
@media (max-width:48rem) {
  #breadcrumbs {
    font-size: 14px;
  }
}
.page-template-default #breadcrumbs {
  font-size: 14px;
}
.page-template-default #breadcrumbs a {
  color: #071A28;
}
.page-template-default #breadcrumbs a:hover {
  color: #1da8e8;
  text-decoration: underline;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 596px;
  height: 335px;
  margin: 0 auto;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  height: 400px;
  top: 50%;
  transform: translateY(-50%);
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.cta-modal {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  width: 100%;
  padding: 16px;
  text-align: center;
}
.cta-modal a {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14.2px;
  line-height: 24px;
  max-width: 360px;
}
@media (max-width:48rem) {
  #masthead {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  #content {
    padding-top: 100px;
  }
}
@media (width < 48rem) {
  .nav_li {
    width: 100%;
  }
}
@media (width < 48rem) {
  .nav_li {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
@media (width < 48rem) {
  .nav_li {
    border-color: #FFFFFF1A;
  }
}
@media (width >= 48rem) {
  .nav_li {
    padding-bottom: calc(var(--spacing) * 7.5);
  }
}
.nav_li_a {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
@media (hover: hover) {
  .nav_li_a:hover {
    cursor: pointer;
  }
}
@media (hover: hover) {
  .nav_li_a:hover {
    color: #1da8e8;
  }
}
@media (width < 48rem) {
  .nav_li_a {
    justify-content: space-between;
  }
}
@media (width < 48rem) {
  .nav_li_a {
    padding-left: calc(var(--spacing) * 5);
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    display: flex;
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    height: calc(var(--spacing) * 14);
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    width: calc(var(--spacing) * 16);
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    align-items: center;
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    justify-content: center;
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
}
@media (width < 48rem) {
  .nav_caret_span {
    border-color: #FFFFFF1A;
  }
}
.sub-menu {
  box-shadow: 0px 4px 4px -4px #0C0C0D0D;
  box-shadow: 0px 16px 16px -8px #0C0C0D1A;
  z-index: 1000;
}
.in-content-related .sub-menu {
  box-shadow: none;
  z-index: 0;
}
.submenu-item-level-1 {
  display: block;
  padding-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #393D3E;
  text-transform: uppercase;
}
@media (width < 48rem) {
  .submenu-item-level-1 {
    margin-top: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .submenu-item-level-1 {
    padding-top: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .submenu-item-level-1 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
.submenu-item-level-2 {
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width < 48rem) {
  .submenu-item-level-2 {
    padding-left: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .submenu-item-level-2:hover {
      text-decoration-line: underline;
    }
  }
}
.submenu-item-level-2 a {
  color: #007BB0;
}
#hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
#hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
#hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
.main-link {
  flex-grow: 1;
}
.caret-trigger {
  padding-left: 8px;
  min-width: fit-content;
}
@media (max-width:64rem) {
  .caret-trigger {
    padding-left: 4px;
  }
}
@media (max-width:48rem) {
  .caret-trigger {
    padding-left: 0;
  }
}
.nav-caret {
  transition: transform 0.3s ease;
}
.nav-item.active .nav-caret {
  transform: rotate(180deg);
}
.nav-item.active .nav_caret_span {
  background-color: #F7F8F8;
  border-color: #F7F8F8;
}
:is(.nav-item.active .nav_caret_span) img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
@media (min-width: 768px) {
  .nav-item:hover .nav-trigger {
    position: relative;
  }
  .nav-item:hover .nav-trigger:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: solid 8px #f7f8f8;
    border-right: solid 6px transparent;
    border-left: solid 6px transparent;
    display: block;
    width: 13px;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  }
}
@media (width >= 48rem) {
  .sub-menu {
    top: 210px;
  }
}
.sub-menu {
  z-index: 999;
}
@media (width >= 48rem) {
  .admin-bar .sub-menu {
    top: 242px;
  }
}
@media (min-width: 768px) {
  .sub-menu {
    transition: opacity 0.3s ease;
  }
}
@media (max-width:48rem) {
  #navigation-menu:not(.hidden) {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 128px;
    background: #071A28;
  }
}
.list--checklist-gold li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath stroke='%23BD960D' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m4.038 8.27 3.334 3.333 6.667-6.667'/%3E%3C/svg%3E");
  margin-right: 12px;
  position: relative;
  top: 2px;
  margin-right: 12px;
  min-width: fit-content;
}
.list--checklist-gold li {
  margin-bottom: 10px;
  display: flex;
}
@media (max-width:48rem) {
  .list--checklist-gold li {
    display: block;
  }
}
.form-control input[type="text"], .form-control input[type="email"] {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #CFCBC9;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}
:is(.form-control input[type="text"],.form-control input[type="email"]):focus {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
:is(.form-control input[type="text"],.form-control input[type="email"]):focus-visible {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
.is-valid:is(.form-control input[type="text"],.form-control input[type="email"]):focus {
  box-shadow: none;
}
.is-valid:is(.form-control input[type="text"],.form-control input[type="email"]):focus-visible {
  box-shadow: none;
}
:is(.form-control input[type="text"],.form-control input[type="email"]):disabled,:is(.form-control input[type="text"],.form-control input[type="email"]) .disabled {
  border-radius: 4px;
  cursor: not-allowed;
  box-shadow: none;
}
:is(:is(.form-control input[type="text"],.form-control input[type="email"]):disabled,:is(.form-control input[type="text"],.form-control input[type="email"]) .disabled)::placeholder {
  color: #c7c7c7;
}
.form-control--sm input[type="text"], .form-control--sm input[type="email"] {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #CFCBC9;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}
:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):focus {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):focus-visible {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
.is-valid:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):focus {
  box-shadow: none;
}
.is-valid:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):focus-visible {
  box-shadow: none;
}
:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):disabled,:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]) .disabled {
  border-radius: 4px;
  cursor: not-allowed;
  box-shadow: none;
}
:is(:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]):disabled,:is(.form-control--sm input[type="text"],.form-control--sm input[type="email"]) .disabled)::placeholder {
  color: #c7c7c7;
}
.form-control--sm input[type="text"], .form-control--sm input[type="email"] {
  padding: 4px 12px;
}
.form-control--lg input[type="text"], .form-control--lg input[type="email"] {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #CFCBC9;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}
:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):focus {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):focus-visible {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
.is-valid:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):focus {
  box-shadow: none;
}
.is-valid:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):focus-visible {
  box-shadow: none;
}
:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):disabled,:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]) .disabled {
  border-radius: 4px;
  cursor: not-allowed;
  box-shadow: none;
}
:is(:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]):disabled,:is(.form-control--lg input[type="text"],.form-control--lg input[type="email"]) .disabled)::placeholder {
  color: #c7c7c7;
}
.form-control--lg input[type="text"], .form-control--lg input[type="email"] {
  padding: 12px;
}
.form-control select {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #CFCBC9;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}
:is(.form-control select):focus {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
:is(.form-control select):focus-visible {
  box-shadow: 0px 0px 5px 0px #A7BEE2;
}
.is-valid:is(.form-control select):focus {
  box-shadow: none;
}
.is-valid:is(.form-control select):focus-visible {
  box-shadow: none;
}
:is(.form-control select):disabled,:is(.form-control select) .disabled {
  border-radius: 4px;
  cursor: not-allowed;
  box-shadow: none;
}
:is(:is(.form-control select):disabled,:is(.form-control select) .disabled)::placeholder {
  color: #c7c7c7;
}
.form-control select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" fill="none"><path fill="%23000" d="M6 6.994a1.03 1.03 0 0 1-.7-.275l-4.6-4.6a.948.948 0 0 1-.275-.7c0-.284.092-.517.275-.7a.948.948 0 0 1 .7-.275c.283 0 .517.091.7.275l3.9 3.9 3.9-3.9a.948.948 0 0 1 .7-.275c.283 0 .517.091.7.275a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7l-4.6 4.6c-.1.1-.208.17-.325.212A1.099 1.099 0 0 1 6 6.994Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-control select {
    background-position: right 8px center;
  }
}
@-moz-document url-prefix() {
  .form-control select {
    background-position: right 8px center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-control select {
    background-position: right 8px center;
  }
}
.custom-radio-group--item.active,.custom-radio-group--item:hover {
  background-color: white;
}
:is(.custom-radio-group-main-form .custom-radio-group--item.active) label {
  background-color: #071A28;
  color: var(--color-white);
}
.form-error {
  color: #ff0000;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  #mobile-cta-banner-apply {
    display: none !important;
  }
}
.brand--legal-trust-bar {
  display: flex;
  margin-top: 97px;
  padding-bottom: 97px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-left: 8px;
}
@media (max-width:48rem) {
  .brand--legal-trust-bar {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip .tooltip-text {
  max-width: 280px;
  padding: 14px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #FFF;
  position: absolute;
  z-index: 9999;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  font-weight: 400;
  font-size: 14px;
  width: max-content;
  margin-bottom: 10px;
}
.tooltip:hover .tooltip-text {
  display: block;
}
.block--key-facts {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #F4F9FA;
  border: 1px solid #9BCFEC;
  padding: 32px 24px;
}
.block--key-facts h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 16px;
  margin-top: 0;
}
.block--key-facts ul {
  margin-bottom: 0;
}
@media (max-width:48rem) {
  .block--key-facts ul {
    padding-left: 5px;
  }
}
.block--key-facts li::marker {
  color: #1DA8E8;
  font-size: 20px;
}
.block--key-facts li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 32.5px;
}
@media (max-width:48rem) {
  .block--key-facts li {
    font-size: 18px;
  }
}
.block--key-facts li:last-of-type {
  margin-bottom: 0;
}
.block--inline-cta {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: hsl(190, 37%, 97%);
  border: 1px solid #68b6e0;
  padding: 48px 32px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width:48rem) {
  .block--inline-cta {
    padding: 32px 16px;
  }
}
.block--inline-cta h3 {
  font-size: 22.78px;
  line-height: 27.34px;
  color: #071A28;
  margin-bottom: 12px;
  margin-top: 0px;
}
.block--inline-cta p {
  font-size: 20px;
  line-height: 32.5px;
  color: #276387;
  margin-bottom: 24px;
}
@media (max-width:48rem) {
  .block--inline-cta p {
    font-size: 18px;
  }
}
.block--inline-cta-fund {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #F4F9FA;
  border: 1px solid #9BCFEC;
  padding: 48px 32px;
  text-align: center;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='165' height='238' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.08' fill-rule='evenodd' clip-rule='evenodd' fill='%23071A28'%3E%3Cpath d='M-56.325 32.15S-15.273.975 54.002.975C123.278.975 164.33 32.15 164.33 32.15v145.228L54.002 237.025l-110.328-59.647V32.15ZM-35.8 165.141l89.801 48.55 89.802-48.55V43.461c-4.073-2.283-9.601-5.087-16.477-7.92-16.885-6.954-41.81-14.04-73.325-14.04s-56.44 7.086-73.325 14.04c-6.875 2.833-12.403 5.637-16.476 7.92v121.68Z'/%3E%3Cpath d='M41.173 59.987h.198v16.488c-3.803 2.734-8.708 6.651-13.648 11.249a3.858 3.858 0 0 0-.858-.096H9.595a3.849 3.849 0 1 0 0 7.697h10.593a98.694 98.694 0 0 0-3.78 4.412c-5.758 7.152-10.662 15.525-10.662 23.578a3.849 3.849 0 1 0 7.697 0c0-2.874 1.016-6.145 2.845-9.649l.1.446c1.227 5.422 3.054 11.437 4.361 15.328a3.848 3.848 0 0 0 7.296-2.453c-1.255-3.736-2.998-9.487-4.15-14.574-.578-2.559-.978-4.824-1.115-6.533-.066-.821-.061-1.394-.026-1.749 5.618-6.88 12.742-13.335 18.617-18.001v22.607c0 24.089-19.529 43.618-43.618 43.618h-.197v-48.75c0-24.09 19.528-43.618 43.617-43.618Zm-51.315 43.618c0-28.34 22.975-51.315 51.316-51.315h7.894v56.447c0 28.34-22.974 51.315-51.315 51.315h-7.895v-56.447Zm32.939.262a.235.235 0 0 1-.012.048.209.209 0 0 1 .012-.048ZM66.831 59.987h-.197v16.488c3.803 2.734 8.708 6.651 13.647 11.249.276-.063.564-.096.86-.096H98.41a3.849 3.849 0 0 1 0 7.697H87.816a98.694 98.694 0 0 1 3.781 4.412c5.758 7.152 10.661 15.525 10.661 23.578a3.849 3.849 0 1 1-7.697 0c0-2.874-1.016-6.145-2.845-9.649l-.1.446c-1.226 5.422-3.053 11.437-4.36 15.328a3.848 3.848 0 0 1-7.297-2.453c1.256-3.736 3-9.487 4.15-14.574.579-2.559.979-4.824 1.116-6.533.066-.821.06-1.394.025-1.749-5.617-6.88-12.741-13.335-18.616-18.001v22.607c0 24.089 19.528 43.618 43.618 43.618h.197v-48.75c0-24.09-19.528-43.618-43.618-43.618Zm51.315 43.618c0-28.34-22.974-51.315-51.315-51.315h-7.895v56.447c0 28.34 22.975 51.315 51.316 51.315h7.894v-56.447Zm-32.926.31a.235.235 0 0 1-.012-.048.931.931 0 0 1 .012.048Z'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(97.82deg, #007BB0 0.5%, #1DA8E8 134.31%);
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width:48rem) {
  .block--inline-cta-fund {
    padding: 32px 16px;
  }
}
.block--inline-cta-fund p {
  color: #F4F9FA;
}
.block--inline-cta-fund h3 {
  color: #fff;
  margin-top: 0px;
}
.block--description-list {
  margin-top: 56px;
  margin-bottom: 56px;
  border: 1px solid #DBE0E1;
  padding: 32px 40px;
}
@media (max-width:48rem) {
  .block--description-list {
    padding: 24px 16px;
  }
}
.block--description-list dt {
  font-weight: 700;
  font-size: 20.25px;
  font-weight: 800;
  line-height: 24.3px;
  color: #393D3E;
  margin-bottom: 24px;
}
.block--description-list dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.5px;
  color: #565F65;
  margin-bottom: 32px;
  padding-inline-start: 0px;
}
@media (max-width:48rem) {
  .block--description-list dd {
    font-size: 18px;
  }
}
.block--description-list dd:last-of-type {
  margin-bottom: 0;
}
.block--fast-fact {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #F4F9FA;
  border-left: 4px solid #1DA8E8;
  padding: 34px 36px;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  gap: 12px;
}
.block--fast-fact h3::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231DA8E8' d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8Z'/%3E%3Cpath fill='%231DA8E8' d='M11 11h2v6h-2v-6Zm0-4h2v2h-2V7Z'/%3E%3C/svg%3E");
  position: relative;
  left: -8px;
  top: 7px;
}
.block--fast-fact h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  position: relative;
  left: -24px;
  margin-top: 0;
}
.block--fast-fact p {
  font-size: 18px;
  line-height: 32.5px;
  color: #393D3E;
  margin-bottom: 24px;
}
@media (max-width:48rem) {
  .block--fast-fact p {
    font-size: 16px;
    line-height: 28px;
  }
}
.block--fast-fact span {
  font-size: 16px;
  line-height: 26px;
}
.block--link-list {
  margin-top: 56px;
  margin-bottom: 56px;
}
.block--link-list h3 {
  color: #000;
  font-weight: 700;
  font-size: 28.83px;
  line-height: 34.6px;
}
.block--link-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width:48rem) {
  .block--link-list ul {
    grid-template-columns: 1fr;
  }
}
.block--legal-quote {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #F7F8F8;
  border-left: 5px solid #D2A70F;
  padding: 40px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:48rem) {
  .block--legal-quote {
    gap: 0;
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
.block--legal-quote blockquote {
  border: none;
  margin-bottom: 0;
}
.block--legal-quote blockquote p {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 33px;
  color: #071A28;
  font-style: normal;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width:48rem) {
  .block--legal-quote blockquote p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
}
.block--legal-quote blockquote cite {
  font-style: normal;
}
.block--legal-quote blockquote:before {
  content: url("data:image/svg+xml,%3Csvg width='32' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.222 3.74c-1.505.864-2.723 1.617-3.651 2.257-.93.609-1.874 1.426-2.835 2.45-.897.962-1.586 1.97-2.066 3.028-.48 1.057-.817 2.418-1.01 4.084h2.307c1.986 0 3.54.496 4.66 1.49 1.154.96 1.73 2.386 1.73 4.276 0 1.345-.512 2.61-1.537 3.796-.993 1.153-2.37 1.73-4.132 1.73-2.755 0-4.725-.898-5.91-2.691C.593 22.334 0 19.947 0 17c0-2.082.448-3.972 1.345-5.67a19.973 19.973 0 0 1 3.268-4.612 23.594 23.594 0 0 1 4.18-3.507 161.434 161.434 0 0 1 3.7-2.355l1.73 2.883ZM32 3.74c-1.506.864-2.723 1.617-3.652 2.257-.929.609-1.873 1.426-2.834 2.45-.93.994-1.634 2.019-2.115 3.076-.448 1.025-.768 2.37-.96 4.036h2.306c1.986 0 3.54.496 4.66 1.49 1.154.96 1.73 2.386 1.73 4.276 0 1.345-.512 2.61-1.537 3.796-.993 1.153-2.37 1.73-4.133 1.73-2.754 0-4.724-.898-5.91-2.691-1.185-1.826-1.777-4.213-1.777-7.16 0-2.082.448-3.972 1.345-5.67a19.973 19.973 0 0 1 3.267-4.612 23.592 23.592 0 0 1 4.18-3.507 161.195 161.195 0 0 1 3.7-2.355L32 3.74Z' fill='%23D2A70F'/%3E%3C/svg%3E");
}
.block--legal-quote blockquote span {
  font-size: 16px;
  line-height: 26px;
  color: #565F65;
}
.block--legal-quote img {
  border-radius: 8px;
  height: auto;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  object-fit: cover;
  max-height: 256px;
}
@media (max-width:48rem) {
  .block--legal-quote img {
    margin: auto;
    max-height: 240px !important;
  }
}
.block--section-summary {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #F4F9FA;
  border: 1px solid #9BCFEC;
  padding: 32px;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  gap: 12px;
}
.block--section-summary svg {
  flex: none;
}
.block--section-summary h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}
.block--section-summary p {
  font-size: 18px;
  line-height: 32.5px;
  color: #393D3E;
  margin-bottom: 0;
}
@media (max-width:48rem) {
  .block--section-summary p {
    font-size: 18px;
  }
}
.block--step-form-widget {
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 40px 48px;
  background: linear-gradient(97.82deg, #007BB0 0.5%, #1DA8E8 134.31%);
  border-radius: 8px;
}
.block--step-form-widget h3 {
  font-size: 28.83px;
  font-weight: 800;
  line-height: 34.6px;
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width:48rem) {
  .block--step-form-widget h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width:48rem) {
  .block--step-form-widget {
    padding: 20px 16px;
  }
}
.block--step-form-widget form {
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
}
.block--step-form-widget .options-wrapper-input {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-blue-300);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #565F65;
}
:is(.block--step-form-widget .options-wrapper-input):hover {
  cursor: pointer;
  border-color: #071A28;
  background-color: #071A28;
  color: var(--color-white);
}
.active:is(.block--step-form-widget .options-wrapper-input) {
  background-color: #071A28;
  color: var(--color-white);
}
.block--trust-fund-settlements-table {
  margin-top: 56px;
  margin-bottom: 56px;
}
.block--trust-fund-settlements-table table {
  margin: 0;
  background: white;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table table {
    display: block;
  }
}
.block--trust-fund-settlements-table tbody {
  background: #F7F8F8;
  position: relative;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tbody {
    display: block;
    max-height: 632px;
    overflow-y: scroll;
  }
  :is(.block--trust-fund-settlements-table tbody)::after {
    content: "";
    display: block;
    height: 30px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(115, 115, 115, 0.5) 100%);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
.block--trust-fund-settlements-table tr {
  font-family: $default-font-bold;
  color: #000000;
  font-size: 18.2px;
  font-weight: 800;
  line-height: 21.84px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tr {
    font-size: 16px;
    border-color: #C6C6C6CC;
    border-width: 1px;
  }
}
:is(.block--trust-fund-settlements-table tr):first-child {
  border-top: none;
}
:is(.block--trust-fund-settlements-table tr):last-child {
  border-bottom: none;
}
.block--trust-fund-settlements-table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
}
.block--trust-fund-settlements-table tr td:nth-child(odd) {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tr td:nth-child(odd) {
    padding-left: 20px;
  }
}
.block--trust-fund-settlements-table tr td:nth-child(even) {
  text-align: right;
  padding-right: 50px;
  padding-left: 16px;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tr td:nth-child(even) {
    padding-right: 20px;
  }
}
.block--trust-fund-settlements-table tfoot {
  background: #071A28;
  color: white;
  display: block;
}
.block--trust-fund-settlements-table tfoot tr {
  display: block;
}
.block--trust-fund-settlements-table tfoot tr td {
  color: white;
  border: none;
  padding: 0;
  height: 100px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.block--trust-fund-settlements-table tfoot tr td:nth-child(odd) {
  font-size: 20.25px;
  font-weight: 800;
  line-height: 24.3px;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tfoot tr td:nth-child(odd) {
    font-size: 16px;
  }
}
.block--trust-fund-settlements-table tfoot tr td:nth-child(even) {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 36.49px;
  line-height: 41.46px;
}
@media (max-width:48rem) {
  .block--trust-fund-settlements-table tfoot tr td:nth-child(even) {
    font-size: 24px;
  }
}
.block--trust-fund-settlements-table-header {
  background: #071A28;
  color: white;
  padding: 23px 50px;
}
.block--trust-fund-settlements-table-header h3 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 25.2px;
  line-height: 28.63px;
  color: white;
  margin-bottom: 8px;
}
.block--trust-fund-settlements-table-header p {
  color: #9BCFEC;
  margin: 0;
  font-size: 18px;
  line-height: 29.25px;
}
:is(.block--trust-fund-settlements-table-header p) span {
  color: white;
}
@media only screen and (max-width: $mobile-breakpoint) {
  .block--trust-fund-settlements-table-header {
    padding: 20px;
  }
  .block--trust-fund-settlements-table-header h3 {
    font-size: 22px;
  }
  .block--trust-fund-settlements-table-header p {
    font-size: 16px;
    line-height: 20px;
  }
}
.wp-block-table table {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-right: 0;
}
@media (max-width:48rem) {
  .wp-block-table table {
    display: block;
  }
}
.wp-block-table thead {
  border-bottom: 0 !important;
}
.wp-block-table thead th {
  background: #9BCFEC;
  border: 0;
  font-weight: 700;
  color: #393D3E;
  font-size: 18px;
  line-height: 24.3px;
  padding: 24px 20px;
}
@media (max-width:48rem) {
  .wp-block-table thead th {
    font-size: 16px;
    padding: 16px;
    line-height: 20px;
  }
}
.wp-block-table thead th:first-of-type {
  border-top-left-radius: 4px;
}
.wp-block-table thead th:last-of-type {
  border-top-right-radius: 4px;
}
.wp-block-table tbody tr td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 18px;
  line-height: 32.5px;
  color: #565F65;
  padding: 16px 24px;
}
@media (max-width:48rem) {
  .wp-block-table tbody tr td {
    font-size: 16px;
    padding: 16px;
    line-height: 20px;
  }
}
.wp-block-table tbody tr {
  border-bottom: 1px solid #DBE0E1;
}
.wp-block-table figcaption {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}
@media (max-width:48rem) {
  .wp-block-table figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width:48rem) {
  .wp-block-table .has-fixed-layout th {
    word-break: keep-all !important;
  }
}
.wp-block-yoast-faq-block {
  margin-top: 56px;
  margin-bottom: 56px;
}
.wp-block-yoast-faq-block .schema-faq-section {
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  outline: none;
  padding: 24px 0px;
  cursor: pointer;
}
:is(.wp-block-yoast-faq-block .schema-faq-section:hover) strong {
  color: black;
}
.wp-block-yoast-faq-block .schema-faq-question {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28.63px;
  color: black;
  justify-content: space-between;
  display: flex;
}
@media (max-width:48rem) {
  .wp-block-yoast-faq-block .schema-faq-question {
    font-size: 20px;
  }
}
.wp-block-yoast-faq-block .schema-faq-question:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13 1.5-6 6-6-6'/%3E%3C/svg%3E");
  font-size: 18px;
  padding-left: 12px;
  float: right;
  rotate: 0deg;
  transition: rotate 0.35s;
  align-items: center;
  display: flex;
}
.wp-block-yoast-faq-block .schema-faq-question.is-open:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transition: rotate 0.35s;
  position: relative;
  top: -8px;
}
.wp-block-yoast-faq-block .schema-faq-answer {
  padding-top: 16px;
  display: none;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-3\.5 {
  bottom: calc(var(--spacing) * 3.5);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-50 {
  z-index: 50;
}
.col-9 {
  grid-column: 9;
}
.col-12 {
  grid-column: 12;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.float-right {
  float: right;
}
.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;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.m-auto {
  margin: auto;
}
.mx-1\.5 {
  margin-inline: calc(var(--spacing) * 1.5);
}
.mx-4 {
  margin-inline: calc(var(--spacing) * 4);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  line-height: 163%;
  letter-spacing: 0%;
  color: #565f65;
}
@media (max-width: 640px) {
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
  }
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 36.49px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 100%;
  font-family: Georgia;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 25.2px;
  }
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 100%;
  font-family: Lato;
  font-size: 22.78px;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 19.4px;
  }
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(0.373 0.034 259.733);
  --tw-prose-headings: oklch(0.21 0.034 264.665);
  --tw-prose-lead: oklch(0.446 0.03 256.802);
  --tw-prose-links: oklch(0.21 0.034 264.665);
  --tw-prose-bold: oklch(0.21 0.034 264.665);
  --tw-prose-counters: oklch(0.551 0.027 264.364);
  --tw-prose-bullets: oklch(0.872 0.01 258.338);
  --tw-prose-hr: oklch(0.928 0.006 264.531);
  --tw-prose-quotes: oklch(0.21 0.034 264.665);
  --tw-prose-quote-borders: oklch(0.928 0.006 264.531);
  --tw-prose-captions: oklch(0.551 0.027 264.364);
  --tw-prose-kbd: oklch(0.21 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(0.21 0.034 264.665);
  --tw-prose-pre-code: oklch(0.928 0.006 264.531);
  --tw-prose-pre-bg: oklch(0.278 0.033 256.848);
  --tw-prose-th-borders: oklch(0.872 0.01 258.338);
  --tw-prose-td-borders: oklch(0.928 0.006 264.531);
  --tw-prose-invert-body: oklch(0.872 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(0.707 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(0.707 0.022 261.325);
  --tw-prose-invert-bullets: oklch(0.446 0.03 256.802);
  --tw-prose-invert-hr: oklch(0.373 0.034 259.733);
  --tw-prose-invert-quotes: oklch(0.967 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(0.373 0.034 259.733);
  --tw-prose-invert-captions: oklch(0.707 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(0.872 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(0.446 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(0.373 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (max-width: 640px) {
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
  }
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(.h1,h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: Georgia;
  font-weight: 400;
  font-size: 46.18px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .prose :where(.h1,h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 28.7px;
  }
}
.prose :where(.h3,h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: Lato;
  font-weight: 800;
  font-size: 28.83px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .prose :where(.h3,h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 22.1px;
  }
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: Lato;
  font-weight: 800;
  font-size: 20.25px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 640px) {
  .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18.2px;
  }
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: #1DA8E8;
  font-weight: 800;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.block-spacing {
  margin-top: 56px;
  margin-bottom: 56px;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.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-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-11 {
  margin-top: calc(var(--spacing) * 11);
}
.mt-14 {
  margin-top: calc(var(--spacing) * 14);
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-auto {
  margin-top: auto;
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.\!mb-0 {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.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-4\.5 {
  margin-bottom: calc(var(--spacing) * 4.5);
}
.mb-5\.5 {
  margin-bottom: calc(var(--spacing) * 5.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-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.mb-20 {
  margin-bottom: calc(var(--spacing) * 20);
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-3 {
  margin-left: calc(var(--spacing) * 3);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.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-14 {
  height: calc(var(--spacing) * 14);
}
.h-24 {
  height: calc(var(--spacing) * 24);
}
.h-\[55px\] {
  height: 55px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[308px\] {
  height: 308px;
}
.h-\[355px\] {
  height: 355px;
}
.h-\[624px\] {
  height: 624px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.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-14 {
  width: calc(var(--spacing) * 14);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-\[120px\] {
  width: 120px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[308px\] {
  width: 308px;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[308px\] {
  max-width: 308px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[381px\] {
  max-width: 381px;
}
.max-w-\[488px\] {
  max-width: 488px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[696px\] {
  max-width: 696px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[1008px\] {
  max-width: 1008px;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-fit {
  min-width: fit-content;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.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);
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-normal {
  justify-content: normal;
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-9 {
  gap: calc(var(--spacing) * 9);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-14 {
  gap: calc(var(--spacing) * 14);
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-1 {
  column-gap: calc(var(--spacing) * 1);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-8 {
  column-gap: calc(var(--spacing) * 8);
}
.gap-x-10 {
  column-gap: calc(var(--spacing) * 10);
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}
.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}
.gap-y-\[72px\] {
  row-gap: 72px;
}
.self-center {
  align-self: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[56px\] {
  border-radius: 56px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xs {
  border-radius: var(--radius-xs);
}
.rounded-b-lg {
  border-bottom-right-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[12px\] {
  border-style: var(--tw-border-style);
  border-width: 12px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.border-l-0 {
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-l-\[3px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
}
.border-\[\#FFFFFF4A\] {
  border-color: #FFFFFF4A;
}
.border-blue-900 {
  border-color: #071A28;
}
.border-gold-500 {
  border-color: #D2A70F;
}
.border-grey-100 {
  border-color: #DBE0E1;
}
.border-white {
  border-color: var(--color-white);
}
.bg-\[\#071A28\] {
  background-color: #071A28;
}
.bg-\[\#071a28\] {
  background-color: #071a28;
}
.bg-\[\#F7F8F8\] {
  background-color: #F7F8F8;
}
.bg-\[\#FFFFFF14\] {
  background-color: #FFFFFF14;
}
.bg-blue-50 {
  background-color: var(--color-blue-50);
}
.bg-blue-75 {
  background-color: #DCECEF;
}
.bg-blue-400 {
  background-color: #276387;
}
.bg-blue-900 {
  background-color: #071A28;
}
.bg-gold-100 {
  background-color: #FBF5E0;
}
.bg-gold-300 {
  background-color: #F0DA8F;
}
.bg-gold-500 {
  background-color: #D2A70F;
}
.bg-grey-50 {
  background-color: #F7F8F8;
}
.bg-grey-100 {
  background-color: #DBE0E1;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-\[linear-gradient\(180deg\,\#071A28_22\.24\%\,\#007BB0_185\%\)\] {
  background-image: linear-gradient(180deg,#071A28 22.24%,#007BB0 185%);
}
.bg-\[url\(\'\/wp-content\/themes\/fund\/theme\/assets\/images\/ctas\/legal-advisor-shaking-hands-senior-woman\.jpg\'\)\] {
  background-image: url('/wp-content/themes/fund/theme/assets/images/ctas/legal-advisor-shaking-hands-senior-woman.jpg');
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-black {
  fill: var(--color-black);
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-4\.5 {
  padding: calc(var(--spacing) * 4.5);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.p-16 {
  padding: calc(var(--spacing) * 16);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-3\.5 {
  padding-top: calc(var(--spacing) * 3.5);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-5 {
  padding-right: calc(var(--spacing) * 5);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-13 {
  padding-bottom: calc(var(--spacing) * 13);
}
.pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}
.pb-24 {
  padding-bottom: calc(var(--spacing) * 24);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.\!font-sans {
  font-family: var(--font-sans) !important;
}
.font-sans {
  font-family: var(--font-sans);
}
.font-serif {
  font-family: var(--font-serif);
}
.\!text-base {
  font-size: var(--text-base) !important;
  line-height: var(--tw-leading, var(--text-base--line-height)) !important;
}
.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-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[29px\] {
  font-size: 29px;
}
.\!leading-\[100\%\] {
  --tw-leading: 100% !important;
  line-height: 100% !important;
}
.leading-6\.5 {
  --tw-leading: calc(var(--spacing) * 6.5);
  line-height: calc(var(--spacing) * 6.5);
}
.leading-\[29px\] {
  --tw-leading: 29px;
  line-height: 29px;
}
.leading-\[100\%\] {
  --tw-leading: 100%;
  line-height: 100%;
}
.leading-\[110\%\] {
  --tw-leading: 110%;
  line-height: 110%;
}
.leading-\[125\%\] {
  --tw-leading: 125%;
  line-height: 125%;
}
.leading-\[160\%\] {
  --tw-leading: 160%;
  line-height: 160%;
}
.leading-\[162\%\] {
  --tw-leading: 162%;
  line-height: 162%;
}
.leading-\[163\%\] {
  --tw-leading: 163%;
  line-height: 163%;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.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);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!text-black {
  color: var(--color-black) !important;
}
.\!text-grey-700 {
  color: #565F65 !important;
}
.\!text-grey-800 {
  color: #393D3E !important;
}
.text-\[\#E3F1F4\] {
  color: #E3F1F4;
}
.text-\[\#b3cfdc\] {
  color: #b3cfdc;
}
.text-\[\#cae8f7\] {
  color: #cae8f7;
}
.text-black {
  color: var(--color-black);
}
.text-blue-75 {
  color: #DCECEF;
}
.text-blue-100 {
  color: #9BCFEC;
}
.text-blue-300 {
  color: var(--color-blue-300);
}
.text-blue-500 {
  color: #1da8e8;
}
.text-blue-700 {
  color: #276387;
}
.text-blue-900 {
  color: #071A28;
}
.text-gold-500 {
  color: #D2A70F;
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-grey-700 {
  color: #565F65;
}
.text-grey-800 {
  color: #393D3E;
}
.text-red-500 {
  color: var(--color-red-500);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-40 {
  opacity: 40%;
}
.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,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.prose-neutral {
  --tw-prose-body: oklch(0.371 0 0);
  --tw-prose-headings: oklch(0.205 0 0);
  --tw-prose-lead: oklch(0.439 0 0);
  --tw-prose-links: oklch(0.205 0 0);
  --tw-prose-bold: oklch(0.205 0 0);
  --tw-prose-counters: oklch(0.556 0 0);
  --tw-prose-bullets: oklch(0.87 0 0);
  --tw-prose-hr: oklch(0.922 0 0);
  --tw-prose-quotes: oklch(0.205 0 0);
  --tw-prose-quote-borders: oklch(0.922 0 0);
  --tw-prose-captions: oklch(0.556 0 0);
  --tw-prose-kbd: oklch(0.205 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(0.205 0 0);
  --tw-prose-pre-code: oklch(0.922 0 0);
  --tw-prose-pre-bg: oklch(0.269 0 0);
  --tw-prose-th-borders: oklch(0.87 0 0);
  --tw-prose-td-borders: oklch(0.922 0 0);
  --tw-prose-invert-body: oklch(0.87 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(0.708 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(0.708 0 0);
  --tw-prose-invert-bullets: oklch(0.439 0 0);
  --tw-prose-invert-hr: oklch(0.371 0 0);
  --tw-prose-invert-quotes: oklch(0.97 0 0);
  --tw-prose-invert-quote-borders: oklch(0.371 0 0);
  --tw-prose-invert-captions: oklch(0.708 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(0.87 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(0.439 0 0);
  --tw-prose-invert-td-borders: oklch(0.371 0 0);
}
.marker\:text-xl *::marker {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.marker\:text-xl::marker {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.marker\:text-blue-300 *::marker {
  color: var(--color-blue-300);
}
.marker\:text-blue-300::marker {
  color: var(--color-blue-300);
}
@media (hover: hover) {
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
}
@media (hover: hover) {
  .hover\:\!text-blue-500:hover {
    color: #1da8e8 !important;
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --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);
  }
}
@media (width < 64rem) {
  .max-lg\:hidden {
    display: none;
  }
}
@media (width < 48rem) {
  .max-md\:order-2 {
    order: 2;
  }
}
@media (width < 48rem) {
  .max-md\:mx-auto {
    margin-inline: auto;
  }
}
@media (width < 48rem) {
  .max-md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width < 48rem) {
  .max-md\:mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
@media (width < 48rem) {
  .max-md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width < 48rem) {
  .max-md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width < 48rem) {
  .max-md\:hidden {
    display: none;
  }
}
@media (width < 48rem) {
  .max-md\:w-full {
    width: 100%;
  }
}
@media (width < 48rem) {
  .max-md\:flex-none {
    flex: none;
  }
}
@media (width < 48rem) {
  .max-md\:flex-col {
    flex-direction: column;
  }
}
@media (width < 48rem) {
  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (width < 48rem) {
  .max-md\:items-center {
    align-items: center;
  }
}
@media (width < 48rem) {
  .max-md\:justify-center {
    justify-content: center;
  }
}
@media (width < 48rem) {
  .max-md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width < 48rem) {
  .max-md\:gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
}
@media (width < 48rem) {
  .max-md\:gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
}
@media (width < 48rem) {
  .max-md\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (width < 48rem) {
  .max-md\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
}
@media (width < 48rem) {
  .max-md\:border-\[\#FFFFFF1A\] {
    border-color: #FFFFFF1A;
  }
}
@media (width < 48rem) {
  .max-md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width < 48rem) {
  .max-md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width < 48rem) {
  .max-md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width < 48rem) {
  .max-md\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width < 48rem) {
  .max-md\:pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
}
@media (width < 48rem) {
  .max-md\:pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
}
@media (width < 48rem) {
  .max-md\:pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
@media (width < 48rem) {
  .max-md\:pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
}
@media (width < 48rem) {
  .max-md\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width < 40rem) {
  .max-sm\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width < 40rem) {
  .max-sm\:w-\[280px\] {
    width: 280px;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:relative {
    position: relative;
  }
}
@media (width >= 48rem) {
  .md\:sticky {
    position: sticky;
  }
}
@media (width >= 48rem) {
  .md\:top-20 {
    top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:left-0 {
    left: calc(var(--spacing) * 0);
  }
}
@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\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 48rem) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 48rem) {
  .md\:float-right {
    float: right;
  }
}
@media (width >= 48rem) {
  .md\:mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
}
@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\:h-\[52px\] {
    height: 52px;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-3xl {
    max-width: var(--container-3xl);
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[348px\] {
    max-width: 348px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
}
@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\:grid-cols-4 {
    grid-template-columns: repeat(4, 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\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@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-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:rounded-lg {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 48rem) {
  .md\:p-4 {
    padding: calc(var(--spacing) * 4);
  }
}
@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\:p-16 {
    padding: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-\[120px\] {
    padding-block: 120px;
  }
}
@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-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[72px\] {
    padding-top: 72px;
  }
}
@media (width >= 48rem) {
  .md\:pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:text-center {
    text-align: center;
  }
}
@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-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-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--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-\[22px\] {
    font-size: 22px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[46px\] {
    font-size: 46px;
  }
}
@media (width >= 48rem) {
  .md\:leading-2 {
    --tw-leading: calc(var(--spacing) * 2);
    line-height: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@media (width >= 48rem) {
  .md\:font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }
}
@media (width >= 64rem) {
  .lg\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
