*, ::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:  ;
}

/*
! tailwindcss v3.4.16 | 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: Gilroy;
  /* 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;
  /* 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]:where(:not([hidden="until-found"])) {
  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;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-light-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-light-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-light.otf") format("otf");

  font-weight: 300;

  font-style: normal;

  font-display: swap;

  /* unicode-range: U+0025-00FF; */
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-lightitalic-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-lightitalic-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-lightitalic.otf") format("otf");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-regular-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-regular-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-regular.otf") format("otf");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-regularitalic-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-regularitalic-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-regularitalic.otf") format("otf");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-medium-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-medium-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-medium.otf") format("otf");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-mediumitalic-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-mediumitalic-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-mediumitalic.otf") format("otf");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-bold-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-bold-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-bold.otf") format("otf");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Gilroy";

  src:
			url("https://www.confluence.com/pardot-assets/font/gilroy-bolditalic-webfont.woff2") format("woff2"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-bolditalic-webfont.woff") format("woff"),
			url("https://www.confluence.com/pardot-assets/font/gilroy-bolditalic.otf") format("otf");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

.content-grid,
	.full-width {
  --padding-inline: 2rem;
  --content-max-width: 83rem;
  display: grid;
  grid-template-columns:
			[full-width-start]
			minmax(var(--padding-inline), 1fr)
			[content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width))
			[content-end]
			minmax(var(--padding-inline), 1fr)
			[full-width-end];
}

.content-grid > :not(.full-width),
	.full-width > :not(.full-width),
	.full-width > :not(.bg-img) {
  grid-column: content;
}

.content-grid > .full-width,
	.content-grid > .full-width > .bg-img {
  grid-column: full-width;
}

dialog::backdrop {
  background-color: rgb(0 38 63 / 0.95);
}

@media screen and (max-width: 640px) {
  .content-grid,
		.full-width {
    --padding-inline: 1rem;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #003968;
  text-decoration: underline;
  font-weight: bold;
  transition: color ease-in-out 150ms;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 300;
  font-style: italic;
  color: #003968;
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-inline-start: 2rem !important;
  border: none;
  background-color: #F1F2F6;
  padding: 2rem;
  border-radius: 0.5rem;
  padding-left: 2rem;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) p {
  font-size: 1.25rem;
  line-height: 150%;
  margin-top: 0rem;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 125%;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 125%;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 150%;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 150%;
  font-size: 1.25rem;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875rem;
  font-size: [object Object];
  line-height: 1.7142857;
  border-collapse: collapse;
  border: none;
  position: relative;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
  background-color: #003968;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr th {
  position: sticky;
  z-index: 0;
  font-size: 0.875rem;
  font-size: [object Object];
  line-height: 130%;
  font-weight: 600;
  color: #ffffff;
  padding: 0.75rem 1rem;
  text-wrap: balance;
  vertical-align: text-top;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) th {
  font-weight: 500;
  border: none;
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
  border-top: 1px solid;
  background-color: #E2E6EF;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr td {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-size: [object Object];
  color: #00263f;
  white-space: wrap;
  border: none;
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875rem !important;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
  position: relative;
  padding: 1rem;
  padding-left: 2rem;
  margin: 0 !important;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0d8" !important;
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.prose {
  --tw-prose-body: #00263f;
  --tw-prose-headings: #003968;
  --tw-prose-lead: #003968;
}

.prose :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: #55941C;
  hover: #4B8219;
  active: #365F12;
}

.prose {
  --tw-prose-bold: #003968;
  --tw-prose-counters: #003968;
  --tw-prose-bullets: #003968;
  --tw-prose-hr: #d0d4e3;
  --tw-prose-quotes: #00263f;
}

.prose :where(--tw-prose-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: #55941C;
  hover: #4B8219;
  active: #365F12;
}

.prose {
  --tw-prose-captions: #003968;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #003968;
  --tw-prose-pre-code: #003968;
  --tw-prose-pre-bg: #d0d4e3;
  --tw-prose-th-borders: #d0d4e3;
  --tw-prose-td-borders: #F1F2F6;
  --tw-prose-invert-body: #F1F2F6;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #ffffff;
}

.prose :where(--tw-prose-invert-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: #55941C;
  hover: #4B8219;
  active: #365F12;
}

.prose {
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #ffffff;
  --tw-prose-invert-bullets: #ffffff;
  --tw-prose-invert-hr: #F1F2F6;
  --tw-prose-invert-quotes: #F1F2F6;
}

.prose :where(--tw-prose-invert-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: #55941C;
  hover: #4B8219;
  active: #365F12;
}

.prose {
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #ffffff;
  --tw-prose-invert-pre-bg: #003968;
  --tw-prose-invert-th-borders: #ffffff;
  --tw-prose-invert-td-borders: #F1F2F6;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #F1F2F6;
  border: 1px solid #D0D4E3;
  border-radius: 0.5rem;
  overflow: hidden;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose {
  --tw-prose-h1: #003968;
  --tw-prose-h2: #003968;
  --tw-prose-h3: #003968;
  --tw-prose-h4: #003968;
  --tw-prose-invert-h1: #ffffff;
  --tw-prose-invert-h2: #ffffff;
  --tw-prose-invert-h3: #ffffff;
  --tw-prose-invert-h4: #ffffff;
}

.prose :where(cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
  border-left: 1px solid #D0D4E3;
  padding-left: 0.75rem;
}

.prose :where(pageNumbers):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: red !important;
}

.prose :where(td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-size: [object Object];
  color: #00263f;
  white-space: wrap;
  border: none;
}

.prose :where(tbody):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: initial;
}

