/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Work Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

/* p{
        @apply text-lg lg:text-2xl leading-tight;
    } */

section .section-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  section .section-container {
    padding: 4rem;
  }
}

.biography h1 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .biography h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.edge-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .edge-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.grant-content-container p {
  margin-bottom: 1.5rem;
}

footer h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.large-card-section ul {
  padding-left: 2.5rem;
}

.large-card-section ul li {
    margin-bottom: 0.75rem;
  }

.large-card-section ul li {
    list-style-type: disc;
  }

@media (min-width: 1024px) {
    .large-card-section ul li {
      margin-bottom: 1.25rem;
    }
  }

.large-card-section ol {
  padding-left: 2.5rem;
}

.large-card-section ol li {
    margin-bottom: 0.75rem;
  }

.large-card-section ol li {
    list-style-type: decimal;
  }

@media (min-width: 1024px) {
    .large-card-section ol li {
      margin-bottom: 1.25rem;
    }
  }

a {
  text-decoration-line: underline;
}

a:hover {
  text-decoration-line: none;
}

/* Add bottom margin to all <p> tags except the last one */

p:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

p:not(:last-child) {
  /* Adjust margin as desired */
}

/* If <p> is the only child, remove bottom margin */

p:only-child {
  margin-bottom: 0px;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

/* Global Navigation */

#global-site-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Root Menu Nav Items */

#global-site-menu-container > ul > .menu-item > a,
    #global-site-menu-container > ul > .menu-item > span {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

#global-site-menu-container .menu-item-has-children .global-menu-root-item.depth-1 {
  margin-bottom: 0.75rem;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

#global-site-menu-container .global-submenu.depth-0 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#global-site-menu-container .global-submenu.depth-1 {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

#global-site-menu-container .global-submenu.depth-1 .menu-item.current-menu-item > a {
  text-decoration-line: underline !important;
}

#global-site-menu-container .menu-item > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-decoration-line: none;
}

#global-site-menu-container .menu-item > a:hover {
  text-decoration-line: underline;
}

#global-site-menu-container .global-submenu {
  height: 0px;
  overflow: hidden;
}

/* Top Navigation */

#top-nav-menu > ul > .menu-item {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 253 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

#top-nav-menu > ul > .menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-nav-menu > ul > .menu-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-nav-menu > ul > .menu-item:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(212 2 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-nav-menu > ul > .menu-item:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 0 47 / var(--tw-bg-opacity));
}

#top-nav-menu .menu-item > a,
    #top-nav-menu .menu-item > span {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration-line: none;
}

.trp-language-switcher-container.menu-item a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* Navigation Sub Menus */

.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 50;
  display: none;
  height: 24rem;
  min-width: 70%;
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: auto;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0px 0px 15px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0px 0px 15px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-item-has-children .sub-menu.active {
  display: flex;
  justify-content: space-between;
}

.menu-item-has-children .sub-menu .sub-menu-nav-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem;
}