.prose :where(tbody):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr td {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-size: [object Object];
  color: #00263f;
  white-space: wrap;
  border: none;
}

.prose-old {
  --tw-prose-body: #3c454e;
  --tw-prose-headings: #3c454e;
  --tw-prose-lead: #3c454e;
  --tw-prose-links: #1f4666 !important;
  --tw-prose-bold: #3c454e;
  --tw-prose-counters: #3c454e;
  --tw-prose-bullets: #3c454e;
  --tw-prose-hr: #f2f2f2;
  --tw-prose-quotes: #3c454c;
  --tw-prose-quote-borders: #f2f2f2;
  --tw-prose-captions: #3c454c;
  --tw-prose-code: #3c454c;
  --tw-prose-pre-code: #3c454c;
  --tw-prose-pre-bg: #3c454c;
  --tw-prose-th-borders: #eeeeee;
  --tw-prose-td-borders: #eeeeee;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #3c454c;
  --tw-prose-invert-links: #ffffff;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #ffffff;
  --tw-prose-invert-bullets: #ffffff;
  --tw-prose-invert-hr: #f2f2f2;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #f2f2f2;
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #ffffff;
  --tw-prose-invert-pre-bg: #ffffff;
  --tw-prose-invert-th-borders: #eeeeee;
  --tw-prose-invert-td-borders: #eeeeee;
}

.btn {
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 148 28 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(85 148 28 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 130 25 / var(--tw-bg-opacity, 1));
}

.btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 95 18 / var(--tw-bg-opacity, 1));
}

.btn:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(208 212 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(208 212 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(90 102 117 / var(--tw-text-opacity, 1));
  opacity: 0.35;
}

.btn.secondary {
  background-color: transparent;
}

.btn.secondary:hover {
  background-color: rgba(0, 0, 0, 12%);
}

.btn.secondary:active {
  background-color: rgba(0, 0, 0, 36%);
}

.btn.secondary.green {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(85 148 28 / var(--tw-text-opacity, 1));
}

.btn.secondary.green:hover {
  background-color: rgba(0, 0, 0, 12%);
}

.btn.secondary.green:active {
  background-color: rgba(0, 0, 0, 36%);
}

.btn.secondary.green:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(208 212 227 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(90 102 117 / var(--tw-text-opacity, 1));
  opacity: 0.35;
}

/* Text link */

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-8 {
  margin-right: 2rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-24 {
  height: 6rem !important;
}

.\!h-full {
  height: 100% !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.25rem\] {
  height: 0.25rem;
}

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

.h-\[52px\!important\] {
  height: 52px !important;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

.\!w-24 {
  width: 6rem !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.w-0 {
  width: 0px;
}

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

.w-1 {
  width: 0.25rem;
}

.w-16 {
  width: 4rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-none {
  max-width: none;
}

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

.grow {
  flex-grow: 1;
}

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

.\!border-collapse {
  border-collapse: collapse !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));
}

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

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

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

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.\!gap-2 {
  gap: 0.5rem !important;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.\!overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.\!text-balance {
  text-wrap: balance !important;
}

.text-balance {
  text-wrap: balance;
}

.\!rounded {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.\!rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.\!border {
  border-width: 1px !important;
}

.border {
  border-width: 1px;
}

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

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

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

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

.\!border-ui-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 242 246 / var(--tw-border-opacity, 1)) !important;
}

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

.border-ui {
  --tw-border-opacity: 1;
  border-color: rgb(208 212 227 / var(--tw-border-opacity, 1));
}

.border-ui\/20 {
  border-color: rgb(208 212 227 / 0.2);
}

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

.bg-conf-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 104 / var(--tw-bg-opacity, 1));
}

.bg-ohio-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 104 / var(--tw-bg-opacity, 1));
}

.bg-ohio-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 63 / var(--tw-bg-opacity, 1));
}

.bg-ui {
  --tw-bg-opacity: 1;
  background-color: rgb(208 212 227 / var(--tw-bg-opacity, 1));
}

.bg-ui-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 246 / var(--tw-bg-opacity, 1));
}

.bg-ui-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 230 239 / var(--tw-bg-opacity, 1));
}

.bg-ui\/20 {
  background-color: rgb(208 212 227 / 0.2);
}

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

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

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

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

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

.from-alle-dark {
  --tw-gradient-from: #003a42 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 58 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-alle-green {
  --tw-gradient-from: #005154 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 81 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-mono-dark {
  --tw-gradient-from: #42283e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 40 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-mono-purple {
  --tw-gradient-from: #5c3757 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 55 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ohio-blue {
  --tw-gradient-from: #003968 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 57 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ohio-dark {
  --tw-gradient-from: #00263f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 38 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-ohio-blue {
  --tw-gradient-to: #003968 var(--tw-gradient-to-position);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-75\% {
  --tw-gradient-to-position: 75%;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

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

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

.\!p-4 {
  padding: 1rem !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

.pt-\[16px\!important\] {
  padding-top: 16px !important;
}

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

.align-super {
  vertical-align: super;
}

.\!text-lg {
  font-size: 1.25rem !important;
  line-height: 150% !important;
  letter-spacing: 0rem !important;
}

.text-2xl {
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: 0rem;
}

.text-3xl {
  font-size: 2.5rem;
  line-height: 125%;
  letter-spacing: 0rem;
}

.text-5xl {
  font-size: 3.5rem;
  line-height: 125%;
  letter-spacing: 0rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0rem;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0rem;
}

.text-xl {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

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

.font-light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.leading-\[120px\] {
  line-height: 120px;
}

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

.text-conf-green {
  --tw-text-opacity: 1;
  color: rgb(85 148 28 / var(--tw-text-opacity, 1));
}

.text-ohio-blue {
  --tw-text-opacity: 1;
  color: rgb(0 57 104 / var(--tw-text-opacity, 1));
}

.text-ohio-dark {
  --tw-text-opacity: 1;
  color: rgb(0 38 63 / var(--tw-text-opacity, 1));
}

.text-ohio-lighter {
  --tw-text-opacity: 1;
  color: rgb(94 139 191 / var(--tw-text-opacity, 1));
}

.text-ui {
  --tw-text-opacity: 1;
  color: rgb(208 212 227 / var(--tw-text-opacity, 1));
}

.text-ui-200 {
  --tw-text-opacity: 1;
  color: rgb(241 242 246 / var(--tw-text-opacity, 1));
}

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

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

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\~mt-8\/12 {
  margin-top: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}

.\~mb-10\/8 {
  margin-bottom: clamp(2rem,2.86rem + -0.89vw,2.5rem)/* fluid from 2.5rem at 40rem to 2rem at 96rem */;
}

.\~mb-6\/16 {
  margin-bottom: clamp(1.5rem,-0.29rem + 4.46vw,4rem)/* fluid from 1.5rem at 40rem to 4rem at 96rem */;
}

.\~mb-8\/16 {
  margin-bottom: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.\~mb-8\/24 {
  margin-bottom: clamp(2rem,-0.86rem + 7.14vw,6rem)/* fluid from 2rem at 40rem to 6rem at 96rem */;
}

.\~px-8\/16 {
  padding-left: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
  padding-right: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.\~py-8\/16 {
  padding-top: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
  padding-bottom: clamp(2rem,0.57rem + 3.57vw,4rem)/* fluid from 2rem at 40rem to 4rem at 96rem */;
}

.\~py-8\/24 {
  padding-top: clamp(2rem,-0.86rem + 7.14vw,6rem)/* fluid from 2rem at 40rem to 6rem at 96rem */;
  padding-bottom: clamp(2rem,-0.86rem + 7.14vw,6rem)/* fluid from 2rem at 40rem to 6rem at 96rem */;
}

.\~pt-24\/40 {
  padding-top: clamp(6rem,3.14rem + 7.14vw,10rem)/* fluid from 6rem at 40rem to 10rem at 96rem */;
}

.\~pb-12\/24 {
  padding-bottom: clamp(3rem,0.86rem + 5.36vw,6rem)/* fluid from 3rem at 40rem to 6rem at 96rem */;
}

/* Gradients */

.bg-old-gradient-brand {
  --conf-dark: #1f4666;
  --conf-light: #2d6594;
  --conf-aqua: #458f92f0;
  --gradient-main: linear-gradient(45deg, var(--conf-dark) 10%, var(--conf-light) 42%, var(--conf-light) 49%, var(--conf-aqua) 85%);
  background-color: var(--conf-dark);
  background-image: var(--gradient-main);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gradient-brand {
  --ohio-dark: #002043;
  --ohio-blue: #003665;
  --mono-purple: #5c2c58;
  --alle-green: #005152;
  --gradient-main: radial-gradient(var(--ohio-blue) 0%, transparent 90%),
			radial-gradient(farthest-corner at 100% 100%, var(--mono-purple) 10%, transparent 70%),
			radial-gradient(farthest-corner at 0% 100%, var(--ohio-blue) 10%, transparent 50%),
			radial-gradient(farthest-corner at 0% 0%, var(--alle-green) 10%, transparent 50%),
			radial-gradient(farthest-corner at 100% 0%, var(--ohio-dark) 10%, transparent 100%);
  background-color: var(--ohio-blue);
  background-image: var(--gradient-main);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Gilroy setup */

/* Page Template Styles */

.homepage-gradient {
  background: #003665;
  background: radial-gradient(at bottom right, #5c3657 0%, rgba(0, 57, 104, 0) 75%),
		radial-gradient(50% 50% at 0% 50%, #005154 0%, rgba(0, 57, 104, 0) 100%),
		radial-gradient(50% 50% at 100% 50%, #24629b 0%, rgba(0, 57, 104, 0) 100%),
		radial-gradient(100% 100% at 100% 0%, #005154 0%, rgba(0, 57, 104, 0) 100%),
		radial-gradient(at top left, #00263f 0%, rgba(0, 57, 104, 0) 100%),
		radial-gradient(0% 50% at 0% 50%, rgba(92, 54, 87, 0.7) 0%, rgba(0, 57, 104, 0) 100%),
		radial-gradient(50% 38.85% at 50% 61.15%, #005154 0%, rgba(0, 57, 104, 0) 100%),
		var(--conf-blue, #003968);
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 104 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 104 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(75 130 25 / var(--tw-text-opacity, 1));
}

.prose .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

strong {
  font-weight: 700;
}

.show-on-safari {
  display: none;
}

.animate-text {
  animation: move 10s infinite 2s;
}

@keyframes move {
  0% {
    top: 0px;
  }

  12.5% {
    top: -120px;
  }

  25% {
    top: -240px;
  }

  37.5% {
    top: -360px;
  }

  50% {
    top: -480px;
  }

  75% {
    top: -480px;
  }
}

#main-content ul {
  margin-top: 1rem;
  list-style-type: none;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 38 63 / var(--tw-text-opacity, 1));
}

#main-content li {
  margin-bottom: 0.5rem;
  display: flex;
  padding-left: 0px;
}

#main-content li:before {
  margin-right: 1rem;
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

#main-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 38 63 / var(--tw-text-opacity, 1));
}

.conf-top-section .top-row {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 83rem!important;
  width: 95%!important;
}

#conf-menu-contain .menu-items{
  max-width: 83rem!important;
  width: 95%!important;
}

.multiple-dropdown-area .sub-dropdown{
  width: 80%!important;
  max-width: 83rem!important;
}

@media only screen and (max-width: 980px) {
  .conf-copyright.mobile-bar {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 38 63 / var(--tw-bg-opacity, 1)) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 0.875rem !important;
    line-height: 150% !important;
    letter-spacing: 0rem !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    text-decoration: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .conf-copyright.mobile-bar p{
    max-width: 83rem!important;
    width: 95%!important;
  }
}

.top-footer-container .top-footer-inner{
  max-width: 83rem!important;
  width: 95%!important;
}

.bottom-footer-bar .inner-bottom-bar{
  max-width: 83rem!important;
  width: 95%!important;
}

/* Overwriting styles */

#old-pardot-form-styles form.form#pardot-form {
  margin: 0px !important;
  width: 100% !important;
  max-width: none !important;
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

#old-pardot-form-styles form.form#pardot-form p {
  margin: 0px;
  padding: 0px;
}

#old-pardot-form-styles form.form .submit {
  width: 100% !important;
}

#old-pardot-form-styles form.form#pardot-form .submit:after{
  content: ''!important;
}

.conf-top-section .top-row {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 83rem!important;
  width: 95%!important;
}

#conf-menu-contain .menu-items{
  max-width: 83rem!important;
  width: 95%!important;
}

.multiple-dropdown-area .sub-dropdown{
  width: 80%!important;
  max-width: 83rem!important;
}

@media only screen and (max-width: 980px) {
  .conf-copyright.mobile-bar {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 38 63 / var(--tw-bg-opacity, 1)) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 0.875rem !important;
    line-height: 150% !important;
    letter-spacing: 0rem !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    text-decoration: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .conf-copyright.mobile-bar p{
    max-width: 83rem!important;
    width: 95%!important;
  }
}

.top-footer-container .top-footer-inner{
  max-width: 83rem!important;
  width: 95%!important;
}

.bottom-footer-bar .inner-bottom-bar{
  max-width: 83rem!important;
  width: 95%!important;
}

/* Old main content */

#old-main-content{
  color: #3c454e!important;
}

#old-main-content a {
  --tw-text-opacity: 1;
  color: rgb(31 70 102 / var(--tw-text-opacity, 1));
}

#old-main-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(31 70 102 / var(--tw-text-opacity, 1));
}

#old-main-content ul{
  padding-inline-start: 1.625em!important;
}

.search-contain .search-bar-contain  {
  position: relative;
}

.search-contain .search-bar-contain div {
  width: 100%;
  margin: 0;
  display: flex;
}

.search-bar-contain .screen-reader-text {
  display: none;
}

.search-bar-contain .conf-s {
  padding-top: 0.715em !important;
  padding-right: 0.715em !important;
  padding-bottom: 0.715em !important;
  padding-left: 7em !important;
  background: rgb(255, 255, 255);
  background: linear-gradient(-30deg, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 88%);
  height: auto;
  min-height: 0;
  flex: 1;
  border: none;
  font-family: 'gilroy-light' !important;
  font-size: 14px;
}

.search-bar-contain .et_pb_searchsubmit {
  color: transparent;
  background-image: url(https://www.confluence.com/wp-content/uploads/2020/05/Search-Icon-Projection-Angle.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  margin-right: -10px;
  margin-left: -5px;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 980px){
  #myLinksMobile{
    display: none;
  }
}

@media only screen and (min-width: 981px){
  #myLinksMobile{
    display: block!important;
  }
}