.menu-item-has-children .sub-menu .menu-item {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-item-has-children .sub-menu .menu-item:hover {
  text-decoration-line: underline;
}

.menu-cta {
  display: flex;
  width: 25rem;
  flex-direction: column;
  gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1920px) {
  .menu-cta {
    width: 30rem;
  }
}

.menu-cta-image-container {
  height: 100%;
  overflow: hidden;
  border-radius: .625rem;
}

.menu-cta-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-cta-content {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-cta-content .line {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0.125rem;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.menu-cta-content .menu-cta-text {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.menu-cta-content .menu-cta-link {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-flex;
  width: auto;
}

.menu-cta-list-container {
  width: 450px;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

#sel-translation {
  background-size: 0 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 768px) {
  #sel-translation {
    background-size: 1.5em 1.5em;
    padding-left: 0.75rem;
    padding-right: 2.5rem;
  }
}

/* Footer */

footer .menu-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
}

footer .menu-item a:hover {
  text-decoration-line: underline;
}

/* Buttons */

.btn-red {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(212 2 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(212 2 52 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

.btn-white {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!btn-blue {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(56 53 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.\!btn-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.btn-blue {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(56 53 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.btn-white-outlined {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-white-outlined:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

.btn-blue-outlined {
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: .625rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-blue-outlined:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Swiper */

.swiper-prev, 
    .swiper-next {
  display: flex;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
}

.swiper-prev:hover, 
    .swiper-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.hero-swiper .swiper-pagination,
    .grid-swiper .swiper-pagination,
    .grid-cards-section .mobile-swiper-pagination,
    .simple-slider-section .swiper-pagination,
    .general-slider-section .swiper-pagination,
    .stage-progression-slider-section .swiper-pagination {
  position: static;
  width: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 0.5rem;
  width: 1.5rem;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
}

.brand-gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FF0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(70 130 207 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4682CF var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #1AA8EF var(--tw-gradient-to-position);
}

/* CMS Icon Picker - Transparent Background */

.acf-field-icon-picker .acf-icon-picker-media-library .acf-icon-picker-media-library-preview-img {
  background-color: transparent;
}

/* VideoJS preview should fill swiper slide */

.video-slide .vjs-poster img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-js .vjs-big-play-button {
  margin: 0px;
  width: 3rem;
  height: 3rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.custom-radial {
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.custom-radial::after {
  position: absolute;
  top: 10%;
  height: 25.125rem;
  width: 20.3rem;
  background-image: radial-gradient(50% 50% at 50% 50%, #E80000 0%, rgba(232, 0, 0, 0) 100%);
  opacity: 0.2;
  --tw-content: '*';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .custom-radial::after {
    height: 28.25rem;
    content: var(--tw-content);
    width: 22.87rem;
  }
}

@media (min-width: 1440px) {
  .custom-radial::after {
    height: 31.4rem;
    content: var(--tw-content);
    width: 25.4rem;
  }
}

.sticky-sidebar-menu li.js-active a {
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.video-js {
  height: 100%;
  width: 100%;
}

.vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* Targeting the ACF WYSIWYG editor */

.wp-editor ul {
  padding-left: 2.5rem;
}

.wp-editor ul li {
    margin-bottom: 0.75rem;
  }

.wp-editor ul li {
    list-style-type: disc;
  }

@media (min-width: 1024px) {
    .wp-editor ul li {
      margin-bottom: 1.25rem;
    }
  }

.wp-editor ol {
  padding-left: 2.5rem;
}

.wp-editor ol li {
    margin-bottom: 0.75rem;
  }

.wp-editor ol li {
    list-style-type: decimal;
  }

@media (min-width: 1024px) {
    .wp-editor ol li {
      margin-bottom: 1.25rem;
    }
  }

.content-section-with-subheadings ul {
    padding-left: 2.5rem;
  }

.content-section-with-subheadings ul li {
      margin-bottom: 0.75rem;
    }

.content-section-with-subheadings ul li {
      list-style-type: disc;
    }

@media (min-width: 1024px) {
      .content-section-with-subheadings ul li {
        margin-bottom: 1.25rem;
      }
    }

.content-section-with-subheadings ol {
    padding-left: 2.5rem;
  }

.content-section-with-subheadings ol li {
      margin-bottom: 0.75rem;
    }

.content-section-with-subheadings ol li {
      list-style-type: decimal;
    }

@media (min-width: 1024px) {
      .content-section-with-subheadings ol li {
        margin-bottom: 1.25rem;
      }
    }

.page-template-modular-content .paragraph a,
        .page-template-modular-content .description a,
        .page-template-modular-content .accordion-panel a,
        .single-resource .paragraph a,
        .single-resource .description a,
        .single-resource .accordion-panel a {
    text-decoration-line: underline;
  }

.page-template-modular-content .paragraph a:hover,
        .page-template-modular-content .description a:hover,
        .page-template-modular-content .accordion-panel a:hover,
        .single-resource .paragraph a:hover,
        .single-resource .description a:hover,
        .single-resource .accordion-panel a:hover {
    text-decoration-line: none;
  }

.accordion-content h1, .static-content .content-block h1, .content-block-with-headers .description h1, .facts-and-figures .paragraph h1, .long-form-text-with-conditional-button h1, .wp-editor h1, .single-personnel .biography h1, .single-grantee .biography h1, .single-resource .content-block h1, .single-news .content-block h1, .single-grant .grant-content-container h1, .donate-cta-section h1, .list-item-container h1, .static-content .content-block h1 {
    margin-bottom: 1.5rem;
  }

.accordion-content h1, .static-content .content-block h1, .content-block-with-headers .description h1, .facts-and-figures .paragraph h1, .long-form-text-with-conditional-button h1, .wp-editor h1, .single-personnel .biography h1, .single-grantee .biography h1, .single-resource .content-block h1, .single-news .content-block h1, .single-grant .grant-content-container h1, .donate-cta-section h1, .list-item-container h1, .static-content .content-block h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.accordion-content h1, .static-content .content-block h1, .content-block-with-headers .description h1, .facts-and-figures .paragraph h1, .long-form-text-with-conditional-button h1, .wp-editor h1, .single-personnel .biography h1, .single-grantee .biography h1, .single-resource .content-block h1, .single-news .content-block h1, .single-grant .grant-content-container h1, .donate-cta-section h1, .list-item-container h1, .static-content .content-block h1 {
    font-weight: 600;
  }

@media (min-width: 1024px) {
    .accordion-content h1, .static-content .content-block h1, .content-block-with-headers .description h1, .facts-and-figures .paragraph h1, .long-form-text-with-conditional-button h1, .wp-editor h1, .single-personnel .biography h1, .single-grantee .biography h1, .single-resource .content-block h1, .single-news .content-block h1, .single-grant .grant-content-container h1, .donate-cta-section h1, .list-item-container h1, .static-content .content-block h1 {
      font-size: 3.75rem;
      line-height: 1;
    }
  }

@media (min-width: 1024px) {
    .accordion-content h1, .static-content .content-block h1, .content-block-with-headers .description h1, .facts-and-figures .paragraph h1, .long-form-text-with-conditional-button h1, .wp-editor h1, .single-personnel .biography h1, .single-grantee .biography h1, .single-resource .content-block h1, .single-news .content-block h1, .single-grant .grant-content-container h1, .donate-cta-section h1, .list-item-container h1, .static-content .content-block h1 {
      line-height: 3.57rem;
    }
  }

.accordion-content h1 strong, .static-content .content-block h1 strong, .content-block-with-headers .description h1 strong, .facts-and-figures .paragraph h1 strong, .long-form-text-with-conditional-button h1 strong, .wp-editor h1 strong, .single-personnel .biography h1 strong, .single-grantee .biography h1 strong, .single-resource .content-block h1 strong, .single-news .content-block h1 strong, .single-grant .grant-content-container h1 strong, .donate-cta-section h1 strong, .list-item-container h1 strong, .static-content .content-block h1 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h1 strong, .static-content .content-block h1 strong, .content-block-with-headers .description h1 strong, .facts-and-figures .paragraph h1 strong, .long-form-text-with-conditional-button h1 strong, .wp-editor h1 strong, .single-personnel .biography h1 strong, .single-grantee .biography h1 strong, .single-resource .content-block h1 strong, .single-news .content-block h1 strong, .single-grant .grant-content-container h1 strong, .donate-cta-section h1 strong, .list-item-container h1 strong, .static-content .content-block h1 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h1 strong, .static-content .content-block h1 strong, .content-block-with-headers .description h1 strong, .facts-and-figures .paragraph h1 strong, .long-form-text-with-conditional-button h1 strong, .wp-editor h1 strong, .single-personnel .biography h1 strong, .single-grantee .biography h1 strong, .single-resource .content-block h1 strong, .single-news .content-block h1 strong, .single-grant .grant-content-container h1 strong, .donate-cta-section h1 strong, .list-item-container h1 strong, .static-content .content-block h1 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h1 strong, .static-content .content-block h1 strong, .content-block-with-headers .description h1 strong, .facts-and-figures .paragraph h1 strong, .long-form-text-with-conditional-button h1 strong, .wp-editor h1 strong, .single-personnel .biography h1 strong, .single-grantee .biography h1 strong, .single-resource .content-block h1 strong, .single-news .content-block h1 strong, .single-grant .grant-content-container h1 strong, .donate-cta-section h1 strong, .list-item-container h1 strong, .static-content .content-block h1 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h1 strong, .static-content .content-block h1 strong, .content-block-with-headers .description h1 strong, .facts-and-figures .paragraph h1 strong, .long-form-text-with-conditional-button h1 strong, .wp-editor h1 strong, .single-personnel .biography h1 strong, .single-grantee .biography h1 strong, .single-resource .content-block h1 strong, .single-news .content-block h1 strong, .single-grant .grant-content-container h1 strong, .donate-cta-section h1 strong, .list-item-container h1 strong, .static-content .content-block h1 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content h2, .static-content .content-block h2, .content-block-with-headers .description h2, .facts-and-figures .paragraph h2, .long-form-text-with-conditional-button h2, .wp-editor h2, .single-personnel .biography h2, .single-grantee .biography h2, .single-resource .content-block h2, .single-news .content-block h2, .single-grant .grant-content-container h2, .donate-cta-section h2, .list-item-container h2, .static-content .content-block h2 {
    margin-bottom: 1.5rem;
  }

.accordion-content h2, .static-content .content-block h2, .content-block-with-headers .description h2, .facts-and-figures .paragraph h2, .long-form-text-with-conditional-button h2, .wp-editor h2, .single-personnel .biography h2, .single-grantee .biography h2, .single-resource .content-block h2, .single-news .content-block h2, .single-grant .grant-content-container h2, .donate-cta-section h2, .list-item-container h2, .static-content .content-block h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.accordion-content h2, .static-content .content-block h2, .content-block-with-headers .description h2, .facts-and-figures .paragraph h2, .long-form-text-with-conditional-button h2, .wp-editor h2, .single-personnel .biography h2, .single-grantee .biography h2, .single-resource .content-block h2, .single-news .content-block h2, .single-grant .grant-content-container h2, .donate-cta-section h2, .list-item-container h2, .static-content .content-block h2 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content h2, .static-content .content-block h2, .content-block-with-headers .description h2, .facts-and-figures .paragraph h2, .long-form-text-with-conditional-button h2, .wp-editor h2, .single-personnel .biography h2, .single-grantee .biography h2, .single-resource .content-block h2, .single-news .content-block h2, .single-grant .grant-content-container h2, .donate-cta-section h2, .list-item-container h2, .static-content .content-block h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }

.accordion-content h2 strong, .static-content .content-block h2 strong, .content-block-with-headers .description h2 strong, .facts-and-figures .paragraph h2 strong, .long-form-text-with-conditional-button h2 strong, .wp-editor h2 strong, .single-personnel .biography h2 strong, .single-grantee .biography h2 strong, .single-resource .content-block h2 strong, .single-news .content-block h2 strong, .single-grant .grant-content-container h2 strong, .donate-cta-section h2 strong, .list-item-container h2 strong, .static-content .content-block h2 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h2 strong, .static-content .content-block h2 strong, .content-block-with-headers .description h2 strong, .facts-and-figures .paragraph h2 strong, .long-form-text-with-conditional-button h2 strong, .wp-editor h2 strong, .single-personnel .biography h2 strong, .single-grantee .biography h2 strong, .single-resource .content-block h2 strong, .single-news .content-block h2 strong, .single-grant .grant-content-container h2 strong, .donate-cta-section h2 strong, .list-item-container h2 strong, .static-content .content-block h2 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h2 strong, .static-content .content-block h2 strong, .content-block-with-headers .description h2 strong, .facts-and-figures .paragraph h2 strong, .long-form-text-with-conditional-button h2 strong, .wp-editor h2 strong, .single-personnel .biography h2 strong, .single-grantee .biography h2 strong, .single-resource .content-block h2 strong, .single-news .content-block h2 strong, .single-grant .grant-content-container h2 strong, .donate-cta-section h2 strong, .list-item-container h2 strong, .static-content .content-block h2 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h2 strong, .static-content .content-block h2 strong, .content-block-with-headers .description h2 strong, .facts-and-figures .paragraph h2 strong, .long-form-text-with-conditional-button h2 strong, .wp-editor h2 strong, .single-personnel .biography h2 strong, .single-grantee .biography h2 strong, .single-resource .content-block h2 strong, .single-news .content-block h2 strong, .single-grant .grant-content-container h2 strong, .donate-cta-section h2 strong, .list-item-container h2 strong, .static-content .content-block h2 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h2 strong, .static-content .content-block h2 strong, .content-block-with-headers .description h2 strong, .facts-and-figures .paragraph h2 strong, .long-form-text-with-conditional-button h2 strong, .wp-editor h2 strong, .single-personnel .biography h2 strong, .single-grantee .biography h2 strong, .single-resource .content-block h2 strong, .single-news .content-block h2 strong, .single-grant .grant-content-container h2 strong, .donate-cta-section h2 strong, .list-item-container h2 strong, .static-content .content-block h2 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content h3, .static-content .content-block h3, .content-block-with-headers .description h3, .facts-and-figures .paragraph h3, .long-form-text-with-conditional-button h3, .wp-editor h3, .single-personnel .biography h3, .single-grantee .biography h3, .single-resource .content-block h3, .single-news .content-block h3, .single-grant .grant-content-container h3, .donate-cta-section h3, .list-item-container h3, .static-content .content-block h3 {
    margin-bottom: 1.5rem;
  }

.accordion-content h3, .static-content .content-block h3, .content-block-with-headers .description h3, .facts-and-figures .paragraph h3, .long-form-text-with-conditional-button h3, .wp-editor h3, .single-personnel .biography h3, .single-grantee .biography h3, .single-resource .content-block h3, .single-news .content-block h3, .single-grant .grant-content-container h3, .donate-cta-section h3, .list-item-container h3, .static-content .content-block h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

.accordion-content h3, .static-content .content-block h3, .content-block-with-headers .description h3, .facts-and-figures .paragraph h3, .long-form-text-with-conditional-button h3, .wp-editor h3, .single-personnel .biography h3, .single-grantee .biography h3, .single-resource .content-block h3, .single-news .content-block h3, .single-grant .grant-content-container h3, .donate-cta-section h3, .list-item-container h3, .static-content .content-block h3 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content h3, .static-content .content-block h3, .content-block-with-headers .description h3, .facts-and-figures .paragraph h3, .long-form-text-with-conditional-button h3, .wp-editor h3, .single-personnel .biography h3, .single-grantee .biography h3, .single-resource .content-block h3, .single-news .content-block h3, .single-grant .grant-content-container h3, .donate-cta-section h3, .list-item-container h3, .static-content .content-block h3 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

.accordion-content h3 strong, .static-content .content-block h3 strong, .content-block-with-headers .description h3 strong, .facts-and-figures .paragraph h3 strong, .long-form-text-with-conditional-button h3 strong, .wp-editor h3 strong, .single-personnel .biography h3 strong, .single-grantee .biography h3 strong, .single-resource .content-block h3 strong, .single-news .content-block h3 strong, .single-grant .grant-content-container h3 strong, .donate-cta-section h3 strong, .list-item-container h3 strong, .static-content .content-block h3 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h3 strong, .static-content .content-block h3 strong, .content-block-with-headers .description h3 strong, .facts-and-figures .paragraph h3 strong, .long-form-text-with-conditional-button h3 strong, .wp-editor h3 strong, .single-personnel .biography h3 strong, .single-grantee .biography h3 strong, .single-resource .content-block h3 strong, .single-news .content-block h3 strong, .single-grant .grant-content-container h3 strong, .donate-cta-section h3 strong, .list-item-container h3 strong, .static-content .content-block h3 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h3 strong, .static-content .content-block h3 strong, .content-block-with-headers .description h3 strong, .facts-and-figures .paragraph h3 strong, .long-form-text-with-conditional-button h3 strong, .wp-editor h3 strong, .single-personnel .biography h3 strong, .single-grantee .biography h3 strong, .single-resource .content-block h3 strong, .single-news .content-block h3 strong, .single-grant .grant-content-container h3 strong, .donate-cta-section h3 strong, .list-item-container h3 strong, .static-content .content-block h3 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h3 strong, .static-content .content-block h3 strong, .content-block-with-headers .description h3 strong, .facts-and-figures .paragraph h3 strong, .long-form-text-with-conditional-button h3 strong, .wp-editor h3 strong, .single-personnel .biography h3 strong, .single-grantee .biography h3 strong, .single-resource .content-block h3 strong, .single-news .content-block h3 strong, .single-grant .grant-content-container h3 strong, .donate-cta-section h3 strong, .list-item-container h3 strong, .static-content .content-block h3 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h3 strong, .static-content .content-block h3 strong, .content-block-with-headers .description h3 strong, .facts-and-figures .paragraph h3 strong, .long-form-text-with-conditional-button h3 strong, .wp-editor h3 strong, .single-personnel .biography h3 strong, .single-grantee .biography h3 strong, .single-resource .content-block h3 strong, .single-news .content-block h3 strong, .single-grant .grant-content-container h3 strong, .donate-cta-section h3 strong, .list-item-container h3 strong, .static-content .content-block h3 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content h4, .static-content .content-block h4, .content-block-with-headers .description h4, .facts-and-figures .paragraph h4, .long-form-text-with-conditional-button h4, .wp-editor h4, .single-personnel .biography h4, .single-grantee .biography h4, .single-resource .content-block h4, .single-news .content-block h4, .single-grant .grant-content-container h4, .donate-cta-section h4, .list-item-container h4, .static-content .content-block h4 {
    margin-bottom: 1.5rem;
  }

.accordion-content h4, .static-content .content-block h4, .content-block-with-headers .description h4, .facts-and-figures .paragraph h4, .long-form-text-with-conditional-button h4, .wp-editor h4, .single-personnel .biography h4, .single-grantee .biography h4, .single-resource .content-block h4, .single-news .content-block h4, .single-grant .grant-content-container h4, .donate-cta-section h4, .list-item-container h4, .static-content .content-block h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.accordion-content h4, .static-content .content-block h4, .content-block-with-headers .description h4, .facts-and-figures .paragraph h4, .long-form-text-with-conditional-button h4, .wp-editor h4, .single-personnel .biography h4, .single-grantee .biography h4, .single-resource .content-block h4, .single-news .content-block h4, .single-grant .grant-content-container h4, .donate-cta-section h4, .list-item-container h4, .static-content .content-block h4 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content h4, .static-content .content-block h4, .content-block-with-headers .description h4, .facts-and-figures .paragraph h4, .long-form-text-with-conditional-button h4, .wp-editor h4, .single-personnel .biography h4, .single-grantee .biography h4, .single-resource .content-block h4, .single-news .content-block h4, .single-grant .grant-content-container h4, .donate-cta-section h4, .list-item-container h4, .static-content .content-block h4 {
      font-size: 1.563rem;
    }
  }

.accordion-content h4 strong, .static-content .content-block h4 strong, .content-block-with-headers .description h4 strong, .facts-and-figures .paragraph h4 strong, .long-form-text-with-conditional-button h4 strong, .wp-editor h4 strong, .single-personnel .biography h4 strong, .single-grantee .biography h4 strong, .single-resource .content-block h4 strong, .single-news .content-block h4 strong, .single-grant .grant-content-container h4 strong, .donate-cta-section h4 strong, .list-item-container h4 strong, .static-content .content-block h4 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h4 strong, .static-content .content-block h4 strong, .content-block-with-headers .description h4 strong, .facts-and-figures .paragraph h4 strong, .long-form-text-with-conditional-button h4 strong, .wp-editor h4 strong, .single-personnel .biography h4 strong, .single-grantee .biography h4 strong, .single-resource .content-block h4 strong, .single-news .content-block h4 strong, .single-grant .grant-content-container h4 strong, .donate-cta-section h4 strong, .list-item-container h4 strong, .static-content .content-block h4 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h4 strong, .static-content .content-block h4 strong, .content-block-with-headers .description h4 strong, .facts-and-figures .paragraph h4 strong, .long-form-text-with-conditional-button h4 strong, .wp-editor h4 strong, .single-personnel .biography h4 strong, .single-grantee .biography h4 strong, .single-resource .content-block h4 strong, .single-news .content-block h4 strong, .single-grant .grant-content-container h4 strong, .donate-cta-section h4 strong, .list-item-container h4 strong, .static-content .content-block h4 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h4 strong, .static-content .content-block h4 strong, .content-block-with-headers .description h4 strong, .facts-and-figures .paragraph h4 strong, .long-form-text-with-conditional-button h4 strong, .wp-editor h4 strong, .single-personnel .biography h4 strong, .single-grantee .biography h4 strong, .single-resource .content-block h4 strong, .single-news .content-block h4 strong, .single-grant .grant-content-container h4 strong, .donate-cta-section h4 strong, .list-item-container h4 strong, .static-content .content-block h4 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h4 strong, .static-content .content-block h4 strong, .content-block-with-headers .description h4 strong, .facts-and-figures .paragraph h4 strong, .long-form-text-with-conditional-button h4 strong, .wp-editor h4 strong, .single-personnel .biography h4 strong, .single-grantee .biography h4 strong, .single-resource .content-block h4 strong, .single-news .content-block h4 strong, .single-grant .grant-content-container h4 strong, .donate-cta-section h4 strong, .list-item-container h4 strong, .static-content .content-block h4 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content h5, .static-content .content-block h5, .content-block-with-headers .description h5, .facts-and-figures .paragraph h5, .long-form-text-with-conditional-button h5, .wp-editor h5, .single-personnel .biography h5, .single-grantee .biography h5, .single-resource .content-block h5, .single-news .content-block h5, .single-grant .grant-content-container h5, .donate-cta-section h5, .list-item-container h5, .static-content .content-block h5 {
    margin-bottom: 1.5rem;
  }

.accordion-content h5, .static-content .content-block h5, .content-block-with-headers .description h5, .facts-and-figures .paragraph h5, .long-form-text-with-conditional-button h5, .wp-editor h5, .single-personnel .biography h5, .single-grantee .biography h5, .single-resource .content-block h5, .single-news .content-block h5, .single-grant .grant-content-container h5, .donate-cta-section h5, .list-item-container h5, .static-content .content-block h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.accordion-content h5, .static-content .content-block h5, .content-block-with-headers .description h5, .facts-and-figures .paragraph h5, .long-form-text-with-conditional-button h5, .wp-editor h5, .single-personnel .biography h5, .single-grantee .biography h5, .single-resource .content-block h5, .single-news .content-block h5, .single-grant .grant-content-container h5, .donate-cta-section h5, .list-item-container h5, .static-content .content-block h5 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content h5, .static-content .content-block h5, .content-block-with-headers .description h5, .facts-and-figures .paragraph h5, .long-form-text-with-conditional-button h5, .wp-editor h5, .single-personnel .biography h5, .single-grantee .biography h5, .single-resource .content-block h5, .single-news .content-block h5, .single-grant .grant-content-container h5, .donate-cta-section h5, .list-item-container h5, .static-content .content-block h5 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.accordion-content h5 strong, .static-content .content-block h5 strong, .content-block-with-headers .description h5 strong, .facts-and-figures .paragraph h5 strong, .long-form-text-with-conditional-button h5 strong, .wp-editor h5 strong, .single-personnel .biography h5 strong, .single-grantee .biography h5 strong, .single-resource .content-block h5 strong, .single-news .content-block h5 strong, .single-grant .grant-content-container h5 strong, .donate-cta-section h5 strong, .list-item-container h5 strong, .static-content .content-block h5 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h5 strong, .static-content .content-block h5 strong, .content-block-with-headers .description h5 strong, .facts-and-figures .paragraph h5 strong, .long-form-text-with-conditional-button h5 strong, .wp-editor h5 strong, .single-personnel .biography h5 strong, .single-grantee .biography h5 strong, .single-resource .content-block h5 strong, .single-news .content-block h5 strong, .single-grant .grant-content-container h5 strong, .donate-cta-section h5 strong, .list-item-container h5 strong, .static-content .content-block h5 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h5 strong, .static-content .content-block h5 strong, .content-block-with-headers .description h5 strong, .facts-and-figures .paragraph h5 strong, .long-form-text-with-conditional-button h5 strong, .wp-editor h5 strong, .single-personnel .biography h5 strong, .single-grantee .biography h5 strong, .single-resource .content-block h5 strong, .single-news .content-block h5 strong, .single-grant .grant-content-container h5 strong, .donate-cta-section h5 strong, .list-item-container h5 strong, .static-content .content-block h5 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h5 strong, .static-content .content-block h5 strong, .content-block-with-headers .description h5 strong, .facts-and-figures .paragraph h5 strong, .long-form-text-with-conditional-button h5 strong, .wp-editor h5 strong, .single-personnel .biography h5 strong, .single-grantee .biography h5 strong, .single-resource .content-block h5 strong, .single-news .content-block h5 strong, .single-grant .grant-content-container h5 strong, .donate-cta-section h5 strong, .list-item-container h5 strong, .static-content .content-block h5 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h5 strong, .static-content .content-block h5 strong, .content-block-with-headers .description h5 strong, .facts-and-figures .paragraph h5 strong, .long-form-text-with-conditional-button h5 strong, .wp-editor h5 strong, .single-personnel .biography h5 strong, .single-grantee .biography h5 strong, .single-resource .content-block h5 strong, .single-news .content-block h5 strong, .single-grant .grant-content-container h5 strong, .donate-cta-section h5 strong, .list-item-container h5 strong, .static-content .content-block h5 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content h6, .static-content .content-block h6, .content-block-with-headers .description h6, .facts-and-figures .paragraph h6, .long-form-text-with-conditional-button h6, .wp-editor h6, .single-personnel .biography h6, .single-grantee .biography h6, .single-resource .content-block h6, .single-news .content-block h6, .single-grant .grant-content-container h6, .donate-cta-section h6, .list-item-container h6, .static-content .content-block h6 {
    margin-bottom: 1.5rem;
  }

.accordion-content h6, .static-content .content-block h6, .content-block-with-headers .description h6, .facts-and-figures .paragraph h6, .long-form-text-with-conditional-button h6, .wp-editor h6, .single-personnel .biography h6, .single-grantee .biography h6, .single-resource .content-block h6, .single-news .content-block h6, .single-grant .grant-content-container h6, .donate-cta-section h6, .list-item-container h6, .static-content .content-block h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.accordion-content h6, .static-content .content-block h6, .content-block-with-headers .description h6, .facts-and-figures .paragraph h6, .long-form-text-with-conditional-button h6, .wp-editor h6, .single-personnel .biography h6, .single-grantee .biography h6, .single-resource .content-block h6, .single-news .content-block h6, .single-grant .grant-content-container h6, .donate-cta-section h6, .list-item-container h6, .static-content .content-block h6 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content h6, .static-content .content-block h6, .content-block-with-headers .description h6, .facts-and-figures .paragraph h6, .long-form-text-with-conditional-button h6, .wp-editor h6, .single-personnel .biography h6, .single-grantee .biography h6, .single-resource .content-block h6, .single-news .content-block h6, .single-grant .grant-content-container h6, .donate-cta-section h6, .list-item-container h6, .static-content .content-block h6 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.accordion-content h6 strong, .static-content .content-block h6 strong, .content-block-with-headers .description h6 strong, .facts-and-figures .paragraph h6 strong, .long-form-text-with-conditional-button h6 strong, .wp-editor h6 strong, .single-personnel .biography h6 strong, .single-grantee .biography h6 strong, .single-resource .content-block h6 strong, .single-news .content-block h6 strong, .single-grant .grant-content-container h6 strong, .donate-cta-section h6 strong, .list-item-container h6 strong, .static-content .content-block h6 strong {
      margin-bottom: 1.5rem;
    }

.accordion-content h6 strong, .static-content .content-block h6 strong, .content-block-with-headers .description h6 strong, .facts-and-figures .paragraph h6 strong, .long-form-text-with-conditional-button h6 strong, .wp-editor h6 strong, .single-personnel .biography h6 strong, .single-grantee .biography h6 strong, .single-resource .content-block h6 strong, .single-news .content-block h6 strong, .single-grant .grant-content-container h6 strong, .donate-cta-section h6 strong, .list-item-container h6 strong, .static-content .content-block h6 strong {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.accordion-content h6 strong, .static-content .content-block h6 strong, .content-block-with-headers .description h6 strong, .facts-and-figures .paragraph h6 strong, .long-form-text-with-conditional-button h6 strong, .wp-editor h6 strong, .single-personnel .biography h6 strong, .single-grantee .biography h6 strong, .single-resource .content-block h6 strong, .single-news .content-block h6 strong, .single-grant .grant-content-container h6 strong, .donate-cta-section h6 strong, .list-item-container h6 strong, .static-content .content-block h6 strong {
      font-weight: 600;
    }

@media (min-width: 1024px) {
      .accordion-content h6 strong, .static-content .content-block h6 strong, .content-block-with-headers .description h6 strong, .facts-and-figures .paragraph h6 strong, .long-form-text-with-conditional-button h6 strong, .wp-editor h6 strong, .single-personnel .biography h6 strong, .single-grantee .biography h6 strong, .single-resource .content-block h6 strong, .single-news .content-block h6 strong, .single-grant .grant-content-container h6 strong, .donate-cta-section h6 strong, .list-item-container h6 strong, .static-content .content-block h6 strong {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

@media (min-width: 1024px) {
      .accordion-content h6 strong, .static-content .content-block h6 strong, .content-block-with-headers .description h6 strong, .facts-and-figures .paragraph h6 strong, .long-form-text-with-conditional-button h6 strong, .wp-editor h6 strong, .single-personnel .biography h6 strong, .single-grantee .biography h6 strong, .single-resource .content-block h6 strong, .single-news .content-block h6 strong, .single-grant .grant-content-container h6 strong, .donate-cta-section h6 strong, .list-item-container h6 strong, .static-content .content-block h6 strong {
        line-height: 3.57rem;
      }
    }

.accordion-content ul, .static-content .content-block ul, .content-block-with-headers .description ul, .facts-and-figures .paragraph ul, .long-form-text-with-conditional-button ul, .wp-editor ul, .single-personnel .biography ul, .single-grantee .biography ul, .single-resource .content-block ul, .single-news .content-block ul, .single-grant .grant-content-container ul, .donate-cta-section ul, .list-item-container ul, .static-content .content-block ul {
    padding-left: 2.5rem;
  }

.accordion-content ul li, .static-content .content-block ul li, .content-block-with-headers .description ul li, .facts-and-figures .paragraph ul li, .long-form-text-with-conditional-button ul li, .wp-editor ul li, .single-personnel .biography ul li, .single-grantee .biography ul li, .single-resource .content-block ul li, .single-news .content-block ul li, .single-grant .grant-content-container ul li, .donate-cta-section ul li, .list-item-container ul li, .static-content .content-block ul li {
      margin-bottom: 0.75rem;
    }

.accordion-content ul li, .static-content .content-block ul li, .content-block-with-headers .description ul li, .facts-and-figures .paragraph ul li, .long-form-text-with-conditional-button ul li, .wp-editor ul li, .single-personnel .biography ul li, .single-grantee .biography ul li, .single-resource .content-block ul li, .single-news .content-block ul li, .single-grant .grant-content-container ul li, .donate-cta-section ul li, .list-item-container ul li, .static-content .content-block ul li {
      list-style-type: disc;
    }

@media (min-width: 1024px) {
      .accordion-content ul li, .static-content .content-block ul li, .content-block-with-headers .description ul li, .facts-and-figures .paragraph ul li, .long-form-text-with-conditional-button ul li, .wp-editor ul li, .single-personnel .biography ul li, .single-grantee .biography ul li, .single-resource .content-block ul li, .single-news .content-block ul li, .single-grant .grant-content-container ul li, .donate-cta-section ul li, .list-item-container ul li, .static-content .content-block ul li {
        margin-bottom: 1.25rem;
      }
    }

.accordion-content ol, .static-content .content-block ol, .content-block-with-headers .description ol, .facts-and-figures .paragraph ol, .long-form-text-with-conditional-button ol, .wp-editor ol, .single-personnel .biography ol, .single-grantee .biography ol, .single-resource .content-block ol, .single-news .content-block ol, .single-grant .grant-content-container ol, .donate-cta-section ol, .list-item-container ol, .static-content .content-block ol {
    padding-left: 2.5rem;
  }

.accordion-content ol li, .static-content .content-block ol li, .content-block-with-headers .description ol li, .facts-and-figures .paragraph ol li, .long-form-text-with-conditional-button ol li, .wp-editor ol li, .single-personnel .biography ol li, .single-grantee .biography ol li, .single-resource .content-block ol li, .single-news .content-block ol li, .single-grant .grant-content-container ol li, .donate-cta-section ol li, .list-item-container ol li, .static-content .content-block ol li {
      margin-bottom: 0.75rem;
    }

.accordion-content ol li, .static-content .content-block ol li, .content-block-with-headers .description ol li, .facts-and-figures .paragraph ol li, .long-form-text-with-conditional-button ol li, .wp-editor ol li, .single-personnel .biography ol li, .single-grantee .biography ol li, .single-resource .content-block ol li, .single-news .content-block ol li, .single-grant .grant-content-container ol li, .donate-cta-section ol li, .list-item-container ol li, .static-content .content-block ol li {
      list-style-type: decimal;
    }

@media (min-width: 1024px) {
      .accordion-content ol li, .static-content .content-block ol li, .content-block-with-headers .description ol li, .facts-and-figures .paragraph ol li, .long-form-text-with-conditional-button ol li, .wp-editor ol li, .single-personnel .biography ol li, .single-grantee .biography ol li, .single-resource .content-block ol li, .single-news .content-block ol li, .single-grant .grant-content-container ol li, .donate-cta-section ol li, .list-item-container ol li, .static-content .content-block ol li {
        margin-bottom: 1.25rem;
      }
    }

.accordion-content figure, .static-content .content-block figure, .content-block-with-headers .description figure, .facts-and-figures .paragraph figure, .long-form-text-with-conditional-button figure, .wp-editor figure, .single-personnel .biography figure, .single-grantee .biography figure, .single-resource .content-block figure, .single-news .content-block figure, .single-grant .grant-content-container figure, .donate-cta-section figure, .list-item-container figure, .static-content .content-block figure {
    max-width: 100%;
  }

.accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
      margin-top: 1rem;
    }

.accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
      border-left-width: 4px;
    }

.accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
      --tw-border-opacity: 1;
      border-color: rgb(212 2 52 / var(--tw-border-opacity));
    }

.accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
      padding-left: 1rem;
    }

.accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

@media (min-width: 1024px) {
      .accordion-content figure .wp-caption-text, .static-content .content-block figure .wp-caption-text, .content-block-with-headers .description figure .wp-caption-text, .facts-and-figures .paragraph figure .wp-caption-text, .long-form-text-with-conditional-button figure .wp-caption-text, .wp-editor figure .wp-caption-text, .single-personnel .biography figure .wp-caption-text, .single-grantee .biography figure .wp-caption-text, .single-resource .content-block figure .wp-caption-text, .single-news .content-block figure .wp-caption-text, .single-grant .grant-content-container figure .wp-caption-text, .donate-cta-section figure .wp-caption-text, .list-item-container figure .wp-caption-text, .static-content .content-block figure .wp-caption-text {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }

.accordion-content img, .static-content .content-block img, .content-block-with-headers .description img, .facts-and-figures .paragraph img, .long-form-text-with-conditional-button img, .wp-editor img, .single-personnel .biography img, .single-grantee .biography img, .single-resource .content-block img, .single-news .content-block img, .single-grant .grant-content-container img, .donate-cta-section img, .list-item-container img, .static-content .content-block img {
    border-radius: .625rem;
  }

.accordion-content blockquote, .static-content .content-block blockquote, .content-block-with-headers .description blockquote, .facts-and-figures .paragraph blockquote, .long-form-text-with-conditional-button blockquote, .wp-editor blockquote, .single-personnel .biography blockquote, .single-grantee .biography blockquote, .single-resource .content-block blockquote, .single-news .content-block blockquote, .single-grant .grant-content-container blockquote, .donate-cta-section blockquote, .list-item-container blockquote, .static-content .content-block blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

.accordion-content blockquote, .static-content .content-block blockquote, .content-block-with-headers .description blockquote, .facts-and-figures .paragraph blockquote, .long-form-text-with-conditional-button blockquote, .wp-editor blockquote, .single-personnel .biography blockquote, .single-grantee .biography blockquote, .single-resource .content-block blockquote, .single-news .content-block blockquote, .single-grant .grant-content-container blockquote, .donate-cta-section blockquote, .list-item-container blockquote, .static-content .content-block blockquote {
    font-family: Noto Serif JP, sans-serif;
  }

.accordion-content blockquote, .static-content .content-block blockquote, .content-block-with-headers .description blockquote, .facts-and-figures .paragraph blockquote, .long-form-text-with-conditional-button blockquote, .wp-editor blockquote, .single-personnel .biography blockquote, .single-grantee .biography blockquote, .single-resource .content-block blockquote, .single-news .content-block blockquote, .single-grant .grant-content-container blockquote, .donate-cta-section blockquote, .list-item-container blockquote, .static-content .content-block blockquote {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

.accordion-content blockquote, .static-content .content-block blockquote, .content-block-with-headers .description blockquote, .facts-and-figures .paragraph blockquote, .long-form-text-with-conditional-button blockquote, .wp-editor blockquote, .single-personnel .biography blockquote, .single-grantee .biography blockquote, .single-resource .content-block blockquote, .single-news .content-block blockquote, .single-grant .grant-content-container blockquote, .donate-cta-section blockquote, .list-item-container blockquote, .static-content .content-block blockquote {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .accordion-content blockquote, .static-content .content-block blockquote, .content-block-with-headers .description blockquote, .facts-and-figures .paragraph blockquote, .long-form-text-with-conditional-button blockquote, .wp-editor blockquote, .single-personnel .biography blockquote, .single-grantee .biography blockquote, .single-resource .content-block blockquote, .single-news .content-block blockquote, .single-grant .grant-content-container blockquote, .donate-cta-section blockquote, .list-item-container blockquote, .static-content .content-block blockquote {
      font-size: 3rem;
      line-height: 1;
    }
  }

.accordion-content blockquote p, .static-content .content-block blockquote p, .content-block-with-headers .description blockquote p, .facts-and-figures .paragraph blockquote p, .long-form-text-with-conditional-button blockquote p, .wp-editor blockquote p, .single-personnel .biography blockquote p, .single-grantee .biography blockquote p, .single-resource .content-block blockquote p, .single-news .content-block blockquote p, .single-grant .grant-content-container blockquote p, .donate-cta-section blockquote p, .list-item-container blockquote p, .static-content .content-block blockquote p {
      font-family: Noto Serif JP, sans-serif;
    }

.accordion-content blockquote p, .static-content .content-block blockquote p, .content-block-with-headers .description blockquote p, .facts-and-figures .paragraph blockquote p, .long-form-text-with-conditional-button blockquote p, .wp-editor blockquote p, .single-personnel .biography blockquote p, .single-grantee .biography blockquote p, .single-resource .content-block blockquote p, .single-news .content-block blockquote p, .single-grant .grant-content-container blockquote p, .donate-cta-section blockquote p, .list-item-container blockquote p, .static-content .content-block blockquote p {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

.accordion-content blockquote p, .static-content .content-block blockquote p, .content-block-with-headers .description blockquote p, .facts-and-figures .paragraph blockquote p, .long-form-text-with-conditional-button blockquote p, .wp-editor blockquote p, .single-personnel .biography blockquote p, .single-grantee .biography blockquote p, .single-resource .content-block blockquote p, .single-news .content-block blockquote p, .single-grant .grant-content-container blockquote p, .donate-cta-section blockquote p, .list-item-container blockquote p, .static-content .content-block blockquote p {
      font-weight: 700;
    }

.accordion-content blockquote p, .static-content .content-block blockquote p, .content-block-with-headers .description blockquote p, .facts-and-figures .paragraph blockquote p, .long-form-text-with-conditional-button blockquote p, .wp-editor blockquote p, .single-personnel .biography blockquote p, .single-grantee .biography blockquote p, .single-resource .content-block blockquote p, .single-news .content-block blockquote p, .single-grant .grant-content-container blockquote p, .donate-cta-section blockquote p, .list-item-container blockquote p, .static-content .content-block blockquote p {
      line-height: 1.1 !important;
    }

@media (min-width: 1024px) {
      .accordion-content blockquote p, .static-content .content-block blockquote p, .content-block-with-headers .description blockquote p, .facts-and-figures .paragraph blockquote p, .long-form-text-with-conditional-button blockquote p, .wp-editor blockquote p, .single-personnel .biography blockquote p, .single-grantee .biography blockquote p, .single-resource .content-block blockquote p, .single-news .content-block blockquote p, .single-grant .grant-content-container blockquote p, .donate-cta-section blockquote p, .list-item-container blockquote p, .static-content .content-block blockquote p {
        font-size: 3rem;
        line-height: 1;
      }
    }

.single-resource .content-block p, .single-resource .content-block li, .single-resource .content-block ol, .single-resource .content-block table, .single-news .content-block p, .single-news .content-block li, .single-news .content-block ol, .single-news .content-block table, .single-personnel .biography p, .single-personnel .biography li, .single-personnel .biography ol, .single-personnel .biography table, .single-grantee .biography p, .single-grantee .biography li, .single-grantee .biography ol, .single-grantee .biography table, .static-content .content-block p, .static-content .content-block li, .static-content .content-block ol, .static-content .content-block table, .general-slider-section p, .general-slider-section li, .general-slider-section ol, .general-slider-section table {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

@media (min-width: 1024px) {
    .single-resource .content-block p, .single-resource .content-block li, .single-resource .content-block ol, .single-resource .content-block table, .single-news .content-block p, .single-news .content-block li, .single-news .content-block ol, .single-news .content-block table, .single-personnel .biography p, .single-personnel .biography li, .single-personnel .biography ol, .single-personnel .biography table, .single-grantee .biography p, .single-grantee .biography li, .single-grantee .biography ol, .single-grantee .biography table, .static-content .content-block p, .static-content .content-block li, .static-content .content-block ol, .static-content .content-block table, .general-slider-section p, .general-slider-section li, .general-slider-section ol, .general-slider-section table {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.single-resource .logo-grid-section {
    margin-top: 1.25rem;
  }

@media (min-width: 768px) {
    .single-resource .logo-grid-section {
      margin-top: 1.75rem;
    }
  }

@media (min-width: 1024px) {
    .single-resource .logo-grid-section {
      margin-top: 3.5rem;
    }
  }

@media (min-width: 1440px) {
    .single-resource .logo-grid-section {
      margin-top: 3.75rem;
    }
  }

.single-resource .logo-grid-section .section-container {
      padding: 0px;
    }

.single-resource .text-cta-section .edge-container, .single-resource .donate-cta-section .edge-container {
    padding-left: 0px;
    padding-right: 0px;
  }

.single-personnel .biography a {
      text-decoration-line: underline;
    }

.single-personnel .biography a:hover {
      text-decoration-line: none;
    }

.single-resource .sticky-block h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.single-resource .sticky-block h4 {
    font-weight: 700;
  }

@media (min-width: 1024px) {
    .single-resource .sticky-block h4 {
      font-size: 1.563rem;
    }
  }

.video-player iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* WordPress image alignment classes */

@media (min-width: 640px) {
  .alignright {
    float: right;
    margin: 1.5rem;
  }
}

.alignright {
  /* Tailwind utility: float right, margin left */
}

@media (min-width: 640px) {
  .alignleft {
    float: left;
    margin: 1.5rem;
  }
}

.alignleft {
  /* Tailwind utility: float left, margin right */
}

@media (min-width: 640px) {
  .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.aligncenter {
  /* Tailwind utility: center the image */
}

.pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pagination .page-numbers {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.pagination .page-numbers {
    font-weight: 500;
  }

.pagination .page-numbers {
    --tw-text-opacity: 1;
    color: rgb(28 23 92 / var(--tw-text-opacity));
  }

.pagination .page-numbers:hover {
    font-weight: 700;
  }

.pagination .page-numbers.current {
      font-weight: 700;
    }

table {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  width: 100% !important;
  table-layout: auto !important;
}

@media (min-width: 1024px) {
  table {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

table thead {
    /* //@apply bg-gray-100; */
  }

table th {
    /* @apply px-4 py-2 border border-gray-300 text-left text-sm font-medium text-gray-700; */
  }

table tbody {
    /* @apply bg-white divide-y divide-gray-200; */
  }

table td {
    /* @apply px-4 py-2 border border-gray-300 text-sm text-gray-900; */
  }

/* Hubspot Form Block */

.wp-block-leadin-hubspot-form-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .wp-block-leadin-hubspot-form-block {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.wp-block-leadin-hubspot-form-block .hbspt-form {
    position: relative;
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    margin-left: 1rem;
    margin-right: 1rem;
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    max-width: 120rem;
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    border-radius: .625rem;
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    --tw-bg-opacity: 1;
    background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    padding: 1.5rem;
  }

.wp-block-leadin-hubspot-form-block .hbspt-form {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

@media (min-width: 1024px) {
    .wp-block-leadin-hubspot-form-block .hbspt-form {
      margin-left: auto;
      margin-right: auto;
    }
  }

@media (min-width: 1024px) {
    .wp-block-leadin-hubspot-form-block .hbspt-form {
      padding: 3.5rem;
    }
  }

.wp-block-leadin-hubspot-form-block .form-columns-0,
        .wp-block-leadin-hubspot-form-block .form-columns-1,
        .wp-block-leadin-hubspot-form-block .form-columns-2,
        .wp-block-leadin-hubspot-form-block .form-columns-3 {
    width: 100%;
  }

.wp-block-leadin-hubspot-form-block .form-columns-0,
        .wp-block-leadin-hubspot-form-block .form-columns-1,
        .wp-block-leadin-hubspot-form-block .form-columns-2,
        .wp-block-leadin-hubspot-form-block .form-columns-3 {
    max-width: 100%;
  }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title {
    background-color: transparent !important;
  }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title {
    text-align: left !important;
  }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      margin-bottom: 1.5rem;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      font-family: Noto Serif JP, sans-serif;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      font-weight: 700;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      line-height: 1.1;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

@media (min-width: 1024px) {
      .wp-block-leadin-hubspot-form-block .f--field.f--section-title h2 {
        font-size: 2.5rem !important;
      }
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title p {
      margin-bottom: 1rem;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title p {
      background-color: transparent !important;
    }

.wp-block-leadin-hubspot-form-block .f--field.f--section-title p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.wp-block-leadin-hubspot-form-block .text-container {
    margin-bottom: 0.5rem;
  }

.wp-block-leadin-hubspot-form-block .text-container span {
      background-color: transparent !important;
    }

.wp-block-leadin-hubspot-form-block .hs-form-field {
    margin-bottom: 0.75rem;
  }

.wp-block-leadin-hubspot-form-block [type='text'], .wp-block-leadin-hubspot-form-block input:where(:not([type])), .wp-block-leadin-hubspot-form-block [type='email'], .wp-block-leadin-hubspot-form-block [type='url'], .wp-block-leadin-hubspot-form-block [type='password'], .wp-block-leadin-hubspot-form-block [type='number'], .wp-block-leadin-hubspot-form-block [type='date'], .wp-block-leadin-hubspot-form-block [type='datetime-local'], .wp-block-leadin-hubspot-form-block [type='month'], .wp-block-leadin-hubspot-form-block [type='search'], .wp-block-leadin-hubspot-form-block [type='tel'], .wp-block-leadin-hubspot-form-block [type='time'], .wp-block-leadin-hubspot-form-block [type='week'], .wp-block-leadin-hubspot-form-block [multiple], .wp-block-leadin-hubspot-form-block textarea, .wp-block-leadin-hubspot-form-block select {
    width: 100% !important;
  }

.wp-block-leadin-hubspot-form-block [type='text'], .wp-block-leadin-hubspot-form-block input:where(:not([type])), .wp-block-leadin-hubspot-form-block [type='email'], .wp-block-leadin-hubspot-form-block [type='url'], .wp-block-leadin-hubspot-form-block [type='password'], .wp-block-leadin-hubspot-form-block [type='number'], .wp-block-leadin-hubspot-form-block [type='date'], .wp-block-leadin-hubspot-form-block [type='datetime-local'], .wp-block-leadin-hubspot-form-block [type='month'], .wp-block-leadin-hubspot-form-block [type='search'], .wp-block-leadin-hubspot-form-block [type='tel'], .wp-block-leadin-hubspot-form-block [type='time'], .wp-block-leadin-hubspot-form-block [type='week'], .wp-block-leadin-hubspot-form-block [multiple], .wp-block-leadin-hubspot-form-block textarea, .wp-block-leadin-hubspot-form-block select {
    border-radius: .625rem;
  }

.wp-block-leadin-hubspot-form-block [type='text'], .wp-block-leadin-hubspot-form-block input:where(:not([type])), .wp-block-leadin-hubspot-form-block [type='email'], .wp-block-leadin-hubspot-form-block [type='url'], .wp-block-leadin-hubspot-form-block [type='password'], .wp-block-leadin-hubspot-form-block [type='number'], .wp-block-leadin-hubspot-form-block [type='date'], .wp-block-leadin-hubspot-form-block [type='datetime-local'], .wp-block-leadin-hubspot-form-block [type='month'], .wp-block-leadin-hubspot-form-block [type='search'], .wp-block-leadin-hubspot-form-block [type='tel'], .wp-block-leadin-hubspot-form-block [type='time'], .wp-block-leadin-hubspot-form-block [type='week'], .wp-block-leadin-hubspot-form-block [multiple], .wp-block-leadin-hubspot-form-block textarea, .wp-block-leadin-hubspot-form-block select {
    --tw-text-opacity: 1;
    color: rgb(28 23 92 / var(--tw-text-opacity));
  }

.wp-block-leadin-hubspot-form-block .hs-form-checkbox-display {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.wp-block-leadin-hubspot-form-block .hs-form-required {
    margin-left: 0.25rem;
  }

.wp-block-leadin-hubspot-form-block .hs-form-required, .wp-block-leadin-hubspot-form-block .hs-error-msg {
    --tw-text-opacity: 1;
    color: rgb(229 6 25 / var(--tw-text-opacity));
  }

.wp-block-leadin-hubspot-form-block [type='checkbox'],
        .wp-block-leadin-hubspot-form-block [type='radio'] {
    margin-right: 0.5rem;
  }

.wp-block-leadin-hubspot-form-block [type='checkbox'],
        .wp-block-leadin-hubspot-form-block [type='radio'] {
    height: 1rem !important;
  }

.wp-block-leadin-hubspot-form-block [type='checkbox'],
        .wp-block-leadin-hubspot-form-block [type='radio'] {
    width: 1rem !important;
  }

.wp-block-leadin-hubspot-form-block .actions {
    margin-top: 0.75rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    margin-top: 0.5rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    display: inline-block;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    border-radius: .625rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    border-width: 1.5px;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    --tw-border-opacity: 1;
    border-color: rgb(56 53 225 / var(--tw-border-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    --tw-bg-opacity: 1;
    background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    text-align: center;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    font-weight: 600;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    text-decoration-line: none;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 23 92 / var(--tw-border-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large {
    cursor: pointer;
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.wp-block-leadin-hubspot-form-block input.hs-button.primary.large:hover {
    --tw-text-opacity: 1;
    color: rgb(28 23 92 / var(--tw-text-opacity));
  }

.wp-block-leadin-hubspot-form-block ul.no-list.hs-error-msgs.inputs-list {
    --tw-text-opacity: 1;
    color: rgb(212 2 52 / var(--tw-text-opacity));
  }

.wp-block-leadin-hubspot-form-block .submitted-message {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

@media (min-width: 1024px) {
    .wp-block-leadin-hubspot-form-block .submitted-message {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.wp-block-leadin-hubspot-form-block .submitted-message p {
      text-align: left !important;
    }

/* Hubspot Flexible Content Form */

.full-width-image-or-video .hbspt-form {
    position: relative;
  }

.full-width-image-or-video .hbspt-form {
    margin-left: 1rem;
    margin-right: 1rem;
  }

.full-width-image-or-video .hbspt-form {
    max-width: 120rem;
  }

.full-width-image-or-video .hbspt-form {
    border-radius: .625rem;
  }

.full-width-image-or-video .hbspt-form {
    --tw-bg-opacity: 1;
    background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  }

.full-width-image-or-video .hbspt-form {
    padding: 1.5rem;
  }

.full-width-image-or-video .hbspt-form {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

@media (min-width: 1024px) {
    .full-width-image-or-video .hbspt-form {
      margin-left: auto;
      margin-right: auto;
    }
  }

@media (min-width: 1024px) {
    .full-width-image-or-video .hbspt-form {
      padding: 3.5rem;
    }
  }

.full-width-image-or-video .form-columns-0,
        .full-width-image-or-video .form-columns-1,
        .full-width-image-or-video .form-columns-2,
        .full-width-image-or-video .form-columns-3 {
    width: 100%;
  }

.full-width-image-or-video .form-columns-0,
        .full-width-image-or-video .form-columns-1,
        .full-width-image-or-video .form-columns-2,
        .full-width-image-or-video .form-columns-3 {
    max-width: 100%;
  }

.full-width-image-or-video .f--field.f--section-title {
    background-color: transparent !important;
  }

.full-width-image-or-video .f--field.f--section-title {
    text-align: left !important;
  }

.full-width-image-or-video .f--field.f--section-title h2 {
      margin-bottom: 1.5rem;
    }

.full-width-image-or-video .f--field.f--section-title h2 {
      font-family: Noto Serif JP, sans-serif;
    }

.full-width-image-or-video .f--field.f--section-title h2 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

.full-width-image-or-video .f--field.f--section-title h2 {
      font-weight: 700;
    }

.full-width-image-or-video .f--field.f--section-title h2 {
      line-height: 1.1;
    }

.full-width-image-or-video .f--field.f--section-title h2 {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

@media (min-width: 1024px) {
      .full-width-image-or-video .f--field.f--section-title h2 {
        font-size: 2.5rem !important;
      }
    }

.full-width-image-or-video .f--field.f--section-title p {
      margin-bottom: 1rem;
    }

.full-width-image-or-video .f--field.f--section-title p {
      background-color: transparent !important;
    }

.full-width-image-or-video .f--field.f--section-title p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.full-width-image-or-video .text-container {
    margin-bottom: 0.5rem;
  }

.full-width-image-or-video .text-container span {
      background-color: transparent !important;
    }

.full-width-image-or-video .hs-form-field {
    margin-bottom: 0.75rem;
  }

.full-width-image-or-video [type='text'], .full-width-image-or-video input:where(:not([type])), .full-width-image-or-video [type='email'], .full-width-image-or-video [type='url'], .full-width-image-or-video [type='password'], .full-width-image-or-video [type='number'], .full-width-image-or-video [type='date'], .full-width-image-or-video [type='datetime-local'], .full-width-image-or-video [type='month'], .full-width-image-or-video [type='search'], .full-width-image-or-video [type='tel'], .full-width-image-or-video [type='time'], .full-width-image-or-video [type='week'], .full-width-image-or-video [multiple], .full-width-image-or-video textarea, .full-width-image-or-video select {
    width: 100% !important;
  }

.full-width-image-or-video [type='text'], .full-width-image-or-video input:where(:not([type])), .full-width-image-or-video [type='email'], .full-width-image-or-video [type='url'], .full-width-image-or-video [type='password'], .full-width-image-or-video [type='number'], .full-width-image-or-video [type='date'], .full-width-image-or-video [type='datetime-local'], .full-width-image-or-video [type='month'], .full-width-image-or-video [type='search'], .full-width-image-or-video [type='tel'], .full-width-image-or-video [type='time'], .full-width-image-or-video [type='week'], .full-width-image-or-video [multiple], .full-width-image-or-video textarea, .full-width-image-or-video select {
    border-radius: .625rem;
  }

.full-width-image-or-video [type='text'], .full-width-image-or-video input:where(:not([type])), .full-width-image-or-video [type='email'], .full-width-image-or-video [type='url'], .full-width-image-or-video [type='password'], .full-width-image-or-video [type='number'], .full-width-image-or-video [type='date'], .full-width-image-or-video [type='datetime-local'], .full-width-image-or-video [type='month'], .full-width-image-or-video [type='search'], .full-width-image-or-video [type='tel'], .full-width-image-or-video [type='time'], .full-width-image-or-video [type='week'], .full-width-image-or-video [multiple], .full-width-image-or-video textarea, .full-width-image-or-video select {
    --tw-text-opacity: 1;
    color: rgb(28 23 92 / var(--tw-text-opacity));
  }

.full-width-image-or-video .hs-form-checkbox-display {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.full-width-image-or-video .hs-form-required {
    margin-left: 0.25rem;
  }

.full-width-image-or-video .hs-form-required, .full-width-image-or-video .hs-error-msg {
    --tw-text-opacity: 1;
    color: rgb(229 6 25 / var(--tw-text-opacity));
  }

.full-width-image-or-video [type='checkbox'],
        .full-width-image-or-video [type='radio'] {
    margin-right: 0.5rem;
  }

.full-width-image-or-video [type='checkbox'],
        .full-width-image-or-video [type='radio'] {
    height: 1rem !important;
  }

.full-width-image-or-video [type='checkbox'],
        .full-width-image-or-video [type='radio'] {
    width: 1rem !important;
  }

.full-width-image-or-video .actions {
    margin-top: 0.75rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    margin-top: 0.5rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    display: inline-block;
  }

.full-width-image-or-video input.hs-button.primary.large {
    border-radius: .625rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    border-width: 1.5px;
  }

.full-width-image-or-video input.hs-button.primary.large {
    --tw-border-opacity: 1;
    border-color: rgb(56 53 225 / var(--tw-border-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large {
    --tw-bg-opacity: 1;
    background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    text-align: center;
  }

.full-width-image-or-video input.hs-button.primary.large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.full-width-image-or-video input.hs-button.primary.large {
    font-weight: 600;
  }

.full-width-image-or-video input.hs-button.primary.large {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large {
    text-decoration-line: none;
  }

.full-width-image-or-video input.hs-button.primary.large:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 23 92 / var(--tw-border-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 23 92 / var(--tw-bg-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large {
    cursor: pointer;
  }

.full-width-image-or-video input.hs-button.primary.large:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.full-width-image-or-video input.hs-button.primary.large:hover {
    --tw-text-opacity: 1;
    color: rgb(28 23 92 / var(--tw-text-opacity));
  }

.full-width-image-or-video ul.no-list.hs-error-msgs.inputs-list {
    --tw-text-opacity: 1;
    color: rgb(212 2 52 / var(--tw-text-opacity));
  }

.full-width-image-or-video .submitted-message {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

@media (min-width: 1024px) {
    .full-width-image-or-video .submitted-message {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.full-width-image-or-video .submitted-message p {
      text-align: left !important;
    }

.hs-form .input.hs-button.primary.large {
    --tw-bg-opacity: 1;
    background-color: rgb(56 53 225 / var(--tw-bg-opacity));
  }

/* Position PromoCTA above background shapes */

.PromoCTA {
  position: relative;
}

.resource-hubspot .hbspt-form {
    background-color: transparent !important;
  }

.resource-hubspot .hbspt-form {
    font-family: Work Sans, sans-serif !important;
  }

.resource-hubspot .hbspt-form {
    --tw-text-opacity: 1 !important;
    color: rgb(28 23 92 / var(--tw-text-opacity)) !important;
  }

.resource-hubspot .hbspt-form .f--field.f--section-title {
      background-color: transparent !important;
    }

.resource-hubspot .hbspt-form .f--field.f--section-title {
      text-align: left !important;
    }

.resource-hubspot .hbspt-form .f--field.f--section-title h2 {
        --tw-text-opacity: 1 !important;
        color: rgb(28 23 92 / var(--tw-text-opacity)) !important;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title h2 span {
          background-color: transparent !important;
        }

.resource-hubspot .hbspt-form .f--field.f--section-title .text-container {
        margin-bottom: 1rem;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        margin-bottom: 1.25rem;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        background-color: transparent !important;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        font-family: Work Sans, sans-serif !important;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        font-weight: 400;
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p {
        --tw-text-opacity: 1 !important;
        color: rgb(28 23 92 / var(--tw-text-opacity)) !important;
      }

@media (min-width: 1024px) {
        .resource-hubspot .hbspt-form .f--field.f--section-title p {
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
      }

.resource-hubspot .hbspt-form .f--field.f--section-title p span {
          background-color: transparent !important;
        }

.resource-hubspot .hbspt-form .hs-form-field {
      margin-bottom: 0.75rem;
    }

.resource-hubspot .hbspt-form .form-columns-1 .input {
      margin-right: 0px !important;
    }

.resource-hubspot .hbspt-form .form-columns-1 .input input[type="email"] {
        width: 98% !important;
      }

.resource-hubspot .hbspt-form [type='text'], .resource-hubspot .hbspt-form input:where(:not([type])), .resource-hubspot .hbspt-form [type='email'], .resource-hubspot .hbspt-form [type='url'], .resource-hubspot .hbspt-form [type='password'], .resource-hubspot .hbspt-form [type='number'], .resource-hubspot .hbspt-form [type='date'], .resource-hubspot .hbspt-form [type='datetime-local'], .resource-hubspot .hbspt-form [type='month'], .resource-hubspot .hbspt-form [type='search'], .resource-hubspot .hbspt-form [type='tel'], .resource-hubspot .hbspt-form [type='time'], .resource-hubspot .hbspt-form [type='week'], .resource-hubspot .hbspt-form [multiple], .resource-hubspot .hbspt-form textarea, .resource-hubspot .hbspt-form select {
      width: 100%;
    }

.resource-hubspot .hbspt-form [type='text'], .resource-hubspot .hbspt-form input:where(:not([type])), .resource-hubspot .hbspt-form [type='email'], .resource-hubspot .hbspt-form [type='url'], .resource-hubspot .hbspt-form [type='password'], .resource-hubspot .hbspt-form [type='number'], .resource-hubspot .hbspt-form [type='date'], .resource-hubspot .hbspt-form [type='datetime-local'], .resource-hubspot .hbspt-form [type='month'], .resource-hubspot .hbspt-form [type='search'], .resource-hubspot .hbspt-form [type='tel'], .resource-hubspot .hbspt-form [type='time'], .resource-hubspot .hbspt-form [type='week'], .resource-hubspot .hbspt-form [multiple], .resource-hubspot .hbspt-form textarea, .resource-hubspot .hbspt-form select {
      border-radius: .625rem;
    }

.resource-hubspot .hbspt-form .hs-form-checkbox-display {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.resource-hubspot .hbspt-form [type='checkbox'],
            .resource-hubspot .hbspt-form [type='radio'] {
      margin-right: 0.5rem;
    }

.resource-hubspot .hbspt-form [type='checkbox'],
            .resource-hubspot .hbspt-form [type='radio'] {
      height: 1rem !important;
    }

.resource-hubspot .hbspt-form [type='checkbox'],
            .resource-hubspot .hbspt-form [type='radio'] {
      width: 1rem !important;
    }

.resource-hubspot .hbspt-form .actions {
      margin-top: 0.75rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      margin-top: 0.5rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      display: inline-block;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      border-radius: .625rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      border-width: 1.5px;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      --tw-border-opacity: 1;
      border-color: rgb(56 53 225 / var(--tw-border-opacity));
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      --tw-bg-opacity: 1;
      background-color: rgb(56 53 225 / var(--tw-bg-opacity));
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      text-align: center;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      font-weight: 600;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      text-decoration-line: none;
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large:hover {
      --tw-border-opacity: 1;
      border-color: rgb(28 23 92 / var(--tw-border-opacity));
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(28 23 92 / var(--tw-bg-opacity));
    }

.resource-hubspot .hbspt-form input.hs-button.primary.large {
      cursor: pointer;
    }

.resource-hubspot .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
      --tw-text-opacity: 1;
      color: rgb(212 2 52 / var(--tw-text-opacity));
    }

.resource-hubspot .hbspt-form .submitted-message {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

@media (min-width: 1024px) {
      .resource-hubspot .hbspt-form .submitted-message {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }

.resource-hubspot .hbspt-form .submitted-message p {
        text-align: left !important;
      }

.hub-lander-hero-section ul {
    list-style-position: inside;
  }

.hub-lander-hero-section ul {
    list-style-type: disc;
  }

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-\[10vw\] {
  right: 10vw;
}

.right-\[20vw\] {
  right: 20vw;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-24 {
  top: 6rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[\.5rem\] {
  top: .5rem;
}

.top-\[\.65rem\] {
  top: .65rem;
}

.top-\[30vh\] {
  top: 30vh;
}

.top-\[40vh\] {
  top: 40vh;
}

.top-\[60vh\] {
  top: 60vh;
}

.top-\[calc\(100\%\+\.5rem\)\] {
  top: calc(100% + .5rem);
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.\!my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-1 {
  margin-bottom: 0.25rem !important;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[420\/320\] {
  aspect-ratio: 420/320;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-36 {
  width: 9rem;
  height: 9rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-48 {
  width: 12rem;
  height: 12rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.\!h-4 {
  height: 1rem !important;
}

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-96 {
  height: 24rem;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-\[5\.8rem\] {
  height: 5.8rem;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[75vh\] {
  height: 75vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[700px\] {
  min-height: 700px;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-4 {
  width: 1rem !important;
}

.\!w-\[98\%\] {
  width: 98% !important;
}

.\!w-full {
  width: 100% !important;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[18\.125rem\] {
  width: 18.125rem;
}

.w-\[25rem\] {
  width: 25rem;
}

.w-\[3px\] {
  width: 3px;
}

.w-\[450px\] {
  width: 450px;
}

.w-\[5\.8rem\] {
  width: 5.8rem;
}

.w-\[calc\(100\%-5\.8rem\)\] {
  width: calc(100% - 5.8rem);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[70\%\] {
  min-width: 70%;
}

.max-w-8xl {
  max-width: 120rem;
}

.max-w-\[53\.75rem\] {
  max-width: 53.75rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.\!table-auto {
  table-layout: auto !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.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-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-indigo-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-divide-opacity));
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.\!rounded-none {
  border-radius: 0 !important;
}

.rounded {
  border-radius: .625rem;
}

.rounded-\[\.25rem\] {
  border-radius: .25rem;
}

.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b {
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.rounded-l {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.rounded-r {
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

.rounded-t {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

.rounded-bl {
  border-bottom-left-radius: .625rem;
}

.rounded-br {
  border-bottom-right-radius: .625rem;
}

.rounded-tl {
  border-top-left-radius: .625rem;
}

.rounded-tr {
  border-top-right-radius: .625rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.188rem\] {
  border-width: 0.188rem;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.border-\[\#1c175c4d\] {
  border-color: #1c175c4d;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(56 53 225 / var(--tw-border-opacity));
}

.border-blue-bright {
  --tw-border-opacity: 1;
  border-color: rgb(26 168 239 / var(--tw-border-opacity));
}

.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(44 86 151 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 253 / var(--tw-border-opacity));
}

.border-indigo-dark {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(212 2 52 / var(--tw-border-opacity));
}

.border-red-bright {
  --tw-border-opacity: 1;
  border-color: rgb(229 6 25 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#21A1E1\]\/10 {
  background-color: rgb(33 161 225 / 0.1);
}

.bg-\[\#2C5697\]\/10 {
  background-color: rgb(44 86 151 / 0.1);
}

.bg-\[\#FCF2F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 242 243 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 253 / var(--tw-bg-opacity));
}

.bg-indigo-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-program-alzheimers {
  --tw-bg-opacity: 1;
  background-color: rgb(229 6 25 / var(--tw-bg-opacity));
}

.bg-program-brightfocus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
}

.bg-program-glaucoma {
  --tw-bg-opacity: 1;
  background-color: rgb(33 161 225 / var(--tw-bg-opacity));
}

.bg-program-macular {
  --tw-bg-opacity: 1;
  background-color: rgb(44 86 151 / var(--tw-bg-opacity));
}

.bg-program-page-alzheimers {
  --tw-bg-opacity: 1;
  background-color: rgb(252 242 243 / var(--tw-bg-opacity));
}

.bg-program-page-glaucoma {
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 253 / var(--tw-bg-opacity));
}

.bg-program-page-macular {
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 250 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(212 2 52 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-red-pure {
  --tw-gradient-from: #FF0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-neutral {
  --tw-gradient-to: rgb(70 130 207 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4682CF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.bg-\[length\:0_0\] {
  background-size: 0 0;
}

.fill-indigo-dark {
  fill: #1C175C;
}

.stroke-indigo-dark {
  stroke: #1C175C;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.\!font-work-sans {
  font-family: Work Sans, sans-serif !important;
}

.font-noto-serif {
  font-family: Noto Serif JP, sans-serif;
}

.font-work-sans {
  font-family: Work Sans, sans-serif;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[2\.0625rem\] {
  font-size: 2.0625rem;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[3\.25rem\] {
  font-size: 3.25rem;
}

.text-\[33px\] {
  font-size: 33px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.99px\] {
  letter-spacing: -0.99px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.\!text-indigo-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(28 23 92 / var(--tw-text-opacity)) !important;
}

.text-\[\#E50619\] {
  --tw-text-opacity: 1;
  color: rgb(229 6 25 / var(--tw-text-opacity));
}

.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(44 86 151 / var(--tw-text-opacity));
}

.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(33 161 225 / var(--tw-text-opacity));
}

.text-indigo-dark {
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!underline {
  text-decoration-line: underline !important;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow-lg {
  --tw-shadow: 0px 0px 15px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0px 0px 15px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0 {
  outline-width: 0px;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-black-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-black-webfont.woff') format('woff');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-medium-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-medium-webfont.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-regular-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-regular-webfont.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-semibold-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-semibold-webfont.woff') format('woff');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-bold-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-bold-webfont.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-extralight-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-extralight-webfont.woff') format('woff');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif JP';

  src: url('fonts/notoserifjp-light-webfont.woff2') format('woff2'),
       url('fonts/notoserifjp-light-webfont.woff') format('woff');

  font-weight: 300;

  font-style: normal;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-\[10\%\]::after {
  content: var(--tw-content);
  top: 10%;
}

.after\:h-\[25\.125rem\]::after {
  content: var(--tw-content);
  height: 25.125rem;
}

.after\:w-\[20\.3rem\]::after {
  content: var(--tw-content);
  width: 20.3rem;
}

.after\:bg-custom-radial::after {
  content: var(--tw-content);
  background-image: radial-gradient(50% 50% at 50% 50%, #E80000 0%, rgba(232, 0, 0, 0) 100%);
}

.after\:opacity-20::after {
  content: var(--tw-content);
  opacity: 0.2;
}

.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-indigo-dark\/70:focus-within {
  --tw-ring-color: rgb(28 23 92 / 0.7);
}

.hover\:border-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 53 225 / var(--tw-border-opacity));
}

.hover\:border-indigo-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 23 92 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 53 225 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 23 92 / var(--tw-bg-opacity));
}

.hover\:bg-red-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 0 47 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-indigo-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(28 23 92 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(212 2 52 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 23 92 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.group:hover .group-hover\:stroke-indigo-dark {
  stroke: #1C175C;
}

.group:hover .group-hover\:stroke-white {
  stroke: #ffffff;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.active .group-\[\.active\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:leading-\[1\.1\] {
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:bg-\[length\:1\.5em_1\.5em\] {
    background-size: 1.5em 1.5em;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[1\.563rem\] {
    font-size: 1.563rem;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .after\:md\:h-\[28\.25rem\]::after {
    content: var(--tw-content);
    height: 28.25rem;
  }

  .after\:md\:w-\[22\.87rem\]::after {
    content: var(--tw-content);
    width: 22.87rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-\[70vh\] {
    height: 70vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[58\%\] {
    width: 58%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:rounded {
    border-radius: .625rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-\[\#F0F0F8\]\/20 {
    border-color: rgb(240 240 248 / 0.2);
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[2\.85rem\] {
    padding-top: 2.85rem;
  }

  .lg\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:\!text-\[2\.5rem\] {
    font-size: 2.5rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[1\.563rem\] {
    font-size: 1.563rem;
  }

  .lg\:text-\[2\.063rem\] {
    font-size: 2.063rem;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[3\.57rem\] {
    line-height: 3.57rem;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1440px) {
  .xl\:static {
    position: static;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:mb-\[6\.25rem\] {
    margin-bottom: 6.25rem;
  }

  .xl\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:rounded {
    border-radius: .625rem;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-\[3\.125rem\] {
    padding-left: 3.125rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[2\.06rem\] {
    font-size: 2.06rem;
  }

  .xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .xl\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .after\:xl\:h-\[31\.4rem\]::after {
    content: var(--tw-content);
    height: 31.4rem;
  }

  .after\:xl\:w-\[25\.4rem\]::after {
    content: var(--tw-content);
    width: 25.4rem;
  }
}

@media (min-width: 1920px) {
  .\32xl\:w-\[30rem\] {
    width: 30rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }
}