/* Old Pardot form styles */

#old-pardot-form-styles form.form p:first-of-type {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(60 69 76 / var(--tw-text-opacity, 1));
}

#old-pardot-form-styles form.form {
  width: 100%;
}

#old-pardot-form-styles form.form label {
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(60 69 76 / var(--tw-text-opacity, 1));
}

#old-pardot-form-styles form.form .form-field, #old-pardot-form-styles form .form-field {
  margin-top: 0.5rem !important;
}

#old-pardot-form-styles form.form .form-field input, #old-pardot-form-styles form .form-field select {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(208 212 227 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#old-pardot-form-styles form.form .form-field.Opted_In {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#old-pardot-form-styles form.form .form-field.Opted_In label {
  margin-top: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 38 63 / var(--tw-text-opacity, 1));
}

#old-pardot-form-styles form.form .form-field.Opted_In input {
  height: 1rem !important;
  width: 1rem !important;
  cursor: pointer;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(45 101 148 / var(--tw-text-opacity, 1));
}

#old-pardot-form-styles form.form .form-field.Opted_In input: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);
}

#old-pardot-form-styles form.form .submit input {
  margin-top: 1rem !important;
  width: 100% !important;
  cursor: pointer;
  border-radius: 0.125rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 70 102 / var(--tw-bg-opacity, 1)) !important;
  background-image: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 175% !important;
  letter-spacing: 0rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#old-pardot-form-styles form.form .submit input:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 54 82 / var(--tw-bg-opacity, 1)) !important;
}

#old-pardot-form-styles form.form .submit input:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 40 65 / var(--tw-bg-opacity, 1)) !important;
}

/* Pardot form styles */

/* #pardot-form.form p label{
	@apply font-light text-ohio-dark text-base p-0 w-auto text-left;
	font-family: 'gilroy-light';
}

#pardot-form.form{
	@apply w-full m-0 p-0;
	font-family: 'gilroy';
}

#pardot-form.form .form-field{
	@apply !mt-2;
}

#pardot-form.form .form-field input,  #pardot-form.form .form-field select{
	@apply w-full border-[#D0D4E3] py-2 px-3;
}

#pardot-form.form .pardot-form-title{
	@apply text-conf-blue text-xl mb-4 font-bold ;
}
#pardot-form.form input:focus,  #pardot-form.form select:focus{
	@apply ring-0 shadow-sm transition-shadow duration-200 ease-in-out;
}


#pardot-form.form .form-field.Opted_In{
	@apply flex gap-2 flex-row-reverse;
}
#pardot-form.form .form-field.Opted_In label{
	@apply text-sm mt-0 text-ohio-dark font-light cursor-pointer;
}
#pardot-form.form .form-field.Opted_In input{
	@apply !w-4 !h-4 p-0 text-conf-green cursor-pointer;
}
#pardot-form.form .form-field.Opted_In input:focus{
	@apply ring-0;
}
#pardot-form.form p.submit input{
	@apply w-full bg-conf-green py-2 px-4 text-white text-base font-bold rounded-sm mt-4 transition-colors duration-200 ease-in-out cursor-pointer mr-0;
}
#pardot-form.form .submit input:hover{
    @apply bg-conf-green-hover;
}
#pardot-form.form .submit input:focus{
	@apply bg-conf-green-active;
}
#pardot-form.form p.required, #pardot-form.form span.required, form.form p.required label{
    font-weight: inherit300!important;
    background: none!important;
}
#pardot-form p{
	@apply m-0 p-0 clear-none;
    line-height: 0;
}
#pardot-form.form span.value{
    margin-left: unset;
}
#pardot-form-styles form.form .form-field input, #pardot-form-styles form.form .form-field select{
    font-family: 'Gilroy-light';   
} */

.hover\:border-conf-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 148 28 / var(--tw-border-opacity, 1));
}

.hover\:bg-ui:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 212 227 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-conf-green:hover {
  --tw-text-opacity: 1;
  color: rgb(85 148 28 / var(--tw-text-opacity, 1));
}

.focus\:border-ui:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 212 227 / var(--tw-border-opacity, 1));
}

.focus\:bg-ui-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 235 242 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:text-conf-green {
  --tw-text-opacity: 1;
  color: rgb(85 148 28 / var(--tw-text-opacity, 1));
}

@media (min-width: 40rem) {
  .sm\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }
}

@media (min-width: 53.25rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 83rem) {
  .xl\:max-h-none {
    max-height: none;
  }
}